footer{
	position: relative;
    float: left;
    margin-top: 10px;
    background: url(../images/footer.png) center 0 repeat;
    width: 100%;
    height: 360px;
}
footer .address_info{
	float: left;
	margin-top: 180px;
	/* display: inline-block; */
	color: #fff;
	font-size: 13px;
}
footer .address_info .link{
	margin-bottom: 30px;
}
footer .address_info .link,
footer .address_info .link a{
	font-size: 14px;
	color: #fff;
}
footer .address_info .link span{
	margin: 0 24px;
}
footer .address_info>span{
	display: block;
	height: 26px;
	line-height: 26px;
}
footer .footer_content .img{
	float: right;
	margin-top: 157px;
}
footer .footer_content .img>div{
	display: inline-block;
	width: 117px;
	height: 166px;
	margin-left: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
footer .footer_content .img .gzh_img,
footer .footer_content .img .wx_img{
	width: 117px;
	height: 117px;
}
footer .gzh_img>img,
footer .wx_img>img{
	width: 100%;
	height: 100%;
}
footer>.copyright{
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	height: 32px;
	width: 100%;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
footer>.copyright a{
	color: #fff;
}