/* 焦点图切换-广告 */
.slideBox{ width:570px; height:220px; overflow:hidden; position:relative;    }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd img{ width:570px; height:220px; }
.slideBox .bd .title{ display:none;  }
.slideBox .bd .bg{ display:none;  }

/* 焦点图切换- 数字 */
.focusBox{width:342px; height:266px; padding:4px; background:#e9e7e7; overflow:hidden; position:relative;    float: left;
    }
.focusBox .hd{position:absolute; right:5px; bottom:36px; z-index:15; height:14px; padding:0; }
.focusBox .hd ul{float:right; zoom:1; z-index:2; width:auto;}
.focusBox .hd ul li{float:left; width:14px; height:14px; line-height:14px; margin-right:3px; font-size:12px; font-family:"宋体"; text-align:center; color:#333; background:#fff; cursor:pointer; overflow:hidden;}
.focusBox .hd ul li.on{background:#f11f1f; color:#fff;}
.focusBox .bd .pic img{width:342px; height:240px; border:0;}
.focusBox .bd .con{position:absolute; width:100%; height:30px; line-height:30px; z-index:1; left:0; top:240; text-align:left;}
.focusBox .bd .txt{display:none;}
.focusBox .bd .con .title{width:100%; position:absolute; /*padding:0 6px; z-index:0; left:0; bottom:222px;*/ z-index:2; text-align:center;}
.focusBox .bd .con .title a{color:#fff; font-weight:bold; line-height:30px;}
.focusBox .bd .con .bg{position:absolute; top:0; width:100%; height:30px; z-index:0; left:0; background:#578398; filter:alpha(opacity=80);opacity:0.8;}

/*父栏目焦点图 S*/
#wfocusBoxA{height:256px;}
#wfocusBoxA .bd .con{top:232px; background:#e9e7e7;}
#wfocusBoxA .bd .con .title a{color:#333; font-weight:normal;}
#wfocusBoxA .bd .con .bg{background:none; }
#wfocusBoxA .hd{bottom:34px;}