.swiper-slide:nth-child(1) {
    background: url(../../new/img/bg1.png);
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
}

.swiper-slide:nth-of-type(n+2) {
    background: #222222;
    background-size: 100% auto;
    justify-content: flex-start;
    align-items: center;

}

.pagetitle {
    margin-top: 5rem;
    height: 8.4rem;
    font-size: 6rem;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: 400;
    color: #FFFFFF;
pointer-events: none !important;

}

/* .p1block_1 {
    position: absolute;
    opacity: 0;
    width: 16.2rem;
    height: 6rem;
    top: 47rem;
    left: 3rem;
    animation: p1 3s 1s ease-in-out infinite;
} */