/* 底部区域 */
.footer{
	padding:30px 0 15px;
	background:#ededed;
}

.footer .footerBox{
	margin:0 auto;
	width:975px;
}

.footer .footerBox .footerInfo{
	float:left;
  line-height:18px;
  font-size:12px;
	color:#999;
}
.footer .footerBox .footer-imgIbox{
	float:right;
	width:300px;
}
.footer .footerBox .footer-imgIbox img{
	margin-bottom:5px;
}

.footer .footerBox .footer-btnArea{
	margin-top:10px;
	height:40px;
	border-top:2px solid #e6e6e6;
	border-bottom:2px solid #e6e6e6;
}
.footer .footerBox .footer-btnArea a{
	float:left;
	height:40px;
	line-height:40px;
	font-size:12px;
	color:#666;
}
.footer .footerBox .footer-btnArea span{
	float:left;
	margin:0 4px;
	height:40px;
	line-height:40px;
	font-size:12px;
	color:#666;
}
.footer .footerBox .footer-btnArea span:last-child{
	margin:0 0 0 27px;
}

.footer .footerBox .footer-govBox{
	margin:10px 0;
	width:fit-content;
}
.footer .footerBox .footer-govBox .short{
	float:left;
	width:60px;height:60px;
}
.footer .footerBox .footer-govBox .long{
	float:left;
	width:120px;height:60px;
}

.footer .footerBox .footerTit{
	margin-top:10px;
	line-height:40px;
	border-top:2px solid #e6e6e6;
	font-size:12px;
}

/* 底部区域End */
