
/* 页脚 */
.g-ft{
	clear: both;
	width:100%;
	background: #eeebe3;
	margin-top:40px;
}
.g-ft .ftnav{
	width:1200px;
	margin:0 auto;
	height:111px;;
}
.g-ft .ftnav .links{
	float:left;
	width: 840px;
	height:80px;
	overflow: hidden;
}
.g-ft .ftnav .links h2{
	float:left;
	line-height: 30px;
	font-size: 16px;
	color:#cc1c1e;
	margin-top:19px;
	margin-right: 40px;
}
.g-ft .ftnav .links ul{
	float:left;
	width: 730px;
	margin-top:15px;
}
.g-ft .links li{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	/*margin-right:35px;*/
	width:145px;
	height:30px;
	line-height: 16px;
	font-size:14px;
	color:#333;
}
.g-ft .links li a{
	display: block;
	height:20px;
	width:145px;
	margin-top:12px;
}
/* 二维码 */
.g-ft .ftnav .qrCode{
	float:left;
	/*width:300px;*/
	margin-top:10px;
}
.g-ft .ftnav .qrCode div{
	float: left;
	width:100px;
	margin-left: 50px;
}
.g-ft .ftnav .qrCode img{
	margin-left:12px;
}
.g-ft .ftnav .qrCode span{
	display: block;
	margin-top:5px;
}
.g-ft .f-bgc{
	width:100%;
	height:35px;
	background:#FF0400;
}
.g-ft .f-bgc .cprt{
	margin:0 auto;
	font-size:14px;
	color:#fff;
	text-align: center;
	line-height: 35px;
}

/* 友情链接 */
#friendlinks {
    margin: 0;
    padding: 0;
}

#friendlinks ul{
	display:block;
	list-style:none;
    padding: 0;
    margin: 0;
}
#friendlinks li{
	display:inline-block;
	float:left;
	line-height:28px;
	min-height:28px;
}