@charset "gb2312";
.floatBar {
	position: fixed;
	width: 78px;
	right: 10px;
	top: 40%;
	z-index: 99;
}
.floatBar li {
	position: relative;
	height: 78px;
	margin-bottom: 2px;
	background-position: center 10px;
	background-repeat: no-repeat;
}
.floatBar li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 130px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}
.floatBar li a span {
	display: none;
	position: absolute;
	top: 0px;
	left: -130px;
}
.floatBar li a span img {
	display: block;
}
.floatBar li a:hover span {
	display: block;
	-webkit-box-shadow: 0px 0px 5px 0px #A2A2A2;
	box-shadow: 0px 0px 5px 0px #A2A2A2;
}
.floatBar li a:hover {
	background-color: #000;
	filter: alpha(opacity=50); /*IE*/
	-moz-opacity: 0.5; /*MOZ , FF*/
	background: rgba(0, 0, 0, 0.5)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.floatBar .barTop {
	background-color: #2f2f2f;
	background-image: url(../img/floatbar-img/pagebar-icon-1.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.floatBar .barQQ {
	background-color: #0a89ea;
	background-image: url(../img/floatbar-img/pagebar-icon-2.png);
}
.floatBar .barWX {
	background-color: #5BBF00;
	background-image: url(../img/floatbar-img/pagebar-icon-3.png);
}
.floatBar .barWB {
	background-color: #FF9E00;
	background-image: url(../img/floatbar-img/pagebar-icon-4.png);	
}