﻿/***************************************   footer  start      *****************************************/
.footer{
	width: 100%;
	/*height: 400px;
	background: url(../images/footer.jpg) no-repeat center;*/
	overflow: hidden;
	height: 300px;
	background-color: rgba(0,0,0,0.8);
}
.footer .footer-box{
	width: 1024px;
	margin:0 auto;
	padding-top: 40px;
}
.footer .footer-box .footer-ul{
	text-align: center;
}
.footer .footer-box .footer-ul li{
    margin: 0px 15px;display:inline-block;
}
.footer .footer-box .footer-ul li a{
	color:#ffffff;
}
.footer .footer-box .footer-img{
	text-align: center;
}
.footer .footer-box .footer-img img{
	width: 100px;
}
.footer .footer-box .footer-img li {
	display:inline-block;
	margin: 30px 15px 0px 15px;
}
.footer .footer-box .footer-img p {
	margin-bottom: 20px;
}
.footer .footer-box p {
	margin: 15px 0px;
    text-align: center;
}

/***************************************   footer  end      *****************************************/