footer{
	width: 100%;
	padding: 20px 0;
	background-color: #000;
}
.footer-box{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.footer-logo{
	width: 50%;
	display: block;
	float: left;
}

.footer-logo-box{
	width: 300px;
	max-width: 100%;
}

.footer-info{
	font-size: 17px;
	letter-spacing: 3px;
	color: #FFF;
	width: 50%;
	display: block;
	float: right;
}
.footer-info p a{

}
.footer-info p{
	padding-bottom: 5px;
}
.footer-info p a:hover{
	color: #ea0909;
}
.web{
	letter-spacing: 3px;
	font-size: 13px;
	color: #878484;
	display: block;
	float: right;
	clear: both;
}

.open{
	display: block;
}

.close{
	display: none;
}