* {
  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 .bottom {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.content .bottom .left h5 {
  font-size: 25px;
  color: #016934;
  font-family: SourceHanSansCN-Bold;
}
.content .bottom .left ul {
  padding-left: 0 !important;
  font-size: 15px;
  font-family: SourceHanSansCN-Normal;
  margin-top: 40px;
}
.content .bottom .left ul li {
  line-height: 44px;
}
.content .bottom .left ul li:nth-child(1) {
  background: url(../img/person.png) no-repeat;
  background-position: left center;
  text-indent: 40px;
}
.content .bottom .left ul li:nth-child(2) {
  background: url(../img/mobile.png) no-repeat;
  background-position: left center;
  text-indent: 40px;
}
.content .bottom .left ul li:nth-child(3) {
  background: url(../img/37a00bcc15869f94de0f5b5c6e16fd9.png) no-repeat;
  background-position: left center;
  text-indent: 40px;
}
.content .bottom .left ul li:nth-child(4) {
  background: url(../img/a3b304eed34ea4371d991eada7c03f8.png) no-repeat;
  background-position: left center;
  text-indent: 40px;
}
.content .bottom .left ul li:nth-child(5) {
  background: url(../img/30dd3fbf825adc6454a58ed83b727de.png) no-repeat;
  background-position: left center;
  text-indent: 40px;
}
.content .bottom .left ul li:nth-child(6) {
  background: url(../img/5a3449c6b594b6aff67592e1889b6b8.png) no-repeat;
  background-position: left center;
  text-indent: 40px;
}
.content .bottom .right {
  width: 533px;
  height: 322px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .bottom .right .text {
  margin-top: 20px;
  cursor: default;
}
.content .bottom .right .text p:nth-child(2) {
  margin-top: 28px;
  color: #016934;
  font-size: 17px;
  font-family: SourceHanSansCN-Bold;
}
.content .bottom .right .text p:nth-child(3) {
  color: #016934;
  font-size: 17px;
  font-family: SourceHanSansCN-Bold;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .content .bottom {
    flex-direction: column;
  }
  .content .bottom .right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content .bottom {
    flex-direction: column;
  }
  .content .bottom .left ul li:nth-child(6) {
    display: none;
  }
  .content .bottom .right {
    width: 100%;
  }
}
.footer {
  height: auto !important;
  background: #f1f8f5 !important;
}
.footer .white {
  background: #fff !important;
}
