/**
 * 布衣草堂
 * ============================================================================
 * 版权所有 2015-2030 布衣草堂，并保留所有权利。
 * 网站地址: http://buyicaotang.cn/
 * ----------------------------------------------------------------------------
 * 免责声明：本文由布衣草堂作者上传发布，仅代表作者观点，布衣草堂仅提供信息发布平台。如文章内容涉及侵权或其他问题，请30日内与本平台联系，反映情况属实我们将第一时间删除。
 * ============================================================================
 */
*{margin:0;padding:0;list-style:none;}
#a_d_box{position:relative;z-index:5000;overflow:hidden;margin:0 auto;width:1000px;height:100px;background:#fff;}
#a_d_list{position:absolute;top:0;left:0;}
#a_d_list li{width:1000px;height:100px;cursor:pointer;}
#a_d_num{position:absolute;right:10px;bottom:10px;}
#a_d_num li{float:left;margin-right:2px;width:16px;height:16px;border:1px solid #fff;color:#fff;text-align:center;font-size:12px;font-family:Arial;line-height:16px;cursor:pointer;}
.a_d_active{background:#f60;}
