@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: #ffffff;
  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: 0.88rem;
  font-weight: 600;
  color: #151515;
}

.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: 0.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: 70%;
  background: #3f5e37;
}

.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: #497142;
  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: #497142;
}

.all-page-banner {
  margin-top: 0.88rem;
  width: 100%;
  height: 1.7rem;
  background: url(../image/page-banner.png);
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
}

.all-page.page {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.5);
  border-radius: 1px;
  z-index: 1000;
}
.all-page .pagination {
  margin: 0.2rem 0;
}
.all-page .pagination > li > a {
  padding: 0.1rem 0.22rem;
}

.all-page .pagination a {
  margin-left: 0.14rem;
  background: #f0f2f5;
  border-radius: 0.02rem;
  font-size: 0.28rem;
  color: #80858b;
  border-radius: 0.08rem;
  border-color: #f0f2f5;
}

.all-page .pagination .active a {
  background-color: #497142;
  color: #fff;
}

.foot {
  margin-top: 0.15rem;
  padding: 0.2rem 0 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.foot a {
  color: #ffffff;
}
.foot .info-content {
  padding: 0.4rem 0;
  font-size: 0.24rem;
  font-weight: 600;
  background: #497142;
}
.foot .info-content .item {
  padding: 0.08rem 0;
}

/* span img {
  width: 7.2rem !important;
  height: auto !important;
} */

#aorun {
  cursor: pointer;
  width: 100%;
  height: 2.86rem;
  position: relative;
  bottom: -0.4rem;
}
#aorun img {
  height: 2.86rem;
}
