﻿
.prolun{max-width: 600px}

#myCarousel1{float: left; position: relative;}

.focus .carousel-indicators{right:20px;left:auto;width: auto;bottom: 0px;}
.focus .carousel-indicators li{background-color: rgba(225,225,225,1); border-color:#e1e1e1;margin:2px;}
.focus .carousel-indicators .active{background-color:#dd3a3a;width: 10px;height: 10px;margin:2px;border-color:#dd3a3a;}
.focus .carousel-control.right{background-position: right;}
.focus .carousel-control{width:42px;height:67px;top:42%;margin-top:-21px;background:url(../images/slidebutn.png) no-repeat;filter: alpha(opacity=90); opacity: .9;}


@media screen and (min-width:992px) {
	.column1{margin: 0px;}
	#myCarousel1{max-width:600px;width:100%;padding: 0px;} /*width:950px;height:380px*/
}

/* 小平板及手机*/
@media screen and (max-width:991px) {
	/* 通用 */
	.row{margin: 0 -6px;}

	/* 一栏目 */
	.carousel-inner>.item>a>img, .carousel-inner>.item>img{width:100%;}
}