﻿/* File Created: 七月 11, 2014 */
/*首页Banner样式*/
.banner {
	height: 250px;
	overflow: hidden;
	margin-top:20px;
}

.banner a {
	margin-top: 38px;
}

.banner .d1 {
	width: 100%;
	height: 250px;
	display: block;
	position: absolute;
	left: 0px;
}

.banner .d2 {
	width: 100%;
	height: 30px;
	clear: both;
	position: absolute;
	z-index: 100;
	left: 0px;
	margin-top: 50px;
}

.banner .d2 ul {
	float: right;
	position: absolute;
	/*right: 20%; 在PTOPMenu.ascx 的js中控制*/
	top: 0;
	margin: 0 0 0 -96px;
	display: inline;
}

.banner .d2 li {
	width: 24px;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
	background: url(../Files/Image/slider-sleep.png) no-repeat center;
	float: left;
	margin: 0 3px;
	display: inline;
}

.banner .d2 li.nuw {
	background: url(../Files/Image/slider-current.png) no-repeat center;
}