.footer{
	width: 100%;
	height: 354px;
	background: #000;
	text-align: center;
	padding-top: 72px;
	margin-top: 20px;
}
.footer_flex{
	padding-top: 150px;
	padding-bottom: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	background: #333333;
	margin-top: 20px;
	color: #fff;
	font-size: 18px;

}
.footer_flex a{
	color:#337ab7;
}
.footer_flex a:hover{
	color:#337ab7;
}
.footer-slogan{
	display: inline-block;
	margin-left: 20px;
	font-size: 20px;
	vertical-align: middle;
	color: #fff;
}
.footer-slogan p{
	margin-bottom: 0;
}
.footer-con{
	margin-top: 52px;
}
.footer-con p{
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}
.footer-con .tel{
	font-size: 20px;
	font-weight:bold;
}

.footer p a{
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.footer p{
		line-height: 20px;
		margin-top: 10px;
	}
	.footer p a{
		display: block;
	}
} 
.footer-logo img{
	width: 145px;
	height: 70px;
}
.downloadImg{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.downloadImg img{
	width: 150px;
	height: 150px;
	color: #fff;
	box-sizing: border-box;
	margin-left: 16px;
	margin-bottom: 16px;
	
}
.downloadImg>div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}

