.swiper-nav {
    position: absolute;
    top: 50%;
    display: block;
    width: 24px;
    height: 36px;
    margin-top: -18px;
    background: url(../images/icon_slide_next_bwhite.png) no-repeat center rgba(0, 0, 0, 0.33);
    background-size: 45%;
    z-index: 1;
    cursor: pointer;
}

.swiper-nav.prev {
    left: 0;
}

.swiper-nav.next {
    right: 0;
    background-image: url(../images/icon_slide_next_bwhite.png);
    background-position: 9px center;
}

.swiper-nav:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/* 涓撻 */
.swiper-nav.zt {
    background: #fff;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    border-radius: 50%;
}

.swiper-nav.zt:after {
    content: '';
    width: 12px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-size: 100% 100%;
    box-shadow: 0px 0px 30px 0px rgba(9, 55, 86, 0.1);
}

.swiper-nav.zt.prev:after {
    background-image: url(../images/arrow_l_on.png);
}

.swiper-nav.zt.next:after {
    background-image: url(../images/arrow_r_on.png);
}

.swiper-nav.zt.prev {
    left: -25px;
}

.swiper-nav.zt.next {
    right: -25px;
}

.swiper-nav.zt:hover {
    background: #3a8631;
}

.swiper-nav.zt.prev:hover:after {
    background-image: url(../images/arrow_l.png);
}

.swiper-nav.zt.next:hover:after {
    background-image: url(../images/arrow_r.png);
}

.swiper-pagination {
    width: auto !important;
    position: absolute;
    right: 16px;
    left: inherit !important;
    bottom: 20px !important;
    z-index: 1;
}

.swiper-pagination span {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-active-switch {
    background: #3a8631;
}

/* 涓撻涓撴爮 */
.container {
    width: 1140px;
    margin-right: auto;
    margin-left: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.home-ztzl .swiper-container {
    /*padding: 20px 0;margin: -20px;*/
    overflow: hidden;
}

.home-ztzl .swiper-slide a {
    display: block;
    overflow: hidden;
    background: #fff;
    margin: 0 20px;
    border-radius: 2px;
    box-shadow: 0px 0px 20px 0px rgb(9 55 86 / 12%);
}

.home-ztzl .swiper-slide .imgbox {
    height: auto;
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    padding: 1px;
}

.home-ztzl .swiper-slide .imgbox img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.home-ztzl .swiper-slide .txtbox {
    padding: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}