.sub-top{
	padding-bottom:50px;
}
.sub-top ul{
	box-sizing:border-box;
	list-style:none;
}

.sub-top ul li{
	float:left;
	cursor:pointer;
	text-align:center;
	height:45px;
	font-size:14px;
}
.sub-top ul li .top_title{
	padding-top:13px;
	width:98%;
	height:100%;
	border:1px solid #969696;
	background-color:#969696;
	color:white;
}
.sub-top ul li.active .top_title,
.sub-top ul li:hover .top_title{
	background-color:#0174b7;
	border:1px solid #0174b7;
}

.sub-top ul li .arrow{
	margin-top:-13px;
	padding:0;
	text-align:center;
	color:#0174b7;
}
.sub-top ul li.normal .arrow{
	display:none;
}
