.carousel-indicators li{
	display: inline-block;
    width: 10px;
    height: 4px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFF;
    border: none;
    border-radius: 2px;
}
.carousel-indicators .active {
    width: 30px;
    height: 4px;
    margin: 1px;
    background-color: #fff;
}
.carousel-control.left,.carousel-control.right{
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0))); 
}
.carousel-caption{
    text-align: left;
    padding-bottom: 8%;
    left: 20%;
    width: 25%;
    line-height: 2;
}
.carousel-caption h3{
	margin-bottom: 5%;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: rgba(0,0,0,0);
}

/*广告形式*/
.nav-tabs {
    border-bottom: none;
    text-align: center;
}
.nav-tabs li{
    width: 16%;
}
.nav-tabs li img{
	width: 100%;
}
.nav-tabs>li>a:hover{
    background: rgba(0,0,0,0);
    border: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
}
