
*{ padding: 0; margin: 0; border: 0; outline: 0;font-family: Arial,'微软雅黑'; }
#box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	background: #fff;
      
}
#box ul {
	overflow: hidden;
	float: right;
	list-style: none;
	padding:9px 0;

}
#box ul li {
	color:#444;
	font-size: 14px;
	line-height: 30px;
	float:right;
	padding: 0 10px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}
#box ul li a {
	color: #444;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
}
#box ul li a:hover {
	color: #0068b7;	
}
#box ul li a img {
	width:28px;
	height: 28px;
	border: 2px solid #eee;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
#box ul li a:hover img {
	border: 2px solid #0068b7;
	
}
