@charset "gb2312";
/* CSS Document */
body { margin:0px; font-family:"Î¢ÈíÑÅºÚ"; font-size:14px; color:#2c2c2c;}
/* banner */
.banner{
	height:400px;
	overflow:hidden;
	}
.banner .d1{
	width:100%;
	height:400px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	}
.banner .d2{
	width:100%;
	height:30px;
	clear:both;
	position:absolute;
	z-index:100;
	left:0px;
	top:380px;
	}
.banner .d2 ul{
	float:left;
	position:absolute;
	left:50%;
	top:0;
	margin:0 0 0 -30px;
	display:inline;
	}
.banner .d2 li{
	width:17px;
	height:15px;
	overflow:hidden;
	cursor:pointer;
	background: url(../images/img1.png);
	float:left;
	margin:0 3px;
	display:inline;}
.banner .d2 li.nuw{
	background:url(../images/img1_1.png) no-repeat center;}

