.footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.footer .link{
	width: 100%;
	padding: 25px 0;
	background:url(../img/footer.jpg) no-repeat center;
	background-size:cover
}
.footer .link ul li:first-child>a{
	color: #008dd3;
	font-size: 20px;
}
.footer .link ul li:first-child>a:hover{
	text-decoration: none;
}
.footer .link ul li>a{
	color: #FFFFFF;
	line-height: 28px;
	font-size: 14px;
}
.footer .link ul li>a:hover{
	text-decoration: underline;
}
.footer .link ul:nth-of-type(1)>li{
	font-size: 14px;
	width: 270px;
	line-height: 20px;
	margin:0 0 10px 0;
	color: #d9d9d9;
}
.footer .link ul{
	float: left;
	margin-right: 40px;
}
.footer .link ul:last-of-type{
	float: left;
	margin-right:0;
}
.footer .copyright{
	width: 100%;
	background: #151515;
	padding: 20px 0;
	text-align: center;
	color: #d9d9d9;
	font-size: 14px;
}
.footer .copyright p{
	margin: 5px;
}

