.dh {
	background: url("../img/img1.jpg") center bottom no-repeat;
	width: 100%;
	height: 400px;
	margin: 0 auto
}
/***************** 照片墙标题div  **************/
.tit {
	background: url("../img/tit.jpg") center top no-repeat;
	width: 1000px;
	height: 60px;
	margin: 0 auto
}
/***************** 照片墙显示div **************/
.m {
	width: 1000px;
	margin: 0 auto;
}
/***************** 照片墙显示div中span标签  **************/
.m span {
	font-size: 30px;
	margin: 0 auto;
}
/***************** 照片布局的表格  **************/
.tab_pic {
	margin: 0 auto;
	border: 1px;
	border-style: none;
}

.tab_pic tr {
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-bottom: 5px
}

.tab_pic ul {
	text-align: center;
}

.tab_pic ul li {
	height:225px;
	float: left;
}

.tab_pic img {
	padding-left: 2px;
	padding-right: 2px;
	opacity: 0.8;
	filter(alpha=90);
}
/* 
.tab_pic img:HOVER {
	opacity: 1;
	filter(alpha=100);
} */

/****************鼠标滑动到图片显示文字**********************/

.m span {
	font-size: 32px;
	position: absolute;
	left:0px;	
	width: 100%;
}
.m a{
	color: #fff;
	font-weight: lighter;
	width: 290px;
	height: 225px;
	line-height: 225px;
	position: relative;
}
.m a:hover span {
	position: absolute;
	left:0px;
	font-size: 14px;
	height: 0px;
	overflow: hidden;
	background: #000;
	opacity: 0.6;
	height: 225px;	
	width: 100%;
	filter: alpha(opacity = 60);
	
}


