body, html {
  font-family: 'Source Han Sans CN';
}

.nav {
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 998;
}

.nav.on {
  top: 0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .05);
}

.nav.on .main {
  background-image: none;
}

.nav .main {
  height: 92px;
  background: url(../images/new/nav.png) no-repeat;
  background-size: contain;
}

.nav .main > ul {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.nav .main > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60%;
  padding: 0 30px;
  border-right: solid 1px #D9DADA;
}

.nav .main > ul > li .earth {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}

.nav .main > ul > li .arrow-bottom {
  position: absolute;
  right: 30px;
  top: 60%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #666666;
}

.nav .main > ul > li:nth-child(2) {
  flex: 6;
  padding: 0;
}

.nav .main > ul > li:last-child {
  border: 0;
  width: 160px;
  flex: unset;
}

.nav .main > ul > li img {
  width: 120px;
  height: 35px;
}

.nav .main > ul > li ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.nav .main > ul > li ul li {
  text-align: center;
  line-height: 85px;
}

.nav .main > ul > li ul li a {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}

.nav .main > ul > li ul li a.active {
  color: #8CCD45;
}

.banner img {
  width: 100%;
}

.footer {
  background-color: #72A649;
  color: #fff;
}

.footer .icon {
  width: 14px;
  height: 12px;
  margin-right: 10px;
  vertical-align: middle;
}

.footer p {
  font-size: 14px;
  margin-bottom: 20px;
  opacity: .5;
}

.footer p:last-child {
  margin-bottom: 0;
}

.footer .erweima {
  margin-right: 50px;
}

.footer .erweima:last-child {
  margin-right: 0;
}

.footer .erweima img {
  width: 117px;
  height: 117px;
  margin-bottom: 10px;
}

.footer .erweima p {
  color: white;
  font-size: 14px;
}

.footer .footernav li {
  display: inline-block;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, .5);
}

.footer .footernav li:last-child {
  margin: 0;
  padding: 0;
  border-right: 0;
}

.footer .info {
  flex: 1;
}

.footer .footernav li a {
  font-size: 14px;
  color: #fff;
  opacity: .5;
}

.footer .footernav li a:hover {
  opacity: 1;
}

.swiper-pagination {
  bottom: 8% !important;
}

.swiper-pagination-bullet {
  opacity: 1;
  background-color: white;
}

.swiper-pagination-bullet-active {
  width: 35px !important;
  border-radius: 100px !important;
  background-color: #C3F28F;
}

.page-num, .page-link {
  border-color: #CACACA;
  margin-right: 10px;
  font-size: 14px;
  color: #777777;
  border-radius: 4px;
  transition: all .2s;
}

.page-link:hover {
  color: #777777;
}

.page-num-current {
  background-color: #8CCD45;
  color: white;
  border-color: #C3F28F;
}

