
#container{
	width:880px;
	height: 430px;
	position: relative;
	overflow: hidden;
	//border-radius: 10px;

}
ul li{
	list-style-type: none;
}
.item{
	position: absolute;
}
.item img{
	width: 880px;
	height: 430px;
}
.new2{
	font-size:20px;
    color:#FFFFFF;
	position: absolute;
	bottom: 30px;
	left: 20px;
}
.news2:hover{
	color: blue;
}
#tabs{
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.tab{
	float: left;
	margin-right: 12px;
	width: 3px;
	height: 3px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;

}
.active{

	border: 3px solid #02A0EA;
	background: #02A0EA;

}
.btn{
	position: absolute;
	top: 50%;
	border-radius: 50%;
	margin-top: -35px;
	cursor: pointer;
	opacity: 0.3;
}
.prev {
	position:absolute;
	border-radius: 50px;
}
.next {
	position:absolute;
	right: 0px;
	border-radius: 50px;
}
.btn:hover{
	opacity: 0.6;
}
/* 返回顶部css央视 */
#back{
	width: 50px;
	height: 31px;
	position: fixed;
	right: 50px;
	bottom: 10px;
	background-image: url(./tt.jpg);
	background-repeat: no-repeat;

}