@font-face {
    font-family: "Plus Jakarta Sans";
    src: url('../fonts/medium.ttf');
}
/*页面顶部*/
header{
    position: sticky;
    top: 0;
    height: 128px;
    background: #ffffff;
    z-index: 99999;
    border-bottom: 1px solid #CCCCCC;
}
.headerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 128px;



    .logoImg {
        width: 128.325px;
        height: 61.383px;
        position: relative;

        p {
            width: 128.325px;
            position: absolute;
            bottom: 0;
            left: 0;
            display: flex;
            justify-content: end;
            margin: 0;

            .logoText {
                color: #3C3C3C;
                font-family: "Plus Jakarta Sans";
                font-size: 25.299px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .logoTextActive {
                color: #0055FE;
                font-family: "Plus Jakarta Sans";
                font-size: 25.299px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }
        }
    }

    .flexFull {
        flex: 1;
    }

    .navBox {
        display: flex;
    }

    .navText {
        color: #364871;
        font-family: "Plus Jakarta Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-right: 44px;
    }

    .navTextActive {
        color: #0055FE;
        font-family: "Plus Jakarta Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .searchIcon {
        width: 28px;
        height: 28px;
        margin: 0 48px 0 14px;
    }

    .contactBtn {
        width: 200px;
        height: 60px;
        flex-shrink: 0;
        border-radius: 78px;
        background: #0055FE;
        color: #FFF;
        font-family: "Plus Jakarta Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 60px;
        text-align: center;
    }
}

