.shade-works{
	background: #fff;
	position: absolute;
	padding:16px 69px 30px 51px;
	z-index: 304;
	width: 1080px;
	left: 50%;
	margin-left: -600px;
	margin-top: -359px;
	top: 50%;
}
.shade-works h2{
	font-size: 38px;
	color: #333333;
	line-height: 84px;
	text-align: center;
	background: url(../img/img_54.png) no-repeat center bottom;
	margin-bottom: 41px
}
.shade-works tr{
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.shade-works span{
	display: inline-block;
	width: 139px;
	height: 49px;
	font-size: 18px;
	color: #666666;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	line-height: 49px;
	margin-right:15px; 
}
.shade-works td{
	font-size: 14px;
	line-height: 49px;
	padding-right: 5px;
}
.shade-works span.last{
	min-height: 200px;
	border-right: none;
	width: auto;
	padding:0 20px;
}
.page a{
	display: block;
	float: left;
	height: 35px;
	padding:0 15px;
	font-size: 14px;
	color: #333;
	line-height: 35px;
	text-align: center;
	background: #f5f5f5;
	margin: 0 3px;
	transition:all 0.3s;
}
.page a:hover,.page a.active{
	color: #fff;
	background: #bf3434;
	transition:all 0.3s;
}
.page{
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: auto;
	background: #fff;
}
.closes{
	position: absolute;
	top: 22px;
	right: 22px;
	width:22px;
	height:22px;
	background: url(../img/img_100.png) no-repeat center center;
	cursor: pointer;
	z-index: 305;
	transition:all 0.3s;
}
.closes:hover{
	background: url(../img/img_101.png) no-repeat center center;
	transition:all 0.3s;
}