@import "root.css";
.slideshow .carousel,
.slideshow .carousel-item .carousel-item-image {
  background-repeat: no-repeat;
  background-image: url("../image/banner/background/productBannerBg-1.png"),url("../image/banner/background/productBannerBg-0.png");
  background-size: contain,100% 100%;
  background-position: 100%  25px,center;
}
.performanceIndex .box .item {
  padding: 20px;
}

.slideshow .carousel-caption {
  text-align: left !important;
  top: 200px;
  right: 9%;
}
.slideshow .carousel-caption h5 {
  font-size: 50px;
   font-family: -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
}

.slideshow .carousel-caption p {
  height: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .slideshow .carousel,
.slideshow .carousel-item .carousel-item-image {
  background-repeat: no-repeat;
  background-image: url("../image/banner/background/productBannerBg-1.png"),url("../image/banner/background/productBannerBg-0.png");
  background-size: contain,100% 100%;
  background-position: 100%  center,center;
}
  .performanceIndex .box .item img{
    margin-left: 20px;
   }
  .slideshow .carousel-caption {
    left: 0 !important;
    right: 0 !important;
    top: 0;
    text-align: center;
    height: 100%;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slideshow .carousel-caption h5 {
    height: 40px;
    font-size: 30px;
     font-family: -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;

  }
  .slideshow .carousel-caption img{

  }
  .slideshow .carousel-caption p {
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: 1px;
    text-align: center;

  }
}
