.floating_ck {
    position: fixed;
    right: 20px;
    top: 30%;
    z-index: 9999;
    font-size: 14px;
    border-radius: 5px;
}

.floating_ck dl dd {
    transition: all 0.3s;
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 1px;
    text-align: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.floating_ck dl dd:hover {
    background-color:rgb(214, 18, 19);
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.consult,
.words {
    background: url(./icon0702/zxicon.png) center 20% no-repeat rgba(214, 18, 19,0.8);
}

.quote {
    background: url(./icon0702/kficon.png) center 20% no-repeat rgba(214, 18, 19,0.8);
}

.qrcord {
    background: url(./icon0702/erweima.png) center 20% no-repeat rgba(214, 18, 19,0.8);
}

.return {
    background: url(./icon0702/fanhui.png) center 20% no-repeat rgba(214, 18, 19,0.8);
}

.consult:hover,
.words:hover {
    background: url(./icon0702/zxicon.png) center 20% no-repeat rgba(214, 18, 19,0.8);
}

.quote:hover {
    background: url(./icon0702/kficon.png) center 20% no-repeat rgba(214, 18, 19,0.8);
}

.qrcord:hover {
    background: url(./icon0702/erweima.png) center 20% no-repeat rgba(214, 18, 19,0.8);
}

.return:hover {
    background: url(./icon0702/fanhui.png) center 20% no-repeat rgba(214, 18, 19,0.8);
}

.floating_ck dd span {
    color: #fff;
    display: block;
    padding-top:44px;
}

.floating_ck dd:hover span {
    color: #fff;
}

.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 80px;
    background-color:rgb(214, 18, 19);
    display: none;
}

.floating_left a {
    color: #fff;
    line-height: 80px;
}

.floating_ewm {
    height: 200px;
    top: -120px;
}

.floating_ewm i {
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;
    background: url(../images/weixin.jpg) center no-repeat;
    background-size: 100% 100%;
}

.floating_ewm p {
    color: #fff;
    margin-top: 5px;
}

.floating_ewm2 i {
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;
    background: url(../images/xcx.jpg) center no-repeat;
    background-size: 100% 100%;
}
