
	/*右侧悬浮菜单*/
	.yckfslide{
		width: 50px;
		height: auto;
		position: fixed;
		top: 50%;
		margin-top: -126px;
		background: #00a6e8;
		right: 0;
		border-radius: 5px 0 0 5px;
		z-index: 9999;
	}
	.yckfslide ul{
		list-style: none;
	}
	.yckfslide .icon li{
		width: 49px;
		height: 50px;
		background: url(img/icon.png) no-repeat;
		filter: brightness(100);
		cursor: pointer;
	}

.yckfslide .icon .dh{
		background-position:-385px -160px;
	}
	.yckfslide .icon .sj{
		background-position:-333px -70px;
	}
	.yckfslide .icon .up{
		background-position:-330px -120px;
	}
	.yckfslide .icon li.qq{
		background-position:-385px -73px ;
	}
	.yckfslide .icon li.tel{
		background-position:-280px -70px ;
	}
	.yckfslide .icon li.yx{
		background-position:-280px -120px ;
	}
	.yckfslide .icon li.upp{
		background-position:-280px -160px ;
	}
	.yckfslide .info{
		top: 30%;
		height: 207px;
		position: absolute;
		right: 100%;
		/*background: #00a6e8;*/
		width: 0px;
		overflow: hidden;
		margin-top: -73.5px;
		transition:0.5s;
		border-radius:4px 0 0 4px ;
	}
	.yckfslide .info.hover{
		width: 180px;
		
	}
	.yckfslide .info li{
		width: 180px;
		color: #FFF;
		text-align: center;
		background: #00a6e8;
	}
	
	.yckfslide .info li.sj{
	    position: relative;
	    top:50px;
	}
	
		.yckfslide .info li.tel{
	    position: relative;
	    top:100px;
	}
	
		.yckfslide .info li.yx{
	    position: relative;
	    top:150px;
	}
	.yckfslide .info li p{
		font-size: 1.1em;
		line-height: 2em;
		padding: 15px;
		text-align: left;
		color: #FFF;
		font-size:13px;
	}
	.yckfslide .info li.qq p a{
		display: block;
		margin-top: 12px;
		width: 100px;
		height: 32px;
		line-height: 32px;
		color: #FFF;
		font-size: 16px;   
		text-align: center;
		text-decoration: none;
		border: 1px solid #FFF;
		border-radius: 5px;
	}
	.yckfslide .info li.qq p a:hover{
		color: #FFFFFF;
		border: none;
		background: #00E0DB;
	}
	.yckfslide .info li div.img{
		height: 100%;
		background: #DEFFF9;
		margin: 15px;
	}
	.yckfslide .info li div.img img{
		width: 100%;
		height: 100%;
	}
	/*控制菜单的按钮*/
	.index_cy{
		width: 30px;
		height: 30px;
		background: url(img/index_cy.png);
		position: fixed;
		right: 0;
		top: 50%;
		margin-top: 140px;
		background-position: 62px 0;
		cursor: pointer;
	}
	.index_cy2{
		width: 30px;
		height: 30px;
		background: url(img/index_cy.png);
		position: fixed;
		right: 0;
		top: 50%;
		margin-top: 140px;
		background-position: 30px 0;
		cursor: pointer;
	}
	
	/*自适应 当屏小于1050时隐藏*/
	@media screen and (max-width: 1050px) {
		.yckfslide{
			display: none;
		}
		#btn{
			display: none;
		}
		
	}
