

  .rotation {
    position: absolute;
    top: 0;
    width: 100%;
    height: 700px;
  }
  .bannerIndex{
    /*height: 700px;*/
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .bannerIndex>img{
    width: 150% !important;
    /*height: 700px;*/
  }


  .swiper-wrapper {
    transition-delay: .3s;
  }

  .swiper-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 700px;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .swiper-slide p {
    transform: translateX(-200px);
    opacity: 0;
    transition: all .4s;
  }

  .ani-slide p {
    transform: translateX(0);
    opacity: 1;
  }


  
/*@media (max-width: 1300px){*/
/*  .bannerIndex>img{*/
/*    width: auto !important;*/
/*    height: 700px;*/
/*  }*/

/*}*/

  
/*@media (max-width: 750px){*/
/*  .rotation>img{*/
/*    width: 200% !important;*/
/*  }*/
/*  .bannerIndex>img{*/
/*    width: 200% !important;*/
/*  }*/
/*}*/


/*@media (max-width: 500px){*/
/*    .bannerIndex>img{*/
/*        width: 300% !important;*/
/*    }*/
/*}*/