/*
*Owl Carousel Owl Demo Theme
*www.sucaijiayuan.com
*/

.owl-theme .owl-controls{ width:100%; text-align:center; display:none;}
/* Styling Next and Prev buttons*/

@media only screen and (max-width:1185px){
.owl-buttons{position:absolute; width:100%; top:50%; margin-top:-20px;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF; position:absolute; font-size:0px; display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ }


#owl-demo1 .owl-buttons{position:absolute; width:70px; height:27px; top:auto; right:25px; margin-top:0px;bottom:25px;}
#owl-demo1 .owl-prev{background: url(../images/dt_jt1.png) no-repeat; background-size:100% 100%; left:0px; width:27px; height:27px;}
#owl-demo1 .owl-prev:hover{background: url(../images/dt_jt1_on.png) no-repeat; background-size:100% 100%;}
#owl-demo1 .owl-next{background: url(../images/dt_jt2.png) no-repeat; background-size:100% 100%; right:0px; width:27px; height:27px;}
#owl-demo1 .owl-next:hover{background: url(../images/dt_jt2_on.png) no-repeat; background-size:100% 100%;}

#owl-demo2 .owl-buttons{position:absolute; width:50px; height:20px; top:auto; right:10px; margin-top:0px; bottom:10px;}
#owl-demo2 .owl-prev{background: url(../images/sy_jt5.png) no-repeat; background-size:100% 100%; left:0px; width:23px; height:20px;}
#owl-demo2 .owl-next{background: url(../images/sy_jt6.png) no-repeat; background-size:100% 100%; right:0px; width:23px; height:20px;}

#owl-demo3 .owl-buttons{position:absolute; width:100%; height:20px; top:50%; left:0px; margin-top:-10px; }
#owl-demo3 .owl-prev{background: url(../images/sy_jt3.png) no-repeat; background-size:100% 100%; left:10px; width:20px; height:20px;}
#owl-demo3 .owl-next{background: url(../images/sy_jt4.png) no-repeat; background-size:100% 100%; right:10px; width:20px; height:20px;}

#owl-demo4 .owl-buttons{position:absolute; width:100%; height:20px; top:50%; left:0px; margin-top:-10px; }
#owl-demo4 .owl-prev{background: url(../images/jt_03.png) no-repeat; background-size:100% 100%; left:0px; width:25px; height:60px;}
#owl-demo4 .owl-next{background: url(../images/jt_05.png) no-repeat; background-size:100% 100%; right:0px; width:25px; height:60px;}
}

@media only screen and (min-width: 1185px){
.owl-buttons{position:absolute; width:100%; top:50%; margin-top:-54.5px;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF; position:absolute; font-size:0px; display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ }


#owl-demo1 .owl-buttons{position:absolute; width:70px; height:27px; top:auto; right:25px; margin-top:0px;bottom:25px;}
#owl-demo1 .owl-prev{background: url(../images/dt_jt1.png) no-repeat; background-size:100% 100%; left:0px; width:27px; height:27px;}
#owl-demo1 .owl-prev:hover{background: url(../images/dt_jt1_on.png) no-repeat; background-size:100% 100%;}
#owl-demo1 .owl-next{background: url(../images/dt_jt2.png) no-repeat; background-size:100% 100%; right:0px; width:27px; height:27px;}
#owl-demo1 .owl-next:hover{background: url(../images/dt_jt2_on.png) no-repeat; background-size:100% 100%;}

#owl-demo2 .owl-buttons{position:absolute; width:62px; height:25px; top:auto; right:15px; margin-top:0px; bottom:15px;}
#owl-demo2 .owl-prev{background: url(../images/sy_jt5.png) no-repeat; background-size:100% 100%; left:0px; width:29px; height:25px;}
#owl-demo2 .owl-next{background: url(../images/sy_jt6.png) no-repeat; background-size:100% 100%; right:0px; width:29px; height:25px;}

#owl-demo3 .owl-buttons{position:absolute; width:100%; height:26px; top:50%; left:0px; margin-top:-13px; }
#owl-demo3 .owl-prev{background: url(../images/sy_jt3.png) no-repeat; background-size:100% 100%; left:15px; width:26px; height:26px;}
#owl-demo3 .owl-next{background: url(../images/sy_jt4.png) no-repeat; background-size:100% 100%; right:15px; width:26px; height:26px;}
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/}
@media only screen and (max-width: 680px){
.owl-theme .owl-controls .owl-page span{display: block;width:20px;height:3px;margin: 5px 2px; background:#000000;}
}
@media only screen and (max-width: 480px){
.owl-theme .owl-controls .owl-page span{display: block;width:10px;height:3px;margin: 5px 2px; background:#000000;}
}
@media only screen and (min-width: 680px){
.owl-theme .owl-controls .owl-page span{display: block;width:35px;height:3px;margin: 5px 3px; background:#000000;}
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{background:#8e0000;}
/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
/* preloading images*/
.owl-item.loading{min-height: 150px;background: url(../images/AjaxLoader.gif) no-repeat center center}