.owl-theme{position:relative;overflow:hidden;min-width:1220px;}
.owl-theme .owl-item{position:relative;overflow:hidden;}
.owl-theme .owl-item .item{display:block;width:100%;overflow:hidden;}
.owl-theme .owl-item .item img{width:100%;}
#indexFlash .owl-item .item{display:block;width:100%;overflow:hidden;}
#indexFlash .owl-item .item img{width:1920px;max-width:1920px;height:550px;margin-left:calc((100vw - 1920px)/2);}
.owl-theme .owl-controls{
	text-align: center;
	display:block;
	width:100%;
	position:absolute;
	left:0;
	bottom:10px;
	z-index:99999999999;
}
.owl-theme .owl-controls .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	overflow:hidden;
}
.owl-theme .owl-controls .owl-dots .owl-dot span{
	display: block;
	width: 50px;
	height:1px;
	line-height:15px;
	background: #ffffff;
	margin: 0px 5px;
	overflow:hidden;
	border-radius:0;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.owl-theme .owl-controls .owl-dots .owl-dot:hover span{
	background: #ffffff;
	height:5px;

}
/* preloading images */
.owl-item.loading{
	background: url(/cms/image/loading2.gif) no-repeat center center
}
#advFlash .owl-controls{background:rgba(0,0,0,.8);
	display:block;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	height:30px;
}
#advFlash .owl-controls .owl-dots .owl-dot span{
	display: block;
	width: 8px;
	height:8px;
	line-height:8px;
	background: #c2c2c2;
	margin: 12px 5px;
	overflow:hidden;
	border-radius:8px;
}
#advFlash .owl-controls .owl-dots .owl-dot.active span,
#advFlash .owl-controls .owl-dots .owl-dot:hover span{
	background: #ffffff;
	height:8px;


