/*右侧悬浮菜单*/
.xjm-slide {
	width: 50px;
	height: 150px;
	position: fixed;
	top: 90%;
	margin-top: -126px;
	background-color: rgba(35,47,62,0.90);
	right: 0;
	z-index: 999;
}
.xjm-slide ul {
	list-style: none;
}
.xjm-slide .icon li {
	width: 50px;
	height: 50px;
}
.xjm-slide .icon li.ww {
	background: url(../images/ww.svg) no-repeat;
}
.xjm-slide .icon li.wx {
	background: url(../images/we.svg) no-repeat;
}
.xjm-slide .icon li.qq {
	background: url(../images/qq.svg) no-repeat;
}
.icon li.ww:hover, .icon li.wx:hover, .icon li.qq:hover {
	cursor: pointer
}
.icon li.ww:hover {
	background: url(../images/ww-hover.svg) no-repeat;
}
.icon li.qq:hover {
	background: url(../images/qq-hover.svg) no-repeat;
}
.icon li.wx:hover {
	background: url(../images/we-hover.svg) no-repeat;
}
.xjm-slide .info {
	top: 49%;
	height: 150px;
	position: absolute;
	right: 100%;
	background: rgba(35,47,62,0.90);
	width: 0px;
	overflow: hidden;
	margin-top: -73.5px;
	transition: 0.5s;
	border-radius: 8px 0 0 8px;
}
.xjm-slide .info.hover {
	width: 145px;
}
.xjm-slide .info li {
	width: 145px;
	color: #CCCCCC;
	text-align: center;
}
.xjm-slide .info li p {
	font-size: 1em;
	line-height: 2em;
	padding: 15px;
	text-align: left;
}
.xjm-slide .info li.qq p a {
	display: block;
	margin-top: 14px;
	margin-left: 10px;
	width: 100px;
	height: 28px;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ea628d;
	border-radius: 6px;
}
.xjm-slide .info li.qq p a:hover {
	border: 1px solid #d8fc76;
}
.xjm-slide .info li div.img {
	height: 100%;
	background: #DEFFF9;
	margin: 15px;
}
.xjm-slide .info li div.img img {
	width: 100%;
	height: 100%;
}
/*控制菜单的按钮*/
.index_cy {
	width: 50px;
	height: 12px;
	background: url(../images/off.svg);
	position: fixed;
	right: 0px;
	top: 90%;
	margin-top: 24px;
	cursor: pointer;
	z-index: 999;
}
.index_cy:hover {
	background: url(../images/off-hover.svg)
}
.index_cy2 {
	width: 12px;
	height: 12px;
	background: url(../images/on.svg);
	position: fixed;
	right: 0px;
	top: 90%;
	margin-top: 24px;
	cursor: pointer;
	z-index: 999;
}
	
	/*自适应 当屏小于1050时隐藏*/
/*	@media screen and (max-width: 1050px) {
		.xjm-slide{
			display: none;
		}
		#btn{
			display: none;
		}
		
	}*/
