.zzzzwfw .service{
    width: 100%;
}

.zzzzwfw .service h4{
    width: 96%;
    margin: 0 auto;
}

.zzzzwfw .service .service_icon .icon{
    width: 25%;
    float: left;
    display: block;
    height: 23vw;
}

.zzzzwfw .service .service_icon .icon img{
    width: 40%;
    margin-bottom: .3rem;
}

.zzzzwfw .service .service_icon .icon p{
    text-align: center;
    font-size: .92rem;
    color: #333333;
}

.convenient .convenient_img{
    height: auto;
    padding-bottom: 3vw;
}

.convenient .convenient_img .swiper-container {
    width: 100%;
    height: 60vw;
    margin: 0 auto;
}

.convenient .convenient_img .swiper-container .swiper-slide {
    transition: all .3s ease;
    width: 100%;
    background: #ffffff;
}

.convenient .convenient_img .swiper-container .swiper-slide a {
    display: block;
    width: 97%;
    margin: 1vw auto;
    color: #111111;
    height: 56vw;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    text-decoration: none;
}

.convenient .convenient_img .swiper-container .swiper-slide a p{
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-top: 1.5vw;
    color: #333;
}

.convenient .convenient_img .pagination{
    bottom: 0;
}

