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

html {
  font-size: 20px;
}

@media screen and (max-width: 1800px) and (min-width: 1661px) {
  html {
    font-size: 19px;
  }
}

@media screen and (max-width: 1660px) and (min-width: 1250px) {
  html {
    font-size: 17px;
  }
}

@media screen and (max-width: 1249.98px) and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
  html {
    font-size: 60px;
  }
}

@media screen and (max-width: 450px) {
  html {
    font-size: 13.3333333vw;
  }
}

body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #333;
  font-family: "Microsoft YaHei", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 400;
  margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
  }
}

i,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}

div:focus,
div:active,
span:focus,
span:active,
i:focus,
i:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
  outline: none;
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active {
  box-shadow: none;
}

input[type='radio'],
input[type='checkbox'],
input[type='text'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}

input[type='radio']:focus,
input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

input[type="text"]:focus,
input[type="text"]:active {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}

button:focus {
  outline: none;
}

a {
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

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

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

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

img {
  vertical-align: middle;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

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

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

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

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  position: relative;
}

.row:before,
.row:after {
  display: none;
}

.lg-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
  padding: 0 3em;
}

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

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

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

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

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

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

@media (max-width: 991.98px) {
  .global-inner3,
  .global-inner2,
  .global-inner,
  .lg-inner,
  .md-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.4rem !important;
    margin: 0 auto;
  }
  .global-inner1 {
    background-color: transparent;
  }
}

.table-cell {
  display: table-cell;
  vertical-align: top;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  display: inline-block;
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
  font-style: normal;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bot-0 {
  padding-bottom: 0 !important;
}

.t-center {
  text-align: center;
}

.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex-cell {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
  .block-lg-down {
    display: block !important;
    opacity: 1 !important;
  }
}

@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

/*** 无内容提示 ***/
.gnull-tips {
  width: 100%;
  font-size: 16px;
  line-height: 100px;
  color: #999;
  text-align: center;
  min-height: 300px;
}

.nodata1 {
  text-align: center;
  display: block;
  margin: auto;
  padding-top: 4em;
  padding-bottom: 5em;
}

.nodata {
  text-align: center;
  display: block;
  margin: auto;
  padding-top: 4em;
  padding-bottom: 5em;
}

.nodata img,
.nodata1 img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.nodataText {
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 1.625em;
  color: #666;
}

/* 404 */
.page-404 {
  padding: 5em 0;
}

.page-404 .row {
  justify-content: center;
  -webkit-justify-content: center;
}

.page-404 img {
  max-width: 100%;
  display: block;
  margin: 0 auto 3.2em;
}

.page-404 .title {
  font-size: 20px;
  line-height: 1.5em;
  color: #242424;
  margin-bottom: 1em;
}

.page-404 .doc {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
  display: flex;
  display: -webkit-flex;
}

.page-404 .doc h5 {
  white-space: nowrap;
  width: 6.5em;
  flex: 0 0 6.5em;
  -webkit-flex: 0 0 6.5em;
}

.page-404 .tool {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.page-404 .go-home {
  width: 8.75em;
  height: calc(3.125em + 2px);
  display: block;
  border-radius: 1.65em;
  background: #fe2c55;
  border: solid 1px #fe2c55;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 3.125em;
  margin-top: 2.125em;
}

/* 错误页 */
.m-error_container {
  width: 100%;
  text-align: center;
  padding: 5em 2em;
}

.m-error_container .imgs {
  max-width: 100%;
  display: block;
  margin: 0 auto 1.5em;
}

.m-error_title {
  font-size: 20px;
  line-height: 1.5em;
  color: #242424;
  margin-bottom: 1em;
  display: block;
}

.m-error_subtitle {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
}

.m-error_description {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
  margin-top: 1em;
}

@media screen and (min-width: 992px) {
  .page-404 .go-home:hover {
    background-color: #fff;
    color: #fe2c55;
  }
}

@media screen and (max-width: 767.98px) {
  .gnull-tips {
    font-size: 0.28rem;
    line-height: 1rem;
    min-height: 3rem;
  }
}

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

.mCSB_scrollTools {
  width: 5px;
  opacity: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -16px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
  transition: all 1.5s easeInOut;
  -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 4px;
  background: #424c5f;
}

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

@media screen and (max-width: 991.98px) {
  .scrollbox {
    overflow-y: auto !important;
  }
  .scrollbox2 {
    overflow-x: auto !important;
  }
}

/**** modal ***/
.modal-backdrop {
  display: none !important;
}

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

.modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
}

.modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  margin: 0 auto;
}

.modal-header,
.modal-body,
.modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-header,
.modal-footer {
  position: relative;
  z-index: 1060;
}

/**** animate ***/
.animated {
  animation-delay: .1s;
}

.is-antd {
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-antd.is-active {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}

@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}

@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}

@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}

