.swiper-container1,
.swiper-container2,
.swiper-container3 {
    width: 100%;
    height: 800px;
    position: relative;
}

.swiper-wrapper {
    position: absolute;
}


/* 轮播图左右按钮 */

.swiper-container1 .swiper-button-prev {
    left: -30px;
    width: 33px;
    height: 61px;
    background: url(/templets/default/images/newimg/jt-normal-l.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.swiper-container1 .swiper-button-prev:hover {
    background: url(/templets/default/images/newimg/jt-hover-l.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.swiper-container1 .swiper-button-prev:visited {
    background: url(/templets/default/images/newimg/jt-visited-l.png) no-repeat;
}

.swiper-container1 .swiper-button-next {
    right: -30px;
    width: 33px;
    height: 61px;
    background: url(/templets/default/images/newimg/jt-normal-r.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.swiper-container1 .swiper-button-next:hover {
    background: url(/templets/default/images/newimg/jt-hover-r.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.swiper-container1 .swiper-button-prev:visited {
    background: url(/templets/default/images/newimg/jt-visited-r.png) no-repeat;
}


/* 轮播图分页器小圆点 */

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
}

.swiper-pagination-bullet-active {
    background: #FBC800;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10% !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10% !important;
}

.swiper-slide .slide-main {
    width: 1170px;
    height: 800px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width: 970px) and (max-width: 1170px) {
    .swiper-container1 {
        height: 662px;
    }
    /* 轮播图左右按钮 */
    .swiper-container1 .swiper-button-prev {
        width: 30px;
        height: 56px;
    }
    .swiper-container1 .swiper-button-prev:hover {
        width: 30px;
        height: 56px;
    }
    .swiper-container1 .swiper-button-next {
        width: 30px;
        height: 56px;
    }
    .swiper-container1 .swiper-button-next:hover {
        width: 30px;
        height: 56px;
    }
    /* 轮播图 */
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 3% !important;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 3% !important;
    }
    .swiper-slide .slide-main {
        width: 970px;
        height: 662px;
    }
}

@media screen and (min-width: 750px) and (max-width: 970px) {
    .swiper-container1 {
        height: 512px;
    }
    /* 轮播图左右按钮 */
    #swiper-container1 .swiper-button-prev {
        width: 25px;
        height: 47px;
    }
    #swiper-container1 .swiper-button-prev:hover {
        width: 25px;
        height: 47px;
    }
    #swiper-container1 .swiper-button-next {
        width: 25px;
        height: 47px;
    }
    #swiper-container1 .swiper-button-next:hover {
        width: 25px;
        height: 47px;
    }
    /* 轮播图 */
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 2% !important;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 2% !important;
    }
    .swiper-slide .slide-main {
        width: 750px;
        height: 512px;
    }
}