footer {
    display: block;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    background: #222;
    border: 0;
}
.stackedImage{
	height: 310px;
}
.layui-container {
	max-width: 2000px;
    padding: 0; 
}
.footerBag{
	margin-top: 30px;
	overflow: hidden;
	height: 290px;
	background: url(../images/footer3.png) no-repeat;
	background-size: 100%;
	padding-top: 50px;
}
.containerFooter{
	bottom: 10px;
}
@media screen and (min-width: 1900px){
	.containerFooter{
		padding-top: 5vw!important;
	}
	.stackedImage{
		height: 330px;
	}
}
.containerFooter ul{
	float: left;
}
.containerFooter li{
	line-height: 30px;
}
.containerFooter li a{
	font-size: 0.8vw;
	color: #B2BECF;
}
.fotPhone{
	text-align: center;
	line-height: 40px;
	color: #B2BECF;
	font-size: 0.8vw;
}
.bottomT{
	overflow: hidden;
	margin-bottom: 20px;
}
.foot-wimg{
	width: 15vw;
	max-width: 90px;
}
.bottomC p{
	font-size: 0.8vw;
	line-height: 30px;
	color: #B2BECF;
	overflow: hidden;
	text-align: center;
}
.to-top {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 80px;
	width: 40px;
	height: 40px;
	background-color: #1261d8d9;
	cursor: pointer;
	z-index: 9999;
}

@media screen and (max-width: 992px){
	.to-top {
		display: none;
		position: fixed;
		right: 25px;
		bottom: 50px;
		width: 40px;
		height: 40px;
		background-color: #1261d8d9;
		cursor: pointer;
	}
	.foot-mgleft{
		margin-left: 15vw!important;
	}
}
@media screen and (min-width:300px) and (max-width: 399px){
	.foot-tp50{
		margin-top: 30px!important;
	}
	.containerFooter{
		padding-top: 40px!important;
	}
	.bottomT{
		display: none!important;
	}
	.bottomPhon span{
		display: block!important;
	}
	.stackedImage{
		height: 160px!important;
	}
}













