
/* 页脚 */
.g-ft{
	clear:both;
	position: relative;
	width:100%;
	margin-top:45px;
	height:275px;
	background: #f2f1eb;
}
.g-ft .m-ftnav{
	width:1200px;
	margin:0 auto;
}
.g-ft .m-ftnav div{
	float:left;
	margin-top:30px;
	width:400px;
	height:160px;
}
.g-ft .m-ftnav div p{
	font-size:16px;
	color:#8c1515;
	margin-bottom:10px;
}
.g-ft .m-ftnav div a{
		display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	font-size:14px;
	color:#666;
	height:28px;
	line-height: 28px;
}
.g-ft .m-ftnav div a:hover{
	color:#8c1515;
}
.g-ft .m-ftnav .ftlf a{
	width:100px;
}
.g-ft .m-ftnav .ftcen a{
	width:160px;
}
.g-ft .ftrt div{	
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	margin:0 40px 0 0;
	width:120px;
	height: 130px;
	background: #fff;
}
.g-ft .ftrt img{
	margin:10px 10px 0;
}
.g-ft .ftrt span{
	display:inline-block;
	font-size:14px;
	color:#666;
	width:120px;
	height:17px;
	line-height: 17px;
	text-align: center;
}
.g-ft .m-ftbm{
	position: absolute;
	top:195px;
	width:100%;
	height:85px;
	background: #8c1515;
}
.g-ft .m-ftbm .cprt{
	position: relative;
	width:1200px;
	height: 50px;
	margin:20px auto;
}

.g-ft .m-ftbm span{
	display: block;
	height: 22px;
	line-height: 22px;
	font-size:14px;
	color:#eee;
}
/* 快速通道 */
#navlink {
    width: 200px;
    margin: 0;
    padding: 0;
}
#navlink ul{
	display:block;
	list-style:none;
    padding: 0;
    margin: 0;
}
#navlink li{
	display:inline-block;
	float:left;
	line-height:28px;
	min-height:28px;
}
/* /快速通道 */

/* 友情链接 */
#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;
}

/* /友情链接 */
/* 版权图标 */
.cprtlogo{
	position: absolute;
	bottom: 20px;
	left: -10px;
}
.cprtspan{
	position: absolute;
	left: 95px;
	bottom: 3px;
}