.owl-theme{position:relative;overflow:hidden;}
.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:100%;}
.owl-theme .owl-controls{
	text-align: right;
	display:block;
	width:100%;
	position:absolute;
	left:0;
	bottom:10px;
	z-index:99999999999;
	padding-right:30px;
}
.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: 15px;
	height:15px;
	line-height:15px;
	background: #ffffff;
	margin: 0px 5px;
	overflow:hidden;
	border-radius:100%;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.owl-theme .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
}
.owl-theme .d{text-align:center;font-size:50px;position:absolute;top:300px;width:100%;z-index:999;
               -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
     	-webkit-animation-duration: .5s;
	-webkit-animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .5s;
	-moz-animation-delay: 0s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .5s;
	-ms-animation-delay: 0s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .5s;
	animation-delay: 0s;
	animation-timing-function: ease;
	animation-fill-mode: both;

              }
.active .d
{
    display:block;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
   	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration:1s;
	-ms-animation-delay: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-timing-function: ease;
	animation-fill-mode: both;

}
@media only screen and (max-width:767px) 
{
     .owl-theme .owl-controls .owl-dots{padding-right:0.1rem;}
    .owl-theme .owl-controls .owl-dots .owl-dot span{
	width: 0.08rem;
	height:0.08rem;
	line-height:0.1rem;
	background: #ffffff;
	margin: 0px 0.03rem;
	overflow:hidden;
	border-radius:0.1rem;
}

.owl-theme .owl-controls{bottom:0.05rem;}
}
@media only screen and (max-width:561px) 
{

.owl-theme .owl-controls{bottom:0.05rem;}
}
@media only screen and (max-width:420px) 
{
.owl-theme .owl-controls{bottom:0.05rem;}
}