.f-l {
    float: left;
}
.search_box {
    background-color: #FFFFFF;
    padding: 26px 0px 18px 0px;
    width: 1200px;
    height: 110px;
    z-index: 3;
    margin: 20px auto;
    border:1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    box-sizing: border-box;
}

.search_box:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}

.search_box form {
    width: 996px;
    line-height: 36px;
    height: 37px;
    border-radius: 20px;
    border: 1px solid #0bb28b;
    margin: 0px auto 14px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: url("../img/search.png") 12px 50% no-repeat;
}

.search_box input:first-child {
    width: 733px;
    height: 100%;
    padding: 0 40px 0 13px;
    border: 0;
    font-size: 14px;
    margin-left: 35px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.search_box dl {
    margin-left: 150px;
    color: #8D8D8D;
    font-size: 13px;
    line-height: 13px;
}

.search_box dt {
    float: left;

}

.search_box dd {
    float: left;
    margin-left: 20px;
    cursor: pointer;
}

.search_box dd a {
    color: #8D8D8D;;
}

.search_box dd a:hover {
    color: #0bb28b;;
}

.search_box #search_sub {
    height: 38px;
    width: 165px;
    border-radius: 20px;
    color: #FFF;
    background: #0bb28b;
    position: absolute;
    right: -2px;
    top: 0;
    cursor: pointer;
    border: 0;
    font-size: 17px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
