#footer {
	margin-top: 5%;
	height: 350px;
	background-color: #424242;
}

.CJLogo {
	display: flex;
	width: 100px;
	height: 100%;
	font-size: 26px;
	font-family: AliHYAiHei;
	font-weight: 800;
	color: #FFFFFF;
}

.LogoSimg {
	width: 47px;
	height: 47px;
}

.cioajianTitle {
	margin-top: 10px;
}

.Ful01 {
	margin: 30px 0px 0px 50px;
}

.Ful {
	width: 80px;
	color: #FFFFFF;
}

.Ful>li a {
	margin: 15px 0 0 0;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}

.FoorMiddle {
	display: flex;
}

.FooterPhone {
	font-size: 12px;
	color: #FFFFFF;
}

.FooterTime {
	font-size: 12px;
	margin-top: 10px;
}

.ERcode {
	width: 80px;
	height: 80px;
}

.FoorRight>div {
	color: #FFFFFF;
	/* text-align: center; */
}

.Footerbuttom {
	width: 100%;
	height: 10px;
	margin: 50px 0 0 0;
	text-align: center;
	float: left;
	font-size: 8px;
	color: #b9b9b9;
}

.Footerbuttom>a {
	text-decoration: none;
	color: #959595;
}

/* 超小屏幕 手机 col-xs 宽度小于750 */
@media screen and (max-width:650px) {
	.CJLogo {
		margin-top: 30%;
	}

	.FooterPhone {
		margin-top: 60%;
	}

	.FooterTime {
		width: 100px;
		padding-left: 20px;
	}

	.Ful01 {
		padding-left: 5%;

	}

	.Ful>li {
		margin-top: 15px;
	}

	.FoorRight {
		margin-top: 5%;
		text-align: center;
	}

	.phone {
		width: 100px;
	}

	.FRtitle01 {
		margin-top: 5px;
	}

	.FRtitle02 {
		margin-top: 5px;
	}
}

/* 大屏幕 col-lg 宽度大于1200 */
@media screen and (min-width:1200px) {
	.CJLogo {
		margin-top: 20%;
	}

	.Ful01 {
		margin-top: 10%;
	}

	.Ful>li {
		font-size: 20%;
		margin-top: 15px;
	}

	.FooterPhone {
		margin-top: 25%;
	}

	.FoorRight {
		margin-top: 50px;
	}

	.FRtitle01 {
		margin-top: 10px;
	}

	.FRtitle02 {
		margin-left: -8%;
		margin-top: 10px;
	}
}
