/*底部*/
.footer{
	width: 100%;
	height: 326px;
	background: #303030;
}
.mobile-footer{
	display: none;
}
.foot{
	width: 1120px;
	height: 280px;
	margin: auto;
	padding: 46px 40px 0 40px;
}

.foot .topArea{
	width: 1120px;
	height: auto;
	border-bottom: 1px solid #fff;
}
.foot .topArea .logo-left{
	width: 410px;
	height: 120px;
	float: left;
}

.foot .topArea .logo-left p{
	width: 200px;
	display: inline-block;
	font-size: 12px;
	color: #e9e9e9;
	margin-top: 20px;
}

.foot .topArea .link-right{
	width: 710px;
	height: auto;
	float: left;
}

.foot .topArea .link-right h3{
	font-size: 18px;
	color: #e9e9e9;
	line-height: 28px;
	font-weight: normal;
	margin-top: 12px;
}

.foot .topArea .link-right ul{
}

.foot .topArea .link-right ul li{
	float: left;
	font-size: 12px;
	color: #e9e9e9;
	line-height: 36px;
	margin-right: 10px;
}

.foot .topArea .link-right ul li a{
	font-size: 12px;
	color: #e9e9e9;
}

.foot .bottomArea{
	margin-top: 30px;
	text-align: center;
}

.foot .bottomArea a{
	font-size: 12px;
	color: #e9e9e9;
	margin-right: 10px;
	display: inline-block;
}

.foot .img-smrz{
	width: 134px;
	height: 50px;
	display: block;
	margin: 26px auto;
}