@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;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #F0F2F5;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
}

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: linear-gradient(90deg, #69D4AB 0%, #6392E7 100%);
}

.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.32rem;
  font-weight: 600;
  line-height: .88rem;
  color: #fff;
}

.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-color: #649CDF;
}

.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 #4872A4;
  padding-left: 0.3rem;
  overflow: hidden;
}

.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: #1DD0BC;
}

.all-page-banner {
  margin-top: 0.88rem;
  width: 100%;
  height: 2rem;
  background: url(../image/page-banner.png);
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
}

.all-page {
  text-align: center;
}

.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-color: #F0F2F5;
}

.all-page .pagination .active a {
  background-color: #35B1F6;
  color: #fff;
}

.foot {
  margin-top: 0.15rem;
  width: 100%;
  background: #FAFCFF;
  padding: 0.32rem 0.5rem;
  text-align: center;
}



.foot .enterprise {
  margin-top: 0.2rem;
  overflow: hidden;
  font-size: 0.24rem;
  
}

.foot .enterprise a {
  font-size: 0.24rem;
  font-weight: 400;
  color: #5C5C5C;
}

