*{ margin:0; padding:0; list-style:none;font-size:14px;}
#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
#playBox{ width:100%; height:600px; margin:0 auto; background:#333; position:relative; overflow:hidden;}
#playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;}
#playBox .oUlplay li{ float:left;}
#playBox .oUlplay li img{ width: 100%;}
#playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(../images/l.png) no-repeat; position:absolute; top:270px; left:10px; z-index:10;}
#playBox .next{ cursor:pointer; width:45px; height:45px; background:url(../images/r.png) no-repeat; position:absolute; top:270px; right:10px; z-index:10;}
#playBox .smalltitle {width:100%; height:10px; position:absolute; bottom:15px; z-index:10}
#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;}


#title{
    width: 700px;
    height: 100px;
    margin: 25px auto;
}
#title p{
    text-align: center;
    font-size: 21px;

}
#title1{
    width: 700px;
    height: 30px;
    margin: 25px auto;
}
#title1 p{
    text-align: center;
    font-size: 21px;
}
#title-list{
    text-align: center;
    margin-top: 15px;
    height: 35px;
}
#title-list li{
    width: 130px;
    height: 45px;
    display: inline-block;
    padding-right: 15px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
}
#title-list li:first-child{
    width: 130px;
    height: 45px;
    display: inline-block;
    padding-right: 15px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    background-color: #ffb500;
}
#title-list li a{
    display: block;
    text-decoration: none;
    width: 128px;
    height: 45px;
}
#title-list li a:hover{
    background-color: #ffb500;
}
#title-list li a span{
    color: #262626;
    font-size: 18px;
    line-height: 45px;
}
#container{
	width:1120px;
	margin:0 auto 40px auto;
}


.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths { position: relative; min-height: 1px; } @media ( min-width : 768px) { .col-sm-5ths { width: 20%; float: left; } } @media ( min-width : 992px) { .col-md-5ths { width: 20%; float: left; } } @media ( min-width : 1200px) { .col-lg-5ths { width: 20%; float: left; } }


.nav {
  width: 800px;
  height:82px;
  margin: 0 auto;
  color: #f0f0f0;
  float:right;
}
.nav a {
  display: block;
  padding: 0 16px;
  line-height: inherit;
  cursor: pointer;
}
.nav_menu {
  width:821px;
  height:82px;
}
.nav_menu-item {
height:82px;
  display:block;
  float:left;
  position: relative;
}
.nav_menu-item a {

    color: #000;
    font-size: 1em;
	font-weight:normal;
    line-height: 82px;
}
.nav_menu-item a:hover {
	text-decoration:none;
	color:#FFB500;

}
.nav_menu-item:hover {
  background-color: #35353F;
}
.nav_menu-item:hover .nav_submenu {
  display: block;
}
.nav_submenu {
  font-weight: normal;
  display: none;
  position: absolute;
  width: 187px;
  background-color: #fff;
}
.nav_submenu-item {
height:33px;
}
.nav_submenu-item a {
 line-height:33px;
}
.nav_submenu-item:hover {
  background: rgba(0, 0, 0, 0.1);
}


