dl, dd, dt {
    margin: 0;
    padding: 0;
}

.floating_ck {
    position: fixed;
    right: 5px;
    top: 40%;
}

.floating_ck dl dd {
    position: relative;
    width: 60px;
    height: 60px;
    background-color:#575757;
    border-bottom: solid 1px #494949;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 20%;
    cursor: pointer;
}

.floating_ck dl dd:hover {
    background-color: #117be5;
    border-bottom: solid 1px #117be5;
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.consult, .words {
    background-image: url(../images/qq.png);background-size:24px;
}

.quote {
    background-image: url(../images/qq.png);background-size:24px;
}

.qrcord {
    background-image: url(../images/qq.png);background-size:24px;
}

.return {
    background-image: url(../images/top.png); background-size:24px;
}

.floating_ck dd span {
    color: #fff;
    display: block;
    padding-top: 34px;
    font-size:11px;
}

.floating_left {
    position: absolute;
    left: -160px;
    top: 0;
    width: 160px;
    height: 60px;
    background-color: #117be5;
    border-bottom: solid 1px #117be5;
    display: none;
}

.floating_left a {
    color: #fff;
    line-height: 60px;
}
.floating_left a:hover {
    color: #dbdbdb;
    line-height: 60px;
}
.floating_ewm {
    height: 260px;
    top: -180px;
}

.floating_ewm i {
    background-image: url(../images/xinhai.png);
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;
}

.floating_ewm p {
    color: #fff;
    margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
    font-size: 12px;
    line-height: 20px;
}

.floating_ewm .qrcord_p02 {
    font-size: 18px;
}