@charset "utf-8";
#owl-wooo{
	position:relative;
	width:500px;
	height:388px;
	margin:0 auto;
}
#owl-wooo .item{ 
    position:relative;
	display:block;
}
#owl-wooo img{
	display:block;
	width:500px;
	height:388px;
}
#owl-wooo b{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:80px;
	background-color:#000;
	opacity:.5;
	filter:alpha(opacity=50);
}
#owl-wooo span{
	position:absolute;
	left:0;
	bottom:16px;
	width:100%;
	font:18px/32px "Microsoft YaHei","SimHei",sans-serif;
	color:#fff;
	text-align:center;
}
.owl-pagination{
	position:absolute;
	left:0;
	bottom:0px;
	width:100%;
	height:22px;
	text-align:center;
}
.owl-page{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
	background-image:url(/z018/hd/images/bg15.png);
	*display:inline;
	*zoom:1;
}
.owl-pagination .active{
	width:25px;
	background-image:url(/z018/hd/images/bg16.png);
}
/* 删除 display:block !important，改成默认隐藏 */
.owl-buttons{
	display:none;
}
.owl-buttons div{
	position:absolute;
	top:50%;
	width:40px;
	height:60px;
	margin-top:-30px;
	font-size:40px;
	font-weight:bold;
	line-height:60px;
	text-align:center;
	color:#00a650;
	background:rgba(255,255,255,0.7);
	border-radius:4px;
	cursor:pointer;
	z-index:10;
	background-image:none !important;
	text-indent:0;
}
.owl-prev{
	left:10px;
}
.owl-next{
	right:10px;
}
.owl-prev:hover,
.owl-next:hover{
	color:#008040;
	background:rgba(255,255,255,0.9);
}