
.indextop{
	width: 100%;
	height: 35px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000000;
	background: #eaeaea;
}
.indextop .topbox{
	width: 80%;
	height: 35px;
	margin: 0 auto;
}
.indextop .topbox .topleft {
	width: 90%;
	height: 35px;
	float: left;
	line-height: 35px;
	color: #000;
	font-size: 14px;
}
.indextop .topbox .topa{
	color: #000;
	text-decoration: none;
}
.indextop .topbox .topleft .add{
	float: right;
}
 .topright{
	width: 10%;
	height: 35px;
	float: right;
}
 .topright li{
	width: 24px;
	height: 24px;
	float: right;
	list-style: none;
	margin-left: 10px;
	margin-top: 6px;
	cursor: pointer;
	background-image: url(../images/indextop.png);
	position: relative;
}
 .topright li .hidbox{
	width: 132px;
	height: 145px;
	position: absolute;
	top: 24px;
	left:50%;
	margin-left: -55px;
	display: none;
	padding-top: 12px;
}
 .topright li:hover .hidbox{
	display: block;
}