@charset "utf-8";

/**主导航**/
#header-nav {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}
.focus-pagination{
    z-index: 1 !important;
}
#wp_nav_w5{
    width: 70% !important;
}

#header-nav .header-nav {
    min-height: 6.75rem;
}

#header-nav .nav1 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.50) 48.5%, rgba(0, 0, 0, 0.00) 100%);
}

#header-nav .nav2 {
    height: 100vh;
    background: linear-gradient(180deg, rgba(27, 6, 7, 0.94) 0%, rgba(62, 12, 15, 0.94) 33.29%, rgba(119, 22, 27, 0.94) 100%);
    opacity: 0.94;
}

.wp-menu,
.sub-menu {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    padding-inline-start: 0 !important;
    unicode-bidi: isolate;
}

.wp-menu-list {
    display: flex;
    padding: 3.125rem 0;
}

.wp-menu-list .i1 a.menu-link,
.wp-menu-list .i2 a.menu-link,
.wp-menu-list .i3 a.menu-link,
.wp-menu-list .i4 a.menu-link,
.wp-menu-list .i5 a.menu-link,
.wp-menu-list .i6 a.menu-link,
.wp-menu-list .i7 a.menu-link,
.wp-menu-list .i8 a.menu-link,
.wp-menu-list .i9 a.menu-link,
.wp-menu-list .i10 a.menu-link,
.wp-menu-list .i11 a.menu-link,
.wp-menu-list .i12 a.menu-link {
    color: #F2CA54 !important;
}

#nav .nav .main-nav {
    width: 100%;
}

.main-nav .wp-menu {
    margin: 0 auto;
    display: none;

}

.main-nav .wp-menu .menu-item {
    display: block;
    border-top: none !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
}

.main-nav .wp-menu .menu-item a .menu-link {
    display: block;
    padding: 0 1.125rem;
    height: 2.4375rem;
    line-height: 2.4375rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;

}

.main-nav .wp-menu .menu-item a .menu-link:hover {
    text-decoration: none;
    color: #F2CA54;
}

.main-nav .menu-switch-arrow {
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    position: absolute;
    right: 0rem;
    top: 0.0625rem;
    background: url(../images/icons.png) no-repeat 0.625rem -7.25rem;
}

.main-nav .sub-menu {

    display: block !important;
}

.main-nav .sub-menu .sub-item {
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
    position: relative;
}

.main-nav .sub-menu .sub-item a {
    display: block;
    color: #fff;
    height: 2.4375rem;
    line-height: 2.4375rem;
    padding: 0 0.625rem;
    display: block;
    text-indent: 0 !important;
    font-size: 1.25rem;
}

.main-nav .sub-menu .sub-item a:hover {
    color: #F2CA54;
    display: block;

}

/**slide导航**/
.navi-slide-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navi-slide-head .navi-slide-title {
    display: inline-block;
    float: left;
    font-weight: normal;
    color: #212121;
    font-size: 1.125rem;
    line-height: 2.5rem;
    padding-left: 2rem;
}

.navi-slide-head .navi-slide-arrow {
    display: block;
    height: 6.75rem;
    width: 6.75rem;
    float: right;
    background: url(../images/MENU.png) no-repeat 50%;
}

.navi-slide-head .navi-slide-arrow2 {
    display: block;
    height: 6.75rem;
    width: 6.75rem;
    float: right;
    background: url(../images/canceMenu.png) no-repeat 50%;
}

/* 中间部分 */
.nav_content {
    flex: 1;
    padding: 0 2rem;
}

.nav_content .nav_top {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    justify-content: flex-end;
    color: #fff;
    padding-right: 0.625rem;
}

.nav_content .nav_top a {
    color: #fff;
    font-size: 1rem;
}

.nav_content .nav_top a:hover {
    color: #fff;
}

.nav_content .nav_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    overflow: visible !important;
}

/**导航条**/
.nav_content .nav_menu .wp_nav {
    display: flex !important;

    justify-content: space-between;
}

.nav_content .nav_menu .wp_nav::after {
    display: none !important;
}

.wp_nav .nav-item a span.item-name {
    color: #333333;
}

.nav_content .wp_nav .i1::after,
.nav_content .wp_nav .i2::after,
.nav_content .wp_nav .i3::after,
.nav_content .wp_nav .i4::after,
.nav_content .wp_nav .i5::after,
.nav_content .wp_nav .i6::after,
.nav_content .wp_nav .i7::after,
.nav_content .wp_nav .i8::after,
.nav_content .wp_nav .i9::after,
.nav_content .wp_nav .i10::after,
.nav_content .wp_nav .i11::after,
.nav_content .wp_nav .i12::after,
.nav_content .wp_nav .i13 ::after {
    /* padding-left: 0.5rem;
    content: "";
    display: block;
    width: 0.8125rem;
    height: 0.8125rem;
    background: url(../images/dropdown_white.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -6px;
    top: 44%;
    transform: translateY(-50%); */
}

.nav_content .wp_nav .nav-item a {
    color: #FFF;
}

.nav_content .wp_nav .sub-item .selected  {
    color: #fff;
    background: var(--77161B, #77161B); !important;
}
.nav_content .wp_nav .sub-item .selected a{
    color: #fff;
}
.nav_content .wp_nav .nav-item a span.item-name {
    font-size: 1.1rem;
}

.nav_content .wp_nav .sub-nav {
    left: -5rem !important;
    transform: translateX(3.75rem);
    min-width: 10rem !important;
    border: none;
}

.nav_content .wp_nav .sub-nav .nav-item a {
    background: #fff;
    border: none !important;
    text-align: center;
}

.nav_content .wp_nav .sub-nav .nav-item.on a {
    background: var(--77161B, #77161B); !important;
    color: #fff !important;
}

.nav_content .wp_nav .sub-nav .nav-item ::after {
    display: none !important;
}

.nav_content .wp_nav .sub-nav .nav-item a.parent:hover {
    color: #FFF;
}

.nav_content .wp_nav .sub-nav .nav-item a span.item-name {
    font-size: 0.8125rem;
    line-height: 2.1875rem;
    color: #333;
    padding: 0.3125rem 0.625rem !important;
}

.nav_content .wp_nav .sub-nav .nav-item a span.item-name:hover {
    color: #FFF;
}

.nav_content .wp_nav .sub-nav .nav-item a.parent:hover span.item-name {
    color: #FFF;
}

.nav_content .wp_nav .sub-nav .nav-item a.parent span.item-name {
    color: #333;
}

@media screen and (max-width: 992px) {
    .header-nav .nav_menu {
        display: none !important;
    }
}

/* search */
.search_bax {
    width: 20px;
    height: 20px;
    background: url(../images/search.png) no-repeat center;
    background-size: cover;
    margin-top: 0.3125rem;
}

/* .search-box {
    display: none;
} */

#keyword {
    display: none;
    border: none;
    width: 8.125rem !important;
    outline: none;
    height: 20px;
    color: #fff;
    float: left;
    background-color: rgba(255, 255, 255, 0);
}

.search-bar .search {
    float: right;
    width: 25px;
    height: 25px;
    background: url(../images/search.png);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.search-bar .search_en {
    float: right;
    width: 25px;
    height: 25px;
    background: url(../images/search.png);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* .search-bar .wp_search {
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
} */