.floating_ck {
    position: fixed;
    right: 20px;
    bottom: 20%;
    z-index: 9999;
    font-size: 14px;
    border-radius: 5px;
}

.floating_ck dl dt {
    height: 6px;
    background: url(images/kficon1.png) no-repeat center;
}

.floating_ck dl dd {
    transition: all 0.3s;
    position: relative;
    width: 45px;
    height: 45px;
    margin-bottom: 1px;
    background-color: #2a448d;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    cursor: pointer;
}

.floating_ck dl dd:hover {
    background-color: #2a448d;
}

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

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

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

.qrcord {
    background-image: url(images/kficon5.png);
}

.qrcord1 {
    background-image: url(images/kficon6.png);
}

.floating_ck dl dd.return {
    background-image: url(images/kficon2.png);
    background-color: #2a448d;
}

.return span {
    float: left;
    width: 100%;
    height: 100%;
}



.floating_ck dl dd:nth-child(0) {
    border-radius: 10px 10px 0 0;
    background: #ff0;
}

.floating_ck dl dd:last-child {
    border-radius: 0 0 10px 10px;
}



.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 80px;
    background-color: #2a448d;
    display: none;
}

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

.floating_ewm {
    height: 200px;
    top: -160px;
}

.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_ewm1 {
    height: 200px;
    top: -155px;
}

.floating_ewm1 i {
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;
    background: url(../images/api.jpg) center no-repeat;
    background-size:100% 100%;
}

.floating_ewm1 p {
    color: #fff;
    margin-top: 5px;
}

.floating_ewm2 {
    height: 200px;
    top: -150px;
}
.floating_ewm2 i {
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;
    background: url(../images/wx.jpg) center no-repeat;background-size:100% 100%;
}
.floating_ewm2 p {
    color: #fff;
    margin-top: 5px;
}