.index_search_box{
    float:left;
    width:445px;
    margin-left: 32px;
    /*margin-top: 5px;*/
}
.index_search{
    width:370px;
    height:32px;
    text-indent: 12px;
    line-height:32px;
    border: none;
    float: left;
    outline: medium;
}
.index_btn_search{
    position: absolute;
    top:0;
    right: 0;
    height:40px;
    line-height:40px;
    padding:0 36px;
    background-color:#ff7519;
    font-size: 16px;
    color:#fff;
    border:none;
}
.index_search_form{
    position: relative;
    width:430px;
    height: 43px;
    margin-top: 8px;
    padding: 3px 0;
    border: 2px solid #ff7519;
}