@charset "utf-8";

/* 顶部导航栏  样式 */

#header {
    width: 100%;
    height: 84px;
}

.header_inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 84px;
}

.header_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header_box {
    position: relative;
    z-index: 2;
    width: 995px;
    height: 48px;
    padding: 20px 16px 15px;
    margin: 0 auto;
}

.header_logo {
    width: 168px;
}

.header_nav {
    width: 552px;
    padding-left: 80px;
}

.header_nav_li {
    float: left;
    width: 92px;
    padding-top: 12px;
    text-align: center;
}

.header_nav_li_a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    color: #000;
    border-radius: 4px;
}

.header_nav_li_a:hover {
    color: #333;
}

.header_nav_li_a.active {
    background-color: #fff;
}

.header_search {
    padding-top: 5px;
}

.header_search_inner {
    width: 180px;
    height: 34px;
    border: 1px solid #c5bfac;
    background: #fff1c5;
    border-radius: 4px;
}

#header_search_input {
    display: block;
    width: 132px;
    height: 16px;
    line-height: 16px;
    padding: 9px 0 9px 8px;
    border: 0;
    background: none;
    outline: none;
    font-size: 14px;
}

#header_search_btn {
    width: 40px;
    height: 100%;
}

.icon_search {
    width: 100%;
}
#header_search_btn:hover {
    opacity: 0.8;
}