﻿:root {
  --main-color: #3f4679;
  --hover-color: rgb(45, 50, 87);
}

/* --- start -------------------------------------------------------------------------------------------------------------------------------- */
.page-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  transition: all .3s ease;
}
.page-header-wrap.fixed {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(45, 50, 87, .3);
}
.page-header-wrap > h1 {
  width: 360px;
  height: 78px;
  background: url(../image/logo.png) no-repeat center;
  background-size: contain;
  position: relative;
  overflow: hidden;
  margin: unset;
  transition: all .3s ease;
}
.page-header-wrap.fixed > h1 {
  /*width: 300px;*/
  /*height: 70px;*/
}
.page-header-wrap > h1 > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
}
.page-header-wrap .menu {
  display: none;
}
.page-header-wrap .nav .top {
  display: none;
}
.page-header-wrap .nav ul {
  display: flex;
}
.page-header-wrap.home .nav ul li a {
  color: #fff;
}
.page-header-wrap.fixed .nav ul li a {
  line-height: 90px;
}
.page-header-wrap .nav ul li a {
  padding: 0 20px;
  line-height: 120px;
  font-weight: 700;
  color: var(--main-color);
  position: relative;
  transition: all .3s ease;
}
.page-header-wrap.home .nav ul li a {
  color: #fff;
}
.page-header-wrap .nav ul li a::after {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: -15px;
  height: 2px;
  border-radius: 2px;
  background: var(--main-color);
  opacity: 0;
  transform: scale(0);
  transition: transform .3s ease, opacity .3s ease;
}
.page-header-wrap.home .nav ul li a::after {
  background: #fff;
}
.page-header-wrap .nav ul li.active a::after {
  transform: scale(1);
  opacity: 1;
}
.page-header-wrap .nav ul li:hover a::after {
  background: orange;
  transform: scale(1);
  opacity: 1;
}
.page-header-wrap .nav ul li.active a {
  font-weight: 700;
  color: var(--main-color);
}
.page-header-wrap .nav ul li:hover a {
  color: orange;
}
.page-header-wrap.home .nav ul li.active a,
.page-header-wrap.home .nav ul li:hover a {
  color: #fff;
}
@media screen and (max-width: 1260px) {
  .page-header-wrap .nav ul li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1080px) {
  .page-header-wrap {
    padding: 0 32px;
  }
  .page-header-wrap > h1,
  .page-header-wrap.fixed > h1 {
    width: 300px;
    height: 60px;
  }
  .page-header-wrap .nav ul li a {
    font-size: 14px;
    line-height: 90px;
  }
  .page-header-wrap.fixed .nav ul li a {
    line-height: 90px;
  }
}
@media screen and (max-width: 640px) {
  .page-header-wrap {
    padding: 8px 15px;
  }
  .page-header-wrap > h1,
  .page-header-wrap.fixed > h1 {
    width: 200px;
    height: 45px;
  }
  .page-header-wrap .menu {
    display: block;
    width: 30px;
    height: 30px;
  }
  .page-header-wrap .menu svg {
    width: 30px;
    height: 30px;
  }
  .page-header-wrap .menu path {
    fill: var(--main-color);
  }
  .page-header-wrap .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform .3s ease;
  }
  .page-header-wrap .nav.active {
    transform: translateX(0);
  }
  .page-header-wrap .nav .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
  }
  .page-header-wrap .nav .top .logo {
    width: 240px;
  }
  .page-header-wrap .nav .top .logo img {
    max-width: 100%;
    object-fit: contain;
  }
  .page-header-wrap .nav .top .close {
    width: 40px;
    height: 40px;
  }
  .page-header-wrap .nav .top .close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .page-header-wrap .nav ul {
    display: block;
    padding: 0 15px;
    overflow-y: auto;
    max-height: 88vh;
  }
  .page-header-wrap .nav ul li a {
    display: block;
    line-height: 60px;
    padding: unset;
    text-align: center;
  }
  .page-header-wrap.fixed .nav ul li a {
    line-height: 60px;
  }
  .page-header-wrap .nav ul li + li {
    border-top: 1px solid #efefef;
  }
  .page-header-wrap .nav ul li a::after {
    bottom: 10px;
    width: 30px;
    left: 50%;
    right: unset;
  }
  .page-header-wrap .nav ul li.active a::after,
  .page-header-wrap .nav ul li:hover a::after {
    transform: translateX(-50%) scale(1);
  }
}

#app > .main.pc {
  overflow: hidden;
}
#app > .main.pad {}
#app > .main.mobile {}

