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

.owl-flash .owl-controls .owl-dots .owl-dot.active span,
.owl-flash .owl-controls .owl-dots .owl-dot:hover span{
	background: #3888cd;

}
/* preloading images */
.owl-item.loading{
	background: url(/cms/image/loading2.gif) no-repeat center center
}
.topadv{position:relative;overflow:hidden;}
.flashbg{overflow:hidden;}
.flashbg .item img{width:1920px;max-width:1920px;height:350px;margin-left:calc((100vw - 1920px)/2);}