@charset "utf-8";
/* CSS Document */
.more-hall{
	width:100%;
	height:45px;
	background-color:#2780c2;
}
.more-hall-con{
	width:1200px;
	margin:0px auto;
}
.more-hall-con ul{
	border-right:#377f8f 0px solid;
	border-left:#377f8f 0px solid;
}
.more-hall-con li{
	float:left;
	width:133px;
}
.more-hall-con li a{
	font-size:16px;
	line-height:45px;
	color:#fff;
	display:block;
	text-align:center;
	border-right:#0962a4 0px solid;
}
.more-hall-con li a:hover{
	background-color:#fff;
	color: #0962a4;
}
.hall-active {
	background-color:#0962a4;
}
.more-hall-con li .hall-active:hover {
	background: #0962a4;
	color: #fff;
}
	

