* {
  list-style: none !important;
  text-decoration: none !important;
}
@font-face {
  font-family: SOURCEHANSANSCN-BOLD;
  src: url(../font/SOURCEHANSANSCN-BOLD.OTF);
}
@font-face {
  font-family: SOURCEHANSANSCN-EXTRALIGHT;
  src: url(../font/SOURCEHANSANSCN-EXTRALIGHT.OTF);
}
@font-face {
  font-family: SOURCEHANSANSCN-HEAVY;
  src: url(../font/SOURCEHANSANSCN-HEAVY.OTF);
}
@font-face {
  font-family: SOURCEHANSANSCN-MEDIUM;
  src: url(../font/SOURCEHANSANSCN-MEDIUM.OTF);
}
@font-face {
  font-family: SOURCEHANSANSCN-NORMAL;
  src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
}
@font-face {
  font-family: REGULAR;
  src: url(../font/SOURCEHANSANSCN-REGULAR.OTF);
}
body {
  background: #f1f8f5 !important;
}
.container-fluid {
  margin: 0 !important;
  padding: 0 !important;
}
.container {
  margin: 0 auto !important;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .container {
    width: 95% !important;
  }
}
body {
  background: #fff !important;
}
.banner {
  height: 450px;
  background: url(../img/about-banner.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner h1 {
  font-size: 50px;
  color: #fff;
  font-family: SourceHanSansCN-Bold;
}
.banner h1 span {
  padding-bottom: 27px !important;
  border-bottom: 5px solid #fff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner {
    height: auto;
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .banner h1 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: auto;
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .banner h1 {
    font-size: 3.125rem;
  }
}
.breadcrumb-navigation {
  height: 60px;
  border-bottom: 1px solid #ddd;
}
.breadcrumb-navigation div {
  height: 100%;
  display: flex;
  align-items: center;
}
.breadcrumb-navigation div span {
  color: #016934;
  font-family: SourceHanSansCN-Bold;
}
.breadcrumb-navigation div a {
  color: #333;
  font-family: SourceHanSansCN-Normal;
}
.content {
  margin-top: 55px !important;
  display: flex;
  justify-content: space-between;
}
.content::before,
.content::after {
  display: none !important;
}
.content .left {
  width: 316px;
}
.content .left .catalogue div {
  height: 103px;
  color: #fff;
  background: #016934;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 25px;
  cursor: default;
  border-bottom: 1px solid #fff;
}
.content .left .catalogue div h5 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
}
.content .left .catalogue div p {
  font-size: 25px;
  font-family: REGULAR;
}
.content .left .catalogue ul {
  padding-left: 0 !important;
}
.content .left .catalogue ul li {
  height: 54px;
  background: #ececeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border-bottom: 1px solid #fff;
}
.content .left .catalogue ul li a {
  font-size: 16px;
  color: #333;
  font-family: MicrosoftYaHei;
}
.content .left .catalogue ul li span a {
  font-size: 20px;
}
.content .left .catalogue ul li.active {
  background: #f69804;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.content .left .catalogue ul li.active a {
  color: #fff;
}
.content .left .catalogue ul li:hover {
  background: #f69804;
  color: #fff;
}
.content .left .catalogue ul li:hover a {
  color: #fff;
}
.content .left .contact {
  margin-top: 45px;
}
.content .left .contact .top {
  height: 40px;
}
.content .left .contact .top .title {
  display: flex;
  align-items: center;
}
.content .left .contact .top .title h5 {
  color: #026836;
  font-size: 25px;
  font-family: MicrosoftYaHei-Bold;
  margin-right: 15px;
}
.content .left .contact .top .title span {
  font-size: 14px;
  color: #aaa;
  font-family: MicrosoftYaHei;
}
.content .left .contact .line {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.content .left .contact .line .line1 {
  width: 23px;
  height: 3px;
  background-color: #026836;
}
.content .left .contact .line .line2 {
  width: 316px;
  height: 1px;
  background-color: #dddddd;
}
.content .left .contact .img {
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 20px;
}
.content .left .contact .img img {
  width: 100%;
  height: auto;
}
.content .left .contact .contact-information {
  padding-left: 0 !important;
  cursor: default;
}
.content .left .contact .contact-information li {
  font-size: 15px;
  line-height: 48px;
  color: #666;
  font-family: MicrosoftYaHei;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .content .left {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content .left {
    display: none;
  }
}
.content .right {
  width: 809px;
}
.content .right .lunbo h2 {
  width: 414px;
  height: 62px;
  background: url(../img/Environment.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 30px auto;
  cursor: default;
}
.content .right .lunbo .swiper {
  width: 100%;
  height: 100%;
}
.content .right .lunbo .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content .right .lunbo .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .right .lunbo .swiper-button-next,
.content .right .lunbo .swiper-button-prev {
  width: 41px;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0.35;
  border-radius: 50%;
}
.content .right .lunbo .swiper-button-next::after,
.content .right .lunbo .swiper-button-prev::after {
  font-size: 12px !important;
  color: #fff;
  font-weight: 800;
}
.content .right .phone-lunbo {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .content .right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content .right {
    width: 100%;
  }
  .content .right .lunbo {
    display: none;
  }
  .content .right .phone-lunbo {
    display: block;
  }
  .content .right .phone-lunbo .mySwiper1 {
    width: 100%;
  }
  .content .right .phone-lunbo .mySwiper1 .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.footer {
  height: auto !important;
  background: #f1f8f5 !important;
}
.footer .white {
  background: #fff !important;
}
