.kefubox{position:fixed;right:10px;z-index:99999;transform:translateY(300px);}
.kefubox .main{width: 85px;}
.kefubox .cursor_default{cursor:default;}
.kefubox .floor{position:relative;box-sizing:border-box;height: 78px;margin-bottom: 8px;}
.kefubox .home{width: 200px;margin-left: -145px;height: 147px;}
.kefubox .floor .tellink{background: url(../images/tel.png)no-repeat;background-size: 100%;}
.kefubox .floor:hover .tellink{background: url(../images/tel2.png)no-repeat;background-size: 100%;}
.kefubox .floor .wechatimg{background: url(../images/zxzx.png)no-repeat;background-size: 100%;}
.kefubox .floor:hover .wechatimg{background: url(../images/zxzx2.png)no-repeat;background-size: 100%;}
.kefubox .floor .erweimaimg{background: url(../images/erweimaimg.png)no-repeat;background-size: 100%;}
.kefubox .floor:hover .erweimaimg{background: url(../images/erweimaimg2.png)no-repeat;background-size: 100%;}
.kefubox .floor > div{transform:translateX(300px);}
.kefubox .floor:hover div{transition:all 300ms linear;transform:translateX(0);}
.kefubox .floor .absbox{position:absolute;right:80px;top:0;z-index:3;}
.kefubox .floor .back{box-shadow:0 0 15px #e4e4e4;height:50px;width:120px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#666;background:#fff;box-sizing:border-box;}
.kefubox .floor .kftel{background: url(../images/tels.png) no-repeat;margin-right: 10px; margin-top: 18px; background-size: 100%; width: 147px;height: 43px; cursor:default;display:flex;}
.kefubox .floor .qq{box-shadow:0 0 15px #e4e4e4;height:50px;width:120px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#666;background:#fff;box-sizing:border-box;}
.kefubox .floor .erweima{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-right:10px;}
.kefubox .floor .erweima img{width:100px;}
.kefubox .floor > a{width:85px;height:78px;cursor: pointer; z-index:9999;background-position:center center;background-size:25px 25px;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;}
.kefubox .floor > a:hover{transition:all 300ms linear;background-color:#e4e4e4;transform:scale(1.1);}
.kefubox .floor > a img{height:25px;width:25px;display:block;}
.kefubox .floor > a img:hover{transition:all 300ms linear;transform:scale(1.3);}
.kefubox .floor:last-child{border-bottom:none;}
