﻿ /* 轮播 */

 .ewb-imgscroll{
     float: left;
     width: 410px;
 }

#ewb-imgscroll {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#ewb-imgscroll .item {
    display: block;
}

#ewb-imgscroll img {
    display: block;
    width: 100%;
    height: 326px;
}

/* 文字介绍 */

.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-indent: 20px;
    padding-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("../images/mask_bg.png") repeat;
}

/* 分页按钮 */
.owl-dots {
    position: absolute;
    right: 15px;
    bottom: 14px;
    height: 11px;
    z-index: 60;
    font-size: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.owl-carousel button.owl-dot {
    float: left;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    background: #ccc;
    border: 0;
    outline: 0;
    border-radius: 6px;
}

.owl-carousel .owl-dot.active {
    background: #ffa617;
}
