/*代码整理：一流素材网www.16sucai.com*/


img { border: 0;}
h2.title_name {
	font-family:Arial Unicode MS;
	font-weight: normal;
	font-size: 4em;
	margin: 0;
	padding: 50px 0 20px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}
h2.title_name span {
	font-family: Arial Unicode MS;
	color: #FE4902;
	font-size: 0.9em;
}
h2.title_name small {
	display: block;
	font-family: Arial Unicode MS;
	font-size: 0.3em;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #AAA;
}
p.copy_right {
	width: 750px;
	margin: 0 auto;
	padding: 50px 0;
	clear: both;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}
p.copy_right a {
	color: #FE4902;
	text-shadow: none;
}
p.copy_right a:hover {
	text-decoration: none;
}
#example {
	width: 950px;
	margin: 0 auto;
}
/*General Styles*/
.mosaic-block {
	width: 199px;
	height: 320px;
	float: left;
	position: relative;
	overflow: hidden;
	display: inline;
	background: url(../images/progress.gif) no-repeat center center;
	margin-right:1px;
	margin-bottom:20px;
}
.mosaic-block img{ width:100%; height:195px;}
.mosaic-block a { 
	color: #EEE;
	line-height: 160%;
	text-shadow: 1px 1px 0 #c05b0a;
} 
.mosaic-block h4 { 
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 15px;
	/*font-family:Arial Unicode MS;*/
	font-weight:bold;
}
.mosaic-backdrop {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	background:url(../images/829_15.jpg) no-repeat center top;
	line-height:160%;
}
.mosaic-backdrop p{ padding:0px 30px 30px; height:50px; color:#aaa; text-align:center;
}
.mosaic-backdrop h4{ padding-top:20px; text-align:center; color:#666;
}
.details { 
	margin: 156px 0; 
	text-align: left;
	padding:0px 20px;
}
.details p{ font-size:12px;
}	
.mosaic-overlay {
	width: 100%;
	height: 100%;
	display: none;
	z-index: 5;
	position: absolute;
	background: #111;
}
/*** Custom Animation Styles (You can remove/add any styles below) ***/
.circle .mosaic-overlay {
	background: url(../images/hover-magnify.png) no-repeat center center;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
	display: none;
}
.fade .mosaic-overlay {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
	background: url(../img/bg-black.png) top center;
}
.bar .mosaic-overlay {
	bottom: -100px;
	height: 100px;
	background: url(../img/bg-black.png);
}
.bar2 .mosaic-overlay {
	bottom: -50px;
	height: 100px;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.bar2 .mosaic-overlay:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.bar3 .mosaic-overlay {
	top: -100px;
	height: 100px;
	background: url(../img/bg-black.png);
}
.clearfix { 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
