
.p-l-285{
  padding-left:285px !important;
  -webkit-transition: padding-left 0.5s ease, padding-left 0.5s ease;
  -moz-transition: padding-left 0.5s ease, padding-left 0.5s ease;
  transition: padding-left 0.5s ease, padding-left 0.5s ease
  
}
.p-l-0{
  padding-left:0;
  -webkit-transition: padding-left 0.5s ease, padding-left 0.5s ease;
  -moz-transition: padding-left 0.5s ease, padding-left 0.5s ease;
  transition: padding-left 0.5s ease, padding-left 0.5s ease
  
}

#page  {
  background: white;
 }


/* 手机 (一般宽度 < 768px) */
@media screen and (max-width: 468px) {
  .wrapper-h {
    height: 142px!important;
  }
}

.swiperTop {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    
  }
  /* .swiper-wrapper {
    width: 100%;
    display: flex;
  } */

  .swiper-slide {
    text-align: center;
    width: 100%;
    font-size: 18px;
   
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-prev{
    display: none!important;
    background: inherit;
  }
  .swiper-button-prev:hover{
    background: inherit;
  }
  .swiper-button-next{
    display: none!important;
    background: inherit;
  }
  .swiper-button-next:hover{
    background: inherit;
  }

  