
.focus2 { width:100%; height:160px; position:relative; overflow:hidden; border-radius:6px;}
.focus2 .scroll { width: 100%; height:160px; position: relative; overflow: hidden;border-radius:6px;}
.focus2 .con { float: left; left: 0; position: absolute; top: 0; transition: all 0.5s ease 0s; width: 9999px; }
.focus2 .con .pic {display: block;  float:left; position:relative; width:750rpx; height:160px; overflow:hidden; border-radius:6px;}
.focus2 .con .pic img { width: auto; display: block;  }
.focus2 .con .pic .linear-box 
   { position: absolute; bottom: 0; left: 0; display: block; width: 100%;height: 60px; background: #000; background: linear-gradient(top, transparent 0%, #333 100%); background: -webkit-linear-gradient(top, transparent 0%, #333 100%);filter: alpha(opacity=90); opacity: 0.9;}
.focus2 .con .pic .linear-box span
   {font-size: 16px;line-height: 22px;height: 22px;transition: all 0.2s ease-in-out;bottom: 20px;position: absolute;left: 6px;color: #fff;width: 308px;overflow: hidden;display: inline-block;white-space: nowrap;text-overflow: ellipsis;}
.focus2 .btns { width: 100%; position: relative; left: 0; pointer-events: none; top: 70px; display: none; height: 25px; }
.focus2 .btns a { background: url(/static/slide_img/arrow-btn.png) repeat 0 0; left: 10px; pointer-events: all; top: 0; width: 25px; height: 25px; position: absolute; }
.focus2 .btns .btnr { background-position: 0 -30px; left: auto; right: 10px; }
.focus2 .autos { bottom: 9px; height: 6px; position: absolute; left: 0; width: 100%; text-align: center; }
.focus2 .autos .guide
   { display: inline-block; vertical-align: top; cursor: pointer; width: 6px; height: 6px; margin: 0 4px; overflow: hidden; transition: all 0.2s ease-in-out; font-size: 0px; }
.focus2 .autos .guide .underLine { display:inline-block; vertical-align:top; background:#fff; border-radius:3px; font-size:0; height:100%; width:100%;}
.focus2 .autos .cur {  width: 15px;}
.focus2 .autos .cur .underLine { background: #fdd000; }
.focus2:hover .btns { display: block; }