@charset "utf-8";
/* CSS Document */

.container, .container *{margin:0; padding:0;}

.container{width:605px; height:250px; overflow:hidden;position:relative;}

.slider{position:absolute;}
.slider li{ list-style:none;}
.slider img{ width:605px; height:250px; display:block;}

.slider2{width:4000px;}
.slider2 li{float:left;}

.num{ position:absolute; margin-left:551px; margin-top:-2px; z-index:2;}
.num1212{ position:absolute; right:5px; bottom:5px;}
.num li{

	color: #000000;
	text-align: center; 
	width: 163px;
	height: 60px;
	font-family: Arial;
	font-size: 11px;
	cursor: pointer;
	overflow: hidden;
	background:url(../images/index/bannerBg2.png) no-repeat;
}
.num li.on{
	color: #000000;
    margin-bottom:2px;
	width: 163px;
	height: 60px;
	font-size: 12px;
	background:url(../images/index/bannerBg.png) no-repeat;
	border: 0;
	font-weight: bold;
}