.anchoredLink {
	min-width: 1200px;
	background: #0090FF;
}

.anchoredLink>div {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.anchoredLink a {
	float: left;
	width: 200px;
	background: #0090FF;
	color: #fff;
	/*font-family: "microsoft yahei";*/
	font-size: 24px;
	line-height: 80px;
	text-align: center;
}

.anchoredLink a:hover {
	background: #0478D2;
}