.footers{
	width: 100%;
	height: 569px;
	background: url("../../images/footer/footerBg.png") no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 63px;
	position: relative;
	min-width: 1585px;
	box-sizing:border-box;
}
.footers .footer-school{
	width: 364px;
	height: 242px;
}
.footers .yqlj{
	height: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
	display: flex;
	margin-bottom: 19px;
	margin-top: 61px;
	
}
.footers .items{
	margin-right: 70px;
	cursor: pointer;
}

.footers .items a{
	position: relative;
	padding-bottom: 5px;
	color:#ffffff;
}

.footers .items a::after {
	content: "";
	width: 0;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	top: 100%;
	left: 50%;
	transition: all .5s;
}
.footers .items a:hover::after{
	left: 0%;
	width: 100%;
}

.footers .address{
	display: flex;
	height: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
}
.footers .address-item{
	margin-right: 48px;
}
.footers .footer-last{
	height: 85px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 85px;
	display: flex;
	justify-content: center;
}
.footers .footer-last-last{
	display: flex;
	align-items: center;
	margin-left: 90px;
}