.page-tips-wrap {
  background: url(../image/footer.png) no-repeat center;
}
.page-tips-wrap h2 {
  font-size: 41px;
  color: #fff;
  margin: unset;
}
.page-tips-wrap small {
  display: block;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 5px;
}
.page-tips-wrap .rw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 118px;
}
.page-tips-wrap .select-wrap .select-option {
  max-height: 200px;
  overflow-y: auto;
}
.page-tips-wrap .select-wrap {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 15px;
}
.page-tips-wrap .select-wrap p {
  margin-right: 10px;
}
.page-tips-wrap .select-wrap:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 640px) {
  .page-tips-wrap .left {
    max-width: 190px;
  }
  .page-tips-wrap h2 {
    font-size: 20px;
  }
  .page-tips-wrap small {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.4;
  }
}

.page-aside-wrap {}
.page-footer-wrap {
  background: rgba(245, 246, 246, 1);
  overflow: hidden;
}
.page-footer-wrap .rw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-footer-wrap .rw .right {
  display: flex;
  text-align: right;
}
.page-footer-wrap .rw .right .qrcode-wrap {
  padding-left: 20px;
  transform: translateY(-5px);
}
.page-footer-wrap .rw .right .qrcode-wrap .qrcode {
  padding: 5px;
  border-radius: 8px;
  background: #fff;
}
.page-footer-wrap .rw .right .qrcode-wrap .qrcode img {
  display: block;
  width: 75px;
  height: 75px;
}
.page-footer-wrap .rw.f1 .right .qrcode-wrap p {
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
.page-footer-wrap .rw.f1 {
  padding: 30px 0 15px;
}
.page-footer-wrap .rw.f1 .left .nav-list {
  display: flex;
  margin-bottom: 40px;
}
.page-footer-wrap .rw.f1 .left .nav-list li a {
  color: #333;
}
.page-footer-wrap .rw.f1 .left .nav-list li a:hover {
  color: var(--main-color);
}
.page-footer-wrap .rw.f1 .left .nav-list li + li {
  margin-left: 30px;
}
.page-footer-wrap .rw.f1 .left .select-wrap {
  max-width: 276px;
  height: 33px;
  border-color: #efefef;
  border-radius: 30px;
  background: #fff;
}
.page-footer-wrap .rw.f1 .left .select-wrap .select-option {
  top: 33px;
  max-height: 120px;
  overflow-y: auto;
  z-index: 5;
}
.page-footer-wrap .rw.f1 .left .select-wrap .select-option .option {
  padding: 0 20px;
  color: #333;
  height: 33px;
  font-size: 14px;
  color: #646464;
}
.page-footer-wrap .rw.f1 .left .select-wrap:hover .select-option {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.page-footer-wrap .rw.f1 .left .select-wrap .current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.page-footer-wrap .rw.f1 .left .select-wrap .current p {
  margin: unset;
  margin-right: 10px;
  font-size: 14px;
  color: #646464;
}
.page-footer-wrap .map-wrap {
  position: relative;
}
.page-footer-wrap .map-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, transparent 10%, #F5F6F6 80%);
  /* 兼容旧版WebKit浏览器（如旧版Safari和Chrome） */
  background: -webkit-radial-gradient(ellipse at center, transparent 10%, #F5F6F6 80%);
  /* 兼容旧版Firefox浏览器 */
  background: -moz-radial-gradient(ellipse at center, transparent 10%, #F5F6F6 80%);
  /* 兼容旧版Opera浏览器 */
  background: -o-radial-gradient(ellipse at center, transparent 10%, #F5F6F6 80%);

  background-size: cover;
  z-index: 1;
}
.page-footer-wrap .map-wrap .map {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  /*border: 5px solid #fff;*/
  /*box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);*/
}
.page-footer-wrap .map-wrap .map .anchorBL {
  display: none;
}
.page-footer-wrap .map-wrap .map .anchorBL {
  display: none;
}
.page-footer-wrap .rw.f1 .right p {
  font-size: 15px;
  color: #333;
  margin: unset;
}
.page-footer-wrap .rw.f1 .right h2 {
  font-size: 30px;
  color: var(--main-color);
  margin: 5px 0;
}
.page-footer-wrap .rw.f1 .right small {
  font-size: 14px;
  color: #646464;
  display: block;
  margin-top: 5px;
}
.page-footer-wrap .rw.f2 {
  padding: 20px 0 30px;
  border-top: 1px solid #d6d6d6;
}
.page-footer-wrap .rw.f2 .left a,
.page-footer-wrap .rw.f2 .left p {
  font-size: 14px;
  color: #666;
  line-height: 1;
  margin: unset;
}
.page-footer-wrap .rw.f2 .left p {
  margin-top: 10px;
}
.page-footer-wrap .rw.f2 .left ul {
  display: flex;
}
.page-footer-wrap .rw.f2 .left ul li {
  padding: 0 10px;
  line-height: 1;
}
.page-footer-wrap .rw.f2 .left ul li + li {
  border-left: 1px solid #a8a8a8;
}
.page-footer-wrap .rw.f2 .left ul li:first-child {
  padding-left: unset;
}
.page-footer-wrap .rw.f2 .right {
  display: flex;
  align-items: center;
}
.page-footer-wrap .rw.f2 .right img {
  max-width: 204px;
  object-fit: contain;
}
@media screen and (max-width: 1080px) {
  .page-footer-wrap .rw.f1 .left .nav-list li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .page-footer-wrap .rw {
    display: block;
  }
  .page-footer-wrap .rw .select-wrap {
    margin: 0 auto 20px;
  }
  .page-footer-wrap .rw .right {
    display: block;
    text-align: center;
  }
  .page-footer-wrap .rw.f1 .left .nav-list {
    display: none;
  }
  .page-footer-wrap .rw.f2 {
    padding: 15px 0 90px;
    height: unset;
  }
  .page-footer-wrap .rw.f2 .right {
    display: none;
  }
  .page-footer-wrap .rw.f2 .left ul {
    justify-content: center;
  }
  .page-footer-wrap .rw.f2 .left p {
    text-align: center;
    margin-top: 10px;
  }
  .page-footer-wrap .rw.f2 .left p a {
    display: block;
    margin-top: 10px;
  }
  .page-footer-wrap .rw .right .qrcode-wrap {
    width: 105px;
    margin: 15px auto 5px;
  }
}

.page-footer-nav-wrap {
  display: none;
}
@media screen and (max-width: 640px) {
  .page-footer-nav-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    padding: 10px 15px 20px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .page-footer-nav-wrap .col {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .page-footer-nav-wrap .col.active span {
    color: var(--main-color);
  }
  .page-footer-nav-wrap .col.active img:first-child {
    display: none;
  }
  .page-footer-nav-wrap .col.active img:last-child {
    display: block;
  }
  .page-footer-nav-wrap .icon {
    height: 30px;
    margin-bottom: 10px;
  }
  .page-footer-nav-wrap .icon img {
    height: 100%;
    object-fit: contain;
    text-align: center;
  }
  .page-footer-nav-wrap .icon img:first-child {
    display: block;
  }
  .page-footer-nav-wrap .icon img:last-child {
    display: none;
  }
  .page-footer-nav-wrap span {
    display: block;
    font-size: 12px;
    color: #999999;
    text-align: center;
  }
}
/* --- end -------------------------------------------------------------------------------------------------------------------------------- */


@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
    transform: translateY(var(--distance-length));
  }
}



.paging-wrap {
  padding: 68px 0 82px;
}
.paging-wrap {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.paging-wrap a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  transition: all .3s ease;
  background: #fff;
}
.paging-wrap a:not(a.item) {
}
.paging-wrap a + a {
  margin-left: 5px;
}
.paging-wrap a.item {
  width: 32px;
}
.paging-wrap a.item.active {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.paging-wrap a:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  color: #fff;
}
@media screen and (max-width: 640px) {
  .paging-wrap {
    padding: 30px 0;
  }
  .paging-wrap .start-text,
  .paging-wrap .end-text,
  .paging-wrap .start,
  .paging-wrap .prev,
  .paging-wrap .next,
  .paging-wrap .end {
    display: none !important;
  }
  table td {
    font-size: 14px;
  }
}



/*.page-map-wrap {*/
/*  position: relative;*/
/*}*/
/*.page-map-wrap::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  !*background: radial-gradient(ellipse at center, transparent 30%, white 70%);*!*/
/*  !*background-size: cover;*!*/
/*}*/
/*.page-map-wrap #map {*/
/*  height: 300px;*/
/*  width: 100%;*/
/*}*/
/*.page-map-wrap .BMap_cpyCtrl {*/
/*  display: none;*/
/*}*/
/*.page-map-wrap .anchorBL {*/
/*  display: none;*/
/*}*/
/*@media screen and (max-width: 640px) {*/
/*  .page-map-wrap #map {*/
/*    height: 118px;*/
/*  }*/
/*}*/

.back-wrap {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 1000;
  background: var(--main-color);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background .3s ease;
  cursor: pointer;
}
.back-wrap:hover {
  background: var(--hover-color);
}
.back-wrap img {
  width: 50%;
  height: 50%;
}
@media screen and (max-width: 640px) {
  .back-wrap {
    display: none;
  }
}
