* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
html {
  scroll-behavior: smooth;
}

/* 定义全局scroll-bar */
html::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

html::-webkit-scrollbar {
  width: 0;
  height: 5px;
}

html::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  background-clip: padding-box;
}

html::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}





/* 定义全局scroll-bar */
html.active::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

html.active::-webkit-scrollbar {
  width: 15px;
  height: 5px;
}

html.active::-webkit-scrollbar-thumb {
  background-color: #a4a4a4;
  background-clip: padding-box;
}

html.active::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}

a {
  color: inherit;
  text-decoration: unset;
}


ul,
dl,
ol {
  list-style: none;
  padding: unset;
  margin: unset;
}

input {
  outline: unset;
  border: unset;
  padding: unset;
  background: unset;
}

.container {
  width: 75%;
  box-sizing: border-box;
}
@media screen and (max-width: 1420px) {
  .container {
    width: 95%;
  }
}


.swiper-pagination span {
  width: 20px;
  height: 20px;
  background: url(../image/icon/water.png) no-repeat center;
  background-size: contain;
}

.banner-wrap {
  position: relative;
  padding-top: 94px;
}
.banner-wrap > img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 640px) {
  .banner-wrap {
    margin: unset;
    padding-top: unset;
  }
}

.page-header-wrap {
  height: 94px;
  padding: 0 60px;
  background: #003592;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all .3s ease;
}
.page-header-wrap.inactive {
  transform: translateY(-94px);
}
.page-header-wrap .logo {
  width: 333px;
  height: 51px;
  background: url(../image/logo.png) no-repeat center;
  background-size: contain;
  position: relative;
  margin: 20px 0 0;
}
.page-header-wrap .logo a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
}
.page-header-wrap .menu {
  display: none;
}
.page-header-wrap .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-header-wrap .top {
  display: flex;
  justify-content: right;
  font-size: 14px;
  color: #FFD898;
  margin-top: 9px;
}
.page-header-wrap .top img {
  margin-right: 5px;
}
.page-header-wrap::after {
  content: "";
  position: absolute;
  top: 46px;
  right: 0;
  width: 538px;
  height: 1px;
  background: linear-gradient(90deg, rgba(251,201,118,0), #FBC976);
}
.page-header-wrap .top span {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.page-header-wrap .link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFD898;
  width: 110px;
  height: 26px;
  border-radius: 4px;
  margin-right: 15px;
}
.page-header-wrap .ac1 {
  width: unset;
  margin-left: 34px;
  margin-right: 34px;
}
.page-header-wrap .ac2 {
  width: unset;
  margin-right: 36px;
}
.page-header-wrap .nav {
  display: flex;
  color: #fff;
}
.page-header-wrap .nav li {
  position: relative;
  font-size: 18px;
}
.page-header-wrap .nav a {
  display: block;
  padding: 0 20px;
  line-height: 52px;
  font-size: 18px;
}
.page-header-wrap .nav li:hover::after {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.page-header-wrap .nav li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 60%;
  height: 3px;
  border-radius: 1.5px;
  background: #fff;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  transition: all .3s ease;
}
.page-header-wrap .mobile {
  display: none;
}
.page-header-wrap .nav > li.active::before {
  opacity: 1;
}
.page-header-wrap .nav > li::before {
  content: "";
  /*width: 54px;*/
  width: 100%;
  height: 52px;
  background: url(../image/mie.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transform: all .3s ease;
}
.page-header-wrap .dropdown-wrap {
  padding: 0 20px;
  display: flex;
  line-height: 52px;
  cursor: pointer;
  position: relative;
}
.page-header-wrap .dropdown-wrap:hover .dropdown {
  pointer-events: unset;
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.page-header-wrap .dropdown {
  display: block;
  position: absolute;
  top: 52px;
  left: 50%;
  background: rgba(255, 255, 255, .6);
  backdrop-filter: blur(10px);
  color: #003592;
  transform: translateX(-50%) translateY(120px);
  pointer-events: none;
  opacity: 0;
  transition: all .3s ease;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
}
.page-header-wrap .dropdown li {
  text-align: center;
  /*border-bottom: 2px solid #003592;*/
  position: relative;
}
.page-header-wrap .dropdown li::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 5%;
  right: 5%;
  height: 1px;
  border-radius: 50%;
  background: radial-gradient(circle, #003592, transparent);
}
.page-header-wrap .dropdown li:hover::before {
  display: none;
}
.page-header-wrap .dropdown li:last-child::before {
  display: none;
}
.page-header-wrap .dropdown li::after {
  display: none;
}
.page-header-wrap .dropdown a {
  font-size: 14px;
  line-height: 48px;
  padding: 0 30px;
  transition: all .3s ease;
  white-space: nowrap;
}
.page-header-wrap .dropdown a:hover {
  background: #003592;
  color: #fff;
}

.page-header-wrap .search {
  position: relative;
}
.page-header-wrap .search span {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: unset;
}
.page-header-wrap .search img {
  width: 25px;
  cursor: pointer;
}
.page-header-wrap .search:hover .search-wrap {
  transform: translateY(0);
  pointer-events: unset;
  opacity: 1;
}
.page-header-wrap .search-wrap {
  position: absolute;
  top: 52px;
  right: 0;
  display: flex;
  background: rgba(51, 51, 51, 0.8);
  padding: 10px 15px;
  width: 300px;
  display: flex;
  justify-content: space-between;
  transform: translateY(100px);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}
.page-header-wrap .search-wrap input {
  flex: 1;
  font-size: 14px;
  color: #fff;
}
.page-footer-wrap {
  background: url(../image/footerbg.png) no-repeat top center;
  background-size: cover;
  /*height: 448px;*/
  padding-bottom: 38px;
}
.page-footer-wrap .container {
  width: 85%;
  padding-top: 168px;
  color: #fff;
}
.page-footer-wrap .row-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.page-footer-wrap .row-1 .left {
  display: flex;
  font-size: 14px;
}
.page-footer-wrap .row-1 .left li + li {
  margin-top: 15px;
}
.page-footer-wrap .row-1 .left ul {
  padding-right: 4.5vw;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 4.5vw;
}
.page-footer-wrap .row-1 .left ul:last-child {
  border: unset;
  padding: unset;
  margin: unset;
}
.page-footer-wrap .row-1 .left ul a:hover {
  text-decoration: underline #fff;
}
.page-footer-wrap .row-1 .right {
  display: flex;
  font-size: 12px;
  text-align: center;
}
.page-footer-wrap .row-1 .right .cover {
  width: 88px;
  height: 88px;
  margin-bottom: 10px;
}
.page-footer-wrap .row-1 .right .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-footer-wrap .row-1 .right li + li {
  margin-left: 30px;
}
.page-footer-wrap .row-2 {
  text-align: right;
  font-size: 14px;
}
.page-footer-mobile-wrap {
  display: none;
}
.footer-nav-wrap {
  display: none;
}
.module-wrap {
  padding-bottom: 115px;
}
.module-wrap > header {
  text-align: center;
  padding: 80px 0 50px;
}

.detail-btn {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  /*width: 335px;*/
  padding: 0 30px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  line-height: 42px;
  background: radial-gradient(circle, #018BD7,  #053991);
  font-size: 15px;
  border-radius: 24px;
  box-shadow: 1px 2px 18px 0px rgba(1,139,215,0.51), -1px 4px 7px 0px #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  transition: transform .3s ease;
}
.detail-btn:hover {
  transform: scale(1.1);
}

/* 文本一行显示 */
.text-line-1-show {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* 文本两行显示 */
.text-line-2-show {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 文本三行显示 */
.text-line-3-show {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fl {
  float: left;
  *display: inline;
  _display: inline;
}

.fr {
  float: right;
  *display: inline;
  _display: inline;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}

.clearfix {
  *zoom: 1;
}








@media screen and (max-width: 1600px) {
  .page-footer-wrap .row-1 {
    flex-direction: column-reverse;
  }
  .page-footer-wrap .row-1 .right {
    margin-bottom: 40px;
  }
}










  @media screen and (max-width: 1410px) {
  .page-header-wrap {
    padding: 0 30px;
    align-items: center;
  }
  .page-header-wrap .nav a {
    padding: 0 10px;
  }
  .page-header-wrap .logo {
    width: 317px;
    height: 50px;
  }
}















.popup-wrap .table .row:nth-child(odd) {
  background: #edf3fc;
}
.select-wrap .option {
  padding: 15px 30px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.select-wrap .option:hover {
  background: rgba(0, 54, 146, 0.08);
}
.select-wrap .option.active {
  background: #003592;
  color: #fff;
}
.select-wrap .option + .option {
  border-top: 1px solid #003592;
}
.popup-wrap .select input {
  flex: 1;
  height: 100%;
  padding: 0 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  pointer-events: none;
}
.popup-wrap .select span {
  display: block;
  width: 48px;
  height: 48px;
  background: linear-gradient(0deg, #003592, #5cc2f1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popup-wrap .select span > img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.popup-wrap .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  opacity: 0.4;
  transition: all 0.3s ease;
  cursor: pointer;
}
.popup-wrap .close:hover {
  opacity: 1;
  transform: rotateZ(360deg);
}
.popup-wrap .close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup-wrap .row.cc {
  margin: 0 -10px 30px;
}
.popup-wrap .row.cc .col {
  box-sizing: border-box;
  padding: 0 7.5px;
}
.popup-wrap .row.cc .btn {
  height: 48px;
  background: linear-gradient(0deg, #003592, #5cc2f1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.popup-wrap .row.cc .btn:hover {
  box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.4);
}
.popup-wrap .row {
  margin: unset;
}
.popup-wrap .table {
  height: 390px;
  overflow-y: scroll !important;
}
.popup-wrap .table::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

.popup-wrap .table::-webkit-scrollbar {
  width: 0px;
  height: 5px;
}

.popup-wrap .table::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  background-clip: padding-box;
}

.popup-wrap .table::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}

.popup-wrap .table .row:nth-child(odd) {
  background: #edf3fc;
}

.popup-wrap .table > .wrap > .row {
  background: #003592 !important;
}
.popup-wrap .table > .wrap > .row .col {
  color: #fff;
}
.popup-wrap .table .col {
  box-sizing: border-box;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4d4d4d;
  height: 100%;
}
.popup-wrap .table .col + .col {
  border-left: 2px solid #e5efff;
}

.popup-wrap h2 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #003592;
  margin: 0;
}
.popup-wrap h2::before,
.popup-wrap h2::after {
  content: "";
  display: block;
  width: 47px;
  height: 30px;
  background: url(../image/pcc.png) no-repeat center;
  margin-right: 30px;
  transform: translateY(3px);
}
.popup-wrap h2::after {
  transform: translateY(3px) rotateY(180deg);
  margin-left: 30px;
}
.popup-wrap small {
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #053991;
  margin: 30px 0 49px;
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease;
  opacity: 0;
}
.popup-wrap.active {
  transform: translateY(0);
  z-index: 1001;
  opacity: 1;
}
.popup-wrap .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  height: 733px;
  background: #ffffff;
  border-radius: 20px;
  padding: 66px 81px;
  box-sizing: border-box;
}
.popup-wrap .select {
  height: 48px;
  background: #ffffff;
  border: 1px solid #003592;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.popup-wrap .select-wrap.active {
  display: block;
}
.select-wrap {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #003592;
  z-index: 100;
  border-radius: 8px;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 2px 2px 15px 0 rgba(0, 54, 146, 0.3);
}
.select-wrap::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

.select-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.select-wrap::-webkit-scrollbar-thumb {
  background-color: #003592;
  background-clip: padding-box;
}

.select-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #003592;
}

.empty {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #003592;
  opacity: 0.4;
}
.empty img {
  display: block;
  width: 120px;
  margin: 60px auto 15px;
  object-fit: contain;
}






















@media screen and (max-width: 720px) {
  .empty {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #003592;
    opacity: 0.4;
  }
  .popup-wrap .table > .wrap {
    /*width: 600px;*/
  }
  .empty img {
    display: block;
    width: 80px;
    margin: 30x auto 15px;
    object-fit: contain;
  }
  .popup-wrap .content {
    width: 90vw;
    height: 90vh;
    padding: 30px 15px 30px;
    box-sizing: border-box;
  }
  .popup-wrap .select {
    height: 40px;
  }
  .popup-wrap .select-wrap.active {
    display: block;
  }
  .select-wrap {
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #003592;
    z-index: 100;
    border-radius: 8px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 2px 2px 15px 0 rgba(0, 54, 146, 0.3);
  }
  .select-wrap::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
  }

  .select-wrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .select-wrap::-webkit-scrollbar-thumb {
    background-color: #003592;
    background-clip: padding-box;
  }

  .select-wrap::-webkit-scrollbar-thumb:hover {
    background-color: #003592;
  }


  .popup-wrap .table .row:nth-child(odd) {
    background: #edf3fc;
  }
  .popup-wrap .table > .wrap > .row {
    background: #003592;
  }
  .popup-wrap .table > .wrap > .row .col {
    color: #fff;
  }
  .select-wrap .option {
    padding: 15px 30px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .select-wrap .option:hover {
    background: rgba(0, 54, 146, 0.08);
  }
  .select-wrap .option.active {
    background: #003592;
    color: #fff;
  }
  .select-wrap .option + .option {
    border-top: 1px solid #003592;
  }
  .popup-wrap .select input {
    flex: 1;
    height: 100%;
    padding: 0 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    pointer-events: none;
  }
  .popup-wrap .select span {
    display: block;
    width: 40px;
    height: 40px;
    background: linear-gradient(0deg, #003592, #5cc2f1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .popup-wrap .select span > img {
    width: 80%;
    height: 80%;
    object-fit: contain;
  }
  .popup-wrap .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    opacity: 0.4;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .popup-wrap .close:hover {
    opacity: 1;
    transform: rotateZ(360deg);
  }
  .popup-wrap .close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .popup-wrap .row.cc {
    margin: 0 -10px 30px;
  }
  .popup-wrap .row.cc .col {
    box-sizing: border-box;
    padding: 0 7.5px;
    margin-bottom: 10px;
  }
  .popup-wrap .row.cc .btn {
    height: 48px;
    background: linear-gradient(0deg, #003592, #5cc2f1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .popup-wrap .row.cc .btn:hover {
    box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.4);
  }
  .popup-wrap .row {
    margin: unset;
  }
  .popup-wrap .table {
    height: unset;
    max-height: 40vh;
    overflow-y: scroll !important;
  }
  .popup-wrap .table::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
  }

  .popup-wrap .table::-webkit-scrollbar {
    width: 0px;
    height: 5px;
  }




  .popup-wrap .table::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    background-clip: padding-box;
  }

  .popup-wrap .table::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
  }

  .popup-wrap .table .row:nth-child(odd) {
    background: #edf3fc;
  }

  .popup-wrap .table .col {
    box-sizing: border-box;
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4d4d4d;
  }
  .popup-wrap .table .col + .col {
    border-left: 2px solid #e5efff;
  }

  .popup-wrap h2 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #003592;
    margin: 0;
  }
  .popup-wrap h2::before,
  .popup-wrap h2::after {
    content: "";
    display: block;
    width: 47px;
    height: 30px;
    background: url(../image/pcc.png) no-repeat center;
    margin-right: 30px;
    transform: translateY(3px);
  }
  .popup-wrap h2::after {
    margin: unset;
  }
  .popup-wrap h2::after {
    transform: translateY(3px) rotateY(180deg);
    margin-left: 30px;
  }
  .popup-wrap small {
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #053991;
    margin: 15px 0 20px;
  }

  .banner-wrap {
    position: relative;
    height: calc(25vh);
  }
  .banner-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .container {
    width: 100% !important;
  }
  .page-header-wrap {
    height: 60px;
    padding: 0 15px;
    align-items: center;
  }
  .page-header-wrap::after {
    display: none;
  }
  .page-header-wrap .logo {
    width: 200px;
    height: 30px;
    background: url(../image/logo.png) no-repeat center;
    background-size: contain;
    position: relative;
    margin: unset;
  }
  .page-header-wrap .logo a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
  }
  .page-header-wrap .menu {
    display: block;
    height: 30px;
  }
  .page-header-wrap .menu img {
    height: 100%;
    object-fit: contain;
  }
  .page-header-wrap .right {
    display: none;
  }
  .page-header-wrap .mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #053991;
    z-index: 9999;
    overflow: scroll;
    padding: 60px 30px;
    transform: translateX(100%);
    opacity: 0;
    transition: all .3s ease;
  }
  .page-header-wrap .mobile.active {
    transform: translateX(0);
    opacity: 1;
  }
  .page-header-wrap .mobile .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
  }
  .page-header-wrap .mobile .close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .page-header-wrap .mobile li a {
    line-height: unset;
    padding: 20px;
  }
  .page-header-wrap .search a {
    display: block;
  }
  .page-header-wrap .mobile .nav {
    display: block;
    text-align: center;
  }
  .page-header-wrap .mobile .nav > li::before {
    width: 54px;
    height: 50px;
    background-size: contain;
  }
  .page-header-wrap .mobile .nav li::after {
    display: none;
  }
  .page-header-wrap .mobile .nav > li + li {
    border-top: 1px solid rgba(85, 147, 255, 0.6);
  }
  .page-header-wrap .mobile .top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-header-wrap .mobile .top .link {
    margin-right: unset;
    margin-bottom: 10px;
  }
  .page-header-wrap .mobile .dropdown-wrap {
    display: block;
    line-height: unset;
    padding: 20px 0;
    height: 60.69px;
    overflow: hidden;
    box-sizing: border-box;
    transition: height .3s ease;
  }
  .page-header-wrap .mobile .dropdown-wrap span {
    display: block;
    padding-bottom: 20px;
  }
  .page-header-wrap .mobile .dropdown {
    position: unset;
    top: unset;
    left: unset;
    transform: translate(0);
    opacity: unset;
    width: unset;
  }
  .page-header-wrap .mobile .dropdown li::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 5%;
    right: 5%;
    height: 1px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff, transparent);
  }
  .page-header-wrap .mobile .dropdown li:hover::before {
    display: none;
  }
  .page-header-wrap .mobile .dropdown li:last-child::before {
    display: none;
  }
  .page-header-wrap .mobile .dropdown li::after {
    display: none;
  }
  .page-header-wrap .mobile .search-wrap {
    position: unset;
    top: 0;
    left: 0;
    opacity: unset;
    transform: translate(0);
    margin: 30px 0;
    width: 90%;
    background: rgba(51, 51, 51, 0.6);
  }
  .page-header-wrap .mobile .dropdown-wrap:hover .dropdown {
    transform: translate(0);
  }
  .page-header-wrap .dropdown {
    background: #00348d;
    color: #fff;
  }

  #app {
    padding-top: 60px;
    overflow: hidden;
  }
  .page-footer-wrap {
    display: none;
  }
  .page-footer-mobile-wrap {
    display: block;
    width: 100%;
    background: #053991;
    color: #fff;
    overflow: hidden;
    padding-top: 50px;
  }
  .page-footer-mobile-wrap .list {
    text-align: center;
    margin-bottom: 15px;
  }
  .page-footer-mobile-wrap .list li {
    font-size: 12px;
  }
  .page-footer-mobile-wrap .list li + li {
    margin-top: 15px;
  }
  .page-footer-mobile-wrap .bottom li > div {
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
  }
  .page-footer-mobile-wrap .bottom li:first-child {
    width: 60%;
    margin: 0 auto;
  }
  .page-footer-mobile-wrap .bottom li:last-child {
    width: 90%;
    margin: 0 auto;
  }
  .page-footer-mobile-wrap .bottom .cover {
    margin-bottom: 10px;
  }
  .page-footer-mobile-wrap .bottom span {
    font-size: 12px;
  }
  .page-footer-mobile-wrap .row-2 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 120px;
    width: 84%;
    margin: 25px auto 0;
    line-height: 28px;
  }
  .footer-nav-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: flex;
    justify-content: space-around;
    padding: 15px;
    background: #fff;
    z-index: 999;
  }
  .footer-nav-wrap .col {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    color: #999999;
  }
  .footer-nav-wrap .col.active {
    color: #003592;
  }
  .footer-nav-wrap .col.active img:first-child {
    display: none;
  }
  .footer-nav-wrap .col.active img:last-child {
    display: block;
  }
  .footer-nav-wrap .icon {
    height: 30px;
    margin-bottom: 10px;
  }
  .footer-nav-wrap .icon img {
    height: 100%;
    object-fit: contain;
    text-align: center;
  }
  .footer-nav-wrap .icon img:first-child {
    display: block;
  }
  .footer-nav-wrap .icon img:last-child {
    display: none;
  }
  .module-wrap {
    padding-bottom: unset;
  }
  .module-wrap > header {
    text-align: center;
    padding: 40px 0 20px;
  }
}







