/* css 重置 */
*{margin:0; padding:0; list-style:none; }
img{ border:0; }

/* 本例子css */
.switchLoad{ width:1000px;margin:0px auto;text-align:left; background:#fff;}
.switchLoad .hd{ height:30px; line-height:30px;   position:relative;  }
.switchLoad .hd ul{ float:left; position:absolute; left:1px; top:-1px; height:30px; }
.switchLoad .hd ul li{ width:78px; float:left; text-align:center;background:#e8e8e8; cursor:pointer; margin-left:5px; font-size:14px; }
.switchLoad .hd ul li:hover{ width:78px; float:left; text-align:center;background:#026eb7; color:#FFFFFF; cursor:pointer;  font-size:14px; }
.switchLoad .hd ul li a{ width:78px; float:left; text-align:center;background:#e8e8e8; color:#000000; cursor:pointer; font-size:14px; }
.switchLoad .hd ul li a:hover{ width:78px; float:left; text-align:center;background:#026eb7; color:#FFFFFF; cursor:pointer;  font-size:14px; }
.switchLoad .hd ul li.on{ height:30px; width:78px; background:#FF6600; color:#FFFFFF;  }
.switchLoad .bd ul{ padding:15px 0px 15px 15px; overflow:hidden; zoom:1; }
.switchLoad .bd li{ width:316px; background:#f7f7f7; border:1px solid #e8e8e8; margin: 8px 12px 50px 14px; float:left; display:inline; }
.switchLoad .bd li img{ width:255px; height:105px; margin:auto; margin-top:10px; display:block; background:url(../images/loading.gif) center center no-repeat; }
.switchLoad .bd li h6{ font-size:14px; font-style:normal; font-weight:normal;   line-height:30px; padding-top:5px; padding-left:10px; font-weight:bold; }
.switchLoad .bd li p{ color:#666;padding-left:10px;line-height:25px;  }