.footerWrap{
	width: 100%;
	background: #333;
	height: 310px;
}
.footerC{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 1200px;
	margin: 0 auto;
}
.footerCM,
.footerCR{
	color: #fff;
}
.footerCR{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footerCR div{
	text-align: center;
	margin-left: 65px;
}
@media screen and (max-width:767px) {
	.footerWrap{
		height: auto !important;
		padding:20px 0 !important;
	}
	.footerC{
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	.footerCM {
		margin: 20px auto;
		width: 90%;
	}
	.footerCR{
		width: 90%;
		justify-content: space-between;
	}
	.footerCR div{
		margin: 0;
	}
}