*{ margin:0; padding:0; list-style:none;}
body{margin:0;height:2000px;}
dl,dd,dt{margin:0;padding:0;}
a{ text-decoration:none;}

.floating_ck{position:fixed;right:10px;top:40%; border:1px solid #ccc; padding:1px; z-index:999;}
.floating_ck dl dt{width:115px;height:50px; line-height:50px; background:url(long.png) no-repeat 20px center #fc9701; padding-left:45px; color:#fff; font-size:16px; font-weight:bold; border-bottom:1px solid #fff;}
.floating_ck dl dd{position:relative;width:160px;height:45px;background-color:#e0e0e0;border-bottom:solid 1px #fff;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#fc9701;border-bottom:solid 1px #996600;}
.floating_ck dl dd:hover .floating_left{display:block;}
.floating_ck dd span{color:#000;display:block; line-height:45px;}
.floating_left{position:absolute;left:-182px;top:0px;width:180px;height:auto;display:none; border:1px solid #ccc; background-color:#fff; z-index:999;}
.floating_left li a{line-height:35px; text-align:left; border-bottom:1px solid #ccc; width:160px; padding-left:20px; display:block; color:#333;}
.floating_left li a:hover{ background-color:#fc9701; color:#fff; display:block;}
