.footer{
	margin-top:150px;
	height: 300px;
	overflow: hidden;
}
.footer .left{
	overflow: hidden;
	background: url(../images/default_41.png) no-repeat center 80px;
	width: 22%;
	height: 100%;
	float: left;
	text-align: center;
	color: #a9a7a7;
}
.footer .left .sitename{
	margin-top: 200px;
	font-size: 20px;
	font-weight: bold;
}
.footer .left .sitetel{
	font-size: 14px;
}
.footer .left .siteaddress{
	font-size: 14px;
}

.footer .center{
	overflow: hidden;
	border-right:#484848 1px solid;
	border-left:#484848 1px solid;
	width: 60%;
	height: 300px;
	float: left;
}
.footer .center  ul{
	margin-top: 70px;
	overflow: hidden;
}
.footer .center  ul li{
	width: auto;
	overflow: hidden;
	float: left;
	padding:0 20px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #a9a7a7;
	margin-left:20px;
}
.footer .center  ul li dt{
	width: 100%;
	float: left;
	text-align: left;
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
}

.footer .right{
	overflow: hidden;
	width: 16%;
	height: 300px;
	float: left;
}
.footer .right .wx{
	width:118px;
	height:114px;
	position: relative;
	
	top:80px;
	text-align: center;
}
.footer .right .wb{
	width:118px;
	height:114px;
	position: relative;
	left: 100px;
	top:-34px;
	text-align: center;
}




.footer-copyright{
	height: 50px;
	line-height: 50px;
	text-align: center;
}




