@charset "utf-8";

/*---------b焦点图自适应宽-------------------*/
.index_banner{position:relative; overflow:hidden; margin:auto;  /*max-width:640px; max-height:300px;*//* 设置焦点图最大宽度 */ }
.index_banner .hd{ position:absolute; height:28px; line-height:28px; bottom:0; z-index:1; text-align:center; width:100%;}
.index_banner .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;}
.index_banner .hd li.on{ background:#fff;}
.index_banner .bd{ position:relative; z-index:0;}
.index_banner .bd li{ position:relative; text-align:center;}
.index_banner .bd li img{ background:url(..img/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.index_banner .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.index_banner .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; /*background:url(../images/focusBg.png) repeat-x;*/ color:#fff;  text-align:left;}
/*---------e焦点图自适应宽-------------------*/