.top_aboutus {
    background: url('/static/images/aboutus-banner.png') center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;

    .container-title {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;


        p {
            font-weight: bold;
            font-size: 44px;
            color: #2C60EB;
        }

        span {
            font-weight: 400;
            font-size: 18px;
            color: #000000;
            display: block;
        }

    }
}

.container-body {
    color: #2F2F2F;
    height: 1100px;

    .content {
        padding-top: 124px;
        position: relative;
        height: 100%;


        .content-detail {
            position: absolute;
            top: 0px;
            height: 100%;
            width: 1405px;
            z-index: 9;
            left: 50%;
            transform: translateX(-50%);
            padding-top: 137px;
            margin-left: 84px;

            .content-box {
                width: 897px;
                color: #666666;

                .title {
                    h3 {
                        font-weight: 500;
                        font-size: 50px;
                    }
                }

                .title::after {
                    content: "";
                    width: 204px;
                    display: block;
                    height: 15px;
                    background: url("/static/images/aboutus-line.png") center center no-repeat;
                    margin-bottom: 53px;

                }

                .company-brief {
                    font-weight: 500;
                    font-size: 22px;
                    line-height: 30px;

                    p {
                        margin-bottom: 20px;
                    }
                }
            }
        }

        .aboutus-bg {
            width: 983px;
            height: 469px;
            position: absolute;
            right: 50px;
        }

        .aboutus-dasha {
            width: 1026px;
            height: 563px;
            position: absolute;
            right: 0px;
            bottom: 0px;
        }
    }

}

.sense-values {
    background: url('/static/images/value.png') center center no-repeat;
    background-size: cover;
    height: 600px;

    .value {
        color: #FFFFFF;
        padding-top: 41px;

        h3 {
            font-size: 60px;
        }


    }

    .value::after {
        content: "";
        width: 204px;
        display: block;
        height: 15px;
        background: url("/static/images/aboutus-line.png") center center no-repeat;
        margin-bottom: 20px;

    }

    .box {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .ctbox {
            width: 373px;
            height: 305px;
            background: rgba(44, 96, 235, 0.48);
            border-radius: 28px;
            margin-top: 50px;
            font-weight: 500;
            font-size: 40px;
            color: #FFFFFF;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;

            div {

                img {
                    display: block;
                    margin: 0 auto;
                }

            }


        }
    }
}

.core-service {
    height: 600px;
    padding-top: 54px;

    h3 {
        font-weight: 500;
        font-size: 49px;
        color: #020202;
        text-align: center;
    }

    .box {
        display: flex;
        align-items: center;
        justify-self: center;

        .ctbox {
            width: 337px;
            height: 374px;
            background: #F6F6F6;
            border-radius: 33px;
            margin-right: 16px;
            margin-top: 51px;
            display: flex;
            align-items: center;
            justify-self: center;

            h4 {
                font-weight: 500;
                font-size: 28px;
                color: #020202;
                text-align: center;
                margin-bottom: 0;
            }

            span.st {
                display: block;
                color: #818181;
            }

            span.tt {
                display: block;
                color: #616161;
                text-align: left;
            }

            div {
                margin: 0 auto;
                text-align: center;
                width: 206px;

                img {
                    margin-top: 17px;
                    margin-bottom: 21px;
                }
            }
        }

    }
}