/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  /*margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;*/ }
  .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    width: 26px;
    height: 50px;
    text-indent: -9999px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .owl-theme .owl-nav .owl-prev {
    left: -46px;
    background: url("../images/owl_prev.png") no-repeat scroll 0 0;
  }
  .owl-theme .owl-nav .owl-next {
    right: -46px;
    background: url("../images/owl_next.png") no-repeat scroll 0 0;
  }
    .owl-theme .owl-nav [class*='owl-']:hover {
      text-decoration: none; 
      opacity: 0.5;
    }
  .owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default; }

/*圈圈*/
.owl-theme .owl-nav.disabled + .owl-dots {
  /*margin-top: 10px;*/ }

.owl-theme .owl-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  line-height: 0;
  /*-webkit-tap-highlight-color: transparent;*/ }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 8px;
      height: 8px;
      margin: 0px 5px;
      border: 1px solid rgba(255,255,255,0.5);
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 300ms ease;
      border-radius: 50%; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: rgba(255,255,255,0.9);
      border-color: rgba(0, 0, 0, 0); 
    }
/**/
.owl-carousel-0 .owl-nav [class*='owl-'] {
    width: 24px;
    height: 24px;
  }
.owl-carousel-0 .owl-nav .owl-prev {
  left: -34px;
  background: url("../images/owl_prev3.png") no-repeat scroll 0 0;
}
.owl-carousel-0 .owl-nav .owl-next {
  right: -34px;
  background: url("../images/owl_next3.png") no-repeat scroll 0 0;
}
.owl-carousel-3 .owl-dots .owl-dot span {
  border: 1px solid #cccccc;
}
.owl-carousel-3 .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #cccccc; 
  border-color: rgba(0, 0, 0, 0); 
}
.owl-carousel-3 .owl-nav .owl-prev {
  background: url("../images/owl_prev2.png") no-repeat scroll 0 0;
}
.owl-carousel-3 .owl-nav .owl-next {
  background: url("../images/owl_next2.png") no-repeat scroll 0 0;
}