﻿/* 焦点图切换-首页 */
.indFocusBox{ width:700px; height: 352px; overflow:hidden; position:relative;  z-index: 1; float: right; }
.indFocusBox .hd{ position:absolute; z-index:3; right:2px; bottom:11px; }
.indFocusBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.indFocusBox .hd ul li{ float:left; margin-right:10px;  width:15px; height:15px; line-height:200px; overflow: hidden; text-indent: -999px;background:#c7c7c7; cursor:pointer; color:#fff;  }
.indFocusBox .hd ul li.on{ background:#f3bd5e;   font-weight:bold;   }
.indFocusBox .bd{ position:relative;  }
.indFocusBox .bd .pic img{ width:700px; height:352px;   }
.indFocusBox .bd .con{ position: absolute; z-index: 1; left: 0; bottom: 0; width: 100%; height:38px; line-height:38px; float: left; text-align:center;  font-weight:bold;  }
.indFocusBox .bd .con .title{ position: absolute; z-index:2; left: 0; bottom: 0; width: 100%; height: 38px; text-indent: 12px; float: left; text-align: left; font: 16px/38px '微软雅黑', Arial,sans-serif;}
.indFocusBox .bd .con .title a{color: white;}
.indFocusBox .bd .bg{display: block; width: 100%; height: 38px; float: left; position: absolute; z-index: 1; left: 0; bottom: 0; background-color: black; filter:alpha(opacity=50);opacity: 0.50;}