/*----------------内容区域----------------*/
.wrap {
    max-width: 1920px;
    height: 1635px;
    padding-left: 173px;
    /*overflow-y: scroll;*/
    /*overflow-x: auto;*/
}


/*----------------内容区域----------------*/
.main-box {
    max-width: 1747px;
}

/*----------------banner----------------*/
.banner {
    height: 365px;
}

/*----------------内容区域----------------*/
.content {
    padding-top: 27px;
    width: 1300px;
    margin: 0 auto;
}

.content-main {
    max-width: 1299px;
}

/*----------------捷合创团队----------------*/
.td {
    margin-top: 45px;
}

.td-title {
    height: 24px;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 24px;

    border-left: 7px solid #FFA205;
    padding-left: 13px;
}

.td-desc {
    margin-top: 46px;

    width: 1299px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}
/*----------------企业文化----------------*/
.wh {
    margin-top: 53px;
}

.wh-title {
    height: 24px;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 24px;

    border-left: 7px solid #FFA205;
    padding-left: 13px;
}

.wh ul {
    margin-top: 66px;

    display: flex;
    flex-wrap: wrap;
    gap: 52px; /* 设置格子之间的间隙 */
}

.wh li {
    flex: 1 1 calc(50% - 52px); /* 每个格子占据三分之一的空间，减去间隙 */
    box-sizing: border-box; /* 包括padding和border在内的宽度计算 */

    height: 190px;
    background: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(204,204,204,0.32);
    border-radius: 20px;
    border: 1px solid rgba(221,221,221,0.5);

    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wh-item-left {
    width: 173px;
    height: 144px;
    border-right: 1px solid #DDDDDD;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wh-item-img {
    width: 40px;
    height: 40px;
}

.wh-item-title {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    background: linear-gradient(0deg, #FFA205 0%, #FF7201 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wh-item-right {
    padding-left: 36px;

    height: 56px;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}

/*----------------企业风采----------------*/
.fc {
    margin-top: 53px;
    margin-bottom: 99px;
}

.fc-title {
    height: 24px;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 24px;

    border-left: 7px solid #FFA205;
    padding-left: 13px;
}

.fc ul {
    margin-top: 52px;

    display: flex;
    flex-wrap: wrap;
    gap: 18px; /* 设置格子之间的间隙 */
}

.fc li {
    flex: 1 1 calc(25% - 18px); /* 每个格子占据三分之一的空间，减去间隙 */
    box-sizing: border-box; /* 包括padding和border在内的宽度计算 */

    height: 263px;
    background: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(204,204,204,0.32);
    border-radius: 10px;
    border: 1px solid rgba(221,221,221,0.5);
}

.fc-img {
    width: 309px;
    height: 214px;
}

.fc-desc {
    width: 81px;
    height: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 44px;

    margin: 0 auto;
}