/* 焦点图*/
.banner{width:100%; }
.fullSlide{ width:100%;   height:400px; 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:400px; }		
.fullSlide .bd li a{ position:absolute; width:100%; height:316px; display:block; z-index:1;;   }	
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:35px; left:0; height:20px; line-height:20px; text-align:center}	

.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:31px; height:31px; margin:4px;  overflow:hidden; line-height:9999px;}
.fullSlide .hd ul li,.fullSlide .hd ul .on{ background:url(../images/dot-black.png) no-repeat;}
.fullSlide .hd ul .on { background-position:0px -37px;}
