
html, body, ul{
	width: 100%; height:100%;
	padding: 0px;
	margin: 0px;
}
/*清除浮动*/
.clearfix:after{ 
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix{ /*兼容 IE*/
    zoom: 1;
}
.bodyContainer{
	width: 100%;
	text-align: center;
}
.contentContainer{
	text-align: left;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	min-width: 800px;
}
#walkingLanternText{
	padding-left: 200px;
	line-height: 300px;
	font-size: 48px;
	font-family: 'Microsoft YaHei';
	color: white; 
}
.logoText{
	color: #273092;
	font-family: 'Microsoft YaHei';
	font-size: 36px;
}
.bgBlack{
	background-color: black;
}
li{
	display: block;
	minWidth: 100px;
	maxWidth: 180px;
	float: left;
}
a{
	text-decoration: none;
}

p{
	line-height: 200%;
	font-size: 16pt;
}

.nav td {
	width: 16%;
	height: 70px;
	text-align: center;
	font-size: 14pt;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
	line-height: 44px;
	background-color: black;
	color: white;
	cursor: pointer;
	border-bottom: solid 3px black;
}
.nav td:hover {
	border-bottom: solid 3px #ff6348;
	color: #ff6348;
}

