	*{margin: 0;padding: 0;list-style: none;}
	#floatTool{ 
		width:130px; 
		height:270px; 
		overflow:hidden; 
		background:url(../service.png) no-repeat; 
		position:absolute; 
		left:90%; 
		top:200px;
		z-index:1000;
	}
	#floatTool .move{
		width: 100%;
		height: 80px;
		cursor:move;
	}