.footer{
	width: 100%;
	background: #202020;
	padding-top: 50px;
}


.f-bot{
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #999999;

}
.footer .line{
	width: 80%;
	height: 1px;
	margin:0 auto;
	background: -webkit-linear-gradient(left,rgba(255,255,255,0),#ccc,rgba(255,255,255,0));
	background: -o-linear-gradient(left,rgba(255,255,255,0),#ccc,rgba(255,255,255,0));
	background: -moz-linear-gradient(left,rgba(255,255,255,0),#ccc,rgba(255,255,255,0));
	background: -mos-linear-gradient(left,rgba(255,255,255,0),#ccc,rgba(255,255,255,0));
	background: linear-gradient(left,rgba(255,255,255,0),#ccc,rgba(255,255,255,0));
}
.f-bot .lf{
	float: left;
}

.f-bot .ri{
	float: right;
}
.f-bot .ri a{
	color: #999;
}
.f-top{
	padding-bottom: 30px;
}

.f-top .w>div{
	float:left;
}
.f-top .w>div.img{
	width: 170px;
	padding-left: 85px;
	box-sizing: border-box;
}

.f-top .w>div.f-cont{
	color: #999999;
	width: 870px;
	box-sizing: border-box;
	padding-left: 120px;
	font-size: 14px;
	line-height: 2;
}
.f-top .w>div.f-cont strong
{
	font-size: 16px;
	color: #fff;	
}

.f-top .ew{
	width: 160px;
	text-align: center;
	color: #999;
	font-size: 16px;	
}
.f-top .ew span{
	display: block;
	line-height: 2;
}
.f-top table td{
	width: 50%;
}
.friend{
	padding: 20px 0px;
	line-height:2

}
.friend span{
	font-size: 14px;
	color: #999;
	display: inline-block;
	width: 10%;
	margin-right: 1%;
	text-align: center;
	vertical-align: top;
}
.friend a{
   /* width: 8%;*/
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-right: 1%;
	text-align: center;
}

