#header {
    width: 100%;
    height: 65px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid #d3f3d4;
}

#header .container-fluid {
    max-width: 1100px;
}

#header .logo {
    position: absolute;
    left: 40px;
    top: 16px;
    width: 134px;
}

#header .logo img {
    display: block;
    width: 100%;
}

#header .widget {
    position: absolute;
    right: 0;
    top: 0;
}

#header .widget .en-website {
    font-size: 16px;
    color: #5eab1f;
    padding: 0 15px;
    line-height: 65px;
    font-weight: bold;
    display: inline-block;
    padding-left: 26px;
    background: url(../images/en.png) no-repeat left center;
}

#header .navlist {
    width: auto;
    list-style-type: none;
    padding: 0;
    float: right;
}

#header .navlist li {
    list-style-type: none;
    display: inline-block;
    width: 105px;
    height: 65px;
    padding-top: 20px;
    text-align: center;
    border-top: 4px solid transparent;
}

#header .navlist a {
    line-height: 1em;
    border-right: 1px solid #d4d4d4;
    color: #858585;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

#header .navlist a:hover {
    color: #4aaf4d;
}

#header .navlist li:last-child a {
    border-right: none;
}

#header .navlist li.active {
    border-top: 4px solid #4aaf4d;
}

#header .navlist li.active a {
    color: #434343;
}

#header .m-navlist li>a {
    padding: 10px 20px;
}

@media all and (max-width:1250px) {
    #header .navlist {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    #header .navlist li {
        width: 120px;
    }
    #header .logo {
        left: 15px;
    }
}

@media all and (max-width:970px) {
    #header .navlist {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    #header .navlist li {
        width: 80px;
    }
    #header .logo {
        left: 15px;
    }
}

#header .navbtn {
    color: #5eab1f;
    padding: 0 12px;
    font-size: 16px;
}