body {
	background:#000;
	font-family:'微软雅黑', Tahoma, Geneva, sans-serif;
	color:#FFF;
	margin:0;
	padding:0;
}


img {
	border:0;
}

.header {
	width:100%;
	height:60px;
	display:inline;
	z-index:90;
	margin:0 auto;
	background:url('header.png') repeat-x;
	position:fixed;
	_position:absolute;
	_top:expression(documentElement.scrollTop);
}

.main {
	width:960px;
	margin:0 auto;
}

.app_desc {
	width:960px;
	margin:0 auto;
}
.main_line {
	width:100%;
	height:1px;
	background:url('line_main.png') top center no-repeat;
	clear:both;
}
.contain {
	width:960px;
	margin:0 auto;
	background:#282828;
}
.down {
	width:860px;
	margin:0 auto;
	background:#282828;
	padding:20px 0px;
}

.down a {
	color:#FFF;
	text-decoration:none;
	font-size: 14px;
	padding-right:5px;
}

.down h3 {
	font-size: 24px;
	margin: 16px 0;
}

.down .cell {
	width:130px;
	height:130px;
	float:left;
}
.down .content {
	width:650px;
	height:130px;
	float:left;
}
.down .android {
	width:135px;
	height:130px;
	float:left;
	background:url(app_android.jpg) bottom left no-repeat;
}
.down .ios {
	width:135px;
	height:130px;
	float:right;
	background:url(app_apple.jpg) bottom left no-repeat;
}
.down .line {
	width:860px;
	height:10px;
	background:url('line_content.png') top center repeat-x;
	clear:both;
	margin:0 auto;
}
.down .code {
	float:right;
}

.logo {
	margin:0px auto;
	float:left;
}

.menu {
	font-size:12px;
	line-height:60px;
	padding-left:50px;
}

.menu a {
	color:#FFF;
	text-decoration:none;
}

.menu a:hover {
	color:#FFF;
	text-decoration:underline;
}

.login {
	margin:0;
	float:right;	
}

.icon {
	margin:10px auto;
}

.line {
	margin:5px 10px;
}

.appdown {
	margin-left:2px;
	margin-top:315px;
	float:right;
}

.appdemo {
	margin: 30px auto auto 5px;
	float:left;	
}

.notice {
	text-align:center;
	margin-top:15px;
	font-weight:bold;
}

.photowall {
	background:url('body.png') repeat-x;
	width:1800px;
	min-height:500px;
	margin: 0px auto;
	padding-top:60px;
}

.photoblock12 {
	width:137px;
	height:274px;
	float:left;
	margin:0 auto;
	padding:0;
}

.photoblock22 {
	width:274px;
	height:274px;
	float:left;
	margin:0 auto;
	padding:0;
}

.photo {
	margin:1px;
	float:left;
}

.footer {
	font-size:12px;
	margin:20px auto;
	width:100%;
}

.right {
	float:right;
	width:150px;
}

.left {
	float:left;
	width:600px;
}

/*bar*/
.details {
	margin:7px 10px;
}

.details h4{
	font:300 24px '微软雅黑';
	line-height:165%;
	color:#fff;
	text-shadow:1px 1px 0 rgb(0,0,0);
	margin:0;
}

.details p{
	font:300 16px '微软雅黑';
	color:#aaa;
	text-shadow:1px 1px 0 rgb(0,0,0);
}

.mosaic-block a{
	text-decoration:none;
}

/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:272px;
	height:272px;
	margin:1px;
	/*background:#000 url(progress.gif) no-repeat center center;*/
	border:0;
	-webkit-box-shadow:0;
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
       opacity:0.85;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
		filter:alpha(opacity=85);         
		background:#000;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		opacity:0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
		filter:alpha(opacity=60);
		background:url(bg-black.png);
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(hover-magnify.png) no-repeat center center;
			opacity:0.6;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
			filter:alpha(opacity=60);
			display:none;
		}
		
		.fade .mosaic-overlay {
			opacity:0.6;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
			filter:alpha(opacity=60);
			background:url(bg-black.png);
		}
		
		.bar .mosaic-overlay {
			bottom:-100px;
			height:100px;
			background:url(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(bg-black.png);
		}
		/*** End Animation Styles ***/