.footer-box {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 300px;
}

.footer-mask {
	background-color: rgba(1, 102, 164, 0.6);
	min-height: 300px;
}

.footer-mask .container {
	padding: 50px;
}

.footer-mask .container>div {
	float: left;
	color: #fff;
	width: 356px;
	height: 140px;
}

.footer-mask .container .wxcodebox {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.footer-mask .container .imgdesc {
	text-align: center;
	margin-top: 10px;
}

.footer-mask .container .wxcode {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	float: left;
}

.footer-mask .container h3 {
	margin-top: 2px;
	margin-bottom: 0px;
	text-align: center;
}

.footer-mask .container .contactbox>h3 {
	width: 40%;
	float: left;
}
.footer-mask .container .contactbox>div {
	width: 60%;
	float: left;
}


.footer-mask img {
	width: 100px;
	height: 100px;
	object-fit: fill;
}

@media screen and (max-width:1199px) {
	.footer-mask .container .wxcodebox {
		width: 100%;
	}
	.footer-mask .container>div {
		width: 50%;
	}
}

@media screen and (max-width:991px) {
	.footer-mask .container .contactbox {
		width: 100%;
	}
}
@media screen and (max-width:640px) {
.footer-mask .container>div {
    height: 180px;
}
.banner-columnName {
    font-size: 3em;
}
}
@media screen and (max-width:375px) {
	.footer-mask .container .contactbox {
		width: 100%;
	}

	.footer-mask .container h3 {
		text-align: left;
	}

	.footer-mask .container {
		padding: 30px;
	}

	.footer-mask .container>div:first-child {
		height: 200px;
	}
}