/** @Author: yu_Wj @Description:banner样式文件 */ #focus {} .focus { width:100%; margin:0 auto; position:relative; overflow:hidden; } .focus .hd { width:100%; height:15px; position:absolute; z-index:1; bottom:0.5em; text-align:center; } .focus .hd ul { display:inline-block; height:10px; font-size:0; vertical-align:top; } .focus .hd ul li { display:inline-block; width:10px; height:10px; background:#8C8C8C; margin:0 5px; border-radius: 5px; vertical-align:top; overflow:hidden; } .focus .hd ul .on { background:#fff; } .focus .bd { position:relative; z-index:0; } .focus .bd li img { width:100%; } .focus .bd li a { -webkit-tap-highlight-color:rgba(0, 0, 0, 0); } .focus .lr{width:100%;height:50px;position:absolute;top:250px;} .focus .lr a{color:white; font-size:20px;} .focus .lr .prev{width:60px;height:80px;float:left;background:none repeat scroll 0px 0px rgba(1, 0, 0, 0.6);text-align:center;line-height:80px;cursor:pointer} .focus .lr .next{width:60px;height:80px;float:right;background:none repeat scroll 0px 0px rgba(1, 0, 0, 0.6);text-align:center;line-height:80px;cursor:pointer}