.sectionBlockLayout {
    display: none !important;
}

@font-face {
    font-family: 'En-Font';
    src: url('MAISONNEUE-BOOK.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* 优化字体加载行为 */
}
@font-face {
    font-family: 'En-Font-normal';
    src: url('MAISONNEUE-BOOK.OTF') format('opentype');
    /* 优化字体加载行为 */
}
@font-face {
    font-family: 'En-Font';
    src: url('MAISONNEUE-EXTENDEDEXTRABOLD.OTF') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Image-En-Font';
    src: url('MAISONNEUE-BOLD.OTF') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cn-Font';
    src: url('FZLTHJW.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* 优化字体加载行为 */
}

@font-face {
    font-family: 'Cn-Font';
    src: url('FZDHTJW.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    /* 优化字体加载行为 */
}

/* @font-face {
  font-family: 'Noto Sans CJK';
  src: url('SourceHanSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FZDHTJW';
  src: url('FZDHTJW.TTF') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Menu-font';
    src: url('SourceHanSans-Regular.otf') format('opentype');
} */

a:hover {
    text-decoration: underline !important;
}

/* 默认字体 */
* {
    font-family: "Cn-Font" !important;
}

/* 中文特定样式 */
:lang(en),
:lang(en-US) {
    font-family: "En-Font" !important;
    .cn {
        display: none;
    }
    @media (min-width: 992px) {
        .carousel-caption {
            padding-left: 3.5pc;

            p{
                font-weight: normal !important;
            }
        }
        .AboutUs {  
            margin-left: -38.6pc !important
        }
        .CareersDevelopment{
            margin-left: -48.3pc !important;
        }
        .dropdown-menu.show{
            margin-top: -18.5px !important;
        }
    }
    @media (min-width: 1440px) {
        .carousel-caption {
            padding-left: 7pc;

            p{
                font-weight: normal !important;
            }
        }
        .AboutUs {  
            margin-left: -38.6pc !important
        }
    }
}

:lang(zh-CN) {
    .enFont{
        font-family: "En-Font" !important;
    }
    font-family: "Cn-Font" !important;

    .en {
        display: none;
    }

    @media (min-width: 992px) {
        .carousel-caption {
            padding-left: 3.5pc;
        }
        .AboutUs { 
            margin-left: -39.7pc !important;
        }
        .CareersDevelopment{
            margin-left: -47.8pc !important;
        }
        .dropdown-menu.show{
            margin-top: -18px !important;
        }
    }
    @media (min-width: 1440px) {
        .carousel-caption {
            padding-left: 7pc;
        }
        .AboutUs { 
            margin-left: -39.7pc !important;
        }
        .CareersDevelopment{
            margin-left: -47.8pc !important;
        }
        .dropdown-menu.show{
            margin-top: -18px !important;
        }
    }
    /* .navbar-expand-lg .navbar-nav .nav-link{
        font-family: 'Menu-font' !important;        
    } */
}

.navbar {
    height: 103px;
}

.nav-link {
    color: #002E7C;
}

.dropdown:hover {
    .dropdown-toggle {
        font-weight: bold;
        color: #002E7C;
    }
}

.nav-item:hover {
    .nav-link {
        font-weight: bold;
        color: #002E7C !important;
    }
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    font-weight: bold;
    color: #002E7C;
}


/* 鼠标悬停显示二级菜单 */
@media (min-width: 992px) {
    .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}

.nav-item {
    a {
        text-decoration: none;
    }
}



@media (min-width: 992px) {
    .wrapper-body{
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height:auto !important;
    }

    .page-copy{
        overflow-x: hidden;
    }

    .body-page{
        max-width: 90pc;
    }

    .page-body{
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: auto !important;
        border: 1px solid #FFFFFF!important;
        box-shadow: 0 4px 2pc 0 rgba(0,70,172,.149);
    }

    .carousel {
        max-width: 90pc;
        width: 100%;
        height: 580px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;

        .carousel-container {
            display: flex;
            height: 580px;
            transition: transform 0.5s ease;
        }

        .carousel-caption {
            right: auto;
            left: auto;
            top: auto;
            bottom: auto;
            padding-top: 185px;
            /* max-width: 705px; */
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.2);

            h3 {
                max-width: 705px;
                font-weight: bold;
                font-size: 60px;
                color: #FFFFFF;
                line-height: 72px;
                text-align: left;
                font-style: normal;
                text-transform: none;
            }

            p {
                /* font-weight: bold; */
                font-size: 24px;
                color: #FFFFFF;
                line-height: 32px;
                text-align: left;
                font-style: normal;
                text-transform: none;
            }

            a {
                position: absolute;
                z-index: 999;
                width: 186px;
                height: 56px;
                line-height: 54px;
                background: #0044B4;
                text-shadow: none;
                border-radius: 8px 8px 8px 8px;
                color: #FFFFFF;
                text-decoration: none;
                border: none;
                display: block;
                margin-top: 40px;
                font-size: 16px;
            }

            a:not(.btn):hover{
            text-decoration: none !important;
        }

        a:hover{
            text-decoration: none !important;
            color: #0044B4 !important;
            background: #FFFFFF !important;
            border: 1px solid #0044B4!important;
        }
        }
    }

    .carousel:hover {
        .carousel-btn {
            display: inline;
        }
    }

    .carousel-slide {
        min-width: 100%;
        height: 280px;
    }

    .carousel-slide img {
        width: 100%;
        height: 580px;
        object-fit: cover;
    }

    .carousel-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        cursor: pointer;
        font-size: 20px;
        z-index: 10;
    }

    .carousel-btn.prev {
        left: 10px;
        display: none;
    }

    .carousel-btn.next {
        right: 10px;
        display: none;
    }

    .carousel-indicators {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        z-index: 10;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        max-width: 90pc;
        width: 100%;
        padding: 0pc 3.5pc 0pc 3.5pc;
        box-shadow: none !important;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        display: inline-flex;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 15px;
        margin-left: 0;
        padding-right:0;
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: inline-block !important;
        text-align: center;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }

    .container {
        /* margin-left: 44px; */
        width: calc(100% - 280px);
        max-width: calc(100% - 280px);
        background: #FFFFFF;
        padding-right:0;
        padding-left:0;
        a{
            padding : 0
        }
        img{
            width: 80%;
        }
        .logo {
            height: 80px;
            display: flex;
            align-items: center;
            border-radius: 0px 0px 0px 0px;
            border-right: 1px solid rgba(0, 0, 0, 0.06);
        }

        .dropdown:hover {
            margin-bottom: -20px;
            .dropdown-toggle {
                font-weight: bold;
                color: #002E7C;
            }

            .dropdown-menu {
                display: inline-flex;
            }
        }

        .nav-item:hover {
            .nav-link {
                font-weight: bold;
                color: #002E7C !important;
            }

            .dropdown-menu {
                display: inline-flex;
                /* padding: 0; */
            }
        }

        .dropdown-menu[data-bs-popper] {
            left: auto;
            top: 97%;
        }

        .dropdown-submenu {
            position: relative;
        }

        .dropdown-toggle::after {
            display: inline-block;
            margin-left: .255em;
            vertical-align: .255em;
            content: none;
            border-top: .3em solid;
            border-right: .3em solid transparent;
            border-bottom: 0;
            border-left: .3em solid transparent
        }

        .dropdown-submenu .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -1px;
            margin-left: 0.125rem;
        }

        .dropdown-menu {

            background: none;
            border: none;
            display: none;
            padding-top: 34px;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            width: 90pc;
        }
        .dropdown-menu.show{
            display: inline-flex;
        }

        .ul-page{
            display:inline-flex;
            width: 100%;
            max-width: 100vw;
        }

        .dropdown-item:focus,
        .dropdown-item:hover {
            font-weight: bold;
            color: #002E7C !important;
            background-color: #FFFFFF;
            display: inline-flex !important;
        }
    }



    .rightQuery-PC {
        width: 280px;
        display: inline-flex;

        .homeQuery-PC {
            width: 140px;
            height: 80px;
            border-radius: 0px 0px 0px 0px;
            border-left: 1px solid rgba(0, 0, 0, 0.06);
            display: inline-flex;
            align-items: center;

            a {
                border: none;
            }

            .languageImg {
                background-image: url(caret-down.png);
                width: 16px;
                height: 12px;
                display: inline-flex;
            }

            .show {
                .languageImg {

                    background-image: url(caret-up.png) !important;
                }
            }

            .borderless-input {
                border: none;
                outline: none;
                background: transparent;
                width: 70%;
                text-align: center;
                /* font-weight: bold; */
                color: #002E7C;
            }

            .borderless-input:focus {
                border: none;
                outline: none;
                box-shadow: none;
            }

            .borderless-input::placeholder {
                color: rgba(0, 0, 0, 0.4) !important;
            }

            label {
                color: #002E7C;
                padding-left: 20px;
                padding-right: 20px;
                width: 70px;
            }

            .dropdown-menu .show {
                display: inline-flex;
            }

            .dropdown-menu[data-bs-popper] {
                left: auto;
                width: 193px;
                height: 83px;
                background: #FFFFFF;
                box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
                border-radius: 0px 0px 0px 0px;
                margin-top: 0px;
                border: none;

                li {
                    height: 36px;
                }
            }

            .dropdown-item {
                font-size: 16px;
                text-decoration: none;
                background-color: #FFFFFF;
                color: #002E7C;
            }

            .dropdown-item:hover {
                text-decoration: none !important;
                background: rgba(0, 0, 0, 0.04);
            }

            .dropdown-item:focus {
                color: #002E7C;
            }
        }

        /* 
        img {
            width: 2em;
        } */


        .button2:not(.gjs-selected):active,
        .button2.active:not(.gjs-selected),
        .btn-secondary:not(.gjs-selected):active,
        .btn-secondary.active:not(.gjs-selected),
        .btn-default:not(.gjs-selected):active,
        .btn-default.active:not(.gjs-selected) {
            color: #FFFFFF;
            background-color: #FFFFFF;
        }

        .button2:not(.gjs-selected):hover,
        .btn-secondary:not(.gjs-selected):hover,
        .btn-default:not(.gjs-selected):hover {
            color: #FFFFFF;
            background-color: #FFFFFF;
        }

        .button2,
        .btn-secondary,
        .btn-default {
            color: #FFFFFF;
            background-color: #FFFFFF;
        }
    }

    .changeLanguage-PC {
        width: 180px;
        height: 80px;
        border-radius: 0px 0px 0px 0px;
        border-left: 1px solid rgba(0, 0, 0, 0.06);
    }

    .dropdown-menu-text {
        width: 34%;
        height: 580px;
        background: #0044B4;
        color: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        padding:90px 3.5pc 90px 3.5pc;

        b {
            font-size: 34px;
        }

        p {
            color: #FFFFFF;
            padding-top: 16px;
            font-size: 18px;
            line-height: 26px;
            font-weight:normal;
        }
    }

    .dropdown-menu-li {
        width: 26%;
        height: 580px;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        padding:90px;

        li {
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 25px;
            padding-top: 1pc;

            a {
                font-size: 16px;
                color: #002E7C !important;
                text-decoration: none;
                font-weight: normal;
                /* font-family: 'Menu-Font' !important; */
            }
            a:hover{
                font-weight: bold;
            }
        }
    }

    .close-btn {
        position: relative;
        height: 580px;
        width: 40%;

        .close-btn-img{
            width: 60px;
            height: 60px;
            right: 20px;
            top: 20px;
            position: absolute;
            cursor: pointer;
        }
    }
}
@media (min-width: 1440px) {
    .navbar-expand-lg {
        padding: 0pc 7pc 0pc 7pc;
    }
    .dropdown-menu-text {
        padding:90px 7pc 90px 7pc;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 40px !important;
    }
}

