﻿/* side */
.side {
	position:fixed;
	width:50px;
	right:0;
bottom:100px;
	z-index:100; z-index:9999
}
.side ul li {
	width:50px;
	height:50px;
	float:left;
	position:relative;
	margin-bottom: 2px;
}
.side ul li .sidebox {
	position:absolute;
	width:50px;
	height:50px;
	border-radius:5px 0 0 5px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#000022;
	color:#fff;
	font:16px/50px "微软雅黑";
	overflow:hidden;
}
.side ul li a:hover .sidebox {
	width: 195px;
}
.side ul li .sidetop {
	width:50px;
	height:50px;
	line-height:50px;
	display:inline-block;
	background:#000;
	opacity:0.8;
	filter:Alpha(opacity=80);
	transition:all 0.3s;
}
.side ul li .sidetop:hover {
	background:#c81821;
}
.side ul li img {
	float:right;
}
.side ul li a{ color:#fff}
.TOP A{ background:#c81821 !important}




.side  ul li .weixin {
	position: absolute;
	left: -154px;
	bottom: 0;
	display: none;
}
.side  ul li .weixin em {
	background: url(../images/r_icon1.png) no-repeat #000;
	width: 5px;
	height: 17px;
	display: block;
	position: relative;
	right: -5px;
	top: 50%;
	margin-top: 3px;
}
.side ul li .weixin img {
	display: block;
}
.fangkuai{position:absolute;
	width:50px;
	height:50px;
	border-radius:5px 0 0 5px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#000022;
	color:#fff;
	font:16px/50px "微软雅黑";
	overflow:hidden;}