.banner-box {
    background: url('../img/banner.png') lightgray 50% / cover no-repeat;


img {
    object-fit: cover;
    border-radius: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

    .bannerText {
        padding-top: 195px;
        margin-bottom: 30px;

        p {
            color: #FFF;
            font-family: "Plus Jakarta Sans";
            font-size: 80px;
            font-style: normal;
            font-weight: 700;
            line-height: 120px;
        }
    }

    .bannerDesc {
        color: #FFF;
        font-family: "Plus Jakarta Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 2.4px;
        margin-bottom: 79px;
    }

    .bannerBtn {
        display: flex;
        width: 236px;
        height: 72px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 12px;
        background: #0055FE;
        margin-bottom: 118px;
        color: #FFF;
        font-family: "Plus Jakarta Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
cursor: pointer;
        span {
            margin-right: 19px;

        }
    }

    .bannerDot {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

/*company*/
.companyBox {
    .container {
        height: 1138px;
        .row{
            width: 100%;
            height: 100%;
        }

    }
    .leftBox{
        max-width: 600px;
        height: 100%;
    }

    .imgBox {
       width: 100%;
        height: 100%;
        position: relative;

        .imgA {
            position: absolute;
            width: 60%;
            top: 20%;
            left: 0;
            object-fit: scale-down;
        }

        .imgB {
            right: 0;
            position: absolute;
            top: 40%;
            width: 68%;
            object-fit: scale-down;
        }
    }
    .companyMain{
        .companyLink{
            color: #0055FE;
            font-family: "Plus Jakarta Sans";
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            text-decoration-line: underline;
            text-transform: capitalize;
            margin-top: 32%;
        }
        .companyTitle{
            color: #262B35;
            font-family: "Plus Jakarta Sans";
            font-size: 80px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-top: 9px;
            margin-bottom:30px ;
        }
        .companyList{
            padding-bottom:29px ;
            .companyItem{
                color: #6B6F8A;
                font-family: "Plus Jakarta Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%; /* 24px */
                margin-bottom: 30px;
            }
        }
        .companyBtn{
            display: flex;
            width: 200px;
            height: 62px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            flex-shrink: 0;
            border-radius: 10px;
            border: 1px solid #0055FE;
            background: #0055FE;
            cursor: pointer;
            color: #FFFFFF;
            font-family: "Plus Jakarta Sans";
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%; /* 24px */
        }
    }
}
/*cultureBox*/
.cultureBox{
    position: relative;
    .cultureMain{
        position: absolute;
        display: flex;
        width: 100%;
        .leftBox{
            flex:1;
            background: #252525;
        }
        .rightBox{
            width: 240px;
            height: 838px;
            flex-shrink: 0;
            background: #0D468D;
        }
        img{
            position: absolute;
            width: 854px;
            height: 855px;
            flex-shrink: 0;
            bottom: 72px;
            right: 72px;
        }
    }
    .container {
        position: relative;
        height: 838px;
        .mainCulture{
            width: 50%;
        }
        .mainLink{
            color: #0055FE;
            font-family: "Plus Jakarta Sans";
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            text-decoration-line: underline;
            text-transform: capitalize;
            padding-top: 241px;
            margin-bottom: 10px;
        }
        .mainTitle{
            color: #F8F8F8;
            font-family: "Plus Jakarta Sans";
            font-size: 80px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 33px;
        }
        .mainDesc{
            color: rgba(255, 255, 255, 0.80);
            font-family: "Plus Jakarta Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 24px */
            margin-bottom: 60px;
        }
        .mainFlex{
            display: flex;
            .mainItem{
                flex:1;
                display: flex;
                align-items: center;

                .mainIcon{
                    width: 62px;
                    height: 51px;
                    flex-shrink: 0;
                    margin-right: 18px;
                }
                .mainText{
                    max-width: 202px;
                    color: #FFF;
                    font-family: "Plus Jakarta Sans";
                    font-size: 22px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                }
            }
        }
    }
}
/*case*/
.case-box {
    background: rgb(240, 244, 253);
    padding-bottom: 128px;

    .caseLink {
        color: #0055FE;
        font-family: "Plus Jakarta Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration-line: underline;
        text-transform: capitalize;
        text-align: center;
        padding-top: 128px;
        margin-bottom: 10px;
    }

    .caseTitle {
        color: #262B35;
        font-family: "Plus Jakarta Sans";
        font-size: 80px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        margin-bottom: 83px;
    }

    .caseList {
        .caseItem {
            display: flex;
            width: 340px;
            height: 80px;
            flex-shrink: 0;
            border-radius: 8px;
            border: 2px solid #E3EAF9;
            background: #E7EDFA;
            margin-bottom: 38px;
            padding: 25px 32px;

            .caseIcon {
                width: 30px;
                height: 30px;
                flex-shrink: 0;
                margin-right: 20px;
            }


            .caseText {
                flex: 1;
                color: #262B35;
                font-family: "Plus Jakarta Sans";
                font-size: 20px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                text-transform: capitalize;
            }
        }

        .caseItemActive {
            width: 340px;
            height: 80px;
            flex-shrink: 0;
            display: flex;
            border-radius: 8px;
            background: #FFF;
            box-shadow: 2px 2px 13.9px 4px rgba(218, 223, 234, 0.26);

            .caseText {
                flex: 1;
                color: #0055FE;
            }
        }
    }

    .caseImg {
        width: 100%;
        height: 100%;
        display: flex;

        img {
            width: 80%;

        }
    }

    .caseMain {
        .caseMainTop {
            display: flex;
            align-items: center;
            margin-top: 93px;
            margin-bottom: 40px;

            .caseMainIcon {
                width: 56px;
                height: 56px;
                background: #FFF;
                border-radius: 56px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 20px;
            }

            .caseMainTopTitle {
                flex: 1;
                color: #0055FE;
                font-family: "Plus Jakarta Sans";
                font-size: 20px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                text-transform: capitalize;
            }
        }

        .caseMainTitle {
            max-width: 261px;
            color: #262B35;
            font-family: "Plus Jakarta Sans";
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 150%; /* 36px */
            margin-bottom: 11px;
        }

        .caseMainContent {
            max-width: 416px;
            color: #6B6F8A;
            font-family: "Plus Jakarta Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 24px */
        }
    }
}

/*contact*/
.contact-box {
    height: 711px;

    .contactLink {
        color: #0055FE;
        font-family: "Plus Jakarta Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration-line: underline;
        text-transform: capitalize;
        margin-top: 153px;
        margin-bottom: 9px;
        text-align: center;
    }

    .contactTitle {
        color: #262B35;
        font-family: "Plus Jakarta Sans";
        font-size: 80px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 59px;
        text-align: center;
    }

    .contactForm {
        display: flex;
        margin-bottom: 20px;

        input {
            flex: 1;
            height: 88px;
            border-radius: 12px;
            border: 2px solid #E9EDF5;
        }

        .subscribe {
            width: 404px;
            height: 88px;
            flex-shrink: 0;
            border-radius: 12px;
            border: 6px solid rgba(0, 85, 254, 0.10);
            background: #0055FE;
            margin-left: 16px;
            color: #FFF;
            font-family: "Plus Jakarta Sans";
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    .contactDesc {
        color: #666;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

/*底部*/
.footer-box {
    background: #F7F7F7;

    .footer-top {
        min-height: 443px;

        .logoImg {
            width: 128.325px;
            height: 61.383px;
            position: relative;
            margin-top: 88px;

            p {
                width: 128.325px;
                position: absolute;
                bottom: 0;
                left: 0;
                display: flex;
                justify-content: end;
                margin: 0;

                .logoText {
                    color: #3C3C3C;
                    font-family: "Plus Jakarta Sans";
                    font-sizye: 25.299px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                }

                .logoTextActive {
                    color: #0055FE;
                    font-family: "Plus Jakarta Sans";
                    font-size: 25.299px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                }
            }
        }

        .linkTitle {
            margin-top: 120px;
            color: #000;
            font-family: "Plus Jakarta Sans";
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 100%; /* 32px */
            letter-spacing: 1.28px;
            margin-bottom: 40px;
        }

        .linkDesc {
            color: #000;
            font-family: "Plus Jakarta Sans";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            margin-bottom: 33px;
            display: flex;
            align-items: center;

            .linkDot {
                width: 8px;
                height: 8px;
                border-radius: 4px;
                margin-right: 20px;
                background: #000000;
            }
        }

        .linkItem {
            display: flex;
            margin-bottom: 39px;

            .linkItemTitle {
                width: 128px;
                height: 20px;
                color: #000;
                font-family: "Plus Jakarta Sans";
                font-size: 20px;
                font-style: normal;
                font-weight: 600;
                line-height: 20px; /* */
            }

            .linkItemDesc {
                flex: 1;
                color: #000;
                font-family: "Plus Jakarta Sans";
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 27px;
                white-space: wrap;
            }
        }
    }

}

.copyRight {
    height: 102px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;

    .footer-bottom {
        color: #868686;
        font-family: "Plus Jakarta Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: 0.42px;

        .copyText {
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
}

@media (min-width: 768px) and (max-width: 1520px) {

}

/*移动端适配*/
@media screen and (max-width: 750px) {
    .headerBox {
        .navBox {
            display: none;
        }

        .searchIcon {
            display: none;
        }

        .contactBtn {
            display: none;
        }
    }

    .banner-box {
        background: rgba(0, 0, 0, 0.64);

        .bannerText {
            p {
                font-size: 25px;
                line-height: 30px;
            }
        }

        .bannerDesc {
            font-size: 14px;
            line-height: 30px;
        }
    }
    .companyBox{
        .leftBox{
            display: none;
        }
        .companyLink{
            margin-top: 0!important;
        }
        .companyTitle{
            font-size: 40px!important;
        }
        }
    .case-box {
        .caseTitle {
            font-size: 30px;
        }
    }
    .cultureBox{
        background: #252525;
        .cultureMain{
        display: none;
        }
          .mainCulture{
            width: 100%!important;
        }
        .mainTitle{
            font-size: 30px!important;
        }
        .mainFlex{
            display: block!important;
            .mainItem{
                width: 100%!important;
                margin-bottom: 40px;
                .mainIcon{
                    height:62px;
                }
            }
        }
    }

    .contact-box {
        height: auto;
        padding-bottom: 153px;

        .contactTitle {
            font-size: 50px;
        }

        .contactForm {
            display: block;

            input {
                width: 100%;
                height: 60px;
                border-radius: 12px;
                border: 2px solid #E9EDF5;
                margin-bottom: 20px;
            }

            .subscribe {
                width: 100%;
                height: 60px;
                margin: 0 !important;
            }
        }
    }

}
@media (min-width: 750px) and (max-width: 1520px) {
    .searchIcon{
        display: none!important;
    }
}

