.green_linear {
  background: linear-gradient(180deg, #F2FDFF 0%, #E1FDFC 100%);
}

.bg {
  background: #F8FCFB;
  border-radius: 6px;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

.module-box {
  text-align: center;
}
.module-box img {
  width: 100%;
  height: auto;
}

.Construction-value .module-box ul {
  justify-content: space-between;
  flex-wrap: wrap;
}
.Construction-value .module-box ul li {
  width: calc(25% - 20px);
  min-width: 250px;
  min-height: 126px;
  margin-bottom: 40px;
  background: #F1FCF6;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  padding: 30px;
  box-sizing: border-box;
}
.Construction-value .module-box ul li p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  font-size: 12px;
  color: #282C2A;
  line-height: 18px;
  text-align: left;
  font-style: normal;
}
.Construction-value .module-box ul li .sub-title {
  margin-bottom: 16px;
  display: flex;
}
.Construction-value .module-box ul li .sub-title i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: linear-gradient(270deg, #F4FCFA 0%, #7EE6AC 100%);
  border-radius: 50%;
}
.Construction-value .module-box ul li .sub-title span {
  margin-left: -20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #00A97A;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}

.Product-feature .mobile,
.Service-support .mobile {
  display: none;
}

@media (max-width: 768px) {
  .pageBanner {
    background: url("../images/product_hlwyy/pageBannerBg.png") no-repeat center center;
  }
  .Construction-value .module-box ul {
    flex-direction: column;
  }
  .Construction-value .module-box ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    height: 160px;
    padding: 30px;
  }
  .Construction-value .module-box ul li .sub-title {
    justify-content: center;
    margin-bottom: 20px;
  }
  .Construction-value .module-box ul li p {
    font-size: 14px;
    line-height: 24px;
  }
  .Construction-value .module-box ul li:last-child {
    margin-bottom: 0;
  }
  .Product-feature .module-box .bg,
  .Service-support .module-box .bg {
    display: none;
  }
  .Product-feature .mobile,
  .Service-support .mobile {
    display: block;
  }
  .Service-support {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .pageBanner {
    background-image: url("../images/product_hlwyy/padBannerBg.png");
  }
  .Construction-value .module-box ul li {
    width: calc(50% - 20px);
  }
}/*# sourceMappingURL=product_hlwyy.css.map */