﻿.xf {
	position: fixed;
	top: 50%;
	right: 0;
	width: auto;
	z-index: 998;
}
.xf a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #666666;
	background-color: #ffffff;
	border: 1px #dcdcdc solid;
	border-radius: 10px;
	padding: 7px 8px;
	margin-bottom: 5px;
	width: 74px;
	height: 74px;
}
.xf a:hover {
	background: #eaf4fd
}
.xf a img {
	padding-bottom: 8px;
}
.xf a .wexin_ewm {
	position: relative;
	width: 120px;
	height: 120px;
	left: -132px;
	top: -88px;
	/* line-height: 50px; */
	font-size: 18px;
	text-align: center;
	display: none;
	color: #fff;
	z-index: -1;
	padding: 1px;
}
.xf a .phone {
	background-color: #eaf4fd;
    position: relative;
    width: 160px;
    left: -160px;
    top: -67px;
    line-height: 74px;
    font-size: 18px;
    text-align: center;
    display: none;
    color: #005bac;
    z-index: -1;
	border-radius: 10px;
	font-weight:bold;
}
.kefu:hover{
	border:1px #eaf4fd solid;
	}
.kefu:hover .phone {
	display: block !important;
	-webkit-animation: fadeinR 0.5s 0s ease both;
	-moz-animation: fadeinR 0.5s 0s ease both;
	animation: fadeinR 0.5s 0s ease both;
	
}
.wx:hover .wexin_ewm {
	display: block !important;
	-webkit-animation: fadeinR 0.5s 0s ease both;
	-moz-animation: fadeinR 0.5s 0s ease both;
	animation: fadeinR 0.5s 0s ease both;
}
