/* zhanhui */
.event {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: relative;
}

.mobilebanner {
    display: none;
}

.event .banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
    aspect-ratio: 8003 / 2503;
}

.event .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event .banner .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: 16px;
}

.event .banner .swiper-pagination-bullet-active {
    background: #ffffff;
}

.event .bh31 {
    color: #000000;
    font-weight: bold;
    font-size: 55px;
    text-align: center;
    line-height: 55px;
    width: 100%;
    z-index: 9;
    font-family: "Montserrat";
}

.event .content {
    width: 964px;
    margin: 50px auto 75px auto;
    background: #ffffff;
}

.ev-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ev-bottom {
    width: 265px;
    height: auto;
}

.ev-bottom img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.ev-top {
    width: 663px;
}

.ev-top h3 {
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: "Montserrat";
}

.ev-top p {
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 35px;
    font-family: "Montserrat";
}

.ev-span {
    padding-bottom: 15px;
}

.ev-span span {
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat";
    margin-right: 35px;
}

.evitem {
    width: 100%;
    margin-bottom: 45px;
    border-bottom: 1px solid #707070;
}

@media (max-width: 1440px) {}

@media (max-width: 1140px) {

    .event .ev-flex {
        display: block;
    }

    .event .ev-bottom {
        width: 80%;
        margin: auto;
        padding-bottom: 40px;
        text-align: center;
    }

    .event .bp1 {
        margin-bottom: 30px;
    }

    .event .bha {
        height: 28px;
        font-size: 13px;
    }

    .event .banner img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .event .content {
        width: 95%;
    }

    .event .ev-top {
        width: 100%;
        padding-right: 10px;
    }

    .ev-top p {
        font-size: 13px !important;
        margin-bottom: 15px;
    }

    .ev-span span {
        margin-right: 0;
        margin-bottom: 15px;
        display: inline-block;
        width: 50%;
    }

    .ev-span {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        white-space: nowrap;
    }
}

@media (max-width: 750px) {
    .event .banner {
        aspect-ratio: 896 / 1165;
    }

    .mobilebanner {
        display: block;

    }

    .pcbanner {
        display: none;
    }
}