/* 懒人图库 搜集整理 www.lanrentuku.com */


/*本例css*/
.banner { width:1000px; height: 340px; margin:0 auto; position: relative; overflow:hidden;}
.bgli01{ width:1000px; height:340px; background:url(../img/banner1.jpg) center no-repeat;}
.bgli02{width:1000px; height:340px; background:url(../img/banner2.jpg) center no-repeat;}
.bgli03{ width:1000px; height:340px;background:url(../img/banner3.jpg) center no-repeat;}

/*数字按钮样式*/
.banner .num { overflow:hidden; height: 25px; position: absolute; bottom:12px; right: 15px; zoom:1; z-index:3 }
.banner .num li { width: 25px; height: 25px; line-height: 25px; text-align: center; font-weight: 400; font-family: "微软雅黑", Arial; color: #FFFFFF; background: #444444; margin-right: 10px; border-radius:50%; cursor:pointer; float: left; }
.banner .num li.on { background: #FF7700; } /*当前项*/

/*上一个  下一个*/
.banner .prev,
.banner .next { display: none; width: 60px; height: 100px; background: url(../img/btn.png) no-repeat; position: absolute; top: 115px;}
.banner .prev { left: 0; }
.banner .next { right:0; background-position: right }
