@CHARSET "UTF-8";
.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.friendly-links-wrap {

	width: 100%;
	background-color: #303030;
}

.friendly-links {
	width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #3a3a3a;
}

.friendly-links-lists {
	position: relative;
	padding-left: 70px;
	padding-top: 28px;
}

.friendly-links-lists .friendly-links-lebal{
	position: absolute;
	top: 28px;
	left: 0;
	font: 12px/12px "微软雅黑";
	color: #7c7c7c;
}

.friendly-links-lists a{
	float: left;
	height: 12px;
	padding-right: 22px;
	padding-bottom: 15px;
	font: 12px/12px "微软雅黑";
	color: #7c7c7c;
}

.friendly-links-list a {
	color: #7c7c7c;
}

.friendly-links-list a:hover {
	color: rgba(64,195,255,0.4);
}