
/* 页脚 */
.g-ft{
	position: relative;
	float: left;
	width:100%;
	height: 160px;
	background: #0D3F57;
}
.g-ft .ftwrap{
	width:1200px;
	margin:0 auto;
	height:160px;
}
.g-ft .ftwrap .links{
	float: left;
	width:650px;
	margin-right: 20px;
}
.g-ft .ftwrap .links h2{
	font-size: 16px;
	color: #FBFBF9;
	margin-top: 30px;
}
.g-ft .ftwrap .links #friendlinks{
	height: 60px;
	margin-top: 20px;
	overflow: hidden;
}
.g-ft .ftwrap .links #friendlinks li{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width: 150px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
}
.g-ft .ftwrap .links #friendlinks li a{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width: 150px;
	color: #FBFBF9;
}
.g-ft .ftwrap .links #friendlinks li a:hover{
	color: #ccc;
}
.g-ft .ftwrap .fenge{
	float: left;
	width:1px;
	height: 80px;
	background-color: #FBFBF9;
	margin-top: 50px;
	margin-right: 35px;
}
.g-ft .ftwrap .cprt{
	float: left;
	color: #FBFBF9;
	margin-top: 70px;
}
.g-ft .ftwrap .cprt span{
	display: block;
	margin-bottom: 14px;
}