/*
*Owl Carousel Owl Demo Theme
*www.sucaijiayuan.com
*/

.owl-theme .owl-controls{ width:100%; text-align:center; }
/* Styling Next and Prev buttons*/

@media only screen and (max-width:1200px){
	.owl-buttons{position:absolute; width:100%; top:38%; margin-top:-23px;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF; position:absolute; font-size:0px; display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/  width:46px; height:46px;}
.owl-prev{background:url(../images/jt_03.png) no-repeat; background-size:100% 100%; left:0px;}
.owl-next{background:url(../images/jt_05.png) no-repeat; background-size:100% 100%; right:0px;}
}
@media only screen and (max-width: 480px){
	.owl-buttons{position:absolute; width:100%; top:38%; 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*/  width:40px; height:40px;}
.owl-prev{background:url(../images/jt_03.png) no-repeat; background-size:100% 100%; left:0px;}
.owl-next{background:url(../images/jt_05.png) no-repeat; background-size:100% 100%; right:0px;}
}
@media only screen and (min-width: 1200px){
	.owl-buttons{ width:220px; position:absolute; top:330px; left:50%; margin-left:-110px;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF;  font-size:0px; display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/  width:60px; height:60px;}
.owl-prev{background: url(../images/p1_77.png) no-repeat; background-size:100% 100%; float:left;}
.owl-prev:hover{background: url(../images/p1_84.png) no-repeat; background-size:100% 100%;}
.owl-next{background: url(../images/p1_85.png) no-repeat; background-size:100% 100%; float:right;}
.owl-next:hover{background: url(../images/p1_80.png) no-repeat; background-size:100% 100%;}
}
/* Styling Pagination*/
@media only screen and (max-width: 1200px){
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ padding:5px 0px;}
.owl-theme .owl-controls .owl-page span{display: block;width:10px;height:10px;margin: 5px 2px; background:#9e9da4;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
}
@media only screen and (max-width: 480px){
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ padding:5px 0px;}
.owl-theme .owl-controls .owl-page span{display: block;width:10px;height:10px;margin: 5px 2px; background:#9e9da4; -webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
}
@media only screen and (min-width: 1200px){
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ padding:53px 0px 0px 0px;}
.owl-theme .owl-controls .owl-page span{display: block;width:10px;height:10px;margin: 0px 3px; background:#9e9da4; -webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{background:#ca1121;}
/* 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}