/*首页banner*/
.e_bannerA-2 .swiper-slide{
  height:auto!important;
}
.e_bannerA-2 .p_img{
  height:44vw!important;
  max-height:800px;
  min-height:186px;
}

/*内页banner*/

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

.e_bannerA-1 .p_img{
  height:26vw!important;
  max-height:480px;
  min-height:140px;
}
.e_bannerA-1 .p_info{
  display:block!important;
  width:94%!important;
  max-width:1400px!important;
  text-align:left!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;
  }
}