/*右侧悬浮导航*/
.float{width:111px;height:504px;position:fixed;left:53%;_position:absolute;display:none;overflow:hidden;margin-left:515px; z-index:50}/*left50%确保页面中间，左边距515大于页面内容的一半，确保在内容整体右侧外*/
.float a{display:block;overflow:hidden;background:#e8e6e7; width:80px; height:49px; border-bottom:#FFFFFF solid 2px;-webkit-transition:background 0.2s ease;}
.float .an_1{ text-align:center; line-height:42px;}
.float .an_2{ text-align:center; line-height:42px;}
.float .an_3{ text-align:center; line-height:42px;}
.float .an_4{ text-align:center; line-height:42px;}
.float .an_5{ text-align:center; line-height:42px;}
.float .an_6{ text-align:center; line-height:42px;}
.float .an_7{ text-align:center; line-height:42px;}
.float .an_8{ text-align:center; line-height:42px;}
.float .an_9{ text-align:center; line-height:42px;}
.float .an_10{ text-align:center; line-height:42px;}



