.header-layout {
    background: url(../img/img/header_bgc.png) no-repeat;
    /*background: url(../img/header_bgc.png) no-repeat;*/
    background-size: 100% 100%;
    min-height: 140px;
    min-width: 1200px;
}
.header-layout .header-container {
    /* 清除浮动 */
    overflow: hidden;
    padding-top: 10px;
    min-width: 1200px;
}
.header-container .logo {
    padding: 30px 50px 20px 90px;
    float: left;
}
.header-container .logo h1 {
    /* 图片替换logo */
    background: url(../img/img/logo-index.png) no-repeat;
    width: 340px;
    height: 66px;
    background-size: 100%;
    /* 段首缩进为负数，隐藏文字（显示为图片，html抓取的为文字） */
    text-indent: -999px;
    /* 设置点击时鼠标指针样式 */
    cursor: pointer;
}

.header-container .tool {
    padding-right: 120px;
    overflow: hidden;
    float: right;
}
.header-container .tool-list .tool-list-item {
    padding: 10px 8px;
}
.header-container .tool-list-item .list-item-img {
    height: 74px;
    padding-right: 8px;
    margin-top: -62px;
}
.header-container .tool-list-item a {
    font-size: 14px;
    letter-spacing: 4px;
    color: #fff;
    height: 74px;
    writing-mode: tb-rl;
    text-align:justify;
    text-align-last: justify;
    -moz-text-align-last: justify;
    /*text-justify: distribute-all-lines;*/
}
.header-container .tool-list-item a:hover{
    color: #af6f40;
    text-decoration: none;
}

.header-container #search {
    float: left;
    display: table;
    margin: 30px 0px 0 20px;
    text-align: left;
    z-index: 100;
    position: relative;
    width: 450px;
    background-color: rgba(67,47,33,0.6);
    /*border-radius: 5px;*/
}

.search_box{
    margin: 10px 12px;
    background-color: #fff;
    border-radius: 5px;
}
.sp_input_wrap {
    vertical-align: top;
    padding: 5px 5px;
    overflow: hidden;
    display: table-cell;
}

.sp_input {
    width: 350px;
    height: 22px;
    line-height: 22px;
    font: 12px/14px arial;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    overflow: hidden;
    display: table-cell;
    background: none;
    padding-left: 10px;
}
.sp_input::placeholder{
    color: #969696;
}
.sp_input_btn {
    width: 70px;
    padding: 8px 2px;
    display: table-cell;
    background-color: #e6af6e;
    color: #333;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    outline: medium;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 5px;
}
.sp_input_btn .icon{
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}
.sp_input_btn:focus, .sp_input_btn:hover {
    color: #F9F9F9;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search-nav {
    width: 1000px;
    margin: 16px auto;
    display: flex;
    font-size: 14px;
    line-height: 14px;
    padding-left: 50px;
}
.search-nav .first {
    color: #666;
    padding-right: 4px;
    margin-right: 4px;
    border-right: 2px solid #666;
}
.search-nav .last {
    color: #af6f40;
}