#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: 100%;
    height: 64px;
    line-height: 64px;
    opacity: 1;
    background: linear-gradient(270deg, #6DBB3F 0%, #508A2F 100%);
}

#header .logo {
    position: absolute;
    top: 16px;
    width: 245px;
    margin-left: 49px;
}

#header .logo img {
    display: block;
    width: 100%;
}

#header .widget {
    position: absolute;
    right: 0;
    top: 0;
}

#header .widget .en-website {
    font-size: 16px;
    color: #5B9D35;
    padding: 0 15px;
    line-height: 65px;
    font-weight: 500;
    display: inline-block;
    padding-left: 26px;
    background: url(../images/en.png) no-repeat left center;
}
.lang_c{
    position: fixed;background: #fff;width: 200px;padding: 0 26px;
}
.lang_c a{
    font-size: 16px;
    color: #1b56ab;
    padding: 0 15px;
    line-height: 65px;
}
.lang_c li{border-bottom:1px solid rgba(120, 130, 140, 0.13)}
#header .navlist {
    list-style-type: none;
    padding: 0;
    margin:auto;
    width:1200px;

}

#header .navlist .nav_item .dropdown-menu{
    left:auto;margin-top: 65px;padding:0;line-height: 60px;max-width:255px !important;min-width:255px !important;
}
#header .navlist .nav_item .dropdown-menu li{
    width:100%;
}
#header .navlist .nav_item .dropdown-menu a,#header .navlist .nav_item.active .dropdown-menu a{
    color:#303133;font-size: 16px;
}
#header .navlist .nav_item .dropdown-menu li:hover{
    color:#fff;
    background: #6dbb3f;
}
#header .navlist .nav_item .dropdown-menu li a:hover,#header .navlist .nav_item .dropdown-menu li:hover a{
    color:#fff;
    background: #6dbb3f; border-radius: 4px;
}
#header .navlist .nav_item {
    list-style-type: none;
    display: inline-block;
    width: 16.5%;
    height: 65px;
    text-align: center;
    margin-left:-4px;
}
#header .navlist .nav_item .dropdown-menu > li > a{
    border-right:none;
}
#header .navlist .nav_item.platform_nav{
    background: #ffa830;
}
#header .navlist .nav_item.platform_nav:hover{
    background:#0d8f00;
}
#header .navlist .nav_item:hover{
//background: linear-gradient(to bottom, #337BFC 100%, #275CAE 0%);
    background: linear-gradient(
            180deg,
            #72c045 0%,
            rgba(109, 187, 63, 0) 100%
    );
    width:16.5%;
    height: 64px;opacity: 1;
}

#header .navlist a {
    border-right: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    line-height: 16px;
    margin-top: 24px;
}
#header .navlist .nav_item:last-child a{
    border-right: none;
}

#header .navlist a:hover {
    color: #fff;
    line-height: 1em;
}



#header .navlist .nav_item.active {
    background: linear-gradient(to bottom, #72c045 0%, #72c045 100%);height:64px;
}

#header .navlist .nav_item.active a {
    color: #fff;
}

#header .m-navlist .nav_item>a {
    padding: 10px 20px;
}
.glyphicon-align-justify::before{
    color: #fff;content:none;
}
.glyphicon-remove:before{
    color: #5B9D35;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
.header_logo{
    width: 1200px;
    height: 65px;
    margin: auto;
    position: relative;
}
@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;

    }
}
.dropdown-menu{
}
#mobile_menu{
    z-index:102;
    position: fixed;
    top: 0;
    right: 0;
}
.mobile_menu .m-navlist{
    margin-top: 0px;
}
.m_menu_div{
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #fff;
    z-index: 106;padding-top: 65px;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.1);
}
.mobile_menu .m-navlist .nav_item{
    padding:15px 0;border-bottom: 1px solid #ECECEC;
}
.mobile_menu .m-navlist .nav_item img{
    transition: all .2s;
    right: 24px;
    text-align: right;
    float: right;
    position: fixed;
}
.mobile_menu .m-navlist .nav_item .nav_small{
    padding-left:25px;padding-top: 14px;
}

.mobile_menu .m-navlist .nav_item .nav_small li{
    padding:10px 0;border-bottom: 1px solid #ECECEC;padding-left:15px;
}
.mobile_menu .m-navlist .nav_item .nav_small li:last-child{
    border-bottom: none;
}
.mobile_menu .dropdown-toggle{
    top: 25px;
    right: 25px;
    float: right;
    z-index: 107;
    color: #fff;
    background: url(../images/m_menu.svg);
    height: 20px;
    width: 20px;

}
.glyphicon-remove:before{
    content:none;
}
.mobile_menu .dropdown-toggle.glyphicon-remove{
    background: url(../images/mobile_close.png);
}
@media all and (max-width:970px) {
    .header_logo{
        width:auto;
    }
    #header .navlist {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    #header .navlist li {
        width: 80px;
    }
    #header .logo {
        left: 15px;
    }
}

#header .navbtn {
    color: #1b56ab;
    padding: 0 12px;
    font-size: 16px;
}
@media all and (max-width:768px){
    #header .navbtn{
        float: left;
        margin-top: 22px;
        width: 318px;        text-align: right;
    }
    .head-box .head-box-pc {
        display: none;
    }
    .m-navlist{
        width:260px;    margin-top: 63px;
    }
    .choose_c span{display: none;}
    .choose_lang{float:left;display: none;}
    .dropdown-menu{}
    .dropdown-menu li{
        border-bottom: 1px solid rgba(225, 224, 224, 0.5);
    }
    .dropdown-menu .dropdown-menu{
        position: relative;
        box-shadow: none;
        border: none;
       width:100%;
    }
    .dropdown-menu .dropdown-menu li{
        padding:10px;
    }
    .mobile_bg{
        display: block;
        width:100%;
        height:100%;
        position: fixed;
        background: #000;        opacity: 0.5;
        z-index: 101;
        top:0;
    }
    .lang-btn-box{
        display: flex;
        justify-content: space-between;
        padding: 20px;
        bottom: 93px;
        position: fixed;
        width: 57%;
    }
    .lang-btn-box .btn{
        width: 45%;
        height: 35px;
        line-height: 26px;
        font-size: 14px;
        text-align: center;
        background-color: black;
        color: #fff;
        border-radius: 4px;
    }
    .lang-btn-box .btn a{color:#fff;}
    #header .logo{
        margin-left:0px;
    }
    #header .widget{
        position: fixed;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 103;bottom: 0;
    }
    .lang{
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        z-index: 104;
    }
    #header{
        height:66px;
        background: #5b9d35;border-bottom: 1px solid #5b9d35 !important;
    }
    .mobile_logo{
        display: block !important;
    }
    .pc_logo{display: none !important;}
}