/* slide */

.slide-main {
    height: 100%;
	max-height: 915px;
    position: relative;
}

.prev,
.next {
    display: block;
    width: 80px;
	line-height:50px;
	color:#ffffff;
	font-weight:bold;
    height: 50px;
    position: absolute;
    z-index: 222;
    top: 56%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    _border: 1px solid none;
}

.prev {
	left: 10%;
	text-decoration:none;
	padding-left:35px;
	
	background: url(../image/p-1.png) no-repeat left center;
}



.next {
    right: 10%;
	text-decoration:none;
	padding-right:35px;
	text-align:right;
	background: url(../image/n-1.png) no-repeat right center;
}

.prev:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
	text-decoration:none;
	background: url(../image/p-2.png) no-repeat left center;
}
.next:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
	text-decoration:none;
	background: url(../image/n-2.png) no-repeat right center;
}

.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
	text-decoration:none;
}

.bitem {
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    z-index: 124;
       bottom: 40px;
    left: 0;
    text-align: center;
}

.bitem a {
    display: inline-block;
    width: 24px;
    height: 5px;
    margin-right: 11px;
    background: #333;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    overflow: hidden;
}

.bitem a.cur {
    background: #b01d24;
}

.slide-box,
.slide {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-box {
    position: relative;
}

.slide {
    display: none;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 8;
}

#bgstylea {
    background: #fff;
}

#bgstyleb {
    background: #fff;
}

#bgstylec {
    background: #fff;
}

.slide a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.slide a img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

@media (max-width: 768px) {
.slide a {
   width: 100%;
 position:relative;padding-bottom:75%;
}

.slide a img {
    position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 width:100%;
 margin:auto;
 *zoom:1;
}
}
#playBox {
    width: 608px;
    height: 283px;
    position: relative;
    overflow: hidden;
}

#playBox .oUlplay {
    width: 99999px;
    position: absolute;
    left: 0;
    top: 0;
}

#playBox .oUlplay li {
    float: left;
}

#playBox .pre {
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: url(/img/l.png) no-repeat;
    position: absolute;
    top: 125px;
    left: 10px;
    z-index: 10;
}

#playBox .next {
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: url(/img/r.png) no-repeat;
    position: absolute;
    top: 125px;
    right: 10px;
    z-index: 10;
}

#playBox .smalltitle {
    width: 1000px;
    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;
}