.floating_ck {
    position: fixed;
    right: -11px;
    top: 30%;
    z-index: 9999999;
    transition: all 0.5s;
    width: 120px;
    height: 462px;
    padding: 43px 25px 0 20px;
    background: url(bg.png) center no-repeat;
	background-size:100% auto;
}

.floating_ck dl dt {
    text-align: center;
}

.floating_ck dl dd {
    transition: all 0.5s;
    margin-bottom: 5px;
    height: auto;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-family: "宋体";
    font-weight: bold;
    position:relative;
    cursor: pointer; padding-top:5px
}


.floating_ck dl dd img {
  width:70%; height:auto
}

.floating_ck dl dd a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
    border-radius: 5px;
}

.floating_ck dl dd a:hover {
    color: #7f4026;
}


.floating_ck dl dd a p {
    font-size: 13px; padding-top:5px
}

/*.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;
}
