.owl-theme {position:relative;margin:0;}
.owl-theme .owl-nav {position:absolute;left:50%;top:50%;width:1200px;height:40px;margin:-30px auto 0 -600px;z-index:9;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.owl-theme button.owl-prev {display:block;position:absolute;left:-30px;top:50%;width:60px;height:60px;overflow:hidden;line-height:999px;margin:-30px 0 0 0;background:url(../images/arrow_left.png) no-repeat 50% 50% rgba(0,0,0,0.6);border:none;border-radius:50%;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.owl-theme button.owl-next {display:block;position:absolute;right:-30px;top:50%;width:60px;height:60px;overflow:hidden;line-height:999px;margin:-30px 0 0 0;background:url(../images/arrow_right.png) no-repeat 50% 50% rgba(0,0,0,0.6);border:none;border-radius:50%;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

/*.owl-theme .owl-nav [class*='owl-'] {display:inline-block;margin:0;padding:0;color:#fff;font-size:14px;background:#;cursor:pointer;}
.owl-theme .owl-nav [class*='owl-']:hover {}*/

.owl-theme .owl-nav .disabled {cursor:pointer;}

.owl-theme .owl-nav.disabled + .owl-dots {margin:10px 0 0 0;}


.owl-theme .owl-dots {display:block;text-align:center;}
.owl-theme .owl-dots button {background:none;border:none}
.owl-theme .owl-dots .owl-dot {display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-dots .owl-dot span {display:block;width:30px;height:3px;margin:0 2px 0 2px;background:#ccc;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background:#3d68ad;}

.owl-theme-case .owl-nav {display:block}

.item {position:relative;}
.item img {width:100%;height:auto}
.item a {display:block;position:absolute;width:100%;height:50px;bottom:0;left:0;padding:0 10px;color:#fff;font-weight:700;text-align:left;background:rgba(0,0,0,0.4);}





@media screen and (max-width:1280px) {
.owl-theme .owl-nav {width:960px;margin:-30px auto 0 -480px;}
}




@media screen and (max-width:1024px) {
.owl-theme .owl-nav {width:600px;margin:-30px auto 0 -300px;}
}






@media screen and (max-width:768px) {
.owl-theme .owl-nav {width:100%;left:0;margin:-30px auto 0 auto;}

.owl-theme button.owl-prev {left:20px;width:40px;height:40px;margin:-10px 0 0 0;}
.owl-theme button.owl-next {right:20px;width:40px;height:40px;margin:-10px 0 0 0;}
}





@media screen and (max-width:480px) {

.owl-theme button.owl-prev {left:10px;}
.owl-theme button.owl-next {right:10px;}
}