/*代码整理：一流素材网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: 184px;
	height: 120px;
box-shadow:0px 0px 0px 1px #115197;
	text-align:center;
	float: left;
	position: relative;
	overflow: hidden;
	display: inline;
	background: url(../images/progress.gif) no-repeat center center #fff;
	margin-bottom:20px;
}
.mosaic-block img{ width:80px; height:80px;border-radius:100%; float:left; margin-left:10px; margin-top:8px;}
.mosaic-block a { 
	color: #03376D;
	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;
	padding-top:40px;
}
.mosaic-backdrop {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	padding-top:12px;
	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:40px; text-align:left; color:#666; width:80px; float:right;
}
.details { 
/*	margin: 90px 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;*/
	background:#ECECEC;
	margin-left:-92px;
	background-size:250%;
}

.fade .mosaic-overlay img:hover{ width:100px; height:100px; position:relative;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out;
margin-left:10px;
margin-top:10px;


}


.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;
}
