@import './reset.less';
@import './banner.less';
@import './tab.less';

.banner {
    // background: url(../imgs/banner_about.jpg);
}

.company {
    padding: 82px 10px 73px 62px;
    display: flex;
    justify-content: space-between;

    .txt {
        width: 590px;



        .desc {
            p {
                font-weight: 400;
                font-size: 14px;
                color: #595959;
                line-height: 26px;
                padding-top: 31px;

            }
        }
    }

    .pic {
        width: 700px;

        img {
            height: auto;
        }

        // height: 384px;
        // background: @red;
    }

    .pic-company {
        // background: url(../imgs/mark.png);
    }
}


.client {
    padding-top: 66px;
    padding-bottom: 112px;
}


.clients {
    padding-top: 37px;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;

    .client-item {
        max-width: 400px;
        width: 28%;
        height: 200px;
        margin: 20px 2.5%;
    }
}

.team {
    padding: 82px 200px 94px;

    .team-body {
        display: flex;
        justify-content: space-between;
        padding-top: 19px;

        .left {
            padding-top: 27px;
            width: 500px;

            .desc {
                width: 500px;
                font-weight: 400;
                font-size: 14px;
                color: #595959;
                line-height: 26px;
                padding-bottom: 35px;
            }

            .brief {
                font-weight: bold;
                font-size: 16px;
                color: #595959;
                line-height: 26px;
            }

            .data-list {
                display: flex;
                flex-flow: row wrap;
                padding-top: 13px;

                .data {
                    width: 158px;
                    height: 57px;
                    border-right: 1px solid #D8D8D8;
                    margin: 24px 0;

                    &:nth-of-type(2n) {
                        margin-left: 73px;
                    }

                    .percent {
                        font-weight: bold;
                        font-size: 22px;
                        color: #272727;
                    }

                    .detail {
                        font-weight: 400;
                        font-size: 14px;
                        color: #595959;
                        padding-top: 4px;
                    }
                }
            }

        }

        .right {
            .pic {
                width: 457px;

                img {
                    height: auto;
                }

                // height: 463px;
                // background: url(../imgs/team.png);
            }

            .pic-txt {
                font-weight: 400;
                font-size: 14px;
                color: #595959;
                line-height: 26px;
                text-align: center;
                padding-top: 19px;
            }
        }
    }
}

.job {
    padding: 51px 0 53px;
    display: flex;
    justify-content: space-between;

    &-left {
        width: 230px;

        .left-section {
            background: #fff;
            margin-bottom: 20px;

            .type {
                font-weight: bold;
                font-size: 18px;
                color: #171717;
                line-height: 26px;
                border-bottom: 1px solid #D8D8D8;
                padding-left: 19px;
                padding-top: 28px;
                padding-bottom: 26px;
            }

            .section-list {
                padding-top: 9px;
                padding-left: 19px;
                padding-bottom: 29px;

                .section {
                    padding: 17px;

                    p {
                        font-weight: 400;
                        font-size: 16px;
                        color: #8E8989;
                        line-height: 26px;

                        &:nth-of-type(2) {
                            padding-top: 9px;
                        }
                    }

                    .email {
                        color: @primary;
                    }

                }
            }
        }
    }

    &-list {
        width: 1135px;
        background: #fff;

        .collapse-haeder {
            height: 68px;
            background: #3C4854;
            display: flex;
            align-items: center;
            padding: 0 0 0 80px;

            .c-item {
                color: #fff;
                width: 25%;

                // &:last-of-type {
                //     width: 10%;
                // }
            }
        }

        .c-header {
            display: flex;
            align-items: center;
            padding: 0 0 0 80px;
            width: 100%;

            .c-item {
                width: calc(25% + 6px);
                font-weight: 400;
                font-size: 16px;
                color: #8E8989;
                line-height: 26px;
            }
        }

        .c-body {
            padding: 28px 61px 0 113px;
            font-weight: 400;
            font-size: 15px;
            color: #8E8989;
            line-height: 28px;
            border-top: 1px solid #EBEEF5;

            &-title {
                color: #343434;
            }

            &-section {
                padding-bottom: 20px;
            }
        }
    }
}

.el-collapse-item__header {
    line-height: 53px;
    height: 53px;
    // border-bottom: 1px solid #D8D8D8;
}

.el-collapse-item__arrow {
    margin-right: 11px;
}

@media screen and (max-width: 860px) {
    .company {
        padding-left:10px;padding-right: 25px;
		padding-bottom: 30px; padding-top: 30px;
        display: block;

        .txt {
            padding-bottom: 10px;
            width: 100%;

            .desc {
                p {
                    padding-top: 10px;
                }
            }
        }

        .pic {
            width: 100%;
        }
    }

    .client {
        padding-left:10px;padding-right: 25px;
		padding-bottom: 30px; padding-top: 30px;

        .clients {
            padding: 10px 0;

            .client-item {
                width: calc(33.3% - 10px);
                height: auto;
                margin: 5px;

                img {
                    height: auto;
                }
            }
        }
    }

    .team {
        padding: 30px 5%;

        .team-body {
            display: block;
            padding: 0;

            .left {
                width: 100%;
                padding-top: 10px;

                .desc {
                    width: 100%;
                }

                .brief {
                    font-size: 14px;
                }

                .data-list {
                    .data {
                        width: 25%;
                        margin-left: 0;
                        border-left: 1px solid #D8D8D8;
                        border-right: none;
                        padding-left: 5%;

                        // margin: 24px 0;
                        &:nth-of-type(2n) {
                            margin-left: 0;
                        }

                        .detail {
                            font-size: 12px;
                        }
                    }
                }
            }

            .right {
                .pic {
                    width: 100%;
                }

                .pic-txt {
                    padding-top: 10px;
                }
            }
        }
    }

    .job {
        padding: 30px 5%;
        display: block;

        .job-left {
            width: 100%;
            display: flex;
            justify-content: space-between;

            .left-section {
                width: 49%;

                .section-list {
                    .section {
                        padding: 0;
                    }
                }
            }
        }

        .job-list {
            width: 100%;
            font-size: 14px;

            .collapse-haeder {
                padding: 0;
                height: 42px;

                .c-item {
                    text-align: center;
                }
            }

            .el-collapse-item__header {
                height: 42px;
                line-height: 42px;
            }

            .c-header {
                padding: 0;
                width: 95%;

                .c-item {
                    flex: 0 0 auto;
                    text-align: center;
                    font-size: 14px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
            }

            .c-body {
                padding: 10px 10px 0;
            }

            .c-body-section {
                padding-bottom: 10px;
            }
        }
    }
}