@charset "utf-8";
/* float */
.float{
	position:fixed;
	width:54px;
	height:275px;
	right:0;
	bottom:208px;
	z-index:99999999;
}
.show{
	display: block;
}
.float ul li{
	width:50px;
	height:50px;
	float:left;
	position:relative;
	margin-bottom: 4px;
}
.float ul li .sidebox{
	position:absolute;
	width:50px;
	height:50px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#000;
	opacity:0.8;
	filter:Alpha(opacity=80);
	color:#fff;
	font:14px/50px "微软雅黑";
	border-radius: 5px !important;
}
.float ul li .sidetop{
	width:50px;
	height:50px;
	line-height:50px;
	display:inline-block;
	background:#60d064;
	opacity:0.8;
	filter:Alpha(opacity=80);
	transition:all 0.3s;
	border-radius: 5px !important;
}
.float ul li .sidetop:hover{
	background:#4CAF50;
	opacity:1;
	filter:Alpha(opacity=100);
	width:50px;
	height: 50px;
}
.float ul li img{
	float:left;
}
.ewm-slide2{
	display: none;
	position: absolute; 
	left: -135px; 
	top: 0px;
}
.ewm-slide3{
	display: none;
	position: absolute; 
	left: -135px; 
	top: 0;
}
.ewm-slide4{
	display: none;
	position: absolute; 
	left: -135px; 
	top: 105px !important;
}