#nav {
    width: 100%;
    background: #F05A23;
    z-index: 99;
    height: 94px;
    top: 0;
    position: fixed;
}
.asset_header {
    padding-top: 40px;
    box-sizing: initial;
}
#nav .wrapper {
    width: 1240px;
    margin: 0 auto;
    position: relative
}
@media screen and (min-width: 1520px) {
    #nav .logo {
        position: fixed;
        left: 140px;
    }
}
#nav .logo {
    display: inline-block;
    width: 484px;
    height: 60px;;
    float: left;
    margin: 17px 0;
}
#nav .logo img {
    width: 484px;
    height: 60px;;
}

#nav .nav_items {
    float: right;
}

#nav .nav_items li.nav_item {
    float: left;
    position: relative;
    padding: 0 16px;
}

#nav .nav_items li.nav_item a {
    display: block;
    text-align: center;
    line-height: 94px;
    font-family: PingFangSC-Medium;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 500;
    position: relative;
}
#nav .nav_items li.nav_item a.active {
    color: #FFFFFF;
}
#nav .nav_items li.nav_item a.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
}

#nav .nav_items li.nav_item>a {
    font-weight: 700
}

#nav .nav_items li.n6 {
    padding-right: 0;
}
#nav .nav_items li.n1 a,
#nav .nav_items li.n2 a,
#nav .nav_items li.n3 a,
#nav .nav_items li.n4 a,
#nav .nav_items li.n5 a,
#nav .nav_items li.n6 a {
    width: auto
}

#nav .nav_items li.nav_item a:hover {
    text-decoration: none;
    color: #faefb8;
}

#nav .asset_subnav {
    position: absolute;
    width: 140px;
    height: auto;
    top: 94px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    left: 50%;
    margin-left: -70px;
    display: none;
    background: #F6F6F6 !important;
    border-radius: 0px 0px 8px 8px;
}
#nav .asset_subnav.mw {
    margin-left: -54px;
}
#nav .asset_subnav .subnav_item, #nav .asset_subnav.mw .subnav_item {
    background: transparent;
    width: 140px !important;
}

/* #nav .asset_subnav .subnav_item2 {
    background: #f5efeb;
    background-position: 0 -55px !important
}

#nav .asset_subnav .subnav_item1 {
    background: #e6e3e0;
    background-position: 0 0 !important
} */

#nav .asset_subnav .subnav_item a {
    width: 100% !important;
    line-height: 36px !important;
    text-align: center;
    color: #333333 !important;
    font-size: 14px !important
}

#nav .asset_subnav .subnav_item a:hover {
    background: #EF5A24;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.link_lang,
.link_lang a {
    color: #FFFFFF
}

#nav_search {
    padding-top: 17px;
    float: left;
    margin-left: 15px;
    position: relative
}

#nav_search input {
    width: 97px;
    height: 20px;
    background: #fcded3;
    border-radius: 2px;
    border: 0;
    margin: 0;
    padding: 0 25px 0 5px;
    line-height: 20px
}

#nav_search button {
    width: 16px;
    height: 16px;
    background: url(/app_series/assetPA/assets/img/icons.png) no-repeat;
    border: 0;
    position: absolute;
    right: 5px;
    top: 18px
}

.link_lang {
    width: auto;
    margin-left: 32px;
    height: 94px;
    position: inherit;
    text-align: center;
    right: auto;
    top: auto;
    line-height: 94px;
    float: right;
}

.link_lang a:hover {
    color: #faefb8;
}