* {
  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: 807px;
}
.content .right .text {
  font-size: 16px;
  color: #666;
  text-indent: 32px;
  line-height: 30px;
  font-family: MicrosoftYaHei;
}
.content .right .text span {
  font-family: MicrosoftYaHei-Bold;
  color: #016934;
  font-weight: 800;
}
.content .right .paging_container {
  margin-top: 40px;
}
.content .right .paging_container .paging_list {
  padding-left: 0 !important;
}
.content .right .paging_container .paging_list li {
  width: 199px;
  height: 280px;
  margin-bottom: 20px !important;
}
.content .right .paging_container .paging_list li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .content .right {
    width: 100%;
  }
  .content .right .paging_container .paging_list li {
    width: 32.3%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .content .right {
    width: 100%;
  }
  .content .right .paging_container .paging_list li {
    width: 45%;
    height: auto;
  }
}
.footer {
  height: auto !important;
  background: #f1f8f5 !important;
}
.footer .white {
  background: #fff !important;
}
