/*
*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:50%; margin-top:-20px; display:none;}
.gd3 .owl-buttons,.gd5 .owl-buttons{ display:block;}	
.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: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*/  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:50%; margin-top:-30px; left:50%; margin-left:-110px; display:none;}
.gd3 .owl-buttons{ width:1020px; position:absolute; top:50%; margin-top:-26px; left:0px; margin-left:0px; display: block;}
.gd5{ display:none;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF;  font-size:0px; display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/  width:25px; height:52px; position:absolute;}
.owl-prev{background: url(../images/s_54.jpg) no-repeat; background-size:100% 100%; left:-40px;}
.owl-prev:hover{background: url(../images/s_49.jpg) no-repeat; background-size:100% 100%; }
.owl-next{background: url(../images/s_56.jpg) no-repeat; background-size:100% 100%; right:-40px;}
.owl-next:hover{background: url(../images/s_47.jpg) 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:10px 0px;}
.gd3 .owl-theme .owl-controls .owl-page,.gd5 .owl-theme .owl-controls .owl-page{ display:none;}
.owl-theme .owl-controls .owl-page span{display: block;width:10px;height:10px;margin: 5px 2px; background:#d2d2d2;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.gd2 .owl-pagination{ position:absolute; height:10px; top:-30px; right:0px; text-align:right;}
.gd2 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ padding:0px 0px 0px 0px;}
.gd2 .owl-theme .owl-controls .owl-page span{display: block;width:10px;height:10px;margin: 0px 3px; background:#d2d2d2; -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:10px 0px;}
.owl-theme .owl-controls .owl-page span{display: block;width:10px;height:10px;margin: 5px 2px; background:#d2d2d2; -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:30px 0px 0px 0px;}
.owl-theme .owl-controls .owl-page span{display: block;width:18px;height:18px;margin: 0px 5px; background:#d2d2d2; -webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.gd2 .owl-pagination{ position:absolute; height:10px; top:-30px; right:0px; text-align:right;}
.gd2 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ padding:0px 0px 0px 0px;}
.gd2 .owl-theme .owl-controls .owl-page span{display: block;width:10px;height:10px;margin: 0px 3px; background:#d2d2d2; -webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.gd3 .owl-pagination,.gd5 .owl-pagination{ display:none; width:0px; height:0px;}
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{background:#81c545;}
.gd2 .owl-theme .owl-controls .owl-page.active span,
.gd2 .owl-theme .owl-controls.clickable .owl-page:hover span{background:#df4040;}
/* 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}