*
{ 
    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: 1660px;
   /* height: 600px;*/
    height:450px;
    max-width:100%;
    margin: 0 auto;
   
    position: relative;
    overflow: hidden;
}
#playBox .oUlplay
{
    /*width: 7640px;*/
    /*width:15280px;*/
    width:9960px;
    position: absolute;
    left: 0;
    top: 0;
    margin:0 auto;
}
#playBox .oUlplay li
{
    float: left;
}
#playBox .pre
{
    cursor: pointer;
    width: 56px;
    height: 78px;
    background: url(../images/bg_btnPre_index.png) no-repeat;
    position: absolute;
    top: 190px;
    left: 10px;
    z-index: 10;
}
#playBox .pre:hover{background:url(../images/bg_btnPre_index_hover.png) no-repeat;}

#playBox .next
{
    cursor: pointer;
    width: 56px;
    height: 78px;
    background: url(../images/bg_btnNext_index.png) no-repeat;
    position: absolute;
    top: 190px;
    right: 10px;
    z-index: 10;
}
#playBox .next:hover{background: url(../images/bg_btnNext_index_hover.png) no-repeat;}

#playBox .smalltitle
{
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 15px;
    z-index: 10;
    left: 0px;
}
#playBox .smalltitle ul
{
    width: 120px;
    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;*/}
div.div1 ul .navactive a
{
     background-color:#BE9546;
     color:#fff;
}
div.div1 ul .navactive dl dd a
{
    background-color:White;
    color:#997e4a;
}
.phone
{
    width:100%;
    font-size:14px; 
    color:#BE9546;
    margin-bottom:15px;
     margin-left:20px; 
     font-weight:300;
}

