.banner-container {
    background-image: url(/images/banner_aboutus.jpg?v=20250429165117);
}

.title-en {
    color: #F3BF4A;
    font-weight: bold;
}

.title {
    color: #060879;
    font-size: 42px;
    font-weight: 700;
}

.title-tip {
    color: #737373;
    line-height: 1.4em;
    font-size: 14px;
    padding-top: 20px;
    font-weight: 400;
}

.title-wrap {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #19223C;
}

.title-wrap .title {
    position: relative;
    padding-bottom: 15px;
}

.title-wrap .title:after {
    content: '';
    width: 50px;
    height: 4px;
    background: #FFC700;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.stat-wrap {
    padding: 40px 70px;
    background: #fff;
}

.stat-list {
    display: flex;
    justify-content: space-between;
}

.stat-list li {
    width: 25%;
    border-left: 1px solid #F3BF4A;
    box-sizing: border-box;
    padding: 0 20px;
}

.stat-list li:last-child {
    margin-right: 0;
}

.stat-list li .iconfont {
    font-size: 24px;
    color: #060879;
    display: inline-block;
    margin-top: 10px;
}

.stat-list li .text-num {
    font-size: 72px;
    color: #E7E7E7;
    font-weight: 700;
}

.stat-list li .text {
    font-size: 16px;
    font-weight: 700;
    color: #060879;
}

.intro-wrap {
    margin-top: 40px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    background-image: radial-gradient(16vw at 80vw 18vw, rgba(243, 191, 74, 0.2), transparent);
}

.intro-main {
    position: relative;
    width: 73%;
    min-width: 800px;
    padding-bottom: 130px;
}

.intro-pic {
    width: 100%;
    height: calc(62vw * 0.51);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(/images/about-story-bg.png?v=20250429165117);
    /*border-top-right-radius: 50px;*/
    /*border-bottom-right-radius: 50px;*/

}

.intro-logos {
    width: 100%;
    display: flex;
    height: 130px;
    background: #F8F8F8;
    align-items: center;
    justify-content: space-between;
    padding: 0 36% 0 70px;
    box-sizing: border-box;
}

.intro-logos img {
    height: 56px;
    display: block;
}

.intro-box {
    background: #f8f8f8;
    border: 1px solid #F3BF4A;
    width: 36%;
    border-radius: 50px;
    padding: 50px;
    box-sizing: border-box;
    height: 380px;
    box-shadow: 0 24px 34px rgba(6, 8, 121, 0.11);
    position: absolute;
    right: -20%;
    bottom: 0;
    min-width: 450px;
}

.intro-box img {
    width: 93px;
    display: block;
}

.intro-box .title {
    font-size: 32px;
    margin-top: 10px;
}

.intro-box .intro-text {
    color: #737373;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}

.service-wrap {
    margin-top: 80px;
    padding: 60px 70px;
    background: #F8F8F8;
    border: 1px solid #F3BF4A;
    border-left: none;
    border-right: none;
}

.service-main {
    display: flex;
    justify-content: space-between;
}

.service-title {
    width: 300px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    /*padding-bottom: 20px;*/
}

.service-title .title {
    font-size: 32px;
    letter-spacing: -0.02em;
}

.service-list {
    display: flex;
    justify-content: space-between;
    width: 62%;
    flex-wrap: wrap;
}

.service-list li {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    padding: 20px 30px;
    box-sizing: border-box;
    position: relative;
}

.service-list li .iconfont {
    color: #F3BF4A;
    font-size: 36px;
}

.service-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #F3BF4A;
}

.service-list li .p1 {
    font-size: 16px;
    font-weight: 700;
    color: #060879;
    line-height: 22px;
}

.service-list li .p2 {
    margin-top: 20px;
    color: #FFFFFF;
    line-height: 16px;
    display: none;
    padding: 0 50px;
}

.service-list li:hover {
    background: #fff;
    border-top-right-radius: 25px;
}

.service-list li:hover:before {
    background: #060879;
    width: 5px;
}

.service-list li:hover .iconfont {
    color: #060879;
}

.address-wrap {
    padding: 80px 70px 440px;
    background: #fff url(/images/about-address-bg.png?v=20250429165117) no-repeat bottom center;
    /*background-size: auto;*/
    /*background-size: 1200px auto;*/
}

.address-title .title {
    font-size: 32px;
}

.address-list {
    display: flex;
    justify-content: space-between;
}

.address-list li {
    width: 23%;
    border-top: 1px solid #F3BF4A;
    padding-top: 20px;
    box-sizing: border-box;
    padding-right: 60px;
}

.address-list li .p1 {
    color: #060879;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 16px;
}

.address-list li .p2 {
    margin-bottom: 10px;
    color: #737373;
    font-weight: 400;
}

.address-list li .p2 .iconfont {
    color: #F3BF4A;
    font-size: 13px;
    font-weight: 900;
    margin-right: 10px;
}

