.banner-box .banner-img {
  width: 100%;
  height: 5rem;
  object-fit: cover;
}
.banner-box .banner-info {
  top: 2.35rem;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
.banner-box .banner-info .title {
  font-size: 0.72rem;
  line-height: 0.42rem;
}
@media (max-width: 991px) {
  .banner-box .banner-info .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  column-gap: 0.9rem;
}
.con-box .con-left{
  width: 510px;
}
@media (max-width: 991px) {
  .con-box {
    flex-direction: column;
    padding: 0.5rem 0.2rem;
  }
  .con-box .con-left {
    width: 100%!important;
  }
}
.con-box .title {
  white-space: pre-wrap;
  font-size: 0.42rem;
  line-height: 0.5rem;
  color: #000;
}
@media (max-width: 991px) {
  .con-box .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box .description {
  white-space: pre-wrap;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #000;
  margin-top: 0.4rem;
}
.con-box .con-img {
  width: 5.98rem;
  height: 3rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .con-box .con-img {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.con-box .con-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.support-box {
  width: 100%;
  height: 4rem;
  position: relative;
}
.support-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support-box .text-box {
  position: absolute;
  top: 0.82rem;
  right: 18.75vw;
  color: #fff;
  width: 510px;
}
@media (max-width: 991px) {
  .support-box .text-box {
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 0.2rem;
    top: 0.2rem;
  }
}
.support-box .text-box .title {
  font-size: 0.42rem;
  line-height: 0.5rem;
  white-space: pre-wrap;
}
@media (max-width: 991px) {
  .support-box .text-box .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.support-box .text-box .description {
  font-size: 0.24rem;
  line-height: 0.3rem;
  white-space: pre-wrap;
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .support-box .text-box .description {
    margin-top: 0.2rem;
  }
}
.services-box {
  width: 100%;
  height: 4rem;
  position: relative;
}
.services-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-box .text-box {
  position: absolute;
  top: 0.82rem;
  left: 18.75vw;
  color: #000;
  width: 510px;
}
@media (max-width: 991px) {
  .services-box .text-box {
    left: 0;
    width: 100%;
    padding: 0 0.2rem;
    top: 0.2rem;
  }
}
.services-box .text-box .title {
  font-size: 0.42rem;
  line-height: 0.5rem;
  white-space: pre-wrap;
}
@media (max-width: 991px) {
  .services-box .text-box .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.services-box .text-box .description {
  font-size: 0.24rem;
  line-height: 0.3rem;
  white-space: pre-wrap;
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .services-box .text-box .description {
    margin-top: 0.2rem;
  }
}
.banner-box .banner-info .description {
  font-size: 0.28rem;
  margin-top: 0.15rem;
}
