* {
    margin: 0 auto;
    padding: 0;
    font-family: Arial-Regular;
    box-sizing: border-box;
    /* max-width: 1920px; */
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.langBox{display: flex; align-items: center; margin-right: 50px}
.langBox .langImg{width: 30px; height: 30px}
.langBox .langText{font-size: 16px; color:#142E79; margin-left: 10px; opacity: 0.8}
.langBox .langText.on{font-weight: bold; opacity: 1; }


.header-wrap {
    position: relative;
    padding: 32px 47px 32px 70px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-wrap .logo {
    margin: 0;
    width: 299px;
    height: 74px;
}

.header-wrap .right {
    display: flex;
    align-items: center;
    margin: 0;
}

.header-wrap .search-box {
    height: 48px;
    background-color: #E7F1FF;
    border-radius: 61px;
    display: flex;
    align-items: center;
    margin-right: 52px;
}

.header-wrap .search-box .search-icon {
    margin-left: 22px;
    width: 26px;
    height: 26px;
}

.header-wrap .search-box .search-btn {
    margin: 0 3px;
    width: 102px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
}

.header-wrap .search-box input {
    margin-left: 5px;
    width: 240px;
    border: none;
    background-color: #E7F1FF;
    outline: none;
}

.header-wrap .menu-text {
    line-height: 24px;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 32px;
    color: #142E79;
    cursor: pointer;
    padding-right: 18px;
}

.header-wrap .right .menu {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.header-wrap .menu-wrap.open {
    display: block;
}

.footer-wrap {
    width: 100%;
    padding: 50px 0 40px;
    background-color: #142E79;
}

.footer-wrap .top {
    display: flex;
    max-width: 1236px;
    position: relative;
    margin: auto;

}

.footer-wrap .top::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #8BADFF;
}

.footer-wrap .top .right {
    display: flex;
    flex-direction: column;
}


.footer-wrap .top .right .list {
    display: flex;
    flex-wrap: wrap;
}


.footer-wrap .bottom {
    display: flex;
    flex-direction: column;
    margin-top: 62px;
    text-align: center;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-multi-line-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-rotate {
    transform: rotate(180deg);
}

.header-wrap .menu-wrap .menu-list a:link,
.header-wrap .menu-wrap .menu-list a:visited {
    color: #83A3ED;
}

@media (max-width: 1024px) {
    body {
        font-size: 12px;
    }

    [isPc] {
        display: none !important;
    }

    .header-wrap {
        padding: 15px 32px 15px 14px;
    }

    .header-wrap .logo {
        width: 95px;
        height: 24px;
    }

    .header-wrap .right .search {
        width: 21px;
        height: 21px;
        margin-right: 29px;
    }

    .header-wrap .right .menu {
        width: 20px;
        height: 14px;
    }

    .footer-wrap .top {
        flex-direction: column;

    }

    .header-wrap .menu-wrap {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 99;

    }

    .header-wrap .menu-wrap .menu-box {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #142E79;
        z-index: 100;
        padding: 16px;
    }

    .header-wrap .menu-wrap .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99;
    }

    .header-wrap .menu-wrap .menu-pc {
        display: none;
    }

    .header-wrap .menu-wrap .menu-mobile input {
        width: 209px;
        height: 24px;
        background: #E7F1FF;
        border-radius: 61px;
        padding-left: 12px;
    }

    .header-wrap .menu-wrap .menu-list {
        margin-top: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #83A3ED;
        font-family: Arial, Arial;
    }

    .header-wrap .menu-wrap .menu-list h5 {
        color: #FFFFFF;
        line-height: 24px;
        margin-bottom: 16px;
        font-size: 3.3vw;
    }

    .header-wrap .menu-wrap .menu-list h6 {
        margin-bottom: 16px;
        line-height: 24px;
        cursor: pointer;
        font-size: 3.3vw;
    }

    .header-wrap .menu-wrap .menu-list li {
        line-height: 24px;
        margin-bottom: 16px;
        font-size: 12px;
        cursor: pointer;
        font-size: 3.3vw;
    }

    .header-wrap .menu-wrap .menu-list li::before {
        content: '';
        margin-right: 16px;
        display: inline-block;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #83A3ED;
        vertical-align: middle;
    }


    .banner {
        width: 100%;
    }

    .banner img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .footer-wrap {
        width: 100%;
        padding: 27px 32px 32px;
    }

    .footer-wrap .top {
        flex-direction: column-reverse;
        max-width: 100%;

    }

    .footer-wrap .top .logo-blue {
        width: 110px;
        height: 110px;
        margin-top: 26px;
        margin: auto;
    }

    .footer-wrap .top .right {
        display: flex;
        flex-direction: column;
    }

    .footer-wrap .top .right .text {
        width: 100%;
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 36px;
    }

    .footer-wrap .top .right .list .item+.item {
        margin-top: 20px;
    }

    .footer-wrap .top .right .list .item {
        width: 100%;
    }

    .footer-wrap .top .right .list .item li {
        max-width: 100%;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 14px;
        color: #D3E0FF;
        line-height: 24px;
    }

    .footer-wrap .bottom h5 {
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 24px;
    }

    .footer-wrap .bottom h6 {
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 12px;
        color: #9AC0EF;
        line-height: 24px;
    }

    .langBox{margin-right: -19vw;}
    .langBox .langText{color: #fff; font-size: 3vw; margin: 0;  margin-left: 2vw;}
    .langBox .langImg {width: 4vw;height: 4vw; margin: 0;}
    .telLangBox{display: flex;}
    .pcLangBox{display: none;}
}

@media (min-width: 1025px) {
    .telLangBox{display: none;}
    .pcLangBox{display: flex;}
    [isMobile] {
        display: none !important;
    }

    .header-wrap .menu-wrap {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 810px;
        z-index: 99;

    }

    .header-wrap .menu-wrap .menu-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 738px;
        height: 810px;
        background-color: #142E79;
        z-index: 100;
        padding: 48px 55px 68px 78px;
    }

    .header-wrap .menu-wrap .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 810px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99;
    }


    .header-wrap .menu-wrap .menu-mobile {
        display: none;
    }

    .header-wrap .menu-wrap .menu-pc {
        display: flex;
        align-items: center;
    }

    .header-wrap .menu-wrap .menu-pc .menu-text {
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 32px;
        color: #FFFFFF;
        line-height: 24px;
        cursor: pointer;
        position: relative;
    }

    .header-wrap .menu-wrap .menu-pc .menu-text .icon {
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #FFFFFF;
        position: absolute;
        top: 3px;
        right: -35px;

    }

    .header-wrap .menu-wrap .menu-list {
        margin-top: 64px;
        font-size: 24px;
        font-weight: 400;
        color: #83A3ED;
        font-family: Arial, Arial;
    }

    .header-wrap .menu-wrap .menu-list h5 {
        font-size: 36px;
        color: #FFFFFF;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .header-wrap .menu-wrap .menu-list h6 {
        margin-bottom: 20px;
        line-height: 24px;
        cursor: pointer;
    }

    .header-wrap .menu-wrap .menu-list li {
        line-height: 24px;
        margin-bottom: 20px;
        font-size: 18px;
        cursor: pointer;
    }

    .header-wrap .menu-wrap .menu-list li::before {
        content: '';
        margin-right: 16px;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #83A3ED;
        vertical-align: middle;

    }

    .banner {
        width: 100%;
    }

    .banner img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .footer-wrap .top .right .list {
        gap: 78px;
    }

    .footer-wrap .top .logo-blue {
        width: 170px;
        height: 170px;
        margin-right: 105px;
    }

    .footer-wrap .top .right .text {
        width: 100%;
        line-height: 36px;
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 36px;
        color: #FFFFFF;
    }

    .footer-wrap .top .right {
        gap: 15px;
    }

    .footer-wrap .top .right .list .item li {
        max-width: 354px;
        line-height: 36px;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 18px;
        color: #D3E0FF;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .footer-wrap .bottom h5 {
        line-height: 24px;
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 16px;
        color: #FFFFFF;
    }

    .footer-wrap .bottom h6 {
        line-height: 24px;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 16px;
        color: #9AC0EF;
    }

}