﻿/* 焦点图*/
.fullSlide{ width:100% ;height:368px; overflow:hidden; margin:0 auto;  position:relative; }	
.fullSlide .bd{ position:relative; z-index:0;            }	
.fullSlide .bd ul{ width:100% !important;                }	
.fullSlide .bd li{ width:100% !important;  height:368px; }		
.fullSlide .bd li a{ position:absolute; width:100%; height:368px; display:block; z-index:1;;   }	
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:5px; left:0; height:38px; line-height:38px; text-align:center; background:url(../images/fullSlide_hd.png) repeat-x;}	

.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:4px; background:url(../images/dot-black.png) 0 0; overflow:hidden; line-height:9999px; filter:alpha(opacity=40);opacity:0.4; 	}
.fullSlide .hd ul .on{ filter:alpha(opacity=100);opacity:1;  }
