
/* footer Start */
.footer{
	margin-top: 30px;
	width: 100%;
	height: 229px;
	color: #FFFFFF;
}
.footer a:hover{
	text-decoration:underline;
	color: #FFFFFF;
}
.footer .top{
	width: 100%;
	height: 165px;
	background-color: #177DB9;
}
.footer .top ul{
	width: 100%;
	height: 149px;
	padding-top: 16px;
	overflow: hidden;
}
.footer .top li{
	width: 20%;
	height: 100%;
	overflow: hidden;
}
.footer .top .titlediv{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.footer .top .ewmimg{
	width: 82px;
	height: 82px;
	margin-top: 8px;
	margin-left: 79px;
}
.footer .top .textlink{
	width: 100%;
	height: 14px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 14px;
}



.footer .bottom{
	width: 100%;
	height: 64px;
	background-color: #1677B0;
	font-size: 10px;
	overflow: hidden;
}
.footer .textExplain{
	width: 100%;
	height:10px ;
	line-height: 10px;
	text-align: center;
	margin-bottom: 5px;
}

/* footer End */