
/* 页脚 */
.g-ft{
	position: relative;
	float: left;
	width:100%;
	background: #F1F1F1;
}
.g-ft .ftnav{
	width:1200px;
	margin:0 auto;
	height:200px;
}
.g-ft .ftnav div{
	float:left;
}
.g-ft .ftnav ul{
	margin-right: 85px;
}
.g-ft .ftnav div h2{
	line-height: 30px;
	font-size: 16px;
	color:#D7000F;
	margin-top:15px;
}
.g-ft li{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	line-height: 30px;
	margin-right:30px;	
}

.g-ft .f-bgc{
	position: absolute;
	width:100%;
	height:35px;
	background: #D7000F;
}
.g-ft .f-bgc .cprt{
	margin:0 auto;
	font-size:16px;
	color:#fff;
	text-align: center;
	line-height: 35px;
}
.g-ft .qr{	
	margin-top: 30px;
}
.g-ft .qr 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 .qr img{
	margin:10px 10px 0;
}
.g-ft .qr span{
	display:inline-block;
	font-size:14px;
	color:#666;
	width:120px;
	height:17px;
	line-height: 17px;
	text-align: center;
}

/* 快速通道 */
#navlink {
    width: 300px;
    margin: 0;
    padding: 0;
    height: 150px;
    overflow: hidden;
    margin-right: 80px;
}
#navlink ul{
	display:block;
	list-style:none;
    padding: 0;
    margin: 0;
}
#navlink li{
	display:inline-block;
	float:left;
	line-height:28px;
	min-height:28px;
	width: 100px;
}
/* /快速通道 */

/* 友情链接 */
#friendlinks {
    margin: 0;
    padding: 0;
    width: 400px;
    height: 150px;
    overflow: hidden;
    margin-right: 30px;
}

#friendlinks ul{
	display:block;
	list-style:none;
    padding: 0;
    margin: 0;
}
#friendlinks li{
	display:inline-block;
	float:left;
	line-height:28px;
	min-height:28px;
	width: 150px;
}
#friendlinks li a{
	width: 150px;
}

/* /友情链接 */