@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: #F7F8F8;
  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: #566CB5;
  box-shadow: 0px 2px 4px 0px rgba(161,161,161,0.5);
}

.header .header-menu {
  width: 100%;
}

.header .header-menu .header-nav {
  overflow:hidden;
  white-space:nowrap;
  overflow-x: scroll;
  height: 0.88rem;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.header .header-menu .header-nav::-webkit-scrollbar{
  display:none;
  }

.header .header-menu .header-nav li {
  height: .88rem;
  display:inline-block;
}

.header .header-menu .header-nav li a {
  display: inline-block;
  width: 100%;
  /* height: 100%; */
  line-height: 0.88rem;
  padding: 0 0.16rem;
  margin: 0 0.06rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: #FFFFFF;
}
.header .header-menu .header-nav li.active a {
  background: #3D5090;
}


.all-page-banner {
  position: relative;
  margin-top: 0.88rem;
  width: 100%;
  height: 2.36rem;
  background: url(../image/page-banner.png) no-repeat;
  background-size: 100% 100%;
}
.all-page-banner .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: .5rem;
  font-size: .36rem;
  font-weight: 600;
  color: #FFFFFF;
}

.all-page.page {
  text-align: center;
}
.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: #39568D;
  color: #fff;
}

.foot {
  margin-top: 0.2rem;
  width: 100%;
  /* text-align: center; */
  color: #FFFFFF;
  background: #39568D;
}
.foot .info-content {
  padding: 0.6rem 0.4rem;
  font-size: 0.24rem;
  font-weight: 600;
  background: #39568D;
  text-align: center;
}



/* span img {
  width: 7.2rem !important;
  height: auto !important;
} */

