*{margin: 0px;padding: 0px;}

#footer{
	width: 100%;
	height:310px;
	background-color: #fff;
}
.footer_txt{
	width: 100%;
	height: 200px;
	margin: 10px auto;
}
.footer_txt li{
	list-style: none;
	height: 40px;
	margin: 10px auto;
	border-bottom: 2px solid #eee;
	padding-left: 20px;
	color: black;
}
.footer_txt span{
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;

	font-size: 15px;
	font-weight: 600;
}


.footer_copyright{
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: black;
	color: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
}


