.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%;
}
@media (max-width: 991px) {
  .banner-box .banner-info {
    top: 1.5rem;
  }
}
.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;
  }
}
.banner-box .banner-info .description {
  font-size: 0.28rem;
  margin-top: 0.15rem;
}
@media (max-width: 991px) {
  .banner-box .banner-info .description {
    line-height: 0.32rem;
  }
}
.video-box {
  height: 16rem;
}
.video-box .video {
  width: 100%;
  height: 8rem;
  position: sticky;
  top: 0;
  left: 0;
  object-fit: cover;
}
.video-box .video-con {
  width: 100%;
  height: 8rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.84rem 0 0.66rem;
  color: #fff;
  text-align: center;
  justify-content: space-between;
  flex-direction: column;
}
.video-box .video-con .title {
  font-size: 0.6rem;
  line-height: 0.42rem;
}
@media (max-width: 991px) {
  .video-box .video-con .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
  .video-box .video-con .description {
    width: 100% !important;
  }
}
.video-box .video-con .description {
  font-size: 0.24rem;
  margin-top: 0.1rem;
  /*white-space: pre-wrap;*/
  width: 700px;
}
.video-box .video-con .description2 {
  font-size: 0.2rem;
}
.con-box {
  background-color: #fff;
  padding-top: 1.12rem;
  padding-bottom: 1.3rem;
}
.con-box .title {
  text-align: center;
  font-size: 0.6rem;
  line-height: 0.42rem;
}
@media (max-width: 991px) {
  .con-box .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box .list-box {
  justify-content: center;
  column-gap: 0.7rem;
  margin-top: 0.8rem;
}
@media (max-width: 991px) {
  .con-box .list-box {
    flex-direction: column;
    row-gap: 0.3rem;
  }
}
.con-box .list-box .li-box {
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .con-box .list-box .li-box {
    width: 100%;
    padding: 0 0.2rem;
  }
}
.con-box .list-box .li-box .icon-box {
  width: 1.22rem;
  height: 1.22rem;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #07355c;
}
.con-box .list-box .li-box .title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #000;
  margin-top: 0.18rem;
}
.con-box .list-box .li-box .description {
  color: #919191;
  font-size: 0.16rem;
  white-space: pre-wrap;
  margin-top: 0.12rem;
  width: 240px;
  text-align: center;
}
.con-box2 {
  color: #fff;
  background-color: #000;
  padding-top: 0.99rem;
  padding-bottom: 0.88rem;
}
.con-box2 .title {
  font-size: 0.6rem;
  line-height: 0.42rem;
  text-align: center;
}
@media (max-width: 991px) {
  .con-box2 .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box2 .list-box {
  justify-content: center;
  margin-top: 0.7rem;
  column-gap: 0.77rem;
}
@media (max-width: 991px) {
  .con-box2 .list-box {
    padding: 0 0.2rem;
    column-gap: 0.2rem;
  }
}
.con-box2 .list-box .li-box {
  width: 5.6rem;
  height: 3rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .con-box2 .list-box .li-box {
    /*flex: 1;*/
    height: 2.5rem;
  }
}
.con-box2 .list-box .li-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con-box2 .list-box .li-box .text-box {
  padding: 0 0.3rem;
  position: absolute;
  left: 0;
  bottom: 0.25rem;
}
@media (max-width: 991px) {
  .con-box2 .list-box .li-box .text-box {
    padding: 0 0.1rem;
  }
}
.con-box2 .list-box .li-box .text-box .title {
  font-size: 0.24rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .con-box2 .list-box .li-box .text-box .title {
    line-height: 0.3rem;
    text-align: left;
  }
}
.con-box2 .list-box .li-box .text-box .description {
  font-size: 0.16rem;
  white-space: pre-wrap;
  width: 260px;
}
.reliable-output {
  background-color: #1a1a1c;
  padding-top: 0.93rem;
  padding-bottom: 0.77rem;
  color: #fff;
}
.reliable-output .title {
  font-size: 0.6rem;
  line-height: 0.42rem;
  text-align: center;
}
@media (max-width: 991px) {
  .reliable-output .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.reliable-output .num-box {
  margin-top: 0.77rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .reliable-output .num-box {
    padding: 0 0.2rem;
  }
}
.reliable-output .num-box #number {
  font-size: 0.78rem;
  font-weight: bold;
  line-height: 0.8rem;
}
@media (max-width: 991px) {
  .reliable-output .num-box #number {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.reliable-output .num-box .number-text {
  text-align: right;
  font-size: 0.36rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .reliable-output .num-box .number-text {
    font-size: 0.2rem;
    line-height: 0.26rem;
  }

}
.reliable-output .num-box .segmentation {
  width: 0.04rem;
  height: 1.11rem;
  background-color: #fff;
  margin-left: 0.58rem;
  margin-right: 0.49rem;
}
@media (max-width: 991px) {
  .reliable-output .num-box .segmentation {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.reliable-output .num-box .description {
  font-size: 0.24rem;
  white-space: pre-wrap;
  width: 400px;
}
@media (max-width: 991px) {
  .reliable-output .num-box .description {
    line-height: 0.3rem;
  }
}
