.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:100%;}
    #owl-flash .owl-item .item{display:block;width:100%;overflow:hidden;}
#owl-flash .owl-item .item img{width:100%;}
.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: #eb222a;

}
/* preloading images */
.owl-item.loading{
	background: url(/cms/image/loading2.gif) no-repeat center center
}
.topadv{position:relative;overflow:hidden;width:100%;}
.topadv .flashbg{overflow:hidden;width:100%;}
.topadv .flashbg .item img{width:100%;}
.topadv .flashname{width:100%;position:absolute;z-index:2;left:0;bottom:20px;text-align:center;}
.topadv .flashname h2 {display:none;
    background:url(/cms/image/sline.png) no-repeat center bottom;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px;
    margin-top: 50px;
    text-shadow:0px 1px 5px #000000;
}
.topadv .flashname p {display:none;color:#fff;font-size:21px;margin-bottom:0;text-shadow:0px 1px 5px #000000;}
.topadv .flashname p span {font-weight:400;margin-left:20px;}
@media only screen and (max-width:767px) 
{
    .owl-flash .owl-controls .owl-dots .owl-dot span{
	width: 0.1rem;
	height:0.1rem;
	line-height:0.1rem;
	background: #ffffff;
	margin: 0px 0.02rem;
	overflow:hidden;
	border-radius:0.1rem;}

.owl-flash .owl-controls{bottom:0.05rem;}
}
@media only screen and (max-width:561px) 
{
.owl-flash .owl-controls{bottom:0.05rem;}
}
@media only screen and (max-width:420px) 
{
.owl-flash .owl-controls{bottom:0.05rem;}
}