/*轮播图 start*/
.carousel_container{
    width: 100%;
    overflow: hidden;
}

.carousel-inner img{
    width: 100%;
}

/*轮播图 end*/