/*移动端*/
@media screen and (min-width: 320px) and (max-width: 640px) {
    .banner-left {
        width: 90%;
        margin-left: -45%;
        bottom: -75px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .title-en {
        font-size: 3vw;
    }

    .title {
        font-size: 4.2vw;
    }

    .title-tip {
        font-size: 3.2vw;
    }

    .stat-wrap {
        padding: 0;
        width: 92vw;
        margin: 24vw auto 0;
    }

    .stat-list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .stat-list li {
        width: 33.3%;
        margin-right: 0;
        margin-bottom: 10vw;
        display: inline-block;
        padding: 0 0 0 3vw;
    }

    .stat-full-wrap .stat-list {
        align-items: center;
    }

    .stat-list li:last-child {
        margin-bottom: 6vw;
    }

    .stat-list .stat-pic {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-image: url(/images/about-story-bg.png?v=20250429165117);
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        flex: 1;
        margin-right: 2vw;
        border-left: none;
        height: 160px;
        margin-bottom: 0;
    }

    .stat-list li .text-num {
        font-size: 6.8vw;
        letter-spacing: 0;
    }

    .stat-list li.mobile-show {
        width: 66.6%;
    }

    .stat-list li .iconfont {
        font-size: 4vw;
        margin-top: 2vw;
    }

    .stat-list li .text {
        font-size: 3vw;
    }

    .intro-wrap {
        padding: 0;
        width: 100%;
        margin-top: -8vw;
    }

    .intro-main {
        width: 100%;
        min-width: initial;
        padding-bottom: 0;
        display: flex;
        /*align-items: center;*/
    }

    .intro-logos {
        flex-direction: column;
        width: 36vw;
        padding: 8vw 0;
        height: 50vw;
        box-sizing: border-box;
        margin-top: 8vw;
    }

    .intro-logos img {
        width: 20vw;
    }

    .intro-box {
        padding: 4vw 6vw;
        min-width: initial;
        height: initial;
        position: initial;
        width: initial;
        flex: 1;
        border-radius: 0;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-right: 0;
    }

    .intro-box .title {
        font-size: 5.4vw;
    }

    .intro-box .intro-text {
        font-size: 2.8vw;
    }

    .title-wrap {
        font-size: 4vw;
    }

    .title-wrap .title {
        padding-bottom: 3vw;
    }

    .intro-content {
        margin-top: 4vw;
    }

    .intro-content .intro-text {
        width: 100%;
        font-size: 3.2vw;
        line-height: 1.4em;
        float: none;
    }

    .intro-content .img-wrap {
        float: none;
        margin: 3vw auto 0;
    }

    .service-wrap {
        padding: 4vw;
        margin: 8vw auto 0;
        box-sizing: border-box;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

    .service-main {
        display: block;
    }

    .service-title {
        width: 100%;
        flex-direction: row;
        align-items: start;
    }

    .service-title .title {
        font-size: 5vw;
        width: 36vw;
    }

    .service-title .title-tip {
        flex: 1;
    }

    .service-list {
        display: block;
        margin: 4vw 0;
        width: 100%;
    }

    .service-list li {
        width: 100%;
        height: auto;
        padding: 3vw;
        box-sizing: border-box;
        margin-bottom: 4vw;
    }

    .service-list li:nth-child(2n) {
        text-align: right;
        border-left: none;
    }

    body.en-lang .service-list li {
        padding: 3vw;
    }

    .service-list li:last-child {
        margin-bottom: 0;
    }

    .service-list li:hover {
        width: 100%;
        height: auto;
        background: #fff;
        border-top-right-radius: 20px;
    }

    .service-list li:nth-child(2n):hover {
        border-top-left-radius: 20px;
        border-top-right-radius: 0;
    }

    .service-list li:nth-child(2n):before {
        left: unset;
        right: 0;
    }

    .service-list li .p1 {
        margin-top: 4vw;
        font-size: 4.2vw;
        line-height: 1.4em;
    }

    .service-list li .p2 {
        margin-top: 3vw;
        color: #000;
        line-height: 1.4em;
        padding: 0 3vw;
        display: block;
    }

    .address-wrap {
        padding: 0 0 28vw 0;
        width: 92vw;
        margin: 8vw auto;
        background-size: 100% auto;
    }

    .address-title .title {
        font-size: 5vw;
    }

    .address-list {
        display: block;
    }

    .address-list li {
        width: 100%;
        margin: 0;
        padding: 4vw 0 8vw 0;
        display: flex;
    }

    .address-list li .p1 {
        margin-bottom: 0;
        width: 30vw;
        margin-right: 4vw;
        font-size: 3.4vw;
    }

    .address-list li .desc {
        flex: 1;
    }

    .address-list li .p2 {
        font-size: 3vw;
    }

    .address-list li .p2 .iconfont {
        font-size: 2.6vw;
    }
}