#logo_area {
    width: 1400px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

#search_area{
    width: 100%;
}
#search_area form{
    float: right;
    display: flex;
    align-items: center;
}

#search_area .searchText{
    height: 40px;
    width: 340px;
    background: #f7f7f7;
    border: #f1c395 solid 1px;
}
#search_area .searchBtn{
    height: 42px;
    width: 50px;
    margin-left: -3px;
    margin-right: 60px;
    background: url("../img/search1.jpg");
    border: 0px;
}

#nav_ul>li {
    line-height: 60px;
    float: left;
    width: 150px;
    text-align: center;
    color: white;
    position: relative;
    font-size: 16px;
}

#nav_ul li>a {
    color: inherit;
    line-height: 60px;
    display: block;
    height: 100%;
    width: 100%;
}

#nav_ul li:hover {
    background-color: white;
    color: #F7902B;
}

.nav_item {
    z-index: 100;
    height: 0px;
    overflow: hidden;
    position: absolute;
}

.column {
    color: white;
}

.column a {
    display: block;
    height: 60px;
    line-height: 60px;
    width: 150px;
    background-color: #F7902B;
    color: inherit;
}

.column a:hover {
    color: #F7902B;
    background-color: white;
}