.mobile-nav {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  background-color: white;
  padding: 0 12.5px 0 20px;
}
.mobile-nav .logo {
  width: 77.5px;
  height: 22.5px;
}
.mobile-nav .logo img {
  width: 100%;
}
.mobile-nav .toright {
  margin-left: auto;
}
.mobile-nav .earth {
  width: 15px;
  height: 15px;
}
.mobile-nav .nav-icon {
  width: 18.5px;
  height: 13px;
  margin-left: 15px;
}
.mobile-nav .menu-wrapper {
  position: fixed;
  top: -105%;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 50px);
  background-color: white;
  padding: 0 15px;
}
.mobile-nav .menu-wrapper li a {
  display: block;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.mobile-nav .menu-wrapper li:last-child a {
  border-bottom: 0;
}
.mobile-nav .menu-wrapper li a.active {
  color: #C3F28F;
}

.footer .logo {
  margin-bottom: 43px;
}

.footer .contact {
  margin-bottom: 60px;
}

.pc-banner {
  display: block;
}

.mb-banner {
  display: none;
}

.language {
  display: none;
  position: absolute;
  bottom: -98%;
  left: 0;
  width: calc(100% + 11px);
  text-align: center;
  background-color: #eff1f4;
}
.language a {
  display: block;
  line-height: 40px;
  margin-left: 15px;
  color: #9D9D9E;
  font-weight: bolder;
}

a {
  outline: none;
}
@media screen and (max-width: 1200px) {
  .language {
    bottom: -130%;
    width: calc(100% + 5px);
  }
  .language a {
    margin-left: 22px;
  }
  .nav .main {
    height: 67px;
  }
  .nav .main > ul > li {
    padding: 0 10px;
  }
  .nav .main > ul > li:last-child {
    width: 85px;
  }
  .nav .main > ul > li img {
    width: 80px;
    height: 25px;
  }
  .nav .main > ul > li .arrow-bottom {
    right: 5px;
    top: 60%;
  }
  .nav .main > ul > li .earth {
    margin-right: 5px;
  }
  .nav .main > ul > li ul li a {
    font-size: 12px;
  }
  .footer .footernav li a {
    font-size: 12px;
  }
  .footer p {
    font-size: 12px;
  }
  .footer .footernav li {
    margin-right: 10px;
    padding-right: 10px;
  }
  .footer .footernav {
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .language {
    bottom: -165%;
    width: calc(100% + 4px);
  }
  .nav .main {
    height: 50px;
  }
  .nav .main > ul > li {
    padding: 0 10px;
  }
  .nav .main > ul > li:last-child {
    width: 85px;
  }
  .nav .main > ul > li img {
    width: 80px;
    height: 25px;
  }
  .nav .main > ul > li .arrow-bottom {
    right: 5px;
    top: 70%;
  }
  .nav .main > ul > li .earth {
    margin-right: 5px;
  }
  .nav .main > ul > li ul li a {
    font-size: 12px;
  }
  .footer .erweima {
    margin-right: 20px;
  }
  .footer .erweima img {
    width: 95px;
    height: 95px;
  }
  .footernav {
    display: none;
  }
  .footer .logo {
    width: 160px;
    margin-bottom: 23px;
  }
  .footer .contact {
    width: 200px;
    margin-bottom: 40px;
  }
  .footer > .row {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
  .mobile-nav {
    display: flex;
  }
  .swiper-pagination {
    bottom: 4% !important;
  }
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .swiper-pagination-bullet-active {
    width: 25px !important;
  }
  .company-desc {
    display: none;
  }
  .footer .contact {
    width: 200px;
    margin-bottom: 20px;
  }
  .footer p {
    margin-bottom: 10px;
  }
  .pc-banner {
    display: none;
  }
  .mb-banner {
    display: block;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .mb-banner img {
    padding: 0;
  }
}

.footer .info2 {
  display: none;
}

.footer-desc {
  display: none;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.footer-desc .logo {
  height: 50px;
}
.footer-desc .phone {
  height: 40px;
}
.footer-desc .logo img, .footer-desc .phone img {
  width: 100%;
}
.footer-desc .code {
  text-align: center;
  margin-left: 15px;
}
.footer-desc .code img {
  width: 90px;
  height: 90px;
}
.footer-desc p {
  margin-top: 10px;
}

@media screen and (max-width: 550px) {
  .pc-banner {
    display: none;
  }
  .mb-banner {
    display: block;
    padding-top: 50px;
  }
  .footer .info {
    display: none !important;
  }
  .footer .info2 {
    display: block;
  }
  .footer .erweima img {
    width: 85px;
    height: 85px;
  }
  .footer .container > .row {
    display: none !important;
  }
  .footer-desc {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .footer .info > .d-flex {
    display: block !important;
  }
  .footer-desc .logo {
    width: 120px;
    height: 40px;
    margin-bottom: 15px;
  }
  .footer-desc .phone {
    width: 160px;
    height: 30px;
  }
  .footer-desc .code {
    text-align: center;
    margin-left: 15px;
  }
  .footer-desc .code img {
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

