.nav li:first-child{
	background-color: white;
}
.nav li:first-child a{
	color: #666;
}
.nav li:nth-child(2){
	background-color: #00b5ef;
}
.nav li:nth-child(2) a{
	color: white;
}
.banner{
	height: auto;
	margin-bottom: 20px;
}
.banner img{
	height: 240px;
}
.container{
	height: auto;
	background-color: white;
}
.container .MenuList{
	display: inline-block;
	float: left;
	width: 200px;
	background: white;
}
.MenuList ul{
	display: block;
	border: #00b5ef 1px solid;
	list-style: none;
}
.MenuList li{
	height: 54px;
	width: 100%;
	background-color: white;
	text-align: center;
	padding: 20px;
	font-size: 14px;
}
.MenuList li:first-child{
	background-color: #00b5ef;
}
.MenuList  a{
	font-size: 12px;
	color: #666;
}
.MenuList  li:first-child a{
	color: white;
}

.MenuList  li:hover{
	background-color: #00b5ef;
}
.MenuList  li:hover a{
	color: white;
}
.container .text a{
	display: block;
	text-align: right;
	font-size: 12px;
	line-height: 52px;
	margin-top: 34px;
}
.container .text{
	
	margin-left: 40px;
	display: inline-block;
	height: 476px;
	width: 916px;
	color: #666;
	font-size: 18px;
	line-height: 38px;
}
.container .text a{
	color: #00b5ef;
}