     html,
      body {
        position: relative;
        height: 100%;
      }

      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
       /* background: #fff;*/
transform:translate3d(0,0,0);
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

@-webkit-keyframes imgBgAnimation {
    0% {

        -webkit-transform:scale(1);
    }
    100% {

        -webkit-transform:scale(1.08);
    }
}
@keyframes imgBgAnimation3{
    0% {
/*		opacity: 0.5;*/
        transform:scale(1);
    }
    100% {
/*		opacity: 1;*/
        transform:scale(1.08);
    }
}
@keyframes imgBgAnimation{
    0% {
		opacity: 0.2;
        transform:scale(1);
    }
    40% {
		opacity: 1;
        transform:scale(1.08);
    }
    70% {
		opacity: 1;
        transform:scale(1.08);
    }
    100% {
		opacity: 0;
		transform:scale(1);

    }
}



.bgImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.imgBgAnimation {
    -webkit-animation-name: imgBgAnimation;
    animation-name:imgBgAnimation
}
.hmBan1_box{width:100%;text-align:center;padding:42px 15px 0;position:absolute;left:0;top:50%;transform:translateY(-50%);color:#FFF}
.hmBan1_p1{font-size:36px;line-height:80px;font-weight:700;padding:5px 0}
.hmBan1_p2{font-size:60px;line-height:88px; margin-bottom:35px;}
.hmBan1_p3{font-size:28px;line-height:64px;padding:5px 0}
.hmBan1_p2 span{font-weight:700;}
.hmMore{ line-height: 36px; text-align: center; display: block; margin: 0px auto; height: 40px; width: 136px; border: 2px solid #FFF; font-size: 14px; color: #FFF; }