@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
	list-style-type:none;
	font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}

.footer{
	min-width: 1200px;
	color:#ffffff; 
	width:100%;
    height: 600px;
	margin-top: 140px;
	background-color:#282828;
}
.footer-summary{
	width:100%;
	padding-top: 80px;
	margin:0 auto;
	min-width: 1200px;
	max-width: 1200px;
}
.footer-summary a:link{color:#FFFFFF;text-decoration: none;}
	.footer-summary a:visited {color:#FFFFFF;text-decoration: none;}
    .footer-summary a:hover{color:#FFFFFF;text-decoration: none;}
	.footer-summary a:active {color:#FFFFFF;text-decoration: none;}
	.foter-summary-list{
		width: 67%;
		height:130px; 
		float:left; 
		color: #ffffff;
	}

