
.swiper-wrapper {
    height: auto;;
}
.swiper-container {
    width: 100%;
    height: auto;
    margin: 20px auto;
}


.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    background-color: rgba(255,255,255,0.3);
    width: 20%;
    overflow: hidden;

    /* Center slide text vertically */
    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;
}
.swiper-slide:nth-child(2n) {
    width: 40%;
}
.swiper-slide.swiper-slide-active  , .swiper-slide.swiper-slide-prev , .swiper-slide.swiper-slide-next{
    background-color: #fff;
}

.swiper-slide .zhezhao {display: block; position: absolute; width: 100%; height: 100%; z-index: 2000; background-color: rgba(255,255,255,0.6); left: 0; top: 0;}
.swiper-slide.swiper-slide-prev .zhezhao, .swiper-slide.swiper-slide-next .zhezhao ,.swiper-slide.swiper-slide-active .zhezhao{
    display: none;
}
.swiper-slide a {width: 100%; height: 100%; display: block; transition: .7s all ease-out;}
.swiper-slide.swiper-slide-active  a:hover .advertisingCon, .swiper-slide.swiper-slide-prev a:hover .advertisingCon, .swiper-slide.swiper-slide-next a:hover .advertisingCon{
     background-color: rgba(0,0,0,0.6); transition: .7s all ease-out;
}

.swiper-slide.swiper-slide-active  a:hover img, .swiper-slide.swiper-slide-prev a:hover img, .swiper-slide.swiper-slide-next a:hover img {
    transform: scale(1.2,1.2); transition: .7s all ease-out;
}

.swiper-slide:nth-child(3n) {
    width: 20%;
    /*background-color: #000;*/
}

.swiper-slide .swiper-slide-duplicate { background-color: #000; opacity: 0.4;}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {background-image: none; }
.leftNext {width: 30px; height: 30px; background: url("../images/left.png"); background-size: 100% 100%; margin-top: 0px; margin-left: 0px; top: 0px; left: auto; right: 55px;}
.rightPrev {width: 30px; height: 30px; background: url("../images/right.png"); background-size: 100% 100%; margin-top: 0px;  margin-right: 0px; left: auto; top: 0px; right: 10px;}

.swiperCon {margin: 0; padding-top: 40px;}

/*.swiperStar { transform: translate3d(0px, 0px, 0px);}*/