.service .advice {
  padding-bottom: 80px;
}
.service .advice .advice-tit {
  padding-top: 76px;
  padding-bottom: 50px;
  text-align: center;
}
.service .advice .advice-tit > h3 {
  font-size: 26px;
  color: #000;
}
.service .advice .advice-tit > p {
  font-size: 30px;
  margin-top: 12px;
  color: #078f47;
  font-size: 28px;
}
.service .advice .advice-list {
  display: flex;
  justify-content: space-around;
}
.service .advice .advice-list .advice-list-item {
  width: 25%;
  text-align: center;
}
.service .advice .advice-list .advice-list-item img {
  border: none;
}
.service .advice .advice-list .advice-list-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 18px;
  color: #000;
}
.service .advice .advice-list .advice-list-item p {
  font-size: 14px;
  color: #767676;
  margin-top: 14px;
}
.purchase {
  background: url("../images/service/service_bg.jpg") no-repeat center center;
  padding-bottom: 70px;
}
.purchase .purchase-tit {
  padding-top: 70px;
  padding-bottom: 52px;
  text-align: center;
}
.purchase .purchase-tit > h3 {
  font-size: 26px;
  color: #fff;
}
.purchase .purchase-tit > p {
  font-size: 30px;
  margin-top: 12px;
  color: #fff;
  font-size: 28px;
}
.purchase .purchase-txt {
  display: flex;
  justify-content: space-around;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
}
.purchase .purchase-txt .purchase-txt-item {
  color: #fff;
}
.purchase .purchase-txt .purchase-txt-item .purchase-item-tit {
  background: url(../images/service/service_icon5.png) no-repeat;
  background-size: cover;
  width: 372px;
  height: 40px;
  line-height: 40px;
}
.purchase .purchase-txt .purchase-txt-item .purchase-item-tit h3 {
  text-align: center;
  font-size: 20px;
}
.purchase .purchase-txt .purchase-txt-item .purchase-item-txt {
  font-size: 14px;
  line-height: 40px;
  background: url("../images/service/service_icon6.png") no-repeat;
  background-size: cover;
  width: 360px;
  height: 225px;
  padding: 50px;
  margin-top: 30px;
}
.purchase .purchase-txt .purchase-txt-item:nth-child(3) .purchase-item-tit {
  background: url(../images/service/service_icon5_1.png) no-repeat;
}
.purchase .purchase-txt .purchase-txt-item:nth-child(3) .purchase-item-txt {
  line-height: 22px;
}
.after {
  padding-bottom: 70px;
}
.after .after-tit {
  padding-top: 70px;
  padding-bottom: 46px;
  text-align: center;
}
.after .after-tit > h3 {
  font-size: 26px;
  color: #000;
}
.after .after-tit > p {
  font-size: 30px;
  margin-top: 12px;
  color: #078f47;
  font-size: 28px;
}
.after .purchase-list {
  background: url("../images/service/service_line.png") no-repeat;
  background-position: 260px 90px;
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.after .purchase-list .purchase-item {
  width: 212px;
}
.after .purchase-list .purchase-item img {
  border: none;
}
.after .purchase-list .purchase-item h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 12px;
}
.after .purchase-list .purchase-item p {
  font-size: 14px;
  color: #767676;
}
.after .purchase-list .purchase-item:nth-child(2n) {
  padding-top: 80px;
}
@media screen and (max-width: 980px) {
  .service .advice {
    padding-bottom: 0px;
  }
  .service .advice .advice-tit {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .service .advice .advice-tit h3 {
    font-size: 20px;
  }
  .service .advice .advice-tit p {
    font-size: 16px;
  }
  .service .advice .advice-list {
    flex-wrap: wrap;
  }
  .service .advice .advice-list .advice-list-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .purchase {
    background-size: cover;
    padding-bottom: 18px;
  }
  .purchase .purchase-tit {
    padding-top: 24px;
    padding-bottom: 4px;
  }
  .purchase .purchase-tit h3 {
    font-size: 20px;
  }
  .purchase .purchase-tit p {
    font-size: 16px;
  }
  .purchase .purchase-txt {
    flex-wrap: wrap;
  }
  .purchase .purchase-txt .purchase-txt-item {
    margin-bottom: 2px;
  }
  .purchase .purchase-txt .purchase-txt-item .purchase-item-txt {
    margin-top: 14px;
  }
  .purchase .purchase-txt .purchase-txt-item img {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .after {
    padding-bottom: 10px;
  }
  .after .after-tit {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .after .after-tit h3 {
    font-size: 20px;
  }
  .after .after-tit p {
    font-size: 16px;
  }
  .after .purchase-list {
    flex-wrap: wrap;
  }
  .after .purchase-list .purchase-item {
    width: 49%;
    margin-bottom: 12px;
  }
  .after .purchase-list .purchase-item h3 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 4px;
  }
  .after .purchase-list .purchase-item img {
    width: 70%;
  }
  .after .purchase-list .purchase-item:nth-child(2n) {
    padding-top: 0px;
  }
}
