/* CSS Document */

/* CSS Document */
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	border: 0;
	vertical-align: baseline;
	outline: none;
	background-color: #0b0c3e;
}
.clear {
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	background: none;
	border: 0;
	font-size: 0;
}
body {
	font-family: "微软雅黑", "宋体", Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #121212;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
}
ul, ol, li, dl {
	list-style: none;
}
img {
	border: 0;
}
a, a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
img, input, select {
	vertical-align: middle;
}
/*返回顶部*/
#back-to-top {
	position: fixed;
	_position:absolute;
	bottom: 180px;
	left: 94%;
	z-index:99999;
}
#back-to-top a {
	text-align: center;
	text-decoration: none;
	color: #d1d1d1;
	display: block;
	width: 50px;
}
#back-to-top a:hover {
	color: #fff;
}
#back-to-top a span {
	display: block;
	height: 50px;
	width: 50px;
	background: url(../images/top.png) no-repeat center center;
	margin-bottom: 5px;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
}
#back-to-top a:hover span {
	background: url(../images/top2.png) no-repeat center center;
}
