
.swiper-container {
    width: 90%;
    height: 100%;
}
/*.swiper-wrapper{    z-index: 5;  }*/
/*.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;  }*/
/*.swiper-slide img{  width: 277px;  height: 169px;  }*/
/*#case{
    width: 90%;
    position: relative;
    margin: 40px auto;
}*/
#case img{
    width: 100%;
}
#down{
    background: url("../images/banner-bottom.jpg") no-repeat center ;
    background-size: cover;
    height: 417px;
}
#down ul{
    width: 80%;
    margin: 80px auto;
}
#down ul li{
    float: left;
    width: 33.3333%;
    text-align: center;
}
#down p{
    color: #00a1e9;
    font-size: 3rem;
}
#down p span{
    display: inline-block;
    width: 37px;
    height: 29px;
    background: url("../images/weixin-small.png") no-repeat center;

}
#bottom{
    background-color: #00a1e9;
    color: #fff;
    padding:10px 0;
}
#bottom p{
    margin: 0;
}


@media screen and (max-width: 768px){
    .swiper-container {
        width: 80%;
        height: 100%;
    }
    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 14px;
        height: 22px;
        margin-top: -10px;
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 14px 22px;
        -webkit-background-size: 14px 22px;
        background-size: 14px 22px;
        background-position: center;
        background-repeat: no-repeat
    }
}
































