 
  .swiper-container .swiper-wrapper .swiper-slide.banner01{
    background-image: url('../images/banner_cleanup.jpg');
      /* background-image:url('../images/banner.jpg'); */
  }
  .swiper-container .swiper-wrapper .swiper-slide.banner02{
    background-image: url('../images/banner1.png');
      /* background-image:url('../images/banner-2.jpg'); */
    }
    
    .banner01 .bannerTxt,
    .banner02 .bannerTxt {
      width: 100%;
      position: absolute;
      top: 45%;
      left: 50%;
      z-index: 10;
      transform: translate(-50%, -50%);
      text-align: center;
      line-height: 2;
    }

    
    .banner01 .bannerTxt p {
      color: #06bfe3;
      /*padding: 5px 0;*/
      font-size: 40px;
      text-indent: 0 !important;
      text-align: center !important;
    }

    
    /* .banner01 .bannerTxt p:first-child+p {
                  font-size: 30px;
                  color: #23bcdc;
                  font-weight: normal;
                } */
    
    .banner02 .bannerTxt p {
      font-size: 40px;
      text-indent: 0 !important;
      text-align: center !important;
      color: #06bfe3;
    }

  .bannerTxt2 {
    font-size: 35px !important;
  }
/*     
    .banner02 .bannerTxt p:first-child {
      font-size: 60px;
      color: #fff;
    } */
 
  @media screen and (max-width: 768px) {
    .swiper-container .swiper-wrapper .swiper-slide.banner01{
      background-image:url('../images/runmis/mini1.png');
    }
    .swiper-container .swiper-wrapper .swiper-slide.banner02{
      background-image:url('../images/runmis/mini2.png');
    }
    .banner01 .bannerTxt p{
      font-size: 20px;
    }
    .banner02 .bannerTxt p{
      font-size: 20px;
    }

    .bannerTxt2 {
      font-size: 15px !important;
    }
  }