.banner {
    position: relative;
}

.banner-image {
    display: block;
    width: 100%;
}

.public-nav {
    padding: 0 29.69%;
}

.cooperation-case {
    margin-top: 0.75rem;
}

.cooperation-case {
    width: 95vw;
    max-width: 16.6rem;
    /* max-width: 14.4rem; */
    margin: 0 auto;
}

.cooperation-case-swiper-wrap {
    position: relative;
    height: 6.46rem;
    margin: 0 1.1rem 0.6rem;
    /* margin-bottom: 0.6rem; */
}

.cooperation-case-swiper {
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    width: 4.6rem;
    height: auto;
    flex-shrink: 0;
}

.swiper-slide-content {
    position: relative;
    /* width: 4.06rem;
  height: 3.08rem; */
    padding-top: 66.5%;
}

.swiper-slide-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.swiper-slide-cover-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cooperation-case-swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cooperation-case-swiper-slide-item {
    position: relative;
    width: 31.94%;
    padding-top: 21.3889%;
    margin-bottom: 0.3rem;
}

.cooperation-case-swiper-slide-item-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .cooperation-case-swiper-slide-item-box > img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-slide-cover-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.2rem;
    color: #ffffff;
    line-height: 0.36rem;
    font-size: 0.16rem;
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.71) 11%, rgba(52, 52, 52, 0.5) 19%, rgba(128, 128, 128, 0.2) 30%)
}

.cooperation-case-swiper-slide-item-box > p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.2rem;
    color: #ffffff;
    line-height: 0.36rem;
    font-size: 0.16rem;
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.71) 11%, rgba(52, 52, 52, 0.5) 19%, rgba(128, 128, 128, 0.2) 30%)
}

.cooperation-case-swiper-scrollbar {
    width: 100%;
    height: 0.04rem;
    margin-top: 0.3rem;
    background-color: #eeeeee;
    border-radius: 0.2rem;
}

.cooperation-case-switchover-btn.left {
    position: absolute;
    top: 2.98rem;
    left: -1rem;
}

.cooperation-case-switchover-btn.right {
    position: absolute;
    top: 2.98rem;
    right: -1rem;
}

.map-image {
    display: block;
    width: 100%;
}

.cooperation {
    margin-top: 1.2rem;
}

.cooperation-title {
    font-size: 0.36rem;
    text-align: center;
    color: #333333;
}

.cooperation-sub-title {
    margin: 0.4rem auto 0.6rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.28rem;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .cooperation-case-swiper-wrap {
        height: 5rem;
    }
}

@media screen and (max-width: 1024px) {
    .public-nav {
        padding: 0 20%;
    }

    .cooperation-case-swiper-wrap {
        height: 5.75rem;
    }
}

@media screen and (max-width: 750px) {

    .swiper-slide {
        width: 100%;
    }

    .cooperation-case-swiper-wrap {
        height: 3.5rem;
    }

    .cooperation-case-swiper-slide-item {
        width: 47%;
    }

    .cooperation-case-switchover-btn.left {
        top: auto;
        bottom: -0.25rem;
        left: 0.5rem;
    }

    .cooperation-case-switchover-btn.right {
        top: auto;
        bottom: -0.25rem;
        right: 0.5rem
    }

    .cooperation-case-swiper-wrap {
        margin: 0 0 0.6rem;
    }
}
