/* CSS Document */

body{margin:0px; background-color:#b9f5fd; font-family:Arial, Helvetica, sans-serif}
.bottom_t {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	text-decoration: none;
}



/* Ê×Ò³banner */
.container, .container *{margin:0; padding:0;}

.container{width:1000px; height:350px; overflow:hidden;position:relative;}

.slider{
	position:absolute;
	left: -1px;
}
.slider li{ list-style:none;display:inline;}
.slider img{ width:1000px; height:350px; display:block;}

.slider2{width:5000px;}
.slider2 li{float:left;}

.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #cccccc;
	text-align: center;
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	margin-left:5px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #333333;
}
.num li.on{
	color: #ffffff;
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	margin-left:5px;
	border: 0;
	font-weight: bold;
	background-color: #333333;
}
