/*内页banner*/

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

.e_bannerA-1 .p_img{
  height:22vw!important;
  max-height:480px;
  min-height:160px;
}
.e_bannerA-1 .p_info{
  display:block!important;
  width:94%!important;
  max-width:1500px!important;
  text-align:left!important;
  padding-bottom:30px;
}
.e_bannerA-1 .p_btitle{
  font-size:40px!important;
  font-weight:bold!important;
  color:#fff!important;
  text-align: center;
}
.e_bannerA-1 .p_summary {
  max-width:1100px;
  padding:20px 0 0;
  font-size:20px;
  line-height:1.8;
  text-align: center;
  color:#fff;
  margin:0 auto;
}
.e_bannerA-1 .p_btitle a{
  position:relative;
  display:inline-block;
  padding:12px 0;
  line-height:2;
  cursor:default;
}
.e_bannerA-1 .p_btitle a:after{
  content:'';
  display:block;
  position:absolute;
  width: 50px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
}
@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_btitle a{
    padding:5px 0 10px;
  }
}