@charset "utf-8";
/* CSS Document */


.gallery_hot_box  {
	display:block;
	width:900px;
	height:511px;
}

.gallery_hot_box   ul  {
	display:block;
	width:900px;
	margin:0;
	padding:0;
	list-style:none;
	height:511px;	
}

.gallery_hot_box  li  {
	display:block;
	width:410px;
	padding:411px 0 0 0;
	margin:0 20px 0 20px;
	background-repeat:no-repeat;
	background-position:left top;
	line-height:20px;
	float:left;
		height:100px;
}


.gallery_hot_box_title  {
	display:block;
	margin:5px 0 5px 0;
	font-size:26px;
	color:#967643;
	height:40px;
	line-height:40px;
	font-weight:700;	
}

.gallery_hot_label  {
	display:block;
	width:74px;
	height:74px;
	background-image:url(../images/gallery/hot_item.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:-400px 0 0 325px;
	z-index:1px;
	
}












.gallery_photo_box  {
	display:block;
	width:900px;
	height:1150px;
}

.gallery_photo_box  ul  {
	display:block;
	margin:0;
	padding:0;
	list-style:none;

}


.gallery_photo_box  li  {
	display:block;
	width:210px;
	height:211px;
	margin:7px 7px 7px 7px;
	background-repeat:no-repeat;
	background-position:center;
	float:left;

}


























