﻿@charset "utf-8";
/* CSS Document */

/*背景图片*/
.screenbg {
	position:fixed;
	bottom:0;
	left:0;
	z-index:-999;
	overflow:hidden;
	width:100%;
	height:100%;
	min-height:100%;
}
.screenbg ul li {
	display:block;
	list-style:none;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1000;
	float:right;
}
.screenbg ul a {
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:inline-block;
	margin:0;
	padding:0;
	cursor:default;
}
.screenbg a img {
	vertical-align:middle;
	display:inline;
	border:none;
	display:block;
	list-style:none;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1000;
	float:right;
}
/*底部bottom*/
.bottom {
	margin:8px auto 0 auto;
	width:100%;
	position:fixed;
	text-align:center;
	bottom:0;
	left:0;
	overflow:hidden;
	padding-bottom:8px;
	color:#ccc;
	word-spacing:3px;
	zoom:1;
}
.bottom a {
	color:#FFF;
	text-decoration:none;
}
.bottom a:hover {
	text-decoration:underline;
}
