.about-banner {
    width: 1920px;
    height: 400px;
    margin: 0 auto;
    background-image: url(../images/aboutHeader.png);
    background-size: 100% auto;
    background-repeat: no-repeat;

    .container {
        width: 1280px;
        height: 400px;
        margin: 0 auto;
        position: relative;
    }

    .about-banner-text {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.about-core-strategy {
    width: 1920px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;

    .container {
        width: 1280px;
        margin: 0 auto;

        .about-core-strategy-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 64px;

            .about-core-strategy-title-text {
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 48px;
                color: #1F1F1F;
                line-height: 56px;
            }

            .about-core-strategy-title-img {
                img {
                    width: 32px;
                    height: 32px;
                    margin-right: 72px;
                }

                img:last-child {
                    margin-right: 0;
                }
            }
        }

        .swiper-slide {
            padding: 32px;
            box-sizing: border-box;
            background: #F5F6FA;
            border-radius: 8px 8px 8px 8px;
            height: 302px;

            .about-core-strategy-content {
                .about-core-strategy-content-title {
                    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                    font-weight: 400;
                    font-size: 22px;
                    color: #1F1F1F;
                    line-height: 30px;
                    margin-bottom: 16px;
                }

                .about-core-strategy-content-text {
                    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                    font-weight: 300;
                    font-size: 16px;
                    color: #646464;
                    line-height: 24px;
                }
            }

            .about-core-strategy-content-img {
                position: absolute;
                bottom: 16px;
                right: 16px;
            }
        }

        .swiper-slide:hover {
            background-color: #2A3D86;

            .about-core-strategy-content {
                .about-core-strategy-content-title {
                    color: #fff;
                }

                .about-core-strategy-content-text {
                    color: #fff;
                }
            }
        }
    }
}

.about-value {
    width: 1920px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(../images/3907.png) no-repeat;

    .container {
        width: 1280px;
        margin: 0 auto;

        .about-value-title {
            font-family: Microsoft YaHei UI, Microsoft YaHei UI;
            font-weight: 400;
            font-size: 48px;
            color: #FFFFFF;
            line-height: 56px;
            margin-bottom: 80px;
            text-align: center;
        }

        .about-value-content {
            display: flex;
            justify-content: space-between;

            .about-value-content-item-number {
                img {
                    height: 152px;
                }
            }

            .about-value-content-item-text {
                padding-left: 40px;
                box-sizing: border-box;

                .about-value-content-item-text-title {
                    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                    font-weight: 400;
                    font-size: 22px;
                    color: #FFFFFF;
                    line-height: 30px;
                    margin-bottom: 16px;
                }

                .about-value-content-item-text-text {
                    width: 336px;
                    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                    font-weight: 400;
                    font-size: 16px;
                    color: rgba(255, 255, 255, 0.9);
                    line-height: 24px;
                }
            }
        }
    }
}

.about-future {
    width: 1920px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F5F6FA;

    .container {
        width: 1280px;
        margin: 0 auto;

        .about-future-title {
            font-family: Microsoft YaHei UI, Microsoft YaHei UI;
            font-weight: 400;
            font-size: 48px;
            color: #1F1F1F;
            line-height: 56px;
            margin-bottom: 80px;
            text-align: center;
        }

        .about-future-content {
            display: flex;
            justify-content: space-between;

            .about-future-content-item {
                display: flex;
                width: 416px;
                height: 174px;
                background: #FFFFFF;
                border-radius: 8px 8px 8px 8px;
                padding: 40px;
                box-sizing: border-box;
                align-items: center;

                img {
                    width: 56px;
                    height: 56px;
                    margin-right: 40px;
                }

                .about-future-content-item-text {
                    .about-future-content-item-text-title {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 400;
                        font-size: 22px;
                        color: #1F1F1F;
                        line-height: 30px;
                        margin-bottom: 16px;
                    }

                    .about-future-content-item-text-text {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 400;
                        font-size: 16px;
                        color: #646464;
                        line-height: 24px;
                    }
                }
            }
        }
    }
}

.about-development {
    width: 1920px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;

    .container {
        width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;

        .about-development-title {
            flex: 0 0 360px;
            font-family: Microsoft YaHei UI, Microsoft YaHei UI;
            font-weight: 400;
            font-size: 48px;
            color: #1F1F1F;
            line-height: 56px;
        }

        .about-development-content {
            display: flex;
            justify-content: space-between;

            .about-development-content-item {
                .about-development-content-item-text {
                    width: 360px;
                    height: 320px;
                    background: #F5F6FA;
                    border-radius: 8px 8px 8px 8px;
                    margin-bottom: 24px;
                    padding: 32px;
                    box-sizing: border-box;

                    .about-development-content-item-text-title {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: bold;
                        font-size: 22px;
                        color: #2A3D86;
                        line-height: 30px;
                    }

                    .about-development-content-item-text-text {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 400;
                        font-size: 16px;
                        color: #1F1F1F;
                        line-height: 24px;
                        margin: 16px 0;
                    }

                    .about-development-content-item-text-text-en {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 300;
                        font-size: 14px;
                        color: #1F1F1F;
                        line-height: 22px;
                    }
                }
            }

            .about-development-content-item:last-child {
                margin-top: 56px;
            }

            .about-development-content-line {
                height: 1175px;
                width: 2px;
                background: linear-gradient(to bottom, rgba(91, 119, 226, 0), rgba(91, 119, 226, 1), rgba(91, 119, 226, 1), rgba(91, 119, 226, 0));
                display: flex;
                flex-direction: column;
                align-items: center;
                margin: 0 58px;

                .about-development-content-line-points {
                    .about-development-content-line-point {
                        width: 18px;
                        height: 18px;
                        background: #D3DDFF;
                        border-radius: 50px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-bottom: 38px;

                        .about-development-content-line-point-inner {
                            width: 12px;
                            height: 12px;
                            background: #5B77E2;
                            border-radius: 50px;
                        }
                    }

                    .about-development-content-line-point:last-child {
                        margin-bottom: 0;
                    }
                }

                .about-development-content-line-points:nth-child(1) {
                    margin-top: 56px;
                }

                .about-development-content-line-points:nth-child(2) {
                    margin-top: 270px;
                }

                .about-development-content-line-points:nth-child(3) {
                    margin-top: 270px;
                }
            }
        }
    }
}

.about-three-axe {
    width: 1920px;
    margin: 0 auto;
    background-color: #F5F6FA;
    padding-top: 120px;
    padding-bottom: 120px;

    .container {
        width: 1280px;
        margin: 0 auto;

        .about-three-axe-title {
            text-align: center;
            font-family: Microsoft YaHei UI, Microsoft YaHei UI;
            font-weight: 400;
            font-size: 48px;
            color: #1F1F1F;
            line-height: 56px;
            margin-bottom: 64px;
        }

        .about-three-axe-content {
            display: flex;
            justify-content: space-between;

            .about-three-axe-content-item {
                width: 416px;
                background-color: #2A3D86;
                display: flex;
                flex-direction: column;
                justify-content: space-between;

                img {
                    width: 100%;
                }

                .about-three-axe-content-item-text {
                    background-color: #2A3D86;
                    padding: 16px 16px 66px 16px;

                    .about-three-axe-content-item-text-title {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 400;
                        font-size: 22px;
                        color: #FFFFFF;
                        line-height: 30px;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        margin-bottom: 5px;

                        span {
                            font-family: D-DIN-DIN, D-DIN-DIN;
                            font-weight: bold;
                            font-size: 56px;
                            color: rgba(255, 255, 255, 0.2);
                            line-height: 64px;
                        }
                    }

                    .about-three-axe-content-item-text-text {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 400;
                        font-size: 16px;
                        color: rgba(255, 255, 255, 0.6);
                        line-height: 24px;
                    }
                }
            }
        }
    }
}

.about-story {
    width: 1920px;
    margin: 0 auto;

    .container {
        width: 1280px;
        height: 480px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;

        .about-story-title {
            font-family: Microsoft YaHei UI, Microsoft YaHei UI;
            font-weight: 400;
            font-size: 48px;
            color: #1F1F1F;
            line-height: 56px;
            height: 128px;
            display: flex;
            align-items: flex-start;
        }

        .about-story-text {
            font-family: Microsoft YaHei UI, Microsoft YaHei UI;
            font-weight: 300;
            font-size: 18px;
            color: #1F1F1F;
            line-height: 32px;
            width: 956px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -webkit-line-clamp: 4;
        }
    }
}