.banner{
     background: url("../static/images/jinpinImg/pic_jingpin_1920x340.jpg") no-repeat center;
     background-size: 100%;
 }
/*.courousel{*/
    /*height: 520px;*/
/*}*/
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 600px;
    width: 100%;
}
.gallery-thumbs {
    margin-top: 20px !important;
    height: 120px;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.5;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.jpxm-title{
    width: 100%;
    height: 60px;
    background-color:rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
}
