.Enterprise_swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 70px;
    padding-bottom: 100px;
}

.Enterprise_swiper .swiper-pagination {
    width: 100%;
    margin-top: 30px;
}

.Enterprise_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #ACC7DC;
    opacity: 1;
    margin: 0 7px;
}

.Enterprise_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #0079C2;
}

.Enterprise_swiper .swiper-slide {
    width: 552px;
}

.Enterprise_swiper .pic {
    background: #FFFFFF;
    padding: 5px;
    box-shadow: 0px 3px 8px 0px rgba(219, 219, 219, 0.65);
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

.Enterprise_swiper .title {
    font-size: 24px;
    text-align: center;
    margin-top: 42px;
    opacity: 0;
}

.Enterprise_swiper .swiper-slide-active .title {
    opacity: 1;
}




@media (max-width: 1500px) {

    .Enterprise_swiper {
        width: 100%;
        margin-top: 50px;
    }

    .Enterprise_swiper .title {
        font-size: 22px;
        margin-top: 30px;
    }

    .Enterprise_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}

@media (max-width: 992px) {
    .Enterprise_swiper {
        padding-bottom: 80px;
    }

    .Enterprise_swiper .swiper-pagination {
        margin-top: 20px;
    }


    .Enterprise_swiper .swiper-slide {
        width: 100%;
    }


}


@media (max-width: 600px) {
    .Enterprise_swiper {
        margin-top: 30px;
    }

    .Enterprise_swiper .title {
        font-size: 18px;
        margin-top: 20px;
    }
}