/*
	分离-底部的footer控制
*/
/* 底部版权-校徽校训 */
/* .footer {
	
	background: #7bba58;
		background:  no-repeat;
	width: 100%;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	background-size: cover;
	position: relative;
	padding: 5px 0;
}

.footer-img1 {
	position: absolute;
	left: 180px;
	top: 0px;
}

.footer-img2 {
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer-second {
	padding: 5px 0;
} */
/* 底部版权-校徽校训 -结束*/

/* 底部版权-楼 */
.footer {
	
	background: #11a5a8;
	width: 100%;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	background-size: cover;
	padding: 0;
	position: relative;
}
.footer-main{
    padding: 0px 0 70px 0;
}
/* .footer-main {
	padding: 35px 0;
} */
.footer-img-con {
	width: 100%;
	position: absolute;
	text-align: center;
}

.footer-image1 {
    height: 174px;
    width: 700px;
    opacity: 0.8;
}

.footer-con {
	text-align: right;
}

.footer-con1 {
    text-align: left ;
}


/* .footer-con {
	text-align: left;
	padding-left: 100px;
}

.footer-con1 {
	text-align: right;
	padding-right: 100px;
} */

.footer-first {
	padding-top: 20px
}

.footer-second {
	padding: 20px 0;
}
/* 底部版权-楼 -结束*/






