@charset "utf-8";

.swiper-mbanner,.swiper-about {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-mbanner .swiper-slide,.swiper-about .swiper-slide {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 99;
}

.swiper-mbanner .swiper-slide a,.swiper-about .swiper-slide a {
    display: block;
}

.swiper-mbanner .swiper-slide img {
    width: 100%;
}

.swiper-mbanner .swiper-pagmbanner {
    text-align: center;
    position: absolute;
    left: 0;
    top: auto !important;
    bottom: 20px;
    width: 100%;
    z-index: 99;
}
.swiper-about .swiper-about{
    text-align: right;
    position: absolute;
    left: 0;
    top: auto !important;
    bottom: 5px;
    width: 100%;
    z-index: 99;
}

.swiper-mbanner .swiper-pagmbanner .swiper-pagination-bullet,
.swiper-about .swiper-about .swiper-pagination-bullet {
    background: #D8C3A4;
    width: 9px;
    height: 9px;
    margin: 0 10px;
    opacity: 1;
    border-radius: 50%;
}

.swiper-mbanner .swiper-pagmbanner .swiper-pagination-bullet-active,
.swiper-about .swiper-about .swiper-pagination-bullet-active {
    width: 28px;
    height: 9px;
    background: #D8C3A4;
    border-radius: 5px;
}

.swiper-mbanner-next {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, .2) url(../images/net.png) no-repeat center center;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    z-index: 99;
    border-radius: 50%;
}

.swiper-mbanner-prev {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, .2) url(../images/pre.png) no-repeat center center;
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    z-index: 99;
    border-radius: 50%;
}



@media (max-width:1500px) {

    .swiper-mbanner .swiper-pagmbanner .swiper-pagination-bullet,
    .swiper-about .swiper-about .swiper-pagination-bullet {
        margin: 0 7px;
    }

    .swiper-mbanner-next {
        width: 60px;
        height: 60px;
        right: 30px;
        margin-top: -30px;
        background-size: auto 50%;
    }

    .swiper-mbanner-prev {
        width: 60px;
        height: 60px;
        left: 30px;
        margin-top: -30px;
        background-size: auto 50%;
    }

}

@media (max-width:1350px) {}

@media (max-width:1200px) {

    .swiper-mbanner .swiper-pagmbanner .swiper-pagination-bullet,
    .swiper-about .swiper-about .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .swiper-mbanner-next {
        width: 50px;
        height: 50px;
        right: 20px;
        margin-top: -25px;
    }

    .swiper-mbanner-prev {
        width: 50px;
        height: 50px;
        left: 20px;
        margin-top: -25px;
    }

}

@media (max-width:1000px) {}

@media (max-width:750px) {
    .swiper-mbanner-next {
        width: 30px;
        height: 30px;
        right: 10px;
        margin-top: -15px;
    }

    .swiper-mbanner-prev {
        width: 30px;
        height: 30px;
        left: 10px;
        margin-top: -15px;
    }

    .swiper-mbanner .swiper-pagmbanner,
    .swiper-about .swiper-about {
        bottom: 10px;
    }

}

@media (max-width:580px) {}