/*banner   开始*/
/*--------------SLIDER----------------*/

#slider {
	width: 100%;
	margin:0px auto;
}


/*--------------CONTROLS--------------*/

/*position controls*/
.controls li {
	top: 50%;
	margin-top: -30px
}

.controls li:nth-child(1) {
	left: 0;
}

.controls li:nth-child(2) {
	right: 0;
}


/*------------PAGINATION------------*/

/*style pagination*/
.pagination li {
	background-color: #ddd;
}

.pagination li.active {
	background-color: #000;
}


/*-------------HELPERS----------------*/

.responsive {
	width: 100%;
	height: auto;
    margin-bottom:-12px;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.Tell{
    width:100%;
    height:30px;
    line-height:30px;
    background:#283593;
    text-align:right;
    color:rgba(255,255,255,.8);
}
/*banner   结束*/

/*新闻切换   开始*/

/*新闻切换   结束*/