.swiper-container {
    /*width: 600px;*/
    /*width: 100%;*/
    height: 180px;
    margin: 0 auto;
    text-align: center;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*width: 500px;*/
    /*width: 80%;*/
    height: 140px;
    /*padding: 0 5px;*/
    padding-top: 4px;
}
.swiper-slide.swiper-slide-active{
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    z-index: 99;
}

.swiper-slide img {
    /*width: 560px;*/
    width: 95%;
    /*width: 85%;*/
    height: 140px;
}

.sw {
    /*width: 800px;*/
    width: 100%;
    height: 160px;
    overflow: hidden;
    background: #fff;
}

.swiper-slide-active img {
    /*width: 600px;*/
    width: 100%;
    /*width: 90%;*/
    height: 160px;
}

.swiper-wrapper {
    /*margin-top: 20px;*/
}