@charset "UTF-8";
@media (min-width: 320px) {
  html {
    font-size: 42.6667px;
  }
}

@media (min-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media (min-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media (min-width: 384px) {
  html {
    font-size: 51.2px;
  }
}

@media (min-width: 414px) {
  html {
    font-size: 55.2px;
  }
}

@media (min-width: 448px) {
  html {
    font-size: 59.7333px;
  }
}

@media (min-width: 480px) {
  html {
    font-size: 48px;
  }
}

@media (min-width: 512px) {
  html {
    font-size: 68.2667px;
  }
}

@media (min-width: 544px) {
  html {
    font-size: 72.5333px;
  }
}

@media (min-width: 576px) {
  html {
    font-size: 76.8px;
  }
}

@media (min-width: 608px) {
  html {
    font-size: 81.0667px;
  }
}

@media (min-width: 640px) {
  html {
    font-size: 85.3333px;
  }
}

@media (min-width: 750px) {
  html {
    font-size: 100px;
  }
}

@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url(./fonts/SourceHanSansCN-Bold.otf);
}
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url(./fonts/SourceHanSansCN-Regular.otf);
}
@font-face {
  font-family: 'HELVETICAINSERAT-ROMAN-SEMIB';
  src: url(./fonts/HELVETICAINSERAT-ROMAN-SEMIB.TTF);
}

@font-face {
  font-family: 'HelveticaInserat-Roman-SemiBold';
  src: url(./fonts/HelveticaInserat-Roman-SemiBold.ttf);
}
@font-face {
  font-family:'PingFangSC';
  src:url('./fonts/PingFangSC.ttf');
}
@font-face {
  font-family:'hyk2gj';
  src:url('./fonts/hyk2gj.ttf');
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #f6f6f6;
  font-family: PingFangSC;
}

a {
  color: #626262;
  text-decoration: none;
}

/*包含以下四种的链接*/
a {
  text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
  color: #626262;
  text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
  color: #626262;
  text-decoration: none;
}

/* 正在点击的链接*/
a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  /* object-fit: cover; */
}

button,
select {
  outline: none;
  border: none;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 0.88rem;
  width: 100%;
  background: rgba(21, 51, 123, 1);
  box-shadow: 0px 2px 4px 0px rgba(161,161,161,0.5);
}

.header .header-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.66rem;
  height: 0.3rem;
  width: 0.35rem;
  background: url(../image/header-open.svg) no-repeat;
  background-size: 100% 100%;
}

.header .header-title {
  width: 100%;
  text-align: center;
  font-size: 0.36rem;
  line-height: .88rem;
  font-weight: 600;
  color: #FFFFFF;
}

.header .header-title-open {
  position: absolute;
  width: 0.32rem;
  height: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  text-align: center;
  font-size: 0.32rem;
  line-height: .88rem;
  background: url(../image/home.svg) no-repeat;
  background-size: 100% 100%;
}

.header .header-title-open a {
  display: block;
  width: 100%;
  height: 100%;
}

.header .header-shadow {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.42);
  z-index: 101;
}

.header .header-menu {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 102;
  height: 100vh;
  overflow-y: scroll;
  width: 50%;
  background: rgba(21, 51, 123, 1);
}

.header .header-menu .close-btn {
  position: relative;
  height: 1rem;
}

.header .header-menu .close-btn i {
  display: block;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../image/close.svg) no-repeat;
  background-size: 100% 100%;
}

.header .header-menu .header-nav ul {
  display: none;
}

.header .header-menu .header-nav li {
  position: relative;
  z-index: 10;
  margin: 0;
  min-height: 0.88rem;
  border-bottom: 0.02rem solid #FFFFFF;
  padding-left: 0.3rem;
  overflow: hidden;
}
.header .header-menu .header-nav li.active {
  background: #1C325F;
  border: none;
}

.header .header-menu .header-nav li .nav-list a {
  float: left;
  display: block;
  margin-top: 0.25rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: #FFFFFF;
  word-wrap: break-word;
  padding-right: 0.2rem;
}

.header .header-menu .header-nav li .nav-list span {
  float: right;
  display: block;
  margin: 0.3rem 0.2rem 0 0;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../image/zhankai1.svg) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.header .header-menu .header-nav li .nav-list span:after {
  content: "1";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.header .header-menu .header-nav li .nav-list .active-btn {
  transform: rotate(180deg);
}

.header .header-menu .header-nav .selected-li {
  background: #1C325F;
}

.all-page-banner {
  margin-top: 0.88rem;
  width: 100%;
  height: 2.5rem;
}
.all-page-banner .page-swiper{
  height: 100%;
  width: 100%;
}
.all-page-banner img{
  width: 100%;
  height: 100%;
}

.all-page.page {
  /* position: fixed;
  left: 0;
  right: 0;
  bottom: 0; */
  text-align: center;
  z-index: 1000;
}
.all-page .pagination {
  margin: 0.2rem 0;
}
.all-page .pagination > li > a {
  padding: .1rem 0.22rem;
}

.all-page .pagination a {
  margin-left: 0.14rem;
  background: #F0F2F5;
  border-radius: .02rem;
  font-size: 0.28rem;
  color: #80858B;
  border-radius: .08rem;
  border-color: #F0F2F5;
}

.all-page .pagination .active a {
  background-color: rgba(21, 51, 123, .9);
  color: #fff;
}

.foot {
  margin-top: 0.15rem;
  padding: 0.2rem 0 0;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  background: #15337B;
}
.foot a{
  color: #FFFFFF;
}
.foot .info-content {
  padding: 0.24rem 0;
  font-size: 0.24rem;
  font-weight: 600;
  /* background: #465779; */
}
.foot .info-content .item {
  padding: 0.08rem 0;
}
.foot .info-content .item .title {
  font-size: .32rem;
  text-align: center;
  position: relative;
}
.foot .item .title::before {
  position: absolute;
  top: 50%;
  left: .24rem;
  transform: translateY(-50%);
  content: '';
  width: 2.4rem;
  border: 1px solid;
  border-image: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 0;
}
.foot .item .title::after {
  position: absolute;
  top: 50%;
  right: .24rem;
  transform: translateY(-50%);
  content: '';
  width: 2.4rem;
  border: 1px solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 0;
}

.foot .info-content .item .text {
  padding: 0.2rem 0.2rem 0.1rem;
}

.foot .info-content .record {
  padding: 0.16rem ;
  background: rgba(255,255,255,0.2);
}

/* span img {
  width: 7.2rem !important;
  height: auto !important;
} */