.hover-video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 1001;
  transform: translateY(-100%);
  opacity: 0;
}
.hover-video-wrap.active {
  transform: translateY(0);
  opacity: 1;
}
.hover-video-wrap .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80vh;
}
.hover-video-wrap .content > video {
  height: 100%;
}
.hover-video-wrap .content .close {
  position: absolute;
  top: -5%;
  right: -5%;
  z-index: 1;
  width: 60px;
  height: 60px;
  transform: scale(.6);
  cursor: pointer;
}
.hover-video-wrap .content .close > img {
  width: 100%;
  height: 100%;
}



/* page-aside-wrap */
.page-aside-wrap {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 50px;
  transition: height .6s ease;
  height: 100px;
  z-index: 1000;
}
.page-aside-wrap > .col > .hover-wrap {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.page-aside-wrap > .col > a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.page-aside-wrap > .col > .hover-wrap,
.page-aside-wrap > .col > a,
.page-aside-wrap > .top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #053991;
  position: relative;
  transition: background .3s ease;
  cursor: pointer;
}
.page-aside-wrap > .col > .hover-wrap:hover,
.page-aside-wrap > .col > a:hover,
.page-aside-wrap > .top:hover {
  background: #052e7a;
}
.page-aside-wrap > .col > .hover-wrap:hover .hover {
  background: #052e7a;
  opacity: 1;
  transform: translateX(0);
}
.page-aside-wrap > .col > .hover-wrap .hover {
  position: absolute;
  left: -164px;
  line-height: 50px;
  border-radius: 5px;
  background: #052e7a;
  color: #fff;
  white-space: nowrap;
  padding: 0 10px;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  transition: background .3s ease, transform .6s ease, opacity .3s ease;
  opacity: 0;
  transform: translateX(300px);
}
.page-aside-wrap > .top {
  margin-top: 5px;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(100px);
  transition: all .3s ease;
}
.page-aside-wrap > .top.active {
  opacity: 1;
  transform: translateY(0);
}
/* page-aside-wrap */
