* {
	margin: 0;
	padding: 0;
	list-style: none;
}

#divSmallBox {
	overflow: hidden;
	*display: inline;
	*zoom: 1;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #ffffff;
}

#playBox {
	width: 100%;
	height: 500px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

#playBox .oUlplay {
	width: 800%;
	position: absolute;
	left: 0;
	top: 0;
}

#playBox .oUlplay li {
    width: 12.5%;
	height: 500px;
	float: left;
}
#playBox .oUlplay li  img{
    width: 100%;
	height: 500px;
}

#playBox .pre {
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(../images/l.png) rgba(0, 0, 0, .5) no-repeat center center;
	position: absolute;
	top: 245px;
	left: 10%;
	z-index: 10;
}

#playBox .next {
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(../images/r.png) rgba(0, 0, 0, .5) no-repeat center center;
	position: absolute;
	top:245px;
	right: 10%;
	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: 24px;
    height: 4px;
    cursor: pointer;
    background: #bebebe;
	margin-left: 5px;
	float: left;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}

#playBox .smalltitle .thistitle {
	background: #63055f;
}
.div-lit1{
	position: relative;
}
.div-lit1 p{
	width: 40%;
	padding: 15px;
	position: absolute;
	left: 20%;
	bottom: 90px;
	z-index: 99;
	background-color: rgba(0, 0, 0, .5);
	color: #ffffff;
	font-size: 16px;
}

.top-logo {
    width:100%;
    margin-top: 20px;
    margin-left: 50px;
}

.find-box {
    float: right;
    border-radius: 5px;
    border: 1px solid #c0c0c0;
    height: 28px;
    overflow: hidden;
    margin-top: 45px;
    width: 200px;
    margin-right: 100px;
}

.bt_find {
    float: right;
    /*margin-top: 5px;
    margin-right: 10px;*/
    height: 28px;
    /*background-color: #920f15;*/
    cursor: pointer;
}

.find {
    margin-top: 4px;
    border: 0;
    margin-left: 15px;
    width: 146px;
    outline: 0;
    position: absolute;
    background: transparent;
    color: white;
}
}
