﻿.search {
    display: block;
    width: 352px;
    height: 24px;
    overflow: hidden;
    background: url(../images/icon-03.png) no-repeat;
    padding: 1px 0 1px 10px;
    line-height: 22px;
    margin-top: 10px;
}
.search input.text-01 {
    width: 285px;
    height: 22px;
    border: none;
    background: none;
    float: left;
    color: #9FA0A0;
}
.search input.button-01 {
    background: url(../images/icon-02.png) no-repeat center;
    display: block;
    width: 57px;
    height: 22px;
    float: left;
    border: none;
    cursor: pointer;
}
.Category {
    text-align: center;
    margin: 0px auto 20px;
}

    .Category h2 {
        font-size: 15px;
        line-height: 40px;
        margin: 0 3px 15px;
        border: 1px solid #0e780c;
        background-color: #0e780c;
        color: #FFFFFF;
        text-align: center;
        display: inline-block;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 30px;
        min-width: 125px;
        width: 50%;
    }

    .Category ul {
        width: 100%;
        margin: 0px 20px;
        text-align: center;
    }

        .Category ul li {
            width: 22%;
            float: left;
            margin: 0 5px 8px;
            display: inline;
        }

            .Category ul li a {
                position: relative;
                display: inline-block;
                width: 99%;
                height: 35px;
                border: 1px solid #0e780c;
                text-align: center;
                font-size: 13px;
                min-width: 120px;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                border-radius: 10px;
            }

                .Category ul li a span {
                    position: absolute;
                    width: 100%;
                    left: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

                .Category ul li a.cur, .Category ul li a:hover {
                    background: url(../images/icon/btn_bg.png) no-repeat;
                    background-size: 100% 100%;
                    border: none;
                    color: #fff;
                }

@media screen and (min-width:0px) and (max-width:767px) {
    .Category ul {
        width: 100%;
        margin: 0px 5px;
        text-align: center;
    }

        .Category ul li {
            width: 46%;
            float: left;
            margin: 0 5px 8px;
            display: inline;
        }
}
