/*----------- 图片banner特效左右滚动 ------------*/
/* w_ctr */
.w_ctr *{margin:0;padding:0;}
.w_ctr .JQ-slide{width:1025px;height:350px;overflow:hidden;position:relative;}
.w_ctr .JQ-slide-content{position:absolute;}/*必须要的元素*/
.w_ctr .JQ-slide-content li{width:1025px;height:350px;float:left;display:inline;position:relative;}
/*.w_ctr .JQ-slide-content li img{width:174px;height:148px;}*/
.w_ctr .JQ-slide-content li span{display:block;background:black;color:white;font-size:14px;font-weight:bold;padding:0 14px;line-height:28px;position:absolute;bottom:5px;left:0;z-index:10;width:275px;overflow:hidden;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;}
.w_ctr .JQ-slide-nav{position:absolute;bottom:2px;right:454px;z-index:30;}
.w_ctr .JQ-slide-nav li{float:left;display:inline;background:url(../images/style2012/focus_li.png) no-repeat;width:23px;height:22px;text-indent:-999em;overflow:hidden;cursor:pointer;margin-right:12px;}
.w_ctr .JQ-slide-nav li.on{background-position:-35px 0;}