.rightQuery-Mobile {
    display: none;
}


.carousel-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.carousel-indicator.active {
    background-color: white;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
}

.error {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red;
    font-size: 20px;
    text-align: center;
}



@media (max-width: 992px) {
    .carousel {
        width: 100%;
        height: 280px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }

    .carousel-container {
        display: flex;
        height: 280px;
        transition: transform 0.5s ease;
    }

    .carousel-caption {
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
        padding-top: 20px;
        padding-left: 24px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);

        h3 {
            font-weight: bold;
            font-size: 24px;
            color: #FFFFFF;
            text-align: left;
            font-style: normal;
            text-transform: none;
            width: 80%;
        }

        p {
            font-weight: bold;
            font-size: 16px;
            color: #FFFFFF;
            line-height: 32px;
            text-align: left;
            font-style: normal;
            text-transform: none;
        }

        a {
            width: 88px;
            height: 30px;
            line-height: 30px;
            background: linear-gradient(127deg, #1ED2E6 0%, #00B4D4 100%);
            border-radius: 8px 8px 8px 8px;
            color: #FFFFFF;
            text-decoration: none;
            border: none;
            display: block;
            margin-top: 20px;
            font-size: 14px;
        }
    }

    .carousel:hover {
        .carousel-btn {
            display: inline;
        }
    }

    .carousel-slide {
        min-width: 100%;
        height: 280px;
    }

    .carousel-slide img {
        width: 100%;
        height: 280px;
        display: block;
    }

    .carousel-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        cursor: pointer;
        font-size: 20px;
        z-index: 10;
    }

    .carousel-btn.prev {
        left: 10px;
        display: none;
    }

    .carousel-btn.next {
        right: 10px;
        display: none;
    }

    .carousel-indicators {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        z-index: 10;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .navbar-collapse {
        position: relative;
        z-index: 100;
        background-color: #ffffff;
        margin-top:-10px;
    }

    .rightQuery-PC {
        display: none !important;
    }

    .rightQuery-Mobile {
        display: flex;
        /* justify-content: flex-end; */
        width: 5%;

        .homeQuery-Mobile {
            img {
                width: 2em;
            }
        }

        .changeLanguage-Mobile {
            padding-left: 20px;
            padding-right: 10px;

            img {
                width: 2em;
            }
        }

        .button2,
        .btn-secondary,
        .btn-default {
            border: none;
        }

        .button2:not(.gjs-selected):active,
        .button2.active:not(.gjs-selected),
        .btn-secondary:not(.gjs-selected):active,
        .btn-secondary.active:not(.gjs-selected),
        .btn-default:not(.gjs-selected):active,
        .btn-default.active:not(.gjs-selected) {
            color: #FFFFFF;
            background-color: #FFFFFF;
        }

        .button2:not(.gjs-selected):hover,
        .btn-secondary:not(.gjs-selected):hover,
        .btn-default:not(.gjs-selected):hover {
            color: #FFFFFF;
            background-color: #FFFFFF;
        }

        .dropdown-menu[data-bs-popper] {
            left: auto;
            min-width: 120px;
            height: 85px;
            background: #FFFFFF;
            box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
            border-radius: 0px 0px 0px 0px;
            margin-top: 8px;

            li {
                height: 36px;
            }
        }

        .dropdown-menu>li>a {
            display: block;
            padding: 1px 15px;
            clear: both;
            font-weight: normal;
            line-height: 2.42857;
            color: #000000;
            white-space: nowrap;
            width: auto;
            font-size: 14px;
            text-decoration: none;
        }

        .button2,
        .btn-secondary,
        .btn-default {
            padding: 8px;
        }
    }

    .navbar-toggler {
        background-color: #FFFFFF !important;
        border: none;
        margin: 0 !important;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background: url(menu_ico.png) center no-repeat;

        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .dropdown-menu {
        width: 200px;
        margin-left: 10px;
    }

    .container {
        --bs-gutter-x: 0px;
    }

    .dropdown-menu-li {
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;

        li {
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 30px;

            a {
                font-size: 16px;
                color: #002E7C !important;
                text-decoration: none;
            }
        }
    }
}