.footer-warp{
	width: 100%;
	background: lightgoldenrodyellow;
}
.footer-head{
	width: 100%;
	height: 62px;
	background: #1c1c1c;
}
.head-container{
	padding-top: 24px;
}
.head-list{
	width: 1220px;
	margin: 0 auto;
}
.head-list>li{
	float: left;
	color: #d5d5d5;
	margin-right: 28px;
	font-size: 13px;
}
.foot-container{
	height: 300px;
	width: 100%;
	background: #000;
}
.footer{
	width: 1220px;
	height: 100%;
	padding-top: 55px;
	margin: 0 auto;
}

.footer>ul{
	float: left;
	margin-right: 50px;
}
.footer>ul>li{
	color: white;
	font-size: 13px;
	color: #8d8d8d;
	margin-top: 7px;
	margin-bottom: 7px;
}
.footer>ul>li a { color: inherit;}
.footer>ul>li:first-of-type{
	margin-bottom:19px;
	color: white;
	font-size: 16px !important;
}

.bottom-warp{
	width: 100%;
	height: 70px;
	border-top:1px solid #1c1c1c;
	background: #000;
}
.bottom{
	width: 1220px;
	margin: 0 auto;
	text-align: center;
	line-height: 70px;
	font-size: 13px;
	color: #8d8d8d;
}

