/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 18px;    text-align: center;
    width: 100%;
    left: 0;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 7px;
     border:2px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

/* 新闻资讯轮播 */
.focusBox{ margin:0 auto;  position:relative;   width:1000px; height:300px;  overflow:hidden;     }
.focusBox .hd{ height:18px; position:absolute; z-index:1; bottom:12px; left:18px; overflow:hidden;   }
.focusBox .hd ul{ float:right;  overflow:hidden;  }
.focusBox .hd li{ width:12px; height:12px; line-height:12px;border:2px solid #fff; text-align:center;  color:#fff; font-family:Arial; float:left; margin:0 7px; display:inline;
    -webkit-border-radius:12px; -moz-border-radius:12px; border-radius:12px; cursor:pointer;
}
.focusBox .hd li.on{ background:#fff; }
.focusBox .bd li{ vertical-align:middle; }
.focusBox .bd li img{ width:1000px; height:300px; display:block;  background:url(images/loading.gif) center center no-repeat;  }

/* 新闻资讯轮播 */
.focusBoxty{ margin:0 auto;  position:relative;   width:249px; height:207px;  overflow:hidden;     }
.focusBoxty .zzhd{ height:18px; position:absolute; z-index:1; bottom:12px; left:18px; overflow:hidden;   }
.focusBoxty .zzhd ul{ float:right;  overflow:hidden;  }
.focusBoxty .zzhd li{ width:12px; height:12px; line-height:12px;border:2px solid #fff; text-align:center;  color:#fff; font-family:Arial; float:left; margin:0 7px; display:inline;
    -webkit-border-radius:12px; -moz-border-radius:12px; border-radius:12px; cursor:pointer;
}
.focusBoxty .zzhd li.on{ background:#fff; }
.focusBoxty .zzbd li{ vertical-align:middle; }
.focusBoxty .zzbd li img{ width:249px; height:207px; display:block;  background:url(images/loading.gif) center center no-repeat;  }

/* 大事件 */
.owl-theme-dsj .owl-dots,.owl-theme-dsj .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme-dsj .owl-nav {

}

.owl-theme-dsj .owl-nav [class*=owl-] {
    font-size: 0;
    display: inline-block;
    width:38px; height:68px; position:absolute;   top:98px;
}
.owl-theme-dsj .owl-nav .owl-prev { left:0; background:url(../img/prev01.png) center center no-repeat;}
.owl-theme-dsj .owl-nav .owl-next { right: 0;background:url(../img/next01.png) center center no-repeat;}
.owl-theme-dsj .owl-nav [class*=owl-]:hover {

    cursor: pointer;

}

.owl-theme-dsj .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme-dsj .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme-dsj .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme-dsj .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme-dsj .owl-dots .owl-dot.active span,.owl-theme-dsj .owl-dots .owl-dot:hover span {
    background: #869791
}



