

.hd_bar {
    height: 40px;
    background: #f5f5f5;
    border-bottom: 1px solid #acd692;
}

    .hd_bar .font {
        font-size: 14px;
        color: #999999;
        line-height: 40px;
    }

    .hd_bar .info {
        font-size: 0;
        padding: 5px 0;
    }

    .hd_bar .links {
        display: inline-block;
        font-size: 14px;
        color: #808080;
        vertical-align: text-bottom;
    }

        .hd_bar .links a {
            font-size: 14px;
            color: #808080;
            padding: 0 10px;
            line-height: 30px;
        }

            .hd_bar .links a:hover {
                color: #acd692;
            }

.hd_search {
    width: 170px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    background: #fff;
    overflow: hidden;
    padding: 0 10px;
    margin-left: 15px;
}

    .hd_search .ipt_txt {
        width: 115px;
        float: left;
        height: 30px;
        line-height: 30px;
    }

    .hd_search .ipt_button {
        color: #61ac32;
        float: right;
        width: 30px;
        height: 30px;
        font-size: 20px;
        text-align: center;
        line-height: 30px;
    }

.head {
    padding: 10px 0;
}


.menu_top {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    height: 46px;
    background: #009933;
}
.foot {
    padding: 25px 0;
    background: #3a3a3a;
    text-align: center;
}
.foot .font {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}