
	
	.banner {
		overflow: hidden;
	}
	
	.banner .d1 {
		width: 100%;
		display: block;
		position: absolute;
		left: 0px;
	}
	
	.banner .d2 {
		width: 100%;
		height: 30px;
		clear: both;
		position: absolute;
		z-index: 100;
		left: 0px;
	}
	
	.banner .d1 img {
		border: none;
		max-width:100%;
	}
	
	.banner .d2 ul {
		float: left;
		position: absolute;
		left: 55%;
		top: 0;
		margin: 0 0 0 -96px;
		display: inline;
	}
	
	.banner .d2 li {
		width: 17px;
		height: 15px;
		overflow: hidden;
		cursor: pointer;
		background: url(../images/img1.png) no-repeat center;
		float: left;
		margin: 0 3px;
		display: inline;
	}
	
	.banner .d2 li.nuw {
		background: url(../images/img1_1.png) no-repeat center;
	}
#banner a {
	text-decoration: none; hide-focus: expression( this.hideFocus=true );outline: none;-webkit-transition: all 0s ease-in-out;
-moz-transition: all 0s ease-in-out;-o-transition: all 0s ease-in-out;-mz-transition: all 0s ease-in-out;transition: all 0s ease-in-out;
}