.footer{
	width: 100%;
	height: 368px;
	background:rgba(36,36,36,1);
}
.footcon{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: top;
	overflow: hidden;
}
.navfoot{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.navfoot a{
	margin-bottom: 18px;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	display: block;
}
.fline{
	width:1px;
	height:150px;
	background:rgba(56,56,56,1);
}
.contantfoot{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:30px;
	color:rgba(255,255,255,1);
}
.contantfoot .ftitle{
	margin-bottom: 19px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.contantfoot a{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	display: block;
}
.ewm img{
	width: 121px;
	height: 121px;
}
.ewmTip{
	text-align: center;
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(198,198,198,1);
}
.figLine{
	margin: 0 auto;
	width:1200px;
	height:1px;
	background:rgba(56,56,56,1);
}
.footBottom{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.copyright{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(199,199,199,1);
}