.aside-nav {
	position: fixed;
	right: -50px;
	top: 350px;
	width: 360px;
	/* height:360px; */
	-webkit-filter: url(/xkxy/style/);
	filter: url(/xkxy/style/);
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	opacity: .75;z-index: 999;
}
.aside-nav.no-filter {
	-webkit-filter: none;
	filter: none
}
.aside-nav .aside-menu {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 20px;
	z-index: 999;
	cursor: move;
	box-sizing:border-box;
	/*background:url(/xkxy/img/zp_gg.png) no-repeat;*/
	background:url(/xkxy/img/zs_tg.png) no-repeat;
	background-size:100% 100%;
}
.aside-nav .menu-item {
	position: absolute;
	width:60px;
	height:60px;
	background-color: #294a9e;
	left: 0;
	top: -150px;
	right: 0;
	bottom:100px;
	margin: auto;
	line-height: 20px;
	text-align: center;
	padding:10px 10px;
	box-sizing:border-box;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	-webkit-transition: background .5s, -webkit-transform .6s;
	transition: background .5s, -webkit-transform .6s;
	-moz-transition: transform .6s, background .5s, -moz-transform .6s;
	transition: transform .6s, background .5s;
	transition: transform .6s, background .5s, -webkit-transform .6s, -moz-transform .6s;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.aside-nav .menu-item:hover {
	background: #50addf;
}
.aside-nav .menu-line {
	line-height: 20px;
	padding-top: 10px;
}
.aside-nav:hover {
	opacity: 1;
}
.aside-nav:hover .aside-menu {
	-webkit-animation: jello 1s;
	-moz-animation: jello 1s;
	animation: jello 1s
}
.aside-nav:hover .menu-first {
	-webkit-transform: translate3d(0, -150%, 0);
	-moz-transform: translate3d(0, -150%, 0);
	transform: translate3d(0, -150%, 0)
}
.aside-nav:hover .menu-second {
	-webkit-transform: translate3d(-145%, -80%, 0);
	-moz-transform: translate3d(-145%, -80%, 0);
	transform: translate3d(-145%, -80%, 0)
}
.aside-nav:hover .menu-third {
	-webkit-transform: translate3d(-120%, 70%, 0);
	-moz-transform: translate3d(-120%, 70%, 0);
	transform: translate3d(-120%, 70%, 0)
}
.aside-nav:hover .menu-fourth {
	-webkit-transform: translate3d(0, 135%, 0);
	-moz-transform: translate3d(0, 135%, 0);
	transform: translate3d(0, 135%, 0)
}