﻿@charset "utf-8";
/* CSS Document */

/*底部信息*/
footer{  
	  background-color: #333;
	  width: 100%;
	  height: 160px;

}
footer section{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}
footer section p{
	color:#A4A4A4; 
	line-height: 28px;

}

section {
	
}
