.carousel{position:relative; margin:0; padding:0; clear:both}

.carousel .newleft{margin:0; padding:0;background:none}

.carousel-control{height: 100%;z-index: 10;display:none;}

.newleft.carousel-control{ left:0; top:50%;  position:absolute; width:56px; height:56px; margin-top:-28px;}

.newleft.carousel-control span{text-indent:-5000px; overflow:hidden; background:url(../img/l.png) center center no-repeat; width:50px;height:50px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%; display:block;}

.right.carousel-control{ right:0; top:50%; background:none; position:absolute; width:56px;height:56px; margin-top:-28px;}

.right.carousel-control span{text-indent:-5000px; overflow:hidden; background:url(../img/r.png) center center no-repeat; width:50px;height:50px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%; display:block;}

.carousel-indicators{display:none; bottom:0}

.carousel .item {}

.carousel .item .image{}

.carousel img {display:block; width:100%}

.carousel-caption {

	position:absolute;

	top:50%;

	margin-top:-50px;

}

.carousel-caption h2,

.carousel-caption .lead {

margin: 0;

line-height: 1.25;

color: #fff;

text-shadow: 0 1px 1px rgba(0,0,0,.4);

font-size:24px;

}

.carousel-caption .btn {

margin-top: 10px;

}

.carousel-caption h2{font-size:32px; font-weight:bold; text-transform:uppercase}

.carousel-caption .lead,.carousel-caption a {

   	animation-duration:1.5s;/*动画总时*/

	-webkit-animation-duration:1.5s; /*动画总时*/

	animation-delay:.5s;/*动画延迟时间*/ 

	-webkit-animation-delay:.5s;/*动画延迟时间*/ 

}

/*使用渐变切换*/

.carousel-fade .carousel-inner .item {

  -webkit-transition-property: opacity;

  transition-property: opacity;

}

.carousel-fade .carousel-inner .item,

.carousel-fade .carousel-inner .active.newleft,

.carousel-fade .carousel-inner .active.right {

  opacity: 0;

}

.carousel-fade .carousel-inner .active,

.carousel-fade .carousel-inner .next.newleft,

.carousel-fade .carousel-inner .prev.right {

  opacity: 1;

}

.carousel-fade .carousel-inner .next,

.carousel-fade .carousel-inner .prev,

.carousel-fade .carousel-inner .active.newleft,

.carousel-fade .carousel-inner .active.right {

  left: 0;

  -webkit-transform: translate3d(0, 0, 0);

          transform: translate3d(0, 0, 0);

}

@media (max-width: 991px)

{

.carousel-caption h2{font-size:18px;}

.carousel-caption p{display:none}

}