.slidebar {
	width: 61px;
	position: fixed;
	z-index: 9999;
	left: 50%;
	top: 35%;
	margin-left: 640px;
}

.slidebar ul li {
	width: 61px;
	height: 61px;
	margin-bottom: 2px;
	position: relative;
}
.slidebar ul li:hover{
	cursor: pointer;
}
.slidebar ul li a {
	display: block;
	width: 61px;
	height: 61px;
}

.slidebar ul li.item1 {
	background: url(../img/wb.jpg);
}

.slidebar ul li.item2 {
	background: url(../img/wx.jpg);
}

.slidebar ul li.item3 {
	background: url(../img/jwt.png);
}

.slidebar ul li.item4 {
	background: url(../img/item4.png);
}

.slidebar ul li.item5 {
	background: url(../img/znwd.jpg);
}

.slidebar ul li.item1:hover {
	background: url(../img/wbl.jpg);
}

.slidebar ul li.item2:hover {
	background: url(../img/wxl.jpg);
}

.slidebar ul li.item3:hover {
	background: url(../img/jwtl.png);
}

.slidebar ul li.item4:hover {
	background: url(../img/item4l.png);
}

.slidebar ul li.item5:hover {
	background: url(../img/znwdl.jpg);
}

.slidebar ul li .show-ewm {
	position: absolute;
	width: 135px;
	height: 130px;
	background: url(../img/phpj211.png) no-repeat;
	top: -34px;
	opacity: 0;
	z-index: -1;
}

.slidebar ul li .show-ewm img {
	width: 116px;
	height: 116px;
	position: absolute;
	filter: alpha(opacity=0);
	margin-top: 7px;
	margin-left: 7px;
}
