/*幻灯片广告样式*/
.focus-box{  overflow:hidden; }
.focus-box ul{ position:relative; display:block; margin:0; padding:0; width:100%; height:100%; zoom:1; overflow:hidden; }
.focus-box ul:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.focus-box ul li{ margin:0; padding:0; list-style:none; width:100%; height:100%; overflow:hidden; }
.focus-box ul li img{ min-width:100%; min-height:100%; _width:100%; _height:100%;}
.focus-box ul li .note-bg{ position:absolute; left:0; right:0; bottom:0; width:100%; height:50px; background:#000; filter:alpha(Opacity=30); -moz-opacity:0.3;opacity:0.3; background:linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0)); _background:url(none) 0 0 repeat #000; }
.focus-box ul li .note-txt{ position:absolute; left:0; right:0; bottom:0; display:none; padding:10px; height:24px; line-height:24px; color:#fff; font-size:16px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.focus-box .flex-control-nav{ position:absolute; left:5px; display:none; margin:0; padding:0; list-style:none; z-index:4; }
.focus-box .flex-control-nav li{ margin:0 5px 0 0; display:inline-block; zoom:1; *display:inline; }
.focus-box .flex-control-nav li a{ display:block; width:8px; height:8px; text-indent:-9999px; border:1px solid #fafafa; border-radius:8px; cursor:pointer; overflow:hidden; }
.focus-box .flex-control-paging li a:hover { background:#333; }
.focus-box .flex-control-paging li a.flex-active { background:#c81623; border-color:#c81623; cursor:default; }