﻿.wb100 {
    width: 100%;
}

.ban {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -60px;
}

.ret {
    width: 100%;
    z-index: 1;
    float: left;
    position: relative;
    margin-bottom: -2px;
}

.xyuan {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 15px;
    text-align: center;
}

    .xyuan ul {
        display: inline-block;
        height: 9px;
        padding: 3px 5px;
        font-size: 0;
    }

        .xyuan ul li {
            display: inline-block;
            width: 9px;
            height: 9px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background: #fff;
            margin: 0 5px;
            vertical-align: top;
            overflow: hidden;
        }

        .xyuan ul .on {
            background: #f4b125;
        }

/*搜索*/
input {
    outline: none;
}

.search {
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    width: 90%;
    margin: 10px auto;
    height: 34px;
}

#sousuo {
    border: none;
    line-height: 32px;
    height: 32px;
    width: 85%;
    text-align: left;
    text-indent: 10px;
    float: left;
}
/*.sousuo {
    color: #000;
    text-align: center;
    width: 62px;
    cursor: pointer;
    border: none !important;
    margin-left: 15px;
    background: url(../images/sousuo_bg.png) no-repeat;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}*/
.sear_but {
    margin-top: 4px;
    background: url(../image/sousuo.png) no-repeat;
    width: 26px;
    height: 26px;
    border: none;
}

.banner {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

    .banner img {
        max-width: 100% !important;
        height: auto !important;
    }
