@charset "UTF-8";
html{font-size:62.5%;font-family:'helvetica neue',tahoma,arial,'hiragino sans gb','Simsun',sans-serif} 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,hr{margin:0;padding:0}
body{line-height:1.333;font-size:12px}
h1,h2,h3,h4,h5,h6{font-size:100%;font-family:arial,'hiragino sans gb','microsoft yahei','Simsun',sans-serif}
li{list-style:none}
a:link,a:visited{text-decoration:none}
	a{text-decoration: none;}
  	#wrapper{position: relative;margin: 10px auto;width: 1000px;height: 600px;}
  	#banner{position: absolute;width: 1000px;height: 600px;overflow: hidden;}
	.imgList{position: absolute;width:9999px;height:600px;z-index: 10;overflow: hidden;}
  	.imgList li{float:left;display: inline;}
  	#prev,
  	#next{position: absolute;top:240px;z-index: 20;cursor: pointer;opacity: 0.2;filter:alpha(opacity=20);}
  	#prev{left: 10px;}
  	#next{right: 10px;}
  	#prev:hover,
  	#next:hover{opacity: 0.5;filter:alpha(opacity=50);}
  	.bg{position: absolute;bottom: 0;width: 1000px;height: 40px;z-index:20;opacity: 0.4;filter:alpha(opacity=40);background: black;}
  	.infoList{position: absolute;left: 10px;bottom: 10px;z-index: 30;}
  	.infoList li{display: none;}
  	.infoList .infoOn{display: inline;color: white;}
  	.indexList{position: absolute;right: 10px;bottom: 5px;z-index: 30;}
  	.indexList li{float: left;margin-right: 5px;padding: 8px 8px;  border-radius:8px;border: 0px solid black;background-color: #ddd;cursor: pointer;}
  	.indexList .indexOn{background: red;font-weight: bold;color: white;}