.banner-content-box {
  /* top: 530px; */
  height: 30px;
  bottom: 0;
  height: fit-content;
  transform: translate(-50%, 50%);
}


.banner-content .box-content {
  width: 18%;
  margin: 0 30px;
}

.banner-content .box-item {
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  border: 2px solid #ffffff;
  backdrop-filter: blur(30px);
  box-shadow: 0px 4px 10px 0px rgba(197, 216, 246, 0.8);
}

.banner-content .box-item .title {
  font-size: 24px;
  font-weight: bold;
  /* 主题色 */
  color: #004ea1;
  position: relative;
  z-index: 9;
  text-align: center;
}

.banner-content .box-item .title span {
  margin-right: 6px;
  font-size: 40px;
  font-weight: bold;
}

.banner-content .box-item .labels {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #616161;
  margin-top: 10px;
  position: relative;
  z-index: 9;
}

.benchmark-container .item {
  margin: 15px 0;
  width: 100%;
  height: 389px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(13, 35, 62, 0.2);
}
.benchmark-container .item img {
  height: 231px;
  border-radius: 10px;
}
.benchmark-container .item .info {
  width: 100%;
  flex: 1;
  padding: 0 20px;
  box-sizing: border-box;
}

.benchmark-container .item .info .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #232323;
}
.benchmark-container .item .info .text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #535353;
  margin-top: 12px;
}


.service .block-img{
  object-fit: contain;
  margin-top: 90px;
}
/* 工地直播 */
.service .max-title{
  width: 100%;
  text-align: center;
  color: black;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 70px;

}
.service .live{
  object-fit: contain;
}
.service .live-text{
  margin-top: 70px;
  font-size: 30px;
  color: black;
  line-height: 1.6;
}


.service-container .item {
  margin: 15px 0;
}
.service-container .left .title {
  font-size: 40px;
  font-weight: bold;
  color: #252729;
}
.service-container .left .small-title {
  font-size: 24px;
  font-weight: 500;
  color: #0c0d0e;
  margin-top: 40px;
  margin-bottom: 20px;
}
.service-container .left .text {
  font-size: 22px;
  font-weight: 500;
  color: #9e9e9e;
}
.service-container .right img {
  width: 100%;
  object-fit: contain;
}

.deliver-container .left img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.deliver-container .item {
  margin: 15px 0;
}
.deliver-container .right .title {
  font-size: 40px;
  font-weight: bold;
  color: #252729;
}
.deliver-container .right .title.bottom {
  margin-top: 30px;
}
.deliver-container .right .text {
  font-size: 24px;
  font-weight: 500;
  color: #0c0d0e;
  margin-top: 8px;
}
.deliver-container .right .imgs {
  position: relative;
  margin-top: 20px;
  transform: translate(-28%, 0);
}
.deliver-container .right .imgs img {
  width: 48%;
  height: 239px;
  border-radius: 10px;
  object-fit: cover;
}

.guarantee-container .guarantee-item {
  margin: 15px 0;
  width: 100%;
  height: 508px;
  padding: 50px 40px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
}

.guarantee-container .guarantee-item.active {
  background: linear-gradient(140deg, #8ec9ff 2%, #1e79e9 97%);
}

.guarantee-container .guarantee-item.active .title {
  color: white !important;
}

.guarantee-container .guarantee-item.active .text {
  color: white !important;
}

.guarantee-container .icon {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.guarantee-container .title {
  font-size: 26px;
  font-weight: 500;
  color: #151515;
  margin-top: 50px;
  margin-bottom: 70px;
}

.guarantee-container .text {
  font-size: 18px;
  font-weight: 500;
  color: #5b5b5b;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .banner-content .box-item .title {
    font-size: 20px;
  }

  .banner-content .box-item .labels {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .banner-content-box {
    display: none;
  }

  .service-container .left .title {
    font-size: 28px;
  }
  .service-container .left .small-title {
    font-size: 18px;
  }
  .service-container .left .text {
    font-size: 16px;
  }

  .deliver-container .right .title {
    font-size: 28px;
  }
  .deliver-container .right .text {
    font-size: 18px;
  }
  .deliver-container .right .imgs {
    position: unset;
    transform: unset;
  }
}

@media screen and (max-width: 960px) {
  /* banner */
  .banner-content {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .banner-content .title {
    font-size: 32px;
  }

  .banner-content-box {
    top: calc(100% - 60px);
  }
}
<!--耗时1755816901.6368秒-->