#demo-footer{
	/* position: fixed;
	bottom: 0;
	left: 0;
	width: 100%; */
	background: #ffffff;
	text-align: center;
	
	/* display: none; */
	padding-top: 20px;
	padding-bottom: 100px;
}
#demo-footer ul {
	margin: 0 auto;
}
#demo-footer a.nav-redirect{
	color: #000;
	display: inline-block;
	text-decoration: none;
	width: 9%;
}
#demo-footer a.nav-redirect:hover{
	text-decoration: underline;
}
#demo-footer .m-b-1 {
	color:#3b3b3b;
	font-size:12px;
	margin-bottom: 8px;
}
#demo-footer .m-b-2 {
	margin-bottom: 12px;
	margin-top: 20px;
}
#demo-footer .m-b-2 a {
	color:#3b3b3b;
	font-size：14px
}
#hover-show-part{
	margin-bottom: 16px;
}
.line{
	width: 90%;
	margin: 0px auto;
	height: 1px;
	background: url('/system/modules/my.opencms.news/resources/pc/pic/line.png') no-repeat;
	background-size: 100% 100%;
}
@media screen and (max-width: 780px) {
    #demo-footer{
	border: ;
	background: #ffffff;
	text-align: center;
	width: 100%;
	/* display: none; */
	padding-top: 20px;
	padding-bottom: 200px;
	}
	#demo-footer ul {
		width: 100%;
		margin: 0 auto;
	}
	#demo-footer a.nav-redirect{
		color: #000;
		display: inline-block;
		text-decoration: none;
		width: 30%;
	}
}


	