@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
	text-decoration:none;
}
body {
	font:12px/180% Arial, Helvetica, sans-serif, "新宋体";
	background:#DCDCDC;
}
/* kaiu_nav */
.kaiu_nav {
	position:fixed;
	top:0;
	right:0;
	z-index:9999;
	width:140px;
	cursor:pointer;
	margin:100px 0 0 0;
}
*html, *html body /* 修正IE6振动bug */ {
	background-image:url(about:blank);
	background-attachment:fixed;
}
*html .kaiu_nav {
	position:absolute;
top:expression(eval(document.documentElement.scrollTop));
}
.kaiu_nav a {
	display:block;
	position:relative;
	height:30px;
	line-height:30px;
	margin-bottom:2px;
	background:#fff;
	padding-right:10px;
	width:130px;
	overflow:hidden;
	color:#333;
	cursor:pointer;
	right:-110px;
}
.kaiu_nav a:hover {
	text-decoration:none;
	color:#1974A1;
}
.kaiu_nav a:hover span {
	background:#5FA429
}
.kaiu_nav a span {
	display:block;
	float:left;
	width:30px;
	background:#636871;
	color:#fff;
	font-size:16px;
	text-align:center;
	margin-right:10px;
	font-style:normal;
}