﻿.floating_ck {
    position: fixed;
    right: 20px;
    top: 30%;
}

.floating_ck dl dd {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #33a4ff;
    border-bottom: #33a4ff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 20%;
    cursor: pointer;
    margin-top: 1px;
}

.floating_ck dl dd:hover {
    background-color: #33a4ff;
    border-bottom: solid 1px #33a4ff;
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.consult {
    background-image: url(../image/youce_qq.png);
}

.words {
    background-image: url(../image/youce_ly.png);
}

.quote {
    background-image: url(../image/youce_tel.png);
}

.wechat {
    background-image: url(../image/youce_ewm.png);
}

.return {
    background-image: url(../image/youce_top.png);
}

.floating_ck dd span {
    color: #fff;
    display: block;
    padding-top: 54px;
}

.floating_left {
    position: absolute;
    left: -161px;
    top: 0px;
    width: 160px;
    height: 80px;
    background-color: #33a4ff;
    border-bottom: solid 1px #33a4ff;
    display: none;
}

.floating_left a {
    color: #fff;
    line-height: 80px;
}

.floating_ewm {
    top: -77px;
    position: absolute;
    left: -161px;
    width: 0;
    height: 0;
    background-color: #33a4ff;
    border-bottom: solid 1px #33a4ff;
    display: none;
}

.floating_ewm i {
    background-image: url(../image/ewm.jpg);
    display: block;
    width: 158px;
    height: 158px;
    margin: auto;
    background-size: contain;
}