.izl-rmenu {
	background: url("../images/r_b.png") no-repeat 0px bottom; bottom: 10px; padding-bottom: 73px; margin-left: 1275px; position: fixed; z-index: 999;
}
.izl-rmenu .btn {
	width: 72px; height: 73px; margin-bottom: 1px; position: relative; cursor: pointer;
}
.izl-rmenu .btn-qq {
	background: url("../images/r_qq.png") no-repeat 0px 0px rgb(43, 167, 57);
}
.izl-rmenu .btn-qq:hover {
	background-color: rgb(72, 139, 199);
}
.izl-rmenu a.btn-qq {
	background: url("../images/r_qq.png") no-repeat 0px 0px rgb(43, 167, 57); text-decoration: none; display: block;
}
.izl-rmenu a.btn-qq:visited {
	background: url("../images/r_qq.png") no-repeat 0px 0px rgb(43, 167, 57); text-decoration: none; display: block;
}
.izl-rmenu .btn-wx {
	background: url("../images/r_wx.png") no-repeat 0px 0px rgb(120, 195, 64);
}
.izl-rmenu .btn-wx:hover {
	background-color: rgb(88, 168, 28);
}
.izl-rmenu .btn-wx .pic {
	left: -105px; top: 0px; width: 102px; height: 102px; display: none; position: absolute;
}
.izl-rmenu .btn-top {
	background: url("../images/r_top.png") no-repeat 0px 0px rgb(102, 102, 102); display: none;
}
.izl-rmenu .btn-top:hover {
	background-color: rgb(68, 68, 68);
}




/*右侧在线咨询*/
.oline_zxzx{width:180px;height:auto;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 5px 9px rgba(4,0,0,.17);box-shadow:0 5px 9px rgba(4,0,0,.17);position:fixed;right:10px;top:260px;z-index:99999;}
.oline_zxzx .hd{padding:20px;line-height:16px;height:16px;background:#2aa738;color:#fff;font-size:14px;position:relative;border-radius: 4px 4px 0 0;}
.oline_zxzx .hd i.close{display:block;width:18px;height:18px;background:url(../images/online_close.png) center center no-repeat;position:absolute;right:20px;top:18px;cursor: pointer;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.oline_zxzx ul li a{padding:12px 20px;height:18px;line-height:18px;background:#f5f5f5;color:#353434;display:block;border-bottom:#fff 1px solid;transition:all ease-out .3s;font-size:14px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.oline_zxzx ul li a i{display:inline-block;width:20px;height:20px;background:url(../images/online_qq.png) center center no-repeat;vertical-align: middle;margin-right: 8px;transition: all ease-out .3s;}
.oline_zxzx .oline_qq_tel{padding: 20px;}
.oline_zxzx .oline_qq_tel>div{line-height: 14px;height: 14px; margin-bottom: 10px;color: #898989;}
.oline_zxzx .oline_qq_tel>div i{display:inline-block;vertical-align:middle;width:20px;height:20px;background:url(../images/online_tel.png) center center no-repeat;margin-right: 4px;transition: all ease-out .3s;}
.oline_zxzx .oline_qq_tel>p{color: #929292;line-height: 18px;font-size: 16px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.oline_zxzx ul li a:hover{padding: 18px 20px;color: #fff;background: #565656;}
.oline_zxzx ul li a:hover i{background:url(../images/online_qq2.png) center center no-repeat;}
.oline_zxzx .hd i.close:hover{color:#fff;transform:rotate(90deg);-ms-transform:rotate(90deg);undefined:undefined;-moz-transform:rotate(90deg);undefined:undefined;-webkit-transform:rotate(90deg);undefined:undefined;-o-transform:rotate(90deg);undefined:undefined;}