* {
  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/service-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: 70px;
}
.content .two-buttons {
  display: flex;
  justify-content: center;
  padding-left: 0 !important;
  margin-top: 40px;
}
.content .two-buttons li {
  width: 150px;
  height: 45px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
}
.content .two-buttons li:not(:nth-child(2)) {
  margin-right: 40px;
}
.content .two-buttons li a {
  color: #666;
}
.content .two-buttons li.active {
  background: #016934;
}
.content .two-buttons li.active a {
  color: #fff;
}
.content .text {
  margin-top: 70px;
}
.content .text .text-p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  text-indent: 32px;
  font-family: REGULAR;
}
.content .text .four-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0 !important;
}
.content .text .four-icons li {
  width: 278px;
  height: 343px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
}
.content .text .four-icons li .bottom-text h5 {
  color: #222;
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content .text .four-icons li .bottom-text p {
  color: #666;
  line-height: 25px;
  font-family: REGULAR;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .content .text {
    margin-top: 2.1875rem;
  }
  .content .text .four-icons {
    flex-wrap: wrap;
  }
  .content .text .four-icons li {
    width: 49%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    height: auto;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .content .text {
    margin-top: 2.1875rem;
  }
  .content .text .four-icons {
    flex-wrap: wrap;
  }
  .content .text .four-icons li {
    width: 49%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    height: auto;
    margin-bottom: 1.875rem;
  }
}
.footer {
  height: auto !important;
  background: #f1f8f5 !important;
}
.footer .white {
  background: #fff !important;
}
