
div {
	margin: 0;
	padding: 0
}
i {
	text-decoration: none;
	font-weight: 400;
	font-style: normal
}
#bd {
    width: 970px;
    clear: both;
    height: 385px;
}
img {
	border-width: 0px 0px 0px 0px
}
#focus_image {
    height: 385px;
    position: relative;
    z-index: 20;
    overflow: hidden;
    width: 970px;
}
#focus_image .pages {
    width: 970px;
    height: 345px;
    /* background: #212121; */
}
#focus_image .pages .item {
	position: absolute;
	left: 970px;
	top: 0;
	width: 970px;
	height: 385px;
	z-index: 5;
	text-decoration: none
}
#focus_image .pages .item.cur {
	display: block;
	z-index: 10
}
#focus_image .pages .item .poster {
    width: 970px;
    height: 385px;
    /* background: #212121; */
}
#focus_image .pages .item i {
	position: absolute;
	width: 300px;
	padding: 0 5px;
	height: 40px;
	left: 0;
	bottom: 0;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	z-index: 2;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	font-weight: 600
}
#focus_image .controler {
    display: block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    /* border-top: 1px solid #121212; */
    /* background: #212121; */
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 999;
    right: 0;
}
#focus_image .controler b {
	display: inline-block;
	width: 40px;
	height: 5px;
	margin: 15px 4px;
	background: #FFF;
	cursor: pointer;
	line-height: 20px;
	font-weight: 700;
	color: #2B2B2B;
	position: relative
}
#focus_image .controler b i {
	display: none
}
#focus_image .controler b.down {
	background: #A91F01;
	color: #FFF
}
#focus_image .controler b.down i {
	position: absolute;
	display: block;

	top: -9px;
	left: 5px;
	width: 0;
	height: 0;
	line-height: 0
}
