/* header style */
.header {
    height: 100px;
}
.header-left {
    float: left;
    width: 70%;
    height: 100px;
}
.header-left .logo a, .header-left .logo img {
    display: block;
}
.header-left .logo a {
    display: block;
    padding: 15px 0;
    width: 100%;
    max-width: 214px;
    min-width: 160px;
}
.header-left .logo a img {
    display: block;
    width: 100%;
}
.header-left .nav-list li a {
    display: block;
    height: 100%;
    font-size: 16px;
    color: #3E3E3E;
    line-height: 100px;
}
.header-left .nav-list li a:hover {
    text-decoration: none;
    color: #3E3E3E;
    background-color: #F7F7F7;
}
.header-right {
    float: right;
    width: 30%;
    justify-content: space-between;
    height: 100px;
}
.header-right .search {
    padding: 5px 8px;
    width: 55%;
    height: 30px;
    border-radius: 9px;
    background: #F1F1F1;
}
.search input {
    width: 80%;
    border: none;
    background: #F1F1F1;
}
.search input:hover {
    border: none;
}
.search .Hui-iconfont-search2 {
    font-size: 20px;
    color: #10B35E;
    vertical-align: middle;
    cursor: pointer;
}
.login-box {
    font-size: 14px;
}
.login-box a {
    display: inline;
}
.login-box .reg {
    margin-left: 6px;
}