 .carousel {
    overflow: hidden;
    position: relative;
}
 #imgul{
    left: 0;
    position: relative;
    margin-bottom: 0;
}
 #imgul li{
    float: left;
    position: relative;
}
 #imgul li a {
    display: block;
}
 #imgul li a p {
    position: absolute;
    bottom: 0;
    height: 50px;
    background: rgba(0,0,0,.8);
    line-height: 44px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.banner  {
    position:absolute;
    bottom: -1px;
    width: 726px;
    height: 5px;
    background: #bababa ;
}
    .banner ul li{
        float: left;
        width: 181.5px;
        height: 5px;
    }
        .banner .selected{
            width: 181.5px;
            height: 5px;
            background:#c70909;
       
        }
