/* 侧边栏 */
.side {
	position: fixed;
	width: 60px;
	height: 300px;
	background: #4D4D4D;background: rgba(2,39,108,0.8);background: rgba(209, 37, 39, 0.9);
	right: 0;
	top: 56%;
	margin-top: -180px;
	z-index: 100;
	border-radius: 25px 0 0 25px;
}
.side ul li {
	width: 60px;
	height: 60px;
	float: left;
	position: relative;
	line-height: 50px;
}
.side ul li span {
	padding-left: 60px;
	height: 60px;
	line-height: 60px;
	display: block;    white-space: nowrap;
}
.side ul li .sidebox {
	vertical-align: middle;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color: #fff;
	overflow: hidden;background-color: transparent;
}
.side ul li .side1 {
	background: url(/templets/default/css/sider.png) no-repeat 19px center;
}
.side ul li .side2 {
	background: url(/templets/default/css/sider1.png) no-repeat 16px center;
}
.side ul li .side3 {
	background: url(/templets/default/css/sider2.png) no-repeat 19px center;
}
.side ul li .side4 {
	background: url(/templets/default/css/sider3.png) no-repeat 18px center;
}
.side ul li .side5 {
	background: url(/templets/default/css/sider4.png) no-repeat 18px center;
}
.side ul li .side6 {
	background: url(/templets/default/css/sider5.png) no-repeat 19px center;
}
.side ul li .sidebox img {
	padding: 11px 18px;
	float: left;
}
.side ul li .sidetop img {
	padding: 15px;
	float: left;
}
.side ul li .sidetop {
	width: 60px;
	height: 60px;
	display: inline-block;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	transition: all 0.3s;
	cursor: pointer;
}
.side .sider_2wm {
	position: absolute;
	right: 60px;
	top: -18px;max-width: 140px;
	display: none;
}
.side .sider_h:hover .sider_2wm {
	display: block;
}
/* 左边栏 */
.sider_left {
	position: fixed;
	width: 144px;
	z-index: 9999;
	left: 0;
	top: 50%;
	margin-top: -200px;
	;
	display: none;
}
.sider_left .sider_lx {
	width: 20px;
	height: 20px;
	background: url(/templets/default/css/sider_lx.png) no-repeat center;
	position: absolute;
	top: 4px;
	left: 120px;
	cursor: pointer;
}
.sider_left_mini {
	width: 52px;
}
.sider_left_mini .sider_lx {
	left: 50px;
	display: none;
}
