/*
*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:1180px){
.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-prev{background:url(http://www.tanqingtech.cn/images/jt_03.png) no-repeat; background-size:100% 100%; left:0px;}
.owl-next{background:url(http://www.tanqingtech.cn/images/jt_05.png) no-repeat; background-size:100% 100%; right:0px;}
.owl-prev:hover{background:url(http://www.tanqingtech.cn/images/jt_03_.png) no-repeat; background-size:100% 100%; }
.owl-next:hover{background:url(http://www.tanqingtech.cn/images/jt_05_.png) no-repeat; background-size:100% 100%; }


#owl-demo1 .owl-buttons{position:absolute; width:100%; height:35px; top:50%; right:0px; margin-top:-32.5px;}
#owl-demo1 .owl-prev{background: url(../image/pr_jt1.png) no-repeat; background-size:100% 100%; left:0px; width:17px; height:35px;}
#owl-demo1 .owl-next{background: url(../image/pr_jt2.png) no-repeat; background-size:100% 100%; right:0px;  width:17px; height:35px;}


}

@media only screen and (min-width: 1180px){
.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-prev{background: url(http://www.tanqingtech.cn/images/y81_11.png) no-repeat; background-size:100% 100%; left:3%;}
.owl-next{background: url(http://www.tanqingtech.cn/images/y81_14.png) no-repeat; background-size:100% 100%; right:3%;}

#owl-demo1 .owl-buttons{position:absolute; width:100%; height:35px; top:50%; right:0px; margin-top:-32.5px;}
#owl-demo1 .owl-prev{background: url(../image/pr_jt1.png) no-repeat; background-size:100% 100%; left:-35px; width:17px; height:35px;}
#owl-demo1 .owl-next{background: url(../image/pr_jt2.png) no-repeat; background-size:100% 100%; right:-35px;  width:17px; height:35px;}

#owl-demo2 .owl-buttons{position:absolute; width:100%; height:35px; top:40%; right:0px; margin-top:-32.5px;}
#owl-demo2 .owl-prev{background: url(../image/pr_jt1.png) no-repeat; background-size:100% 100%; left:-45px; width:17px; height:35px;}
#owl-demo2 .owl-next{background: url(../image/pr_jt2.png) no-repeat; background-size:100% 100%; right:-45px;  width:17px; height:35px;}

}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/}
@media only screen and (max-width: 1200px){
.owl-theme .owl-controls .owl-page span{display: block; border:solid 4px #fff; width:16px; height:16px; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}
#owl-demo2 .owl-controls{ position:absolute; right:5px; bottom:10px; width:auto; z-index:20;}
#owl-demo2 .owl-controls .owl-page span{display: block;margin:0px 3px; background:#ffffff;  width:8px; height:8px; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}

#owl-demo2 .owl-controls .owl-page.active span,
#owl-demo2 .owl-controls.clickable .owl-page:hover span{ background:#6bb02f;  }
}

@media only screen and (min-width: 1200px){
.owl-theme .owl-controls .owl-page span{display: block;margin:0px 4px; background:#7d7d7d; width:16px; height:16px; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}
#owl-demo2 .owl-controls{ position:absolute; right:5px; bottom:14px; width:auto; z-index:20;}
#owl-demo2 .owl-controls .owl-page span{display: block;margin:0px 3px; background:#ffffff;  width:8px; height:8px; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}

#owl-demo2 .owl-controls .owl-page.active span,
#owl-demo2 .owl-controls.clickable .owl-page:hover span{ background:#6bb02f; width:22px; }
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{ background:#6bb02f; }
/* 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(http://www.tanqingtech.cn/images/AjaxLoader.gif) no-repeat center center}