@media (min-width: 1200px){
    .stickyglue {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    }
    .stickyglue:hover {
    background: rgba(0, 0, 0, 0.6);
    }
    .stickyglue.background {
    background: rgba(0, 0, 0, 0.6);
    }
    nav.bar#primary {
    -webkit-transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    }
    .stickyglue.background nav.bar#primary {
    padding: 0;
    }
    nav.bar.sticky, .stickyglue.sticky {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.6);
    }
    .stickyglue.transparent {
    background-color: rgba(0, 0, 0, 0.6);
    }
    .msgbtn{
        position: fixed;
        top: 25px;
        right: 55px;
        z-index: 9000;
        color: #fff;
    }
    .header{
        position: fixed;
        margin:0px auto 0px auto;
        width: 100%;
        background-color: #3D3B3A;
        border:0px;
        border: 0;
        box-shadow: 0 3px 3px rgba(0,0,0,0.2) !important;
    }
    
    .headbar{
        display: flex;
        max-width: 1200px;
    }

    #pcnav .headbrand{
      position: relative;
      z-index: 1000;
      left:15px;
      padding: 0px;
    }
    #bs-example-navbar-collapse-1 .headnav{
        display: flex;
    }
    .header .navbar-nav>li>a {
        font-size: 16px;
        color: #fff;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .headnav>li>a{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 15px;
        font-weight: bold;
        padding: 29px 50px 0px;
    }
    
    .headnav>li>a .zh{
        width: 126px;
        text-align: center;
        font-weight: bold;
        padding: 0px 19px 20px 19px;
    }

    .headnav>li>a .en{
        width: 126px;
        display: none;
        text-align: center;
        font-weight: bold;
        padding: 0px 19px 20px 19px;
    }
    
    .header .navbar-nav>li>a:focus,.header .navbar-nav>li>a:hover{
        color:#ea5514;
        background-color:transparent;
    }
    .header .navbar-nav>.active>a,.header .navbar-nav>.active>a:focus,.header .navbar-nav>.active>a:hover{
        color:#ea5514;
        background-color:transparent;
    }
    .header .navbar-nav>.open>a, .header .navbar-nav>.open>a:focus, .header .navbar-nav>.open>a:hover {
        color:#ea5514;
        background-color:transparent;
    }
    .navblackbg{
        display: none;
        position: absolute;
        left: 0px;
        z-index: 999;
        width: 100%;
        min-height: 148px;
        background: rgba(0, 0, 0, 0.3);
    }
    #bs-example-navbar-collapse-1 .mega-dropdown-menu{
        width: auto;
        padding-top: 10px;
        padding-bottom: 50px;
        left:auto;
        right: auto;
        top:auto;
        box-shadow: none;
        -webkit-box-shadow: none;
        border: 0;
        box-shadow:none;
        background-color:transparent;
    }
    
    #bs-example-navbar-collapse-1 .mega-dropdown-menu>li{
        padding: 0px;
    }

    #bs-example-navbar-collapse-1  .mega-dropdown-menu>li>a {
        text-align: center;
        display: block;
        padding: 3px 0px 3px 0px;
        clear: both;
        font-size: 14px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        line-height: 1.42857143;
        color: #ffffff;
        white-space: nowrap;
    }

    #bs-example-navbar-collapse-1 .dropdown-menu>li>a:focus,
    #bs-example-navbar-collapse-1 .dropdown-menu>li>a:hover{
        color: #ea5514;
        text-decoration: none;
        background-color:transparent;
    }
    
}
.hoverbg{
    display: none;
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 126px;
    height: 71px;
    background-color: rgba(0,0,0,0.6);
}