﻿/* 轮播 */

.ewb-img {
    position: relative;
    width: 484px;
    height:310px;
    margin-left: auto;
    margin-right: auto;
}

.ewb-img .item {
    display: block;
}

.ewb-img img {
    display: block;
    width: 100%;
}

.ewb-img2 {
    position: relative;
    width: 1200px;
    height:300px;
    margin-left: auto;
    margin-right: auto;
}

.ewb-img2 .item {
    display: block;
}

.ewb-img2 img {
    display: block;
    width: 100%;
}

.owl-carousel {
    position: relative;
}
/* 文字介绍 */

.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 150px;
    height: 41px;
    line-height: 41px;
    text-indent: 13px;
    background-color: rgba(0, 0, 0, .5);
}

.ewb-img-intro>p {
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 分页按钮 */

.owl-dots {
    position: absolute;
    right: 17px;
    bottom: 14px;
    height: 8px;
    z-index: 60;
    font-size: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.ewb-img button.owl-dot {
    float: left;
    width: 8px;
    height: 8px;
    margin-right: 4px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.ewb-img .owl-dot.active {
    width: 21px;
    background-color: #fff;
}

 p {
        margin: 0;
        padding: 0;
}
    

.nav-input {
    float: right;
    width: 188px;
    height: 26px;
    margin-top: 7px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
}
.txt {
    float: left;
    width: 152px;
    padding-left: 10px;
    height: 26px;
    line-height: 26px;
    border: 0;
}

.btn {
    width: 17px;
    height: 26px;
    cursor: pointer;
    border: 0;
    background: url(../images/search.jpg) 0 4px no-repeat;
}
