*{ margin:0; padding:0; list-style:none;}
#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
#playBox{ width:1150px; height:360px; margin:0px auto; background:#333; position:relative; overflow:hidden;border-radius:4px;}
#playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;}
#playBox .oUlplay li{ float:left; position: relative}
#playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(../images/l.png) no-repeat; position:absolute; top:155px; left:10px; z-index:10;}
#playBox .next{ cursor:pointer; width:45px; height:45px; background:url(../images/r.png) no-repeat; position:absolute; top:155px; right:10px; z-index:10;}
#playBox .smalltitle {width:1150px; height:10px; position:absolute; bottom:15px; z-index:10}
#playBox .smalltitle ul{ width:80px; margin:0 auto;}
#playBox .smalltitle ul li{ width:10px; height:10px; margin:0 5px; border-radius:10px; background:#ffffff; float:left; overflow:hidden;*display:inline;*zoom:1;}
#playBox .smalltitle .thistitle{ background:#69aaec;}
#playBox .banner-title{position:absolute;top:50%;width:390px;font-size:29px;color:#fff;left:347px;z-index:10000;margin:0 auto;text-align:center;transform:translateY(-50%);font-weight:600;text-shadow:0 0 5px rgba(0,0,0,.2);}
#playBox .oUlplay li img {height:361px;}
#playBox .oUlplay li h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 20px;
  margin: 0;
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  text-shadow: 0 1px 5px #000;
  box-sizing: border-box;
}
