﻿/* File Created: 七月 11, 2014 */
/*首页Banner样式*/
.banner {
	overflow: hidden;
	height:241px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
.banner .d1 
{
	position: absolute;
	width: 960px;
    height:241px;
	display: block;
	left: 0px;
}

.banner .d2 {
	width:960px;
	height: 30px;
	clear: both;
	position: absolute;
	z-index: 100;
	left: 0px;
	margin-top: -30px;
	margin-left:auto;
	margin-right:auto;
}
#banner_id
{
	 background:Black;
	opacity:0.7;
}

.banner .d2 ul {
	float: right;
	position: absolute;
	top: 0;
	margin: 0 0 0 0px;
	display: inline;
	padding-left:20px;
	height:30px;
}

.banner .d2 li {
	width: 14px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	background: url(../Files/Image/General/slider-sleep.png) no-repeat center;
	float: left;
	margin: 0 1px;
	display: inline;

}

.banner .d2 li.nuw {
	background: url(../Files/Image/General/slider-current.png) no-repeat center;
}