.zhengcai_page {
  background: url(../imgs/index_nav.jpg) no-repeat center 0;
}

.banner {
  position: relative;
  background: url(../imgs/zc/banner_zc.jpg) no-repeat center 0;
}


.serve h3::before {
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #fd6866;
  content: "";
  margin-bottom: -4px;
  margin-right: 5px;
}


.serve h3::after {
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #fd6866;
  content: "";
  margin-bottom: -4px;
  margin-left: 5px;
}


.serve ul {
  margin-top: 59px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.serve ul li {
  box-shadow: 0px 0px 12px #d4d4d4;
  color: #333333;
  position: relative;
  margin-bottom: 30px;
  background-image: url(../imgs/index/serve_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 285px;
  height: 361px;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.serve ul li img.wimg {
  display: none;
}

.serve ul li h6 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
}
.serve ul li p {
  font-size: 16px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.serve ul li button {
  font-size: 20px;
  color: #ffffff;
  background-color: #fd6866;
  width: 162px;
  line-height: 40px;
  margin-top: 24px;
  border-radius: 8px;
}

.serve ul li:hover {
  background: url(../imgs/ca/index_12.jpg);
  color: white;
}

.serve ul li:hover button {
  background-color: white;
  color: #fd6866;
}

.serve ul li:hover img.img {
  display: none;
}

.serve ul li:hover img.wimg {
  display: block;
}

.plats-container {
  background-image: url(../imgs/zc/plats_bg_1.jpg);
  background-position: center center;
  background-size: cover;
  padding-bottom: 70px;
}

.plats h3, .plats h4 {
  color: white;
}

.plats h3::before {
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #ffffff;
  content: "";
  margin-bottom: -4px;
  margin-right: 5px;
}


.plats h3::after {
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #ffffff;
  content: "";
  margin-bottom: -4px;
  margin-left: 5px;
}


.advantage h3::before {
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #fd6866;
  content: "";
  margin-bottom: -4px;
  margin-right: 5px;
}


.advantage h3::after {
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #fd6866;
  content: "";
  margin-bottom: -4px;
  margin-left: 5px;
}

.areas-container {
  background-image: url(../imgs/zc/area_bg.jpg);
  background-position: center center;
  background-size: 1920px 160px;
  height: 160px;
}

.areas {
  transform: translateX(200px) translateY(35px);
  font-size: 28px;
  color: white;
  display: flex;
  flex-wrap: wrap;
}

.areas span {
  display: inline-block;
  width: 94px;
  line-height: 46px;
  text-align: center;
}

.areas span:hover {
  cursor: pointer;
  color: #fde201;
}


.flows h3::before {
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #fd6866;
  content: "";
  margin-bottom: -4px;
  margin-right: 5px;
}


.flows h3::after {
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #fd6866;
  content: "";
  margin-bottom: -4px;
  margin-left: 5px;
}


.footer-container {
  background-image: url(../imgs/zc/footer.jpg);
  background-position: center center;
  background-size: 1920px 169px;
  height: 169px;
}