@charset "utf-8";

.main_a_left_swiper {
    width: 100%;
    height: 100%;
}

.main_a_left_swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.main_a_left_swiper .swiper-slide div {
    transition: all 5s;
    -webkit-transition: all 5s;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.main_a_left:hover .main_a_left_swiper .swiper-slide div {
    background-size: 110%;
}

.main_a .main_a_left_swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.main_a .main_a_left_swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.main_a .swiper-pagination {
    left: 106px;
    text-align: left;
}

.main_a .main_a_right_swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px 0 0;
}

.main_a .main_a_right_swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.main_a_right_swiper {
    width: 100%;
    height: 100%;
}

.main_a_right_swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.main_a_right_swiper .swiper-slide div {
    transition: all 5s;
    -webkit-transition: all 5s;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.main_a_right:hover .main_a_right_swiper .swiper-slide div {
    background-size: 110%;
}

@media screen and (max-width: 1400px) {
    .main_a_left_swiper .swiper-slide div {
        background-size: cover;
    }

    .main_a_left:hover .main_a_left_swiper .swiper-slide div {
        background-size: cover;
    }

    .main_a_right_swiper .swiper-slide div {
        background-size: cover;
    }

    .main_a_right:hover .main_a_right_swiper .swiper-slide div {
        background-size: cover;
    }
}







