/* CSS Document */

/* CSS Document */
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	border: 0;
	vertical-align: baseline;
	outline: none;
}
.clear {
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	background: none;
	border: 0;
	font-size: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body {
	font-family: "微软雅黑", "宋体", Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #121212;
	background-color: #200554;
}
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: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}
img, input, select {
	vertical-align: middle;
}
/*顶部菜单样式*/
.nav {
	width: 100%;
	height: 40px;
	background: url(../images/nav_bg.png) repeat-x;
}
.nav_left {
	float: left;
	font-family: "宋体";
	padding-left: 20px;
	line-height: 40px;
	color: #fff;
}
.nav_right a, .nav_left a {
	color: #fff;
	line-height: 40px;
	font-size: 12px;
	padding: 0 5px;
}
.nav_right a:visited, .nav_left a:visited {
	color: #fff;
}
.nav_right a:hover, .nav_left a:hover {
	color: fff;
	font-weight: bold;
	text-decoration: underline;
}
.nav_right a:active, .nav_left a:active {
	color: #fff;
}
.nav_right {
	float: right;
	padding-right: 20px;
	line-height: 40px;
}
/*返回顶部*/
#back-to-top {
	position: fixed;
	_position: absolute;
	bottom: 60px;
	left: 96%;
	z-index: 99999;
}
#back-to-top a {
	text-align: center;
	text-decoration: none;
	color: #666;
	display: block;
	width: 50px;
}
#back-to-top a:hover {
	color: #f90;
}
#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;
}