/*右侧悬浮菜单*/
.slide{
	width:50px;
	height:100px;
	position: fixed;
	top:50%;
	right:0;
	cursor:pointer;
	background:url(../images/fubg.png) no-repeat;
	z-index:999;
}
.slide ul{
	list-style: none;
}
.slide .icon li{
	width:49px;
	height:50px;
	z-index:999;
}
.slide .icon .up{
	background-position:-330px -120px ;
}

.slide .icon li.down{
	background-position:-330px -160px ;
}
.close{
	width:30px;
	height:30px;
	background: url(../images/index_cy.png) 62px 0;
	position:absolute;
	margin:6px 0 0 765px;
	float:right;
	cursor: pointer;
	z-index:5;	
}
/*.img{
	position:absolute;
	width:800px;
	height:500px;
	border:#d8d8d8 solid 1px;
	z-index:2;
	left:50%;
	top:50%;
	display:none;
	margin:-250px 0 0 -400px;*/
	/*background:url(../images/zixun.jpg) no-repeat;*/
/*}*/

/*控制菜单的按钮*/
.index_cy{
	width:30px;
	height:30px;
	background: url(../images/index_cy.png) 62px 0;
	position: fixed;
	right: 0;
	top: 50%;
	margin:60px 10px 0 0;
	cursor: pointer;
	z-index:1000;
}
.index_cy2{
	width: 30px;
	height: 30px;
	background: url(../images/index_cy.png) 30px 0;
	position: fixed;
	right: 0;
	top: 50%;
	margin:60px 10px 0 0;
	z-index:1000;
	cursor: pointer;
}
/*自适应 当屏小于1050时隐藏*/
@media screen and (max-width:1050px) {
	.slide{
		display: none;
	}
	#btn{
		display: none;
	}	
}