.zlhb {
    padding: 80px 0 240px;
    background-image: url(/public/image/pic_zlhb_bg_02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.zlhb-swiper {
    position: relative;
    margin-top: 60px;
}
.zlhb-swiper .swiper-container {
    --swiper-navigation-color: #00ff33;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}
.zlhb-swiper .swiper-slide {
    height: 180px;
    background-color: #fff;
    display: flex;
    justify-content: center;
}
.zlhb-swiper .swiper-slide .img {
    margin: auto 0;
}
.zlhb-swiper .swiper-button-prev {
    left: -50px;
    width: 32px;
    height: 60px;
    -moz-background-size: 32px 60px;
    -webkit-background-size: 32px 60px;
    background-size: 32px 60px;
}
.zlhb-swiper .swiper-button-next {
    right: -50px;
    width: 32px;
    height: 60px;
    -moz-background-size: 32px 60px;
    -webkit-background-size: 32px 60px;
    background-size: 32px 60px;
}
.hzyy-swiper {
    position: relative;
    margin-top: 60px;
}
.hzyy-swiper .swiper-container {
    --swiper-navigation-color: #00ff33;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}
.hzyy-swiper .swiper-slide .img {
    margin: auto 0;
}
.hzyy-swiper .swiper-button-prev {
    left: -50px;
    width: 32px;
    height: 60px;
    -moz-background-size: 32px 60px;
    -webkit-background-size: 32px 60px;
    background-size: 32px 60px;
}
.hzyy-swiper .swiper-button-next {
    right: -50px;
    width: 32px;
    height: 60px;
    -moz-background-size: 32px 60px;
    -webkit-background-size: 32px 60px;
    background-size: 32px 60px;
}
.hzyy-swiper .swiper-slide {
    border: 1px solid #eee;
    transition: all 0.6s;
}
.hzyy-swiper .swiper-slide p {
    padding: 0px;
    text-align: center;
    line-height: 78px;
    font-size: 18px;
    background-color: #fff;
}
.hzyy-swiper .swiper-slide .img img {
    width: 100%;
}
.hzyy-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1.4);
    z-index: 999;
    box-shadow: 0px 5px 12px -2px #ccc;
    position: relative;
    z-index: 9;
}
.hzyy-swiper .swiper-wrapper {
    padding: 60px 0 72px;
}
.hzyy {
    padding: 90px 0 110px;
    background-image: url(/public/image/hzyy_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media only screen and (max-width:767px) {

    .hzyy {
        padding: 30px 0 0;
    }
    .zlhb-swiper .swiper-button-next {
        right: 0px;
        width: 20px;
        height: 40px;
        -moz-background-size: 20px 40px;
        -webkit-background-size: 20px 40px;
        background-size: 20px 40px;
    }
    .zlhb-swiper .swiper-button-prev {
        left: 0px;
        width: 20px;
        height: 40px;
        -moz-background-size: 20px 40px;
        -webkit-background-size: 20px 40px;
        background-size: 20px 40px;
    }
    .hzyy-swiper .swiper-button-next{
        right: 0px;
        width: 20px;
        height: 40px;
        -moz-background-size: 20px 40px;
        -webkit-background-size: 20px 40px;
        background-size: 20px 40px;
    }
    .hzyy-swiper .swiper-button-prev {
        left: 0px;
        width: 20px;
        height: 40px;
        -moz-background-size: 20px 40px;
        -webkit-background-size: 20px 40px;
        background-size: 20px 40px;
    }
    .khjz .title h3 {
        line-height: 1em;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
    }

    .zlhb {
        padding: 30px 0;
    }
    .hzyy-swiper .swiper-slide.swiper-slide-active{
        transform: scale(1);
    }
    .hzyy-swiper {
        position: relative;
        margin-top: 0;
    }
    .hzyy-swiper .swiper-wrapper {
        padding: 30px 0;
    }
}