/*首页banner*/
.e_bannerA-2 .swiper-slide{
  height:auto!important;
}
.e_bannerA-2 .p_img{
  height:52vw!important;
  max-height:100vh;
  min-height:240px;
}
/*首页广告图*/
.ban_img img{
  transform:none!important;
}
.ban_img .swiper-slide{
  height:auto!important;
}
/*内页banner*/

.e_bannerA-1 .swiper-slide{
  height:auto!important;
}

.e_bannerA-1 .p_img{
  height:26vw!important;
  max-height:380px;
  min-height:140px;
  margin-top:90px;
}
.e_bannerA-1 .p_info{
  display:block!important;
  width:94%!important;
  max-width:1400px!important;
  text-align:left!important;
  top:56%!important
}
.e_bannerA-1 .p_btitle{
  font-size:2.5vw!important;
  font-weight:normal!important;
  color:#fff!important;
}
@media(max-width:768px){
 .e_bannerA-2 .swiper-button-next:after, .e_bannerA-2 .swiper-button-prev:after{
    font-size:24px;
  }
  
  .e_bannerA-1 .p_btitle{
    font-size:24px!important;
  }
  .e_bannerA-1 .p_img{
  margin-top:0px;
}
}
