.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;
  }
}
.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.36rem;
  }
}
.text-box {
  background-color: #1a1b1c;
  text-align: center;
  color: #fff;
  padding-top: 1.2rem;
  padding-bottom: 1.32rem;
}
.text-box .title {
  font-size: 0.42rem;
  line-height: 0.3rem;
}
@media (max-width: 991px) {
  .text-box .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.text-box .description {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  /*white-space: pre-wrap;*/
}
.con-box {
  background-color: #000;
  justify-content: center;
  column-gap: 0.4rem;
  padding-top: 1rem;
  padding-bottom: 0.99rem;
  color: #fff;
}
@media (max-width: 991px) {
  .con-box {
    flex-direction: column;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.con-box .con-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .con-box .con-left {
    justify-content: flex-start;
  }
}
.con-box .con-left .title {
  white-space: pre-wrap;
  font-size: 0.6rem;
  line-height: 0.72rem;
  width: 400px;
}
@media (max-width: 991px) {
  .con-box .con-left .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
    width: 100% !important;
  }
}
.con-box .con-left .img-box {
  width: 5.6rem;
  height: 3rem;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .con-box .con-left .img-box {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.con-box .con-left .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con-box .con-left .img-box .text {
  position: absolute;
  white-space: pre-wrap;
  font-size: 0.16rem;
  line-height: 0.24rem;
  left: 0;
  bottom: 0.3rem;
  padding: 0 0.3rem;
}
.con-box .con-right {
  position: relative;
  width: 5.6rem;
  height: 6rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .con-box .con-right {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.con-box .con-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con-box .con-right .text {
  position: absolute;
  white-space: pre-wrap;
  font-size: 0.16rem;
  line-height: 0.24rem;
  left: 0;
  bottom: 0.3rem;
  padding: 0 0.3rem;
}
.training-box {
  background-color: #fff;
  color: #000;
  padding-top: 1.12rem;
  padding-bottom: 1.16rem;
}
.training-box .title {
  font-size: 0.6rem;
  line-height: 0.42rem;
  text-align: center;
}
@media (max-width: 991px) {
  .training-box .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.training-box .training-list {
  justify-content: center;
  margin-top: 0.8rem;
  column-gap: 0.5rem;
}
@media (max-width: 991px) {
  .training-box .training-list {
    flex-direction: column;
    margin-top: 0.3rem;
    padding: 0 0.2rem;
    row-gap: 0.35rem;
  }
}
.training-box .training-list .training {
  text-align: center;
}
.training-box .training-list .training .icon-box {
  width: 1.22rem;
  height: 1.22rem;
  border-radius: 50%;
  border: 2px solid #07355c;
  box-sizing: border-box;
  margin: 0 auto;
}
.training-box .training-list .training .text {
  white-space: pre-wrap;
  font-size: 0.18rem;
  margin-top: 0.35rem;
  width: 345px;
}
@media (max-width: 991px) {
  .training-box .training-list .training .text {
    margin-top: 0.2rem;
  }
}
