  #float01{width:100%;}
  #float02{width:100%;}
  #float03{width:100%;}
  #float04{width:100%;}
  #float05{width:100%;}
  #float06{width:100%;}
  #float07{width:100%;}
  
  div.floatCtro{
	width: 80px;
	height: 310px;
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 100;
	background-image: url(../static/picture/folat.png);
	background-repeat: no-repeat;
	background-position: center top;
}

  div.floatCtro p{width:80px;height: 49px;text-align:center; cursor:pointer;}
  div.floatCtro a{ display:inline-block; display:none; width:80px;vertical-align:middle; cursor:pointer;}
  div.floatCtro a span{ display:block; width:80px;font-family:'微软雅黑'; font-size:14px; line-height:22px; text-align:center; margin:8px 16px; _margin:-10px 0 0 16px;}
  div.floatCtro .float00 p:hover{
	top: 0px;
}
  div.floatCtro .float01 p:hover{
	color: #fff;
	background-image: url(../static/picture/folat-hover.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 49px;
}

  div.floatCtro .float02 p:hover{
	color: #fff;
	background-image: url(../static/picture/folat-hover.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 147px;

}
  div.floatCtro .float03 p:hover{
	color: #fff;
	background-image: url(../static/picture/folat-hover.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 196px;
}

  div.floatCtro .float04 p:hover{
	color: #fff;
	background-image: url(../static/picture/folat-hover.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 245px;
}

  div.floatCtro p.cur{
	color: #fff;
	background-image: url(../static/picture/folat-hover.png);
	background-repeat: no-repeat;
	height: 49px;
}
  