.e_bannera-2 .p_btitle{
font-size: 48px;
  font-weight: bold;
    text-align: center;
    text-shadow:1px 3px 5px #373737;
}
.e_bannera-2 .p_subtitle{
  margin: auto;
line-height: 1;
    padding: 5px 0;
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;
/*-webkit-text-stroke: #ffffff 2px;*/
    color: #fff;
      text-shadow:1px 3px 5px #373737;
}
.e_bannera-2 .p_info{
	    width: 80%;
    position: absolute;
    right: 50%;
    top: 60%;
    z-index: 9;
    display: flex;
    transform: translatex(50%) translatey(-50%);
    max-width: 1500px;	
}
.e_bannera-2 .p_info div {
    width: 100%;
}
.e_bannera-2 .p_img {
    width: 100%;
    height: 100%;
    background: #000;
}
.e_bannera-2 .p_img:before {
    content: " ";
    height: 100%;
    width: 100%;
    background: linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 0%));
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.e_bannera-2 .p_img img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    position: fixed;
    right: auto;
    left: auto;
    max-width: 100%;
}
.e_bannera-2{
	height:45vh !important;	
}
/* 笔记本 */
@media screen and (min-width: 1024px) and (max-width: 1440px) {
.e_bannera-2{
height: 40vh !important;
}
    .e_bannera-2 .p_subtitle{
      font-size: 50px;
  }
  .e_bannera-2 .p_btitle{
  font-size:40px;
  }
}
/* 平板 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
.e_bannera-2{
height: 30vh !important;
}
  .e_bannera-2 .p_subtitle{
      font-size: 40px;
  }
  .e_bannera-2 .p_btitle{
  font-size: 36px;
  }
}

/* 手机 */
@media screen and (max-width:768px){
  .e_bannera-2 .p_btitle{
  font-size:30px;
  }
  .e_bannera-2 .p_subtitle{
    line-height: 1;
    padding: 5px 0;
    font-size: 16px !important;
    color: #fff;
    font-weight: bold;
    -webkit-text-stroke: 0px;
  }
  .e_bannera-2 {
    height: 25vh !important;
}
  .e_bannera-2 .p_img img{
  height:100%;    object-fit: cover;    position: absolute;
  }
  .e_bannera-2 .p_img:before{
      background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
  }
}