@charset "utf-8";
#header {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 1000;
    left: 0;
    transition: all 0.4s ease-in-out;
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#header {
    background: url(../img/header-bg.jpg) repeat-x center top;
}

#header .menu {
    z-index: 11;
    top: 0;
    right: 0px;
}

#header .menu-box {
    padding: 0;
    height: 80px;
}

#header .menu .menu-con-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#header .menu-con {
    padding-right: 0;
}

#header .menu-con>ul {
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

#header .menu-con>ul>li {
    display: block;
    position: relative;
}

#header .menu-con>ul>li>a {
    display: block;
    margin: 0;
    position: relative;
    z-index: 3;
}

#header .menu-con>ul>li>a>span.cn {
    display: block;
    color: #fff;
    opacity: 1;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    text-align: center;
    font-size: 22px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1;
    top: 0;
}

#header .menu-con>ul>li:hover>a>span.cn {
    opacity: 1;
    color: #99ccff;
}




@media screen and (max-width: 1330px) {
    #header .menu-con>ul>li>a>span.cn {
        font-size: 18px;
    }
}
/* 
@media screen and (max-width: 768px) {
    body.open {
        overflow: hidden;
    }
    .top-box {
        display: none;
    }
    #header {
        position: fixed;
        left: 0;
        top: 0 !important;
        z-index: 9999;
        height: 50px;
    }
    #header.on {
        top: 0 !important;
        border-bottom: 0;
    }
    #header .headerBox {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 50px;
        margin: 0 auto;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .header-block {
        height: 50px;
        transition: all 0.2s ease-in-out;
    }
    #header .link {
        display: none;
    }
    #header .headerBox>.con {
        position: absolute;
        z-index: 12;
        display: block;
        top: 0px;
        height: 50px;
        width: 100%;
        left: auto;
        right: 0;
    }
    #header .search-btn {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 50px;
        top: 0;
        background: url(../img/search-footer.png) no-repeat center center;
        background-size: 20px;
    }
    #header .search {
        right: 0%;
        top: -50px;
        width: 100%;
        display: flex;
        position: relative;
        height: 50px;
        padding: 5px 10px;
        transition: all 0.4s ease-in-out;
    }
    #header .con.open {
        z-index: 13;
        background-color: #fff;
    }
    #header .search.open {
        right: 0;
        top: 0px;
    }
    #header .search form {
        flex: 1;
        position: relative;
    }
    #header .con input,
    #header .search input:focus {
        width: 100%;
        padding-left: 15px;
        height: 40px;
        font-size: 14px;
        line-height: 30px;
        border-radius: 30px;
        color: #888;
        border: 1px solid #f1f1f1;
        background: rgba(255, 255, 255, 1);
        font-size: 14px;
    }
    #header .con button {
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 14px;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        text-indent: -999em;
        background: url(../img/search-hover.png) no-repeat center center;
        background-size: 20px;
        cursor: pointer;
        opacity: 1;
    }
    #header .search .search-close {
        height: 40px;
        line-height: 40px;
        padding-left: 5px;
        color: #999;
    }
    #header .search .search-close .iconfont {
        font-size: 24px;
        color: #888;
    }
    #header.on .search-btn,
    #header .search-btn:hover {
        background: url(../img/search-footer.png) no-repeat center center;
        background-size: 20px;
    }
    #header .qr {
        display: none;
    }
    #header .logo {
        position: absolute;
        left: 50%;
        width: 260px;
        top: 50%;
        left: .2rem;
        transform: translate(0, -50%);
        z-index: 13;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    #header .logo a {
        width: 100%;
        height: 50px;
        background-position: center;
    }
    #header .menu {
        position: absolute;
        background: none;
        width: 50px;
        height: 50px;
        right: 0px;
        top: 0px;
        z-index: 13;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    #header .menu-box {
        width: auto;
        min-width: auto;
        max-width: auto;
        padding: 0;
        height: auto;
        float: none;
    }
    #header .menu .icon-menu-btn {
        display: block;
        width: 40px;
        z-index: 12;
        height: 40px;
        margin-top: 5px;
        position: relative;
    }
    .icon-menu-btn:before,
    .icon-menu-btn:after {
        content: "";
        display: block;
        width: 20px;
        height: 2px;
        background: #888;
        border-radius: 4px;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .icon-menu-btn:before {
        top: 11px;
        left: 10px;
        box-shadow: 0 8px #888;
    }
    .icon-menu-btn:after {
        bottom: 11px;
        left: 10px;
    }
    .icon-menu-btn.open:before {
        top: 19px;
        left: 8px;
        width: 23px;
        height: 2px;
        background: #004098;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        box-shadow: none;
    }
    .icon-menu-btn.open:after {
        bottom: 19px;
        left: 8px;
        width: 23px;
        height: 2px;
        background: #004098;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #header .menu .menu-con-bg {
        display: none;
        opacity: 1;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.85);
    }
    #header .menu .menu-con {
        position: fixed;
        z-index: 11;
        right: -100%;
        top: 0;
        width: 80%;
        height: 100vh;
        background: #fff;
        padding: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    #header .menu .menu-con.open {
        right: 0%;
    }
    #header .menu .menu-title {
        text-indent: -999em;
        font-size: 22px;
        font-weight: 200;
        color: #888;
        height: 50px;
        line-height: 50px;
        box-sizing: border-box;
        background-size: 80px;
        padding: 0px 0 0 20px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    #header .menu ul {
        margin: 0 20px 20px 20px;
        border-top: 1px solid #f1f1f1;
        display: block;
        height: 100%;
        padding-bottom: 99px;
        overflow: auto;
    }
    #header .menu ul li {
        display: block;
        float: none;
        margin: 0;
        position: relative;
        border-bottom: 1px solid #f1f1f1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    #header .menu-con>ul>li {
        float: none;
        width: 100%;
    }
    #header .menu-con>ul>li.nav3 .navCon {
        transform: translate(0, 0);
    }
    #header .menu ul li a span.cn {
        position: relative;
        display: block;
        color: #004098;
        font-weight: bold;
        padding: 8px 0 8px 0px;
        line-height: 33px;
        height: auto;
        overflow: visible;
        text-align: left;
        font-size: 16px;
        margin: 0;
    }
    #header .menu-con>ul>li>a::before {
        display: none !important;
    }
    #header .menu-con>ul>li:hover>a>span.cn {
        color: #004098;
        border-bottom: 0 !important;
    }
    #header .menu-con>ul>li:hover>a {
        border-bottom: 0;
    }
    #header .menu-con>ul>li>a>span.cn::after {
        display: none;
        content: '';
        position: absolute;
        width: 3px;
        height: 15px;
        background-color: #004098;
        bottom: 16px;
        left: 0;
        margin-left: 0;
    }
    #header .menu ul li .navCon {
        position: relative;
        z-index: 0;
        top: 0;
        padding: 0;
        margin-top: -8px;
        width: 100%;
        background: #FFF;
        border-radius: 0;
        display: block;
        height: auto;
        opacity: 1;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
    }
    #header .menu ul li .navCon ul {
        display: block;
        background: none;
        width: 100%;
        margin: 0;
        height: auto;
        padding: 0 0 10px 0px !important;
        overflow: hidden;
        border: 0;
    }
    #header .menu-con>ul>li:hover .navCon,
    #header .menu-con>ul>li:hover .navConBg,
    #header .menu-con>ul>li:hover .navCon>ul {
        height: auto !important;
        opacity: 1 !important;
        ;
    }
    #header .menu-con>ul>li>a {
        background: none !important;
        padding: 8px 0;
        border: 0;
        height: auto;
    }
    #header .menu-con>ul>li:hover>a {
        border: 0;
    }
    #header .menu-con>ul>li .navCon a:hover {
        color: #000;
    }
    #header .menu ul li .navCon li {
        float: left;
        width: 50%;
        border: 0;
        margin: 0 !important;
    }
    #header .menu ul li .navCon a {
        font-size: 14px;
        display: block;
        padding: 8px 0;
        line-height: 16px;
        color: #666;
        text-align: left;
        transition: all 0.2s ease-in-out;
    }
    #header .menu-con ul li:hover .navCon a {
        line-height: 32px;
    }
    #header .menu ul li .navCon a:hover {
        background: #fff;
        line-height: 32px;
    }
    #header .menu-con>ul>li:hover .navCon {
        height: auto;
        border-bottom: 0;
        box-shadow: none;
    }
    #header .menu-con>ul>li .navCon a {
        font-size: 14px;
        display: block;
        padding: 8px 0;
        line-height: 16px;
    }
    #header .menu-con>ul>li:hover .navCon a {
        font-size: 14px;
        display: block;
        padding: 8px 0;
        line-height: 16px;
    }
    #header .nav2 .navCon {
        display: none !important;
    }
    #header .nav9 {
        display: block !important;
    }
    #header .nav10 {
        display: block !important;
    }
    #nav9,
    #nav10 {
        display: none !important;
    }
    .hide-nav {
        position: fixed;
        z-index: 1000;
        top: 50px;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
        backdrop-filter: saturate(90%) blur(10px);
        height: 0;
        overflow: hidden;
        transition: all 0.4s ease-in-out;
        display: none !important;
    }
} */