/* 底部 */

.footer{
	background: #f0f0ef;
	padding: 10px 0px 10px;
}

.footer_nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.footer_nav_left{
	float: left;
	width: 40%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
}

.footer_nav_left span.footer_nav_en{
	display: block;
	font-size: 14px;
	color: #4c5359;
	text-transform: uppercase;
}

.footer_nav_left span.footer_nav_cn{
	display: block;
	font-size: 14px;
	color: #333;
}


.footer_nav_right{
	float: right;
	width: 60%;
	height: auto;
	overflow: hidden;
}
.footer_nav_right ul li{
	float: left;
}
.footer_nav_right li{
	width: calc(100% / 8);
	height: auto;
	overflow: hidden;
	line-height: 60px;
	text-align: center;
}
.footer_nav_right li a{
	color: #333;
}
.footer_contact {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.footer_lxfs{
	float: left;
	width: 60%;
	height: auto;
	overflow: hidden;
	color: #333;
	line-height: 35px;
}
.footer_ewm{
	float: right;
	width: 150px;
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #333;
}
.footer_ewm ul li{
	float: left;
}
.footer_ewm li{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.footer_ewm li img{
	margin: 0px auto;
	max-width: 130px;
}
.footer_ewm li span{
	display: block;
	color: #838383;
	padding: 5px 0;
	font-size: 14px;
}

.banquan{
	color: #424242;
	line-height: 30px;
}

.banquan span{
	color: #424242;
}

.banquan span a{
	color: #424242;
}


@media (max-width:1200px) {
	
	/* 底部 */
	
	.footer{
		background: #1b1b1b;
		padding: 20px 0 20px;
	}
	
	.footer_nav{
		display: none;
		
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 30px;
		border-bottom: 1px solid #303030;
	}
	
	.footer_nav_left{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 30px;
	}
	
	.footer_nav_left span.footer_nav_en{
		display: block;
		font-size: 14px;
		color: #4c5359;
		text-transform: uppercase;
	}
	
	.footer_nav_left span.footer_nav_cn{
		display: block;
		font-size: 14px;
		color: #fff;
	}
	
	
	.footer_nav_right{
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.footer_nav_right ul li{
		float: left;
	}
	.footer_nav_right li{
		width: calc(100% / 6);
		height: auto;
		overflow: hidden;
		line-height: 60px;
		text-align: left;
	}
	.footer_nav_right li a{
		color: #999999;
	}
	.footer_contact {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		border-bottom: 1px solid #303030;
	}
	.footer_lxfs{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		color: #838383;
		line-height: 35px;
		margin-bottom: 30px;
		text-align: center;
	}
	.footer_ewm{
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		color: #838383;
	}
	.footer_ewm ul li{
		float: left;
	}
	.footer_ewm li{
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}
	.footer_ewm li img{
		margin: 0px auto;
		max-width: 130px;
	}
	.footer_ewm li span{
		display: block;
		color: #838383;
		padding: 5px 0;
	}
	
	.banquan{
		color: #424242;
		line-height: 30px;
	}
	
	.banquan span{
		color: #424242;
	}
	
	.banquan span a{
		color: #424242;
	}
	
	
}