

.expert .hd {
	position: absolute;
	z-index: 1;
	bottom: -6px;
	left: 88%;
	margin-right: -50px;
	padding: 10px;
}

.expert .hd ul {
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	height: 15px;
	display: block;
	line-height: 15px;
	text-align: center;
}

.expert .hd ul li {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	width: 13px;
	height: 18px;
	margin-right: 10px;
	font-size: 2px;
	background:  rgb(53,53,74);
	float: left;
	color: #FFFFFF;
}

.expert .hd ul .on {
	background:rgb(260,98,25);
}
.expert ul img{
	width: 635px;
	height: 290px;
}

