.main-content .bannerSwiper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 90vh;
    z-index: 1;
}

.main-content .bannerSwiper .swiper-wrapper .swiper-slide {
    position: relative;
}

.main-content .bannerSwiper .swiper-wrapper .swiper-slide .slider-text {
    background: #1c2f5d;
    padding: 13px 20px;
    color: #fff;
    font: 600 4rem/1.2 "Segoe UI Bold", sans-serif;
    position: absolute;
    bottom: 60px;
    left: 70px;
    margin: 0;
}

.main-content .bannerSwiper .swiper-wrapper .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

.main-content .bannerSwiper .swiper-pagination {
    position: absolute;
    text-align: inherit;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    left: 80%;
    bottom: 50px;
}

.main-content .bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet {
    background: #fff !important;
}

.main-content .bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ee2724 !important;
    opacity: 1;
    border: 3px solid #fff;
    width: 25px;
    height: 25px;
}

.main-content .bannerSwiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 6px solid #ee2724;
    margin: 0 2px;
    opacity: .6;
}

.main-content .bannerSwiper .swiper-button-next, .swiper-button-prev {

    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid white;
}

.main-content .bannerSwiper .swiper-button-prev, .swiper-button-prev:after, .swiper-button-prev:after {
    content: 'prev';
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.main-content .bannerSwiper .swiper-button-next, .swiper-button-next:after, .swiper-button-next:after {
    content: 'next';
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

@media only screen and (min-width : 1601px) and (max-width : 1920px) {}

@media only screen and (min-width : 1401px) and (max-width : 1600px) {}

@media only screen and (min-width : 1200px) and (max-width : 1400px) {}

@media only screen and (min-width : 1024px) and (max-width : 1199px) {

    .main-content .bannerSwiper .swiper-pagination {
        left: 70%;
        bottom: 50px;
    }

    .main-content .bannerSwiper .swiper-wrapper .swiper-slide .slider-text {
        bottom: 40px;
        left: 70px;
    }




}

@media only screen and (min-width : 768px) and (max-width : 1023px) {
    .main-content .bannerSwiper .swiper-wrapper .swiper-slide .slider-text {
        bottom: 0;
        top: 46%;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: inline-table;
    }

    .main-content .bannerSwiper .swiper-pagination {
        left: 0;
        bottom: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media only screen and (min-width : 150px) and (max-width : 767px) {
    .main-content .bannerSwiper .swiper-wrapper .swiper-slide .slider-text {

        font: 600 3rem/1.2 "Segoe UI Bold", sans-serif;
        bottom: 0;
        top: 44%;
        left: 10px;
        right: 10px;
        margin: 0 auto;
        display: inline-table;
    }

    .main-content .bannerSwiper .swiper-pagination {
        left: 0;
        bottom: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-content .bannerSwiper .swiper-button-prev, .swiper-button-prev:after, .swiper-button-prev:after {
        display: none;
    }

    .main-content .bannerSwiper .swiper-button-next, .swiper-button-next:after, .swiper-button-next:after {
        display: none;
    }


}