.bottomBody{
	background-color: #0E62BC;
	height: 164px;
    clear:both;
    margin-top: 55px;
}
.bottomSplit{
	height:32px;
}
.bottomBody .bottomLink{
	width: 1000px;
    padding-top: 30px;
    margin: 10px auto 30px auto;
    min-height: 89px;
    background-color: #303438;
}
.bottomBody .bottomLink .bottomLinkTitle{
	background-color: #4C75C3;
    padding: 10px 10px 10px 15px;
    width: 67px;
    color: #FFFFFF;
    font-size: 15px;
    border-radius: 5px;
}
.bottomBody .bottomLink ul{
	width: 1000px;
    margin: 0px auto 0px auto;
    overflow: hidden;
    zoom: 1;
}
.bottomBody .bottomLink ul li{
	float: left;
    margin-right: 58px;
    width: 225px;
    height: 16px;
    margin: 10px;
    line-height: 31px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
}
.bottomBody .bottomCopyright{
	width: 1000px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px auto 0px auto;
}
