@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding: 0px;
}
.footer-box{
	width:100%;
	background: #693905;/* -webkit-linear-gradient(top, #946134, #693905 40%, #693905 60%,#946134 );*/
	/* background: #202020; */
	text-align: center;
	color:#ccc;
	padding: 12px 0px;
	font-size: 12px;
}
.footer{
	width:1000px;
	display: flex;
	justify-content:center;
	margin:auto;
	margin-bottom: 12px;
	left:0px;
	right: 0px;
}

.link-box{
	margin:auto 60px;
	text-align: left;
}
.link-box p,.link-box a{
	line-height: 24px;
}
.link-box p:hover{
	color:#fff;
}

.footer a:link {color:#ccc;}		/* 未被访问的链接 */
.footer a:visited {color:#999;}	/* 已被访问的链接 */
.footer a:hover {color:#fff;}	/* 鼠标指针移动到链接上 */
.footer a:active {color:#fff;}	/* 正在被点击的链接 */
.footer a{
	text-decoration:none
}

.footer-box h3{
	margin: 12px auto;
	color: #fff;
}

.wxcode-box{
	float: right;
}
.wxcode-box img{
	width:60px;
}

.footer a img,.footer p img{
	width:16px;
	margin-bottom:-4px;
	margin-right: 6px;
}
