.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;
}
.standard-box {
  background-color: #000;
  color: #fff;
  padding-top: 0.65rem;
  padding-bottom: 0.5rem;
}
.standard-box .title {
  font-size: 0.42rem;
  line-height: 0.32rem;
  text-align: center;
}
@media (max-width: 991px) {
  .standard-box .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.standard-box .description {
  line-height: 0.3rem;
  white-space: pre-wrap;
  font-size: 0.24rem;
  text-align: center;
  margin-top: 0.3rem;
}
.standard-box .mySwiper {
  margin-top: 0.65rem;
}
.standard-box .mySwiper .swiper-slide {
  width: auto;
}
.standard-box .mySwiper .swiper-slide.placeholder {
  margin-right: 0 !important;
}
.standard-box .mySwiper .swiper-slide.placeholder .placeholder-box {
  width: calc(18.75vw + 0.58rem);
  display: none;
}
.standard-box .mySwiper .logo-img {
  max-height: 0.94rem;
}
.con-box {
  background-color: #fff;
  padding-bottom: 1.54rem;
  padding-top: 1.15rem;
}
@media (max-width: 991px) {
  .con-box {
    padding-bottom: 0.54rem;
  }
}
.con-box .title {
  font-size: 0.6rem;
  line-height: 0.42rem;
  text-align: center;
}
@media (max-width: 991px) {
  .con-box .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box .con-list {
  justify-content: center;
  column-gap: 0.62rem;
  margin-top: 0.55rem;
}
@media (max-width: 991px) {
  .con-box .con-list {
    flex-direction: column;
    padding: 0 0.2rem;
    row-gap: 0.3rem;
  }
}
.con-box .con-list .text {
  font-size: 0.2rem;
  line-height: 0.24rem;
  text-align: center;
  white-space: pre-wrap;
}
.con-box .con-list .img-box {
  width: 3rem;
  /*height: 3.6rem;*/
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .con-box .con-list .img-box {
    width: 100%;
  }
}
.con-box .con-list .img-box img {
  width: 100%;
  height: 100%;
  margin-top: 0.15rem;
  object-fit: cover;
}
.testing-img {
  border-radius: 0.1rem;
}

/* Testing Capabilities 轮播图 */
.testing-swiper-box {
  margin: 0.55rem auto 0;
  width: calc(9rem + 0.62rem + 0.8rem);
}
.testing-swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0.4rem;
}
.testing-swiper {
  width: calc(9rem + 0.62rem);
  overflow: hidden;
}
.testing-swiper-nav.prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.testing-swiper-nav.next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.testing-swiper .swiper-wrapper {
  justify-content: flex-start;
}
.testing-swiper .swiper-slide {
  height: auto;
  width: 3rem !important;
  min-width: 3rem !important;
  max-width: 3rem !important;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin-right: 0.31rem;
}
.testing-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.testing-swiper .img-box {
  width: 3rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.testing-swiper-nav-mobile {
  display: none;
}
@media (max-width: 991px) {
  .testing-swiper-box {
    width: 100%;
    padding: 0 0.3rem;
  }
  .testing-swiper-wrapper {
    padding: 0;
    flex-direction: column;
  }
  .testing-swiper {
    width: 100%;
  }
  .testing-swiper .swiper-slide {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-right: 0;
  }
  .testing-swiper .img-box {
    width: 100%;
  }
  .testing-swiper-wrapper > .testing-swiper-nav {
    display: none;
  }
  .testing-swiper-nav-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;
    gap: 0.2rem;
  }
  .testing-swiper-nav-mobile .testing-swiper-nav {
    position: static;
    transform: none;
    width: 0.5rem;
    height: 0.5rem;
  }
  .testing-swiper-nav-mobile .testing-swiper-nav img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .testing-swiper .img-box img {
    width: 100%;
    height: auto;
    max-height: 3.6rem;
  }
}
.testing-swiper .img-box .text {
  font-size: 0.2rem;
  line-height: 0.24rem;
  text-align: center;
  white-space: pre-wrap;
  margin-bottom: 0.1rem;
  min-height: 0.48rem;
}
.testing-swiper .img-box img {
  /* width: 3rem; */
  height: 3.6rem;
  object-fit: contain;
  border-radius: 0.1rem;
  display: block;
}
.testing-swiper-nav {
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testing-swiper-nav img {
  width: 0.24rem;
  height: 0.24rem;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.testing-swiper-nav:hover img {
  opacity: 1;
}