.bottomBody{
	background-color: #303438;
	background: url(../imggreen/index/bottom.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
	height: 219px;
    clear:both;
}
.bottomSplit{
	height:95px;
}
.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: 219px;
    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: 7px;
    padding-bottom: 8px;
    margin: 0px auto 0px auto;
}
