.eq-floor{
	background: rgb(34,34,34);
	color: rgb(255,255,255,0.3);
	/* height: 30px; */
	/* line-height: 30px; */
	font-size: 13px;
	padding: 20px;
}

.eq-head{
	background:#222;
	height: 35px;
	font-size: 13px;
}

.eq-ba{
	cursor: pointer;
 	text-decoration:none;
 	color: black;
}

 .eq-ba:hover{
 	color: black;
 	text-decoration:none;
 }
 .eq-ba:link{
 	color: black;
 	text-decoration:none;
 }
 .eq-ba:active{
 	color: black;
 	text-decoration:none;
 }
.eq-ba:visited{
 	color: black;
 	text-decoration:none;
 }

 .eq-head-box{
 	line-height: 35px;
 	color: rgb(141,141,141);
 	float: right;
 	margin-right: 50px;
 	cursor: pointer;
 }

 .eq-head-box li:hover{
 	color: white;
 	background: black;
 } 

 .eq-head-list{
 	line-height: 35px;
 	color: rgb(141,141,141);
 	float: left;
 	margin-left: 50px;
 	cursor: pointer;
 }

 .eq-head-list li:hover{
 	color: white;
 	background: black;
 }

 .eq-site{
 	/* border: 1px solid rgb(148,214,235); */
 	padding: 0;
 	margin-top:0;
 	margin-bottom:0;
 }

 .eq-site-title{
 	background: rgb(51,181,229);
 	color: white;
 	font-size:15px;
 	padding-left:5px;
 	padding-right:5px;
 	padding-top:1px;
 	padding-bottom: 1px;
 	margin: 0;
 	width: 100px;
 }

 .eq-site-head{
 	padding: 0;
 	background: rgb(159,229,255);
	margin-top: 10px;
 }


.eq-site-body{
	border: 1px solid rgb(148,214,235);
	font-size: 13px;
	color: black;
}

.eq-site-a{
	cursor: pointer;
 	text-decoration:none;
 	color: black;
 	line-height: 30px;
}

 .eq-site-a:hover{
 	color: black;
 	text-decoration:none;
 }
 .eq-site-a:link{
 	color: black;
 	text-decoration:none;
 }
 .eq-site-a:active{
 	color: black;
 	text-decoration:none;
 }
.eq-site-a:visited{
 	color: black;
 	text-decoration:none;
 }



