html {
  display: block;
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body, html {
  font-size: 16px;
  font-family: MiSans-Regular, MiSans;
}
:root {
  --swiper-theme-color: #007aff;
}
a, p, span, div, li, h1, h2 {
  font-family: MiSans-Regular, MiSans;
}
span, a {
  display: block;
}
img {
  display: block;
  width: 100%;
  height: 100%;
}
.flex {
  display: flex;
  align-items: center;
}
.flex.flex-between {
  justify-content: space-between;
}
.flex.flex-center {
  justify-content: center;
}
.clear{
  clear: both;
}

/* header */
.header-top {
  padding: 0.95rem 0;
  background: #4EA54A;
}
.header .header-box {
  max-width: 1420px;
  margin: 0 auto;
}
.pointer {
  cursor: pointer;
}
.header-top-left-phone {
  width: 0.875rem;
  height: 1.437rem;
  margin-right: 0.625rem;
}
.header-top p, .header-top a {
  font-size: 13px;
  color: #fff;
}
.header-top p:hover, .header-top a:hover{
  color: #eaeaea;
}
.header-top-left-phone+a, .header-top-left-phone+p {
  padding-right: 3.75rem;
}
.header-top-left-email {
  width: 1.312rem;
  height: 0.812rem;
  margin-right: 0.625rem;
}
.header-nav {
  padding: 1.125rem 0;
}
.header-nav .logo {
  width: 14.75rem;
  height: 2.75rem;
}
.header-nav ul li {
  position: relative;
  padding: 0 1.562rem;
}
.header-nav ul li:first-child {
  padding-left: 0 !important;
}
.header-nav ul li>a {
  font-size: 1rem;
  color: #000;
}
.header-nav ul li.header-nav-active>a, .header-nav ul li>a:hover {
  color: #4EA54A;
  font-weight: bold;
}
.header-nav ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "/";
}
.header-nav ul li:last-child {
  padding-right: 0 !important;
}
.header-nav ul li:last-child::after {
  content: '';
}


/* footer */
footer {
  padding: 3.75rem 5rem;
  background: #F5F5F5;
}
.footer-content {
  display: grid;
  grid-template-columns: 57% auto;
}
.footer-content h3 {
  font-size: 21px;
  color: #222;
  padding-bottom: 1.25rem;
}
.footer-product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.5rem;
  padding-bottom: 1.187rem;
}
.footer-content-left a {
  font-size: 1rem;
  color: #666666;
}
.footer-content-left a:hover{
  color: #000;
}
.footer-content-right p {
  font-size: 1rem;
  color: #666666;
  padding-bottom: 1.25rem;
  cursor: default;
}

/* banquan */
.copyright {
  padding: 1rem;
  background: #4EA54A;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  cursor: default;
  line-height: 1.5rem;
}
.copyright a {
  display: inline;
  color: #fff;
}
.copyright a:hover{
  color: #eaeaea;
}

/* 当前位置 */
.page-position {
  background: #eee;
  padding: 1.812rem 0;
}
.max-width {
  max-width: 1200px;
  margin: 0 auto;
}
.page-position span, .page-position a {
  font-size: 16px;
  color: #4EA54A;
  padding: 0 0.3rem;
}


/* fenye */
.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 0 0.2rem;
  border: 1px solid #eaeaea;
  padding: 0px 1rem;
}
.pagination li:hover{
  background: #4ea54a;
}
.pagination li:hover a{
  color: #fff;
}
.pagination li a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  padding: 0.5rem;
  color: #9b9b9b;
}
.pagination li span{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  padding: 0.5rem;
  color: #fff;
}
.active{
  background: #4ea54a;
}

@media screen and (max-width: 1684px) {
  html, body {
    font-size: 16px;
  }
  .header .header-box {
    max-width: 1200px;
  }

}

