.container {
	width: 60%;
	margin: 5% 5%;
	background-color: #9cd8f0;
	padding: 2% 5%;
	border-radius: 10px
}

ul {
	padding-left: 20px;
	list-style-type: none;
}

ul li {
	line-height: 2.3
}

a {
	text-align: center;
	line-height: 72px;
	font-size: 20px;
	color: #9caef0;
	text-decoration: none;
}

a:hover {
	color:  #b49cf0;
}

* {
	font-family: 微软雅黑;
}

#nav {
	width: 100%;
	height: 70px;
	background-color: #f0f0f0;
	;
	border-radius: 20px;
	margin: 20px auto;
}

#nav>ul>li {
	float: left;
	width: 175.75px;
	height: 72px;
	text-align: center;
}