.floating_ck {
    position: fixed;
    right: 0%;
    top: 10%;
    z-index: 3;
    transition: all 0.5s;
    width: 189px;
    height: 727px;
    padding: 65px 36px 0 28px;
    background: url(../Image/float/bg.png) center no-repeat;
}

.floating_ck dl dt {
    text-align: center;
}

.floating_ck dl dd {
    transition: all 0.5s;
    margin-bottom: 5px;
    height: 100px;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-family: "宋体";
    font-weight: bold;
    position:relative;
    cursor: pointer;
}


.floating_ck dl dd img {
    margin-bottom: 10px;
}

.floating_ck dl dd a {
    width: 100%;
    height: 100%;
    padding: 15px 5px;
    display: block;
    color: #000;
    border-radius: 5px;
}

.floating_ck dl dd a:hover {
    color: #7f4026;
}


.floating_ck dl dd a p {
    font-size: 14px;
}

/*.floating_ck dl dd a img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}*/


.floating_ck dl dd a i {
    width: 50px;
    height: 43px;
    display: block;
    margin: 0 auto 12px;
    transition: all 0.3s;
}


.floating_ck dl dd:nth-child(3) a i {
    background: url(../Image/float/f_i02.png) center no-repeat; 
}

.floating_ck dl dd:nth-child(4) a i {
    background: url(../Image/float/f_i03.png) center no-repeat; 
}

.floating_ck dl dd:nth-child(3):hover a i {
    background: url(../Image/float/f_i02h.png) center no-repeat; 
}

.floating_ck dl dd:nth-child(4):hover a i {
    background: url(../Image/float/f_i03h.png) center no-repeat; 
}

.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 150px;
    background-color: #7f4026;
    display: none;
    padding: 10px !important; 
}

.floating_left a {
    color: #d6bfa3 !important;
    line-height: 40px !important;
    padding: 0 !important;
    height: auto !important;
}


.floating_ck dl dd:nth-child(3):hover {background-color:#7f4026; color: #d6bfa3 !important; }
/*.floating_ck dl dd:nth-child(4):hover {background-color:#7f4026; color: #d6bfa3 !important; }*/


.floating_ck dl dd:nth-child(3):hover p {color: #d6bfa3 !important; }
/*.floating_ck dl dd:nth-child(4):hover p {color: #d6bfa3 !important; }*/

.floating_left a:hover { background-color: #d6bfa3 !important; color: #7f4026 !important;  }

.floating_ck dl dd:hover .floating_left{display:block;}