/* css 重置 */

/* 本例子css */
.tabox{margin:0px auto 36px;height: 500px; position: relative}
.tabox .hd{overflow:hidden; position: absolute;bottom: 10px;width:100%;}
.tabox .hd ul{display: table;margin: 0 auto;}
.tabox .hd li{position:relative;margin-left:10px;height:19px;background:url(../images/heidian.png)no-repeat center center;width:19px;float:left;cursor:default;}
.tabox .hd li.on{width:19px;background:url(../images/landian.png)no-repeat center center;}



