﻿.side ul li {
	width:54px;
	height:54px;
	float:left;
	position:relative;
	margin-bottom:2px;
}
.side ul li .wx {
	width:220px;
	position:absolute;
	bottom:54px;
	right:0;
	display:none;
}
.side ul li a:hover .wx {
	display:block;
}
.side ul li .wx img {
	width:100%;
	display:block;
}
.side ul li .ly {
	width:240px;
	position:absolute;
	top:54px;
	right:0;
	background-color:#fff;
	display:none;
}
.side ul li a:hover .ly {
	display:block;
}
.side ul li .sidebox {
	position:absolute;
	width:54px;
	height:54px;
	top:0;
	right:0;
	background:#666;
	font-family:"微软雅黑";
	color:#fff;
	line-height:54px;
	font-size:14px;
	overflow:hidden;
	border-radius:5px 0 0 5px;
}
.side ul li .sidetop {
	width:54px;
	height:54px;
	line-height:54px;
	display:inline-block;
	background:#1E35CD;
	border-radius:5px 0 0 5px;
}
.side ul li .sidetop:hover {
	background:#1E35CD;
	opacity:1;
	filter:Alpha(opacity=100);
}
.side ul li img {
	float:left;
}