*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.footer{
	width: 100%;
	background-color: #8f000b;
	padding-top: 45px;
	padding-bottom: 40px;
	text-align: center;
}
.footer p,.footer p a{
	color: #fff;
}
.footer .addressInfo{
	font-size: 12px;
	margin-bottom: 33px;
}
.footer .addressInfo span{
	margin-left: 100px;
}
.footer .copyright{
	font-size: 14px;
}
.footer .copyright img{
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 320px) {
	.footer{
		text-align: left;
	}
	.footer .addressInfo{
		margin-bottom: 7px;
	}
	
	.footer .addressInfo span{
		margin-left: 35px;
		line-height: 26px;
	}
	.footer .copyright{
		padding: 0 15px;
		font-size: 13px;
	}
}
@media screen and (min-width: 1000px) {
	.footer{
		text-align: center;
	}
	.footer .addressInfo{
		margin-bottom: 33px;
	}
	.footer .addressInfo span{
		margin-left: 35px;
		line-height: 26px;
	}
	.footer .copyright{
		padding: 0px;
		font-size: 14px;
	}
}