@charset "gb2312";
ul{list-style:none;margin:0; padding:0}
img{border: 0;}
/*总box*/
#playBox{ width:500px; height:340px; margin:0 auto; position:relative; overflow:hidden;}

/*左右箭头样式*/
#playBox .pre{ position:absolute; top:147px; left:10px; z-index:10; width:45px; height:45px; background:url(201705021549l.png) no-repeat; cursor:pointer;}
#playBox .next{ position:absolute; top:147px; right:10px; z-index:10; width:45px; height:45px; background:url(201705021550r.png) no-repeat; cursor:pointer;}
/*图片样式*/
#playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;}
#playBox .oUlplay li{ float:left;}
#playBox .oUlplay img{width:500px; height:340px;}
/*圆点样式*/
#playBox .smalltitle {width:500px; height:10px; position:absolute; bottom:15px; z-index:10}
#playBox .smalltitle ul{width:60px; margin:0 auto;}
#playBox .smalltitle ul li{float:left; width:10px; height:10px; margin:0 5px; border-radius:10px; background:#ffffff;  overflow:hidden;}
#playBox .smalltitle .thistitle{ background:#69aaec;}

