@charset "utf-8";
/* CSS Document */


#header{ width:1200px; min-width:1200px; margin:0 auto; height:190px; border-bottom: 3px solid #801f1b;}

.prev{
	display: block;
	width:40px;
	height:74px;
	background:url(imgs/static/bbbbbb.png) no-repeat left bottom;
	position: absolute;
	top: 50%;
	left:3%;
}
.next{
	display: block;
	width:40px;
	height:74px;
	background: url(imgs/static/bbbbbb.png) no-repeat right bottom;
	position: absolute;
	top: 50%;
	right:3%;
}
.prev:hover{
	background: url(imgs/static/bbbbbb.png) no-repeat left top;
}
.next:hover{
	background: url(imgs/static/bbbbbb.png) no-repeat right top;
}

.banner{ width: 100%; margin-top: 2px;}
.bannerul li{
	background-repeat: no-repeat;
	background-position: center center;
}

.banner .td{
	position: absolute;
	bottom:10px;
	left:50%;
}
.banner .td li{
	border-radius:100%;
	float:left;
	margin-right:5px;
	width:12px;
	height:12px;
	background: #ccc;
}
.banner .td .on{
	background: red;
}