﻿/* 右侧悬浮 */
.izl-rmenu {
	position:fixed;
	right:0;
	bottom:10px;
	padding-bottom:10px;
	z-index:999;
	width:72px;
}
.izl-rmenu .btn {
	width:72px;
	height:73px;
	margin-bottom:1px;
	cursor:pointer;
	position:relative;
}
.izl-rmenu .btn-qq {
	background:url(../images/r_qq.png) 0px 0px no-repeat;
	background-color:#FED130;
}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited {
	background:url(../images/r_qq.png) 0px 0px no-repeat;
	background-color:#FED130;
	text-decoration:none;
	display:block;
}
.izl-rmenu .btn-wx {
	background:url(../images/r_wx.png) 0px 0px no-repeat;
	background-color:#FED130;
}
.izl-rmenu .btn-wx .pic {
	position:absolute;
	left:-160px;
	top:0px;
	display:none;
	width:160px;
	height:160px;
}
.izl-rmenu .btn-phone {
	background:url(../images/r_phone.png) 0px 0px no-repeat;
	background-color:#FED130;
}
.izl-rmenu .btn-phone .phone {
	background-color:#FED130;
	position:absolute;
	width:160px;
	left:-160px;
	top:0px;
	line-height:73px;
	color:#FFF;
	font-size:18px;
	text-align:center;
	display:none;
}
.izl-rmenu .btn-top {
	background:url(../images/r_top.png) 0px 0px no-repeat;
	background-color:#666666;
	display:none;
}
.izl-rmenu .btn-top:hover {
	background-color:#444;
}
/*鎵嬫満娴姩*/
	#floatBottom {
	width:100%;
	height:53px;
	background:#8a8a8a;
	position:fixed;
	left:0;
	bottom:0;
	z-index:999999;
}
#floatBottom a {
	width:25%;
	height:53px;
	line-height:53px;
	display:block;
	float:left;
	position:relative;
}
#floatBottom a.kf1 {
	background:url(../images/kf1.png) no-repeat center center;
}
#floatBottom a.kf2 {
	background:url(../images/kf2.png) no-repeat center center;
}
#floatBottom a.kf3 {
	background:url(../images/kf3.png) no-repeat center center;
}
#floatBottom a.kf4 {
	background:url(../images/kf4.png) no-repeat center center;
}
#floatBottom .ewm {
	width:90px;
	height:90px;
	position:absolute;
	bottom:55px;
	left:50%;
	margin-left:-45px;
	display:none;
}
#floatBottom .ewm img {
	width:100%;
	height:100%;
	display:block;
}