.safe-width {
  width: 16.2rem;
  margin: 0 auto;
}
* {
  font-size: 0.16rem;
}
.header {
  z-index: 99;
  height: 0.86rem;
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
}
.header .header-content .header-content-left {
  padding-top: 0.06rem;
}
.header .header-content .header-content-left img {
  width: 3.2rem;
}
.header .header-content .header-content-left .logo_g {
  display: none;
}
.header .header-content .header-content-right ul li {
  position: relative;
  margin-left: 0.48rem;
}
.header .header-content .header-content-right ul li:nth-child(1) {
  margin-left: 0;
}
.header .header-content .header-content-right ul li > a {
  padding: 0.29rem 0 0.33rem;
  display: block;
  transition: all 0.3s ease-in-out;
  position: relative;
  color: #000;
  cursor: pointer;
  font-size: 0.18rem;
}
.header .header-content .header-content-right ul li > a::after {
  content: '';
  position: absolute;
  bottom: 0.22rem;
  left: 50%;
  width: 0;
  height: 0.04rem;
  background: #0069D9;
  transition: all 0.5s ease-in-out;
  border-radius: 1rem;
}
.header .header-content .header-content-right ul li.on,
.header .header-content .header-content-right ul li:hover {
  color: #0069D9;
}
.header .header-content .header-content-right ul li.on a::after,
.header .header-content .header-content-right ul li:hover a::after {
  width: 0.32rem;
  left: 50%;
  transform: translateX(-50%);
}
.header .header-content .header-content-right ul li .sub-nav {
  position: absolute;
  top: 120%;
  left: calc(50% - 0.7rem);
  width: 1.4rem;
  z-index: 10;
  padding: 0.2rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
  transition: all 0.3s ease;
  box-shadow: 12px 0 20px -10px rgba(0, 0, 0, 0.08), -12px 0 20px -10px rgba(0, 0, 0, 0.08), 0 10px 20px -8px rgba(0, 0, 0, 0.08);
}
.header .header-content .header-content-right ul li .sub-nav a {
  display: block;
  padding: 0.1rem 0;
  color: #161616;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header .header-content .header-content-right ul li .sub-nav a:hover {
  color: #0069D9;
}
.header .header-content .header-content-right ul li .sub-nav.on {
  top: 99%;
  visibility: visible;
  opacity: 1;
}
.header .header-content .header-content-right .header-search {
  margin-left: 0.5rem;
  position: relative;
  padding: 0.2rem 0;
}
.header .header-content .header-content-right .header-search::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.01rem;
  background: #D8D8D8;
  transition: all 0.5s ease-in-out;
}
.header .header-content .header-content-right .header-search.show::after {
  width: 100%;
}
.header .header-content .header-content-right .header-search.show input {
  width: 1.82rem;
}
.header .header-content .header-content-right .header-search img {
  width: 0.25rem;
}
.header .header-content .header-content-right .header-search input {
  font-size: 0.18rem;
  width: 0;
  font-size: 0.14rem;
  transition: all 0.5s ease-in-out;
}
.header .header-content .header-content-right .header-search input::placeholder,
.header .header-content .header-content-right .header-search input::-moz-placeholder {
  font-size: 0.14rem;
  color: #979797;
}
.header.header-fixed {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.header.header-fixed .header-content .header-content-left .logo_w {
  display: none;
}
.header.header-fixed .header-content .header-content-left .logo_g {
  display: block;
}
.header.header-fixed .header-content .header-content-right li > a {
  color: #161616;
}
.header.header-fixed .header-content .header-content-right li > a:hover,
.header.header-fixed .header-content .header-content-right li > a.on {
  color: #0069D9;
}
.header.header-fixed .header-content .header-content-right li.on > a {
  color: #0069D9;
}
.header .mobile-header {
  background: #fff;
  padding-left: 0.3rem;
  display: none;
  height: 1.16rem;
}
.header .mobile-header .logo {
  padding: 0.1rem 0;
}
.header .mobile-header .logo img {
  width: 3.36rem;
}
.header .mobile-header .menu-box img {
  width: 1.18rem;
}
.header .mobile-header .menu-box img.close {
  display: none;
}
.mobile-menu {
  position: fixed;
  top: 1.12rem;
  left: 0;
  height: calc(100vh - 1.12rem);
  background: #fff;
  width: 100%;
  z-index: 9999;
  overflow-y: scroll;
  display: none;
}
.mobile-menu li.active .mobile-menu-title {
  color: #004B9B;
}
.mobile-menu li .mobile-menu-title {
  padding: 0.38rem 0.3rem 0.35rem 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.36rem;
  color: #001934;
  border-bottom: 1px solid #E1E1E1;
}
.mobile-menu li .mobile-menu-title a,
.mobile-menu li .mobile-menu-title div {
  color: #001934;
  font-size: 0.36rem;
}
.mobile-menu li .mobile-menu-title img {
  width: 0.32rem;
  transition: all 0.3s ease;
}
.mobile-menu li .mobile-menu-title img.on {
  transform: rotate(90deg);
}
.mobile-menu li .sub-nav {
  background: #F9F9F9;
  display: none;
}
.mobile-menu li .sub-nav .sub-nav-item {
  padding: 0.2rem 0.3rem 0.2rem 0.4rem;
  border-bottom: 1px solid #E1E1E1;
  font-size: 0.34rem;
}
.mobile-menu li .sub-nav .sub-nav-item span {
  font-size: 0.34rem;
}
.mobile-menu li .sub-nav .sub-nav-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.23rem 0;
  font-size: 0.34rem;
  color: #2E425B;
}
.mobile-menu li .sub-nav .sub-nav-item-title img {
  width: 0.32rem;
  transition: all 0.3s ease;
}
.mobile-menu li .sub-nav .sub-nav-item-title img.on {
  transform: rotate(90deg);
}
.mobile-menu li .sub-nav .sub-nav-item-content {
  display: none;
  padding-bottom: 0.4rem;
}
.mobile-menu li .sub-nav .sub-nav-item-content a {
  padding: 0.13rem 0;
  color: #707E90;
  display: block;
  padding-left: 0.18rem;
  position: relative;
  font-size: 0.28rem;
}
.mobile-menu li .sub-nav .sub-nav-item-content a::after {
  content: '';
  width: 0.24rem;
  height: 0.28rem;
  position: absolute;
  left: 0;
  top: calc(50% - 0.16rem);
}
.mobile-menu li .sub-nav .sub-nav-item-content a.on {
  color: #004B9B;
}
.block_sj {
  display: none;
}
.footer {
  background: #2F353D;
  color: #fff;
  padding: 0;
}
.footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0.6rem;
}
.footer .footer-left {
  width: 4.15rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.footer .footer-left .footer-logo {
  width: 3.2rem;
  margin-bottom: 0.4rem;
}
.footer .footer-left .footer-contact div {
  font-size: 0.18rem;
  line-height: 0.35rem;
  color: rgba(255, 255, 255, 0.83);
}
.footer .footer-left .d-flex {
  gap: 0.18rem;
}
.footer .footer-left .d-flex a {
  display: block;
}
.footer .footer-left .d-flex a:hover img.icon-qrcode-img {
  visibility: visible;
  top: 0.4rem;
}
.footer .footer-left .d-flex img {
  width: 0.32rem;
}
.footer .footer-left .d-flex img.icon-qrcode-img {
  visibility: hidden;
  width: 0.8rem;
  max-width: 0.8rem;
  display: block;
  position: absolute;
  top: 0.6rem;
  left: calc(50% - 0.4rem);
  transition: all 0.3s ease-in-out;
}
.footer .footer-menus {
  display: flex;
  flex: none;
  width: max-content;
  justify-content: space-between;
  padding-top: 0.25rem;
}
.footer .footer-menus .footer-menu {
  margin-left: 0.64rem;
}
.footer .footer-menus .footer-menu:first-child {
  margin-left: 0;
}
.footer .footer-menus .footer-menu a {
  display: block;
  font-size: 0.18rem;
}
.footer .footer-menu-title {
  margin-bottom: 0.2rem;
  color: #fff;
  position: relative;
}
.footer .footer-menu-item {
  color: rgba(255, 255, 255, 0.67);
  line-height: 0.4rem;
  cursor: pointer;
  transition: color 0.2s;
  max-width: 1.28rem;
}
.footer .footer-menu-item:hover {
  color: #fff;
}
.footer .footer-bottom {
  padding: 0.4rem 0 0.3rem 0;
}
.footer .copyright {
  border-top: 0.01rem solid #707070;
  color: #787878;
  font-size: 0.15rem;
  text-align: center;
}
.mark {
  position: absolute;
  top: -0.9rem;
  left: 0;
  width: 100%;
  height: 0.9rem;
}
/*页码*/
.page_con {
  width: 100%;
  text-align: center;
  padding-bottom: 0.6rem;
}
.page_con nav ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li a {
  border: none !important;
  background: #fff;
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 0.16rem;
  width: 0.4rem;
  line-height: 0.4rem;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 0.06rem;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  width: 1.1rem;
  letter-spacing: 2px;
}
.page_con nav ul li:hover a {
  color: #0069D9;
}
.page_con nav ul li.active a {
  color: #fff !important;
  background: #0069D9 !important;
}
@keyframes sonarAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
.pu_link {
  display: inline-block;
}
.pu_link .a {
  --h: 0.59rem;
  cursor: pointer;
  transition: 0.4s;
  overflow: hidden;
  min-width: 1.54rem;
  height: var(--h);
  border-radius: calc(var(--h) / 2);
  padding: 0 0.33rem;
  background: linear-gradient(287deg, #0771D4 0%, #115FA8 100%);
  color: #fff;
  font-size: var(--f18);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pu_link .a p {
  position: relative;
  z-index: 2;
}
.pu_link .a .circle {
  position: relative;
  display: flex;
  width: 0.18rem;
  height: 0.18rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 0.16rem;
}
.pu_link .a .circle::after,
.pu_link .a .circle::before {
  content: "";
  position: absolute;
  top: -0.18rem;
  right: -0.18rem;
  bottom: -0.18rem;
  left: -0.18rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition: 0.4s;
}
.pu_link .a .circle span {
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #fff;
  margin: auto;
}
.pu_link .a:hover .circle::after,
.pu_link .a:hover .circle::before {
  animation: sonarAnimation 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.pu_link .a:hover .circle::after {
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@-webkit-keyframes magicada {
  0% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
.banner_sub {
  width: 100%;
  height: 6.78rem;
  overflow: hidden;
}
.banner_sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: magicada 4s;
}
.sub-tabs {
  background: #F1F1F1;
  padding: 0.15rem 0;
}
.sub-tabs .sub-tabs-list {
  display: flex;
  gap: 0.2rem;
}
.sub-tabs .sub-tabs-list a {
  display: inline-block;
  padding: 0.12rem 0.36rem;
  font-size: 0.16rem;
  color: #333;
  transition: all 0.3s ease-in-out;
  border-radius: 0.25rem;
  background: #fff;
}
.sub-tabs .sub-tabs-list a.active,
.sub-tabs .sub-tabs-list a:hover {
  color: #fff;
  background: #004B9B;
}
.sub-tabs .sub-tabs-list a.active p,
.sub-tabs .sub-tabs-list a:hover p {
  color: #fff;
  background: #004B9B;
}
.sub-tabs .cur_page > img {
  width: 0.24rem;
  margin-right: 0.17rem;
}
.sub-tabs .cur_page ul {
  display: inline-flex;
}
.sub-tabs .cur_page ul li {
  position: relative;
}
.sub-tabs .cur_page ul li a {
  padding-left: 0.4rem;
  color: rgba(19, 19, 19, 0.52);
  transition: all 0.3s ease-in-out;
  display: block;
}
.sub-tabs .cur_page ul li a::after {
  content: '';
  width: 0.07rem;
  height: 0.12rem;
  background: url(../../img/common/p_arrow.png) no-repeat center center;
  background-size: 0.07rem 0.12rem;
  left: 0.165rem;
  top: 50%;
  margin-top: -0.06rem;
  position: absolute;
}
.sub-tabs .cur_page ul li:last-child a {
  color: #131313;
}
.sub-tabs .cur_page ul li:nth-child(1) a::after {
  width: 0.24rem;
  height: 0.24rem;
  background: url(../../img/common/home.png) no-repeat center center;
  background-size: 0.24rem 0.24rem;
  left: 0;
  top: 0.02rem;
}
.sub-tabs .cur_page ul li:hover a {
  color: #131313;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 1.12rem;
  }
  .header .header-content {
    display: none;
  }
  .header .mobile-header {
    display: flex;
  }
  .pu_link .a {
    --h: 0.93rem;
    padding: 0 0.42rem;
    min-width: 2.65rem;
  }
  .pu_link .a p {
    font-size: 0.28rem;
  }
  .pu_link .a .circle {
    width: 0.3rem;
    height: 0.3rem;
  }
  .pu_link .a .circle::after,
  .pu_link .a .circle::before {
    top: -0.16rem;
    right: -0.16rem;
    bottom: -0.16rem;
    left: -0.16rem;
  }
  .pu_link .a .circle span {
    width: 0.1rem;
    height: 0.1rem;
  }
  .safe-width {
    width: 6.9rem;
  }
  .footer .footer-container {
    padding-top: 0.9rem;
  }
  .footer .footer-left {
    width: 100%;
    padding-bottom: 0.6rem;
    text-align: center;
  }
  .footer .footer-left .footer-logo {
    width: 5rem;
  }
  .footer .footer-left .d-flex {
    text-align: left;
    margin-bottom: 0.38rem;
  }
  .footer .footer-left .d-flex img {
    flex: none;
    width: 0.47rem;
    height: 0.47rem;
  }
  .footer .footer-left .d-flex p {
    margin-top: 0.18rem;
  }
  .footer .footer-left .d-flex .font28 {
    line-height: 0.44rem;
  }
  .footer .footer-menus {
    display: none;
  }
  .footer .copyright span {
    display: block;
    font-size: 0.26rem;
    line-height: 0.5rem;
    color: rgba(255, 255, 255, 0.56);
  }
  .block_sj {
    display: block;
  }
  .block_pc {
    display: none!important;
  }
  .sub-tabs {
    padding: 0.23rem 0 0.3rem;
  }
  .sub-tabs .cur_page ul {
    display: none;
  }
  .sub-tabs .safe-width {
    width: 100%;
  }
  .sub-tabs .safe-width .sub-tabs-list {
    padding: 0 0.3rem;
    overflow-x: scroll;
  }
  .sub-tabs .safe-width .sub-tabs-list::-webkit-scrollbar {
    display: none;
  }
  .sub-tabs .safe-width .sub-tabs-list a {
    flex: none;
    padding: 0.2rem 0.36rem 0.25rem;
    font-size: 0.34rem;
    border-radius: 0.53rem;
  }
  .page_con nav ul li a {
    width: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.26rem;
  }
  .pagination > li:first-child > a,
  .pagination > li:last-child > a {
    width: 1.8rem;
  }
}