.fadeInUp2 {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  animation-name: fadeInUp2;
  -webkit-animation-name: fadeInUp2;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fadeInUp3 {
  opacity: 0;
  transform: translate3d(0, 300px, 0);
  -webkit-transform: translate3d(0, 300px, 0);
  animation-name: fadeInUp3;
  -webkit-animation-name: fadeInUp3;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/**** video ***/
.video-box {
  position: relative;
}

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

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  background-color: #000;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}

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

.video-js .vjs-big-play-button {
  width: 4rem;
  height: 4rem;
  border: solid 2px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: rgba(0, 0, 22, 0.3);
  border-radius: 100%;
  z-index: 50;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 0;
}

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

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

.video-js .vjs-poster {
  background-size: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video-js .vjs-subs-caps-button {
  display: none !important;
}

.video-js .vjs-button > .vjs-icon-placeholder:before {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

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

.video-js.vjs-has-started .vjs-control-bar {
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .video-js .vjs-big-play-button {
    width: 0.8rem;
    height: 0.8rem;
  }
  .video-js .vjs-big-play-button .vjs-icon-placeholder {
    width: 0.24rem;
    height: 0.24rem;
  }
}

/*** modal-video ***/
.modal-video {
  background: #000016;
  z-index: 5000;
}

.modal-video .modal-close {
  width: 3em;
  height: 3em;
  position: absolute;
  right: 2.5em;
  top: 1.6em;
  margin: 0;
  border: none;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

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

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

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

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

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

/* 表单 */
.form-group {
  width: 100%;
  position: relative;
  z-index: 5;
}

.form-group .must {
  color: #ff0000;
  margin-left: 8px;
  display: block;
  font-style: normal;
}

.form-group.has-error .help-block {
  color: #ff0000;
}

.form-group.has-error .form-control {
  border-color: #ff0000;
}

.help-block {
  font-size: 12px;
  font-size: .6rem;
  line-height: 1.5em;
  margin-top: .5em;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.form-group-cell {
  display: table-cell;
  vertical-align: middle;
}

.checkbox {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  font-size: .8em;
  line-height: 2.125em;
}

.checkbox input[type="checkbox"] {
  width: .875em;
  height: .875em;
  display: block;
  border: solid 1px #dcdcdc;
  border-radius: 3px;
  margin-right: .75em;
}

.checkbox input[type="checkbox"]:checked {
  background: url("/content/img/images/check-white.svg") no-repeat center center #39b09c;
  background-size: 0.625em;
  border-color: #39b09c;
}

#formTips {
  background-color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  padding: .5em 1em;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1020;
  border-radius: 0.5em;
}

#formTips .help-block {
  display: none;
  margin: 0;
  font-size: .8em;
  line-height: 2em;
  color: #fff;
}

@media screen and (max-width: 991.98px) {
  .help-block {
    font-size: .24rem;
    line-height: 4rem;
    margin: 0;
  }
  .checkbox {
    font-size: .28rem;
    line-height: .6rem;
  }
}

/*** 表单提示弹窗 ***/
.modal-tips .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
}

.modal-tips .modal-content {
  width: 22.5em;
  max-width: 100%;
  background: #fff;
  border-radius: 0.4em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  padding: 2.5em 2em 1.7em;
}

.modal-tips .modal-close {
  width: 2.5em;
  height: 2.3em;
  display: block;
  background: url("/content/img/images/x-black.svg") no-repeat center center;
  background-size: 0.9em;
  margin: 0 auto 1em;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.modal-tips .icon {
  width: 3.2em;
  margin: 0 auto 1em;
  color: #39b09c;
}

.modal-tips .icon img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.modal-tips .icon .bi {
  width: 3.2em;
  height: 3.2em;
  display: block;
}

.modal-tips .tit {
  font-size: 28px;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 3px;
}

.modal-tips .word {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #666;
}

.modal-tips .tool {
  margin-top: 1.4em;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.modal-tips .btn-sure {
  width: 8.6em;
  height: 2.57em;
  font-size: 14px;
  font-size: 0.7em;
  line-height: 2.42em;
  display: block;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767.98px) {
  .modal-tips .modal-dialog {
    padding: 0 0.3rem;
  }
  .modal-tips .word {
    font-size: 1em;
  }
  .modal-tips .btn-sure {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.58rem;
    font-size: 0.24rem;
  }
}

/*** 鼠标经过 ****/
.btn-h {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}

.btn-h a,
.btn-h span {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 5;
}

.btn-h::after {
  content: '';
  display: block;
  width: 300%;
  padding-top: 300%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-radius: inherit;
  transform-origin: center center !important;
  -webkit-transform-origin: center center !important;
  opacity: 0;
  border-radius: 100%;
  margin: -150% 0 0 -150%;
}

.btn-h .bi {
  display: block;
  position: relative;
  z-index: 5;
}

.btn-h .hover {
  display: none;
}

@media screen and (min-width: 1000px) {
  .btn-h:hover::after {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
  }
  .btn-h:hover .img {
    display: none;
  }
  .btn-h:hover .hover {
    display: block;
  }
}

/* 以上为公共样式，下面为正式开始 */
.main-box {
  min-height: 500px;
}

@media (max-width: 991.98px) {
  .main-box {
    min-height: 5rem !important;
  }
}

header {
  width: 100%;
  height: 4.5em;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .head-logo {
  height: 100%;
  margin-right: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

header .head-logo img {
  height: 1.75em;
  display: block;
}

header .head-logo .logo2 {
  display: none;
}

header .header-box {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

header .head-right {
  height: 100%;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
}

header .head-navlist {
  height: 100%;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
}

header .head-navlist .navitem::before {
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  display: block;
  background-color: #0b573e;
  left: -15%;
  top: 96%;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
}

header .had-subnav {
  height: 100%;
  font-size: .9em;
  line-height: 1.55em;
  padding: 0 1.388em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .had-subnav.activeD ::after {
  position: absolute;
  content: '';
  bottom: -112%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

header .head-navlist .navitem.active::before {
  width: 131%;
  opacity: 1;
}

header .navlv1 {
  position: relative;
}

header .subnav-box {
  display: none;
  position: absolute;
  min-width: 10.1015em;
  width: 100%;
  background-color: #fff;
  white-space: nowrap;
  font-size: .88em;
  line-height: 1.725em;
  padding: 1.5em 0;
  text-align: center;
  left: -15%;
  top: 100%;
  z-index: 120;
  border-radius: 0px 0px 8px 8px;
  color: #0b573e;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

header .subnav-box li {
  padding: .5625em 0;
}

header .subnav-box li:first-child {
  padding-top: 0;
}

header .subnav-box li:last-child {
  padding-bottom: 0;
}

header .head-search {
  width: 1.3em;
  height: 1.3em;
  margin-left: 1.2em;
}

header .head-search a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .head-search-1 {
  display: block;
}

header .head-search-2 {
  display: none;
}

header .head-search-3 {
  display: none;
}

.search-box {
  display: none;
  position: fixed;
  top: 4.5em;
  width: 100%;
  height: 7em;
  z-index: 10;
  background-color: #fff;
}

.search-box .global-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-box .item {
  width: 50%;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #0b573e;
}

.search-box input {
  font-size: .8em;
}

.search-box .box {
  width: 1.2em;
  height: 1.2em;
  margin-left: auto;
}

.search-box .box img {
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .search-box {
    top: 1.2rem;
    height: 1.2rem;
  }
  .search-box .item {
    width: 80%;
  }
  .search-box input {
    font-size: .3rem;
  }
  .search-box .box {
    width: .3rem;
    height: .3rem;
  }
  .search-box .box img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 991.98px) {
  header {
    width: 100%;
    height: 1.2rem;
    background: none center center;
    background-size: cover;
  }
  header .global-inner {
    width: 100%;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  header .head-logo {
    margin: 0 auto;
  }
  .head-menu_open {
    width: .44rem;
    height: .36rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background: none center center;
    background-size: cover;
    background-image: url(/img/images/head-open.svg);
  }
  .head-menu_open .nav-menu1-gg {
    width: 100%;
    height: 100%;
  }
  .head-menu_open .nav-menu2 {
    display: none;
  }
  .open.head-menu_open {
    background-image: url(/img/images/head-close.svg);
  }
  .head-search1 {
    width: .42rem;
    height: .42rem;
    background: none center center;
    background-size: cover;
    background-image: url(/img/images/mob-head-search.svg);
  }
}

.head-white header {
  color: #333;
  background-color: #fff;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.head-white header .head-logo .logo1 {
  display: none;
}

.head-white header .head-logo .logo2 {
  display: block;
}

.head-white header .head-search-1 {
  display: none;
}

.head-white header .head-search-3 {
  display: block;
}

.head-white .head-menu_open {
  background-image: url(/img/images/head-open-h.svg);
}

.head-white .head-search1 {
  background-image: url(/img/images/mob-head-search-h.svg);
}

.head-white .open.head-menu_open {
  background-image: url(/img/images/head-close-h.svg);
}

.head-white1 header {
  color: #333;
  background-color: #fff;
  transition: .3s;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.head-white1 header .head-logo .logo1 {
  display: none;
}

.head-white1 header .head-logo .logo2 {
  display: block;
}

.head-white1 .head-menu_open {
  background-image: url(/img/images/head-open-h.svg);
}

.head-white1 .head-search1 {
  background-image: url(/img/images/mob-head-search-h.svg);
}

.head-white1 .open.head-menu_open {
  background-image: url(/img/images/head-close-h.svg);
}

.head-white1 .head-search-1 {
  display: none;
}

.head-white1 .head-search-2 {
  display: block;
}

.head-white1 .head-search-3 {
  display: none !important;
}

.head-white-s header {
  color: #333;
  background-color: #fff;
  transition: .3s;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.head-white-s header .head-logo .logo1 {
  display: none;
}

.head-white-s header .head-logo .logo2 {
  display: block;
}

.head-white-s .head-menu_open {
  background-image: url(/img/images/head-open-h.svg);
}

.head-white-s .head-search1 {
  background-image: url(/img/images/mob-head-search-h.svg);
}

.head-white-s .open.head-menu_open {
  background-image: url(/img/images/head-close-h.svg);
}

.head-white-c header {
  color: #333;
  background-color: #fff;
  transition: .3s;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.head-white-c header .head-logo .logo1 {
  display: none;
}

.head-white-c header .head-logo .logo2 {
  display: block;
}

.head-white-c .head-menu_open {
  background-image: url(/img/images/head-open-h.svg);
}

.head-white-c .head-search1 {
  background-image: url(/img/images/mob-head-search-h.svg);
}

.head-white-c .open.head-menu_open {
  background-image: url(/img/images/head-close-h.svg);
}

.head-white-c .head-search-1 {
  display: none;
}

.head-white-c .head-search-3 {
  display: block;
}

.head-white-imp header {
  color: #333;
  background-color: #fff;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.head-white-imp header .head-logo .logo1 {
  display: none;
}

.head-white-imp header .head-logo .logo2 {
  display: block;
}

.head-white-imp header .head-search-1 {
  display: none;
}

.head-white-imp header .head-search-3 {
  display: block;
}

.head-white-imp .head-menu_open {
  background-image: url(/img/images/head-open-h.svg);
}

.head-white-imp .head-search1 {
  background-image: url(/img/images/mob-head-search-h.svg);
}

.head-white-imp .open.head-menu_open {
  background-image: url(/img/images/head-close-h.svg);
}

/* 头部 结束 */
.public-banner {
  width: 100%;
  height: 17.5em;
  position: relative;
  overflow: hidden;
}

.public-banner .imgs {
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center;
  background-size: cover;
}

.public-banner .imgs.web {
  width: 100%;
  height: 100%;
}

.public-banner .public-ban-paging {
  position: absolute;
  bottom: 2em;
  left: 0;
}

.public-banner .public-ban-paging .tit {
  font-size: 1.6em;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .public-banner {
    width: 100%;
    height: 5.9rem;
    position: relative;
    overflow: hidden;
  }
  .public-banner .imgs {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat center;
    background-size: cover;
  }
  .public-banner .imgs.app {
    width: 100%;
    height: 5.9rem;
  }
  .public-banner .public-ban-paging {
    position: absolute;
    bottom: .5rem;
    left: .4rem;
  }
  .public-banner .public-ban-paging .tit {
    font-size: .48rem;
    line-height: 1;
    color: #fff;
  }
}

.crumbs-channel {
  margin-top: -9.75em;
  margin-bottom: 1em;
  color: #fff;
}

.crumbs-channel .list {
  display: flex;
  align-items: center;
  margin: 0 -.65em;
}

.crumbs-channel .list .item {
  padding: 0 .65em;
  position: relative;
}

.crumbs-channel .list .item::after {
  position: absolute;
  content: ">";
  display: block;
  top: 00%;
  right: -3.5px;
  width: 7px;
  height: 7px;
  font-size: .7em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.crumbs-channel .list .item:last-child::after {
  display: none;
}

.crumbs-channel .list .doc {
  font-size: .7em;
  line-height: 1;
}

.global-paging {
  width: 100%;
  height: 100%;
  margin-top: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-paging .ctrl {
  width: 2em;
  height: 2em;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-paging .ctrl .bi {
  width: .5em;
  height: .75em;
  color: #999;
}

.global-paging .num {
  display: flex;
  padding: 0 1.35em;
}

.global-paging .num a {
  width: 1.2em;
  height: 2em;
  font-size: 1em;
  line-height: 1;
  margin: 0 .8em;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-paging .num .active {
  color: #0b573e;
  border-bottom: 2px solid #0b573e;
}

.global-paging .disabled {
  opacity: .5;
}

@media (max-width: 991.98px) {
  .global-paging {
    margin-top: .8rem;
    padding: 0 .5rem;
  }
  .global-paging .ctrl {
    width: .8rem;
    height: .8rem;
    border: 1px solid #999;
  }
  .global-paging .ctrl .bi {
    width: .16rem;
    height: .33rem;
    color: #999;
  }
  .global-paging .num {
    display: flex;
    padding: 0 .25rem;
  }
  .global-paging .num a {
    width: .4rem;
    height: .7rem;
    font-size: 1;
    line-height: 1;
    margin: 0 .16rem;
  }
  .global-paging .num .active {
    border-bottom: 2px solid #0b573e;
  }
}

.global-paging1 .ctrl {
  font-size: .8em;
  line-height: 1em;
  color: #0b573e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.global-paging1 .box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.global-paging1 .prev {
  padding-bottom: 1.25em;
  border-bottom: 1px solid #dcdcdc;
}

.global-paging1 .next {
  padding-top: 1.25em;
}

@media (max-width: 991.98px) {
  .global-paging1 .ctrl {
    font-size: .3rem;
    line-height: .4rem;
  }
  .global-paging1 .prev {
    padding-bottom: .35rem;
    border-bottom: 1px solid #dcdcdc;
  }
  .global-paging1 .next {
    padding-top: .35rem;
  }
  .global-paging1 .doc {
    width: auto;
    display: block;
    white-space: nowrap;
  }
  .global-paging1 .docx {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

@media (min-width: 1000px) {
  .global-paging .ctrl:hover {
    background-color: #0b573e;
  }
  .global-paging .ctrl:hover .bi {
    color: #fff;
  }
  .global-paging .disabled:hover {
    background-color: transparent;
    cursor: default;
  }
  .global-paging .disabled:hover .bi {
    color: #999;
  }
}

.footer {
  padding: 3.6em 0 1.6em 0;
  background-color: #e7e8ea;
}

.footer .foot-t1 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.footer .foot-t1 .link {
  width: 83.33%;
  max-width: 935px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.footer .foot-t1 .link ul {
  min-height: 12em;
}

.footer .foot-t1 .link ul li:first-child {
  margin-bottom: 1.25em;
}

.footer .foot-t1 .link ul li:first-child a {
  font-size: .8em;
  line-height: 1.875em;
  font-weight: bold;
  color: #666;
}

.footer .foot-t1 .link ul a {
  font-size: .7em;
  line-height: 2.14em;
}

.footer .foot-t1 .other .brother {
  position: relative;
  margin-bottom: 1.6em;
}

.footer .foot-t1 .other .brother .bd {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.footer .foot-t1 .other .brother .tit {
  font-size: .8em;
  line-height: 1.875em;
  font-weight: bold;
  color: #666;
  position: relative;
}

.footer .foot-t1 .other .brother .icon {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: .9em;
}

.footer .foot-t1 .other .brother .icon .bi {
  width: .8em;
  height: .4em;
  transition: .5s;
  -webkit-transition: .5s;
}

.footer .foot-t1 .other .brother .hd-box {
  width: auto;
  display: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  padding-bottom: 10px;
  text-align: left;
  z-index: 9;
}

.footer .foot-t1 .other .brother .hd-box .boxs {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.29);
  padding: 18px 2em;
}

.footer .foot-t1 .other .brother .hd-box .list {
  color: #333;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.footer .foot-t1 .other .brother .hd-box .li-item {
  width: 25%;
}

.footer .foot-t1 .other .brother .hd-box .item {
  font-size: .7em;
  line-height: 2.5;
  flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  padding: 7px 10px;
  word-break: normal;
  box-sizing: border-box;
}

.footer .foot-t1 .other .wx {
  margin-right: 1.8em;
  margin-bottom: .75em;
}

.footer .foot-t1 .other .wx .tit {
  font-size: .7em;
  line-height: 1;
  color: #666;
  text-align: center;
  margin-bottom: .71em;
}

.footer .foot-t1 .other .wx .imgs {
  width: 5.6em;
  height: 5.6em;
  margin: 0 auto;
}

.footer .foot-t1 .other .wx .imgs img {
  width: 100%;
  height: 100%;
}

.footer .foot-t1 .other .icon1 {
  margin-right: 1.4em;
}

.footer .foot-t1 .other .icon1 .imgs {
  display: flex;
  -webkit-display: flex;
}

.footer .foot-t1 .other .icon1 .image {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.footer .foot-t1 .other .icon1 .image .box {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.footer .foot-t1 .other .icon1 .image:nth-child(2) {
  margin: 0 1em;
}

.footer .foot-t1 .other .icon1 .bi {
  width: 1em;
  height: .8em;
  color: #a0a6b1;
}

.footer .foot-t2 {
  margin-top: 3.6em;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.footer .foot-t2 .record {
  font-size: .7em;
  line-height: 1;
  color: #666;
  display: flex;
  display: -webkit-flex;
}

.footer .foot-t2 .item {
  margin-right: 1.7em;
}

.footer .foot-t2 .item:last-child {
  margin-right: 0;
}

.foot-jszc_swip {
  font-size: 1em;
  height: 1em;
  overflow: hidden;
  display: block;
}

.foot-jszc_swip .swiper-slide {
  font-size: .7em;
  color: #666;
}

@media (max-width: 991.98px) {
  .footer {
    padding: .4rem 0 .6rem;
    color: #666;
  }
  .footer .foot-t1 .other {
    width: 100%;
  }
  .footer .foot-t1 .other .brother {
    font-size: .32rem;
    line-height: .32rem;
  }
  .footer .foot-t1 .other .brother .icon {
    margin-left: 0;
    margin-right: 3px;
  }
  .footer .foot-t1 .other .brother .bd {
    justify-content: space-between;
  }
  .footer .foot-t1 .other .brother .tit {
    font-size: .32rem;
    line-height: 1;
    color: #666;
    font-weight: initial;
  }
  .footer .foot-t1 .other .brother .hd-box {
    width: 100%;
    right: 0;
    bottom: 170%;
  }
  .footer .foot-t1 .other .brother .hd-box .global-inner {
    padding: 0 !important;
  }
  .footer .foot-t1 .other .brother .hd-box .boxs {
    width: 100%;
    margin: 0 auto;
    padding: 18px .3rem;
    max-height: 3rem;
    border-radius: 5px;
  }
  .footer .foot-t1 .other .brother .hd-box .list {
    color: #333;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .footer .foot-t1 .other .brother .hd-box .item {
    font-size: .28rem;
    line-height: 2.5;
    padding: 0;
    white-space: normal;
    height: .7rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .footer .foot-t1 .other .wx {
    position: relative;
    margin-bottom: .5rem;
    padding: 0.6rem 0 .6rem 0;
    margin-right: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .footer .foot-t1 .other .wx .tit {
    font-size: .32rem;
    line-height: 1;
  }
  .footer .foot-t1 .other .wx .imgs {
    margin: initial;
  }
  .footer .foot-t1 .other .wx::before {
    position: absolute;
    content: '';
    top: 0;
    left: -0.4rem;
    width: 150%;
    height: 1px;
    background-color: #fff;
  }
  .footer .foot-t1 .other .wx::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -0.4rem;
    width: 150%;
    height: 1px;
    background-color: #fff;
  }
  .footer .foot-t2 {
    display: block;
    margin-top: 0;
  }
  .footer .foot-t2 .record {
    font-size: .28rem;
    line-height: .48rem;
    display: block;
  }
  .foot-jszc_swip {
    margin-top: .1rem;
    font-size: .28rem;
  }
  .foot-jszc_swip .swiper-slide {
    font-size: .28rem;
  }
}

.footer .foot-t1 .other .brother:hover {
  cursor: pointer;
}

@media (min-width: 991.98px) {
  .footer .foot-t1 .other .brother .hd-box .item:hover {
    color: #0b573e;
  }
}

.xuanfan .icon .bi {
  transform: rotate(180deg);
  transition: .5s;
  -webkit-transition: .5s;
}

.backtop {
  position: fixed;
  bottom: 2em;
  right: 2em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #0b573e;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  transition: .5s;
}

.backtop .box {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.backtop .bi {
  width: 1em;
  height: .5em;
  color: #0b573e;
}

@media (min-width: 1000px) {
  .backtop:hover {
    border-radius: 50%;
    background-color: #0b573e;
  }
  .backtop:hover .bi {
    color: #fff;
  }
}

.main-box {
  min-height: 500px;
}

.ph-nav-box {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  right: 0;
  top: 1rem;
  /*background: rgba(0,0,0,.3);*/
  opacity: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.ph-nav-box.on {
  opacity: 1;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}

.ph-nav-box .ph-nav-pop {
  border-top: 1px solid #e9edf1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding-bottom: 1.1rem;
}

.nav-main {
  height: 100%;
  overflow: hidden;
}

.nav-main em {
  float: right;
  width: 30%;
  margin-top: 0.06rem;
  position: relative;
}

.nav-main em:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 26px;
  height: 2px;
  background-color: #666;
  transition: all .3s;
  z-index: 10;
}

.bgCode {
  padding: .14rem;
  background-color: #fff;
  display: inline-block;
}

.nav-main em:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  width: 2px;
  height: 26px;
  background-color: #666;
}

@media screen and (max-width: 450px) {
  .nav-main em:before {
    width: 14px;
  }
  .nav-main em:after {
    right: 6px;
    margin-top: -7px;
    height: 14px;
  }
}

.nav-main .on em:before {
  background-color: #014da1;
}

.nav-main .on em:after {
  display: none;
}

.nav-main .lv4pop .lv1 em,
.nav-main .lv4pop .lv2 em,
.nav-main .lv4pop .lv3 em,
.nav-main .lv3pop .lv1 em,
.nav-main .lv3pop .lv2 em,
.nav-main .lv2pop .lv1 em {
  display: block;
}

.nav-main .lv2box,
.nav-main .lv3box,
.nav-main .lv4box {
  display: none;
  padding: .25rem 0;
  background-color: #f2f2f2;
}

.nav-main .lv1 a {
  float: left;
  display: block;
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #333;
  min-width: 50%;
  padding: 0.3rem 0;
  transition: all .3s;
}

.nav-main .lv1,
.nav-main .lv2,
.nav-main .lv3,
.nav-main .lv4 {
  padding: 0 .4rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}

.nav-main .lv2 {
  padding: 0 .8rem;
  border-bottom: 0;
}

.nav-main .on.lv1 a {
  color: #00468e;
}

.nav-main .lv2 a {
  float: left;
  display: block;
  font-size: 0.3rem;
  color: #333;
  min-width: 50%;
  padding: 0.25rem 0;
  transition: all .3s;
}

.whiteHead .header {
  border-bottom: 1px solid transparent;
}

.nav-main .lv3 a {
  float: left;
  display: block;
  font-size: 0.28rem;
  line-height: 0.42rem;
  color: #262626;
  min-width: 50%;
  padding: 0.35rem 0 0.35rem 0rem;
  transition: all .3s;
}

.nav-main .lv4 a {
  float: left;
  display: block;
  font-size: 0.28rem;
  line-height: 0.42rem;
  color: #666;
  min-width: 50%;
  padding: 0.22rem 0 0.22rem 0rem;
}

/* 	.nav-main .lv1.on a{
         color: #014da1;
       }
       .nav-main .lv2.on a{
         color: #014da1;
       }
       .nav-main .lv3.on a{
         color: #406cae;
       }
       .nav-main .lv4.on a{
         color: #406cae;
       } */
/*** main-box ***/
.heading {
  margin-bottom: .8em;
  padding-top: 1.1em;
  border-top: 1px solid #fff;
}

.headig-tit {
  font-size: 1.4em;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .heading {
    padding-top: .6rem;
  }
  .headig-tit {
    font-size: .56rem;
    line-height: 1;
  }
}

@media (min-width: 1000px) {
  .footer .foot-t1 .link ul li:hover a {
    color: #0b573e;
  }
  .footer .foot-t1 .other .icon1 .image:hover {
    background-color: #0b573e;
  }
  .footer .foot-t1 .other .icon1 .image:hover .bi {
    color: #fff;
  }
}

.channel-tab .list {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}

.channel-tab .list .item {
  padding: 0 2em 1em;
  position: relative;
}

.channel-tab .list .item.active::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  background-color: #0b573e;
}

.channel-tab .list .tit {
  font-size: 1.2em;
  line-height: 1;
  color: #999;
}

@media (max-width: 991.98px) {
  .channel-tab .list {
    margin-top: -1.2rem;
    background-color: #fff;
    padding: .56rem .2rem 0 .2rem;
    justify-content: space-between;
  }
  .channel-tab .list .item {
    padding: 0 .4rem .3rem;
  }
}

.inside-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.inside-banner .imgs {
  top: 0;
  left: 0;
  background-repeat: no-repeat center;
  background-size: cover;
}

.inside-banner .imgs.web {
  width: 100%;
  height: 100%;
}

.inside-banner .inside-ban-paging {
  padding: 8.5em 0 4.8em;
  top: 38.8571%;
  left: 0%;
  color: #fff;
}

.inside-banner .inside-ban-paging .tit {
  font-size: 2em;
  line-height: 1.5;
}

.inside-banner .inside-ban-paging .bd {
  display: flex;
  -webkit-display: flex;
}

.inside-banner .inside-ban-paging .time {
  font-size: .8em;
  line-height: 1;
  margin-top: 1em;
}

.inside-banner .inside-ban-paging .source {
  margin-left: 1em;
  font-size: .8em;
  line-height: 1;
  margin-top: 1em;
}

@media (max-width: 991.98px) {
  .inside-banner {
    width: 100%;
    height: 6rem;
    position: relative;
    overflow: hidden;
  }
  .inside-banner .imgs {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat center;
    background-size: cover;
  }
  .inside-banner .imgs.app {
    width: 100%;
    height: 6rem;
  }
  .inside-banner .inside-ban-paging {
    position: absolute;
    top: 38.66%;
    left: 0%;
    padding: 0 .4rem;
    color: #fff;
  }
  .inside-banner .inside-ban-paging .tit {
    font-size: .48rem;
    line-height: .72rem;
  }
  .inside-banner .inside-ban-paging .time {
    font-size: .3rem;
    line-height: .3rem;
    margin-top: .28rem;
  }
  .inside-banner .inside-ban-paging .source {
    font-size: .3rem;
    line-height: .3rem;
    margin-top: .28rem;
    margin-left: .3rem;
  }
}

.backlist {
  width: 4em;
  height: auto;
}

.backlist .box {
  width: 100%;
  height: 100%;
}

.backlist .item {
  width: 4em;
  height: 4em;
  margin-bottom: 1em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c9601a;
}

.backlist .item .image {
  width: 100;
}

.backlist .tit {
  font-size: .8em;
  line-height: 1;
  text-align: center;
}

@media (min-width: 1000px) {
  .backlist:hover .item {
    background-color: #0b573e;
    transition: .3s;
    -webkit-transition: .3s;
  }
}

.positionFixed .backlist {
  position: fixed !important;
  top: 11em;
  left: 11.981%;
}

@media (max-width: 1430px) {
  .p-editor .backlist,
  .positionFixed .backlist {
    left: 6.981% !important;
  }
}

@media (max-width: 1220px) {
  .p-editor .backlist,
  .positionFixed .backlist {
    left: 3.8% !important;
  }
}

.p-editor .main-box {
  padding: 1.75em 0 6em 0;
  position: relative;
}

.p-editor .backlist {
  position: absolute;
  top: 11em;
  left: 11.5em;
}

.p-newsdet .global-paging1 {
  padding-top: 1.75em;
}

.p-editor .introd-doc {
  min-height: 500px;
  text-align: center;
}

.p-editor .introd-doc a {
  color: green;
}

.p-editor .introd-doc p {
  font-size: .8em;
  line-height: 1.875;
  color: #555;
  margin: 2.25em 0;
  text-align: left;
}

.p-editor .introd-doc p:first-child {
  margin-top: 0;
}

.p-editor .introd-doc img {
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: 5px auto;
  object-fit: cover;
}

.p-editor .introd-doc table td {
  border: solid 1px #333;
}

.p-editor .introd-doc table p {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .p-editor .main-box {
    padding: .43rem 0 1rem 0;
  }
  .p-editor .introd-doc {
    min-height: 4rem;
  }
  .p-editor .introd-doc p {
    font-size: .32rem;
    line-height: .52rem;
    color: #555;
    margin: .57rem 0;
  }
  .p-editor .introd-doc img {
    margin: .1rem 0;
    max-width: none;
  }
  .p-editor .backlist {
    position: initial !important;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: .33rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-editor .backlist .item {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    margin-bottom: .3rem;
  }
  .p-editor .backlist .item .image {
    width: .33rem;
    height: .33rem;
  }
  .p-editor .backlist .tit {
    color: #999;
  }
  .p-newsdet .global-paging1 {
    padding-top: 1rem;
  }
}

.swiper-button-disabled {
  pointer-events: auto !important;
}

.crumbs-new {
  height: 3.5em;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  z-index: 9;
}

.crumbs-new .box-pc .box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.crumbs-new .left {
  padding: 1.4em 0;
}

.crumbs-new .left .list {
  display: flex;
  align-items: center;
  margin: 0 -.8em;
}

.crumbs-new .left .list .item {
  padding: 0 .8em;
  position: relative;
}

.crumbs-new .left .list .item::after {
  position: absolute;
  content: ">";
  display: block;
  top: 00%;
  right: -3.5px;
  width: 7px;
  height: 7px;
  font-size: .7em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.crumbs-new .left .list .item:last-child::after {
  display: none;
}

.crumbs-new .left .list .doc {
  font-size: .8em;
  line-height: 1;
}

.crumbs-new .right .list {
  display: flex;
  display: -webkit-flex;
}

.crumbs-new .right .tit {
  font-size: .9em;
  padding: 1em 0;
  line-height: 1.667;
  color: #333;
  font-weight: bold;
}

.crumbs-new .right .item {
  margin: 0 .9em;
}

.crumbs-new .right .item:first-child {
  margin-left: 0;
}

.crumbs-new .right .item:last-child {
  margin-right: 0;
}

.crumbs-new .right .item.active {
  border-bottom: 3px solid #c9601a;
}

@media (max-width: 991.98px) {
  .crumbs-new {
    border: 0;
  }
  .crumbs-new .box-mob {
    height: 1.1rem;
    position: relative;
  }
  .crumbs-new .box-mob .active {
    position: relative;
    height: 1.05rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
  }
  .crumbs-new .box-mob .active .tit {
    font-size: .32rem;
    color: #333;
    padding: .45rem 0;
  }
  .crumbs-new .box-mob .active .icon {
    height: 1.2rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .crumbs-new .box-mob .active .bi {
    width: .36rem;
    height: .18rem;
    transition: .3s;
    -webkit-transition: .3s;
  }
  .crumbs-new .box-mob .active::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
  }
  .crumbs-new .box-mob .item-list {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 0.15rem 0;
    color: #333;
  }
  .crumbs-new .box-mob .item-list .tit {
    font-size: .32rem;
    line-height: .7rem;
  }
  .mobCrumbs .crumbs-new .box-mob .active .bi {
    transform: rotate(180deg);
    transition: .3s;
    -webkit-transition: .3s;
  }
}

.main-box {
  position: relative;
  padding: 3em 0;
}

@media (max-width: 991.98px) {
  .main-box {
    padding: .9rem 0;
  }
}

.public-heading-n {
  margin-bottom: 3.6em;
}

.public-heading-n .tit {
  font-size: 1.8em;
  line-height: 1;
  color: #333;
}

.pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100VW;
  height: 100VH;
  background-color: rgba(102, 102, 102, 0.6);
  z-index: 9999;
}

.pop .box {
  position: absolute;
  width: 92.31%;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.pop .box .pop-close {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  border: solid 1px #0b573e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop .box .pop-close .bi {
  width: .85em;
  height: .85em;
  color: #0b573e;
}

.pop .imgs {
  width: 26.667%;
  height: 9.5em;
}

.pop .imgs .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pop .bd {
  width: 73.33%;
  padding-left: 1.75em;
}

.pop .tit {
  font-size: 1.6em;
  line-height: 1.375;
  color: #0f5a40;
  margin-top: -.1875em;
}

.pop .box {
  padding: 3.15em 2.5em 4.1em;
  display: flex;
}

.pop .doc {
  margin-top: 1.3em;
}

.pop .doc p {
  font-size: .8em;
  line-height: 1.75;
  color: #333;
  margin-top: 1.125em;
}

.pop .doc p:first-child {
  margin-top: 0;
}

.pop-projec {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100VW;
  height: 100VH;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.pop-projec .boxs {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  padding: 3em 5em 3.3em;
  width: 48em;
}

.pop-projec .pop-projec-close {
  position: fixed;
  top: 1em;
  right: 1em;
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  border: solid 1px #0b573e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop-projec .pop-projec-close .bi {
  width: .85em;
  height: .85em;
  color: #0b573e;
}

.pop-projec .global-inner {
  padding: 0 11em;
}

.pop-projec .tit {
  font-size: 2em;
  line-height: 1.5;
  color: #333;
  margin-bottom: .7em;
}

.pop-projec .doc {
  font-size: .8em;
  line-height: 1.75em;
  color: #333;
  margin-top: 1.375em;
}

.pop-projec .pop-projec-swiper {
  position: relative;
  overflow: hidden;
}

.pop-projec .pop-projec-swiper .imgs {
  width: 100%;
  height: 20em;
  overflow: hidden;
}

.pop-projec .pop-projec-swiper .imgs .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pop-projec .pop-projec-swiper .pop-projec-swiper-next,
.pop-projec .pop-projec-swiper .pop-projec-swiper-prev {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 6;
}

.pop-projec .pop-projec-swiper .bi {
  width: 16px;
  height: 15px;
  color: #fff;
}

.pop-projec .pop-projec-swiper .swiper-button-next:after,
.pop-projec .pop-projec-swiper .swiper-button-prev:after {
  content: '';
}

.pop-projec .pop-projec-swiper .pop-projec-swiper-next {
  right: 1em;
}

.pop-projec .pop-projec-swiper .pop-projec-swiper-prev {
  left: 1em;
}

.pop-projec .pop-projec-swiper .swiper-pagination {
  top: 63%;
  height: max-content;
}

.pop-projec .pop-projec-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
}

.pop-projec .pop-projec-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}

.p-number .main-box,
.p-ppp .main-box {
  padding: 3em 0 3em;
}

.p-bankdel .public-bgk {
  height: 25em;
  top: inherit;
  bottom: 0;
}

.p-wisdomdel .main-box {
  padding: 3em 0 0em;
}

.p-pipe .main-box {
  padding: 3em 0;
}

.p-management .main-box {
  padding-top: 3em;
}

@media (max-width: 991.98px) {
  .p-number .main-box,
  .p-ppp .main-box {
    padding: .5rem 0 .75rem;
  }
  .p-wisdomdel .main-box {
    padding: .8rem 0 0em;
  }
  .p-pipe .main-box {
    padding: .9rem 0 1.15rem;
  }
  .p-managementdel .main-box {
    padding: .5rem 0 .9rem;
  }
}

/**** modal ***/
.modal-backdrop {
  display: none !important;
}

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

.modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  margin: 0 auto;
}

.modal-header,
.modal-body,
.modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-header,
.modal-footer {
  position: relative;
  z-index: 1060;
}

.animbox-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
}

.animbox-box .box {
  position: relative;
  width: 100%;
  height: 100%;
}

.animbox {
  width: 200px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
}

/*设置各竖条的共有样式*/
.animbox > div {
  background-color: #279fcf;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation: anim 0.9s 0s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

/*设置动画延迟*/
.animbox > :nth-child(2),
.animbox > :nth-child(4) {
  animation-delay: 0.25s !important;
}

.animbox > :nth-child(1),
.animbox > :nth-child(5) {
  animation-delay: 0.5s !important;
}

/*定义动画*/
@keyframes anim {
  0% {
    transform: scaley(1);
  }
  80% {
    transform: scaley(0.3);
  }
  90% {
    transform: scaley(1);
  }
}

@media (min-width: 991.98px) {
  .crumbs-new .right .item:hover .tit,
  .crumbs-new .left .list .doc:hover {
    color: #0b573e;
  }
}

.p-weixin-editor .main-box .global-inner {
  width: 677px;
  max-width: 677px;
}

.p-weixin-editor section {
  width: 100%;
}

.p-roomintord .pop .doc {
  text-align: center;
}

.p-roomintord .pop .bd {
  margin: 0 auto;
  padding-left: 0;
}

.p-roomintord .pop table {
  width: 100% !important;
}

.p-roomintord .pop table td {
  font-size: .8em;
  padding: 1em 0;
  border: solid 1px #000;
}

.p-roomintord .pop table td:nth-child(1) {
  width: 30%;
}

.p-roomintord .pop table td:nth-child(2) {
  width: 70%;
}

@media (max-width: 991.98px) {
  .p-roomintord .pop .box {
    padding: .3rem;
  }
  .p-roomintord .pop .box .pop-close {
    top: -1rem;
    right: 0;
  }
  .p-roomintord .pop .doc {
    text-align: center;
  }
  .p-roomintord .pop .bd {
    width: 100%;
    padding-left: 0;
  }
  .p-roomintord .pop table {
    width: 100% !important;
    border: solid 1px #000;
  }
  .p-roomintord .pop table td {
    padding: .3rem 0;
    font-size: .3rem;
  }
  .p-roomintord .pop table td:nth-child(1) {
    width: 30%;
  }
  .p-roomintord .pop table td:nth-child(2) {
    width: 70%;
  }
  .p-roomintord .pop p {
    font-size: .3rem;
  }
}
