/* 软件开发 */

/* 顶部图片start */
.development-img {
    background: url(../images/development/banner.jpg) no-repeat 50% 50% / cover;
    height: 596px;
    width: 100%;
}

@media (max-width: 1000px) {
    .development-img {
        background: url(../images/development/banner-mobile.jpg) no-repeat 50% 50% / cover;
        height: 480px;
        width: 100%;
    }
}

/* 顶部图片end */


/* 技术团队start */
.team {
    margin-top: 89px;
}

.team .team-content {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    background: #fff;
    /* justify-content: center; */
    align-items: center;
}

.team .team-content>img {
    margin-top: 31.5px;
    margin-bottom: 70px;
    width: 600px;
    height: 390px;
}

.team .team-content .team-introduction {
    width: 100%;
    height: 480px;
    background: url(../images/development/bg.png) no-repeat center;
    background-size: cover;
    background-color: #002fa7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

/* .team .team-content .team-introduction .litle-title{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
} */

.team .team-content .team-introduction .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
}

.team .team-content .team-introduction p {
    margin: 48px 0;
    max-width: 665px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width:1000px) {
    .team {
        margin-top: 32px;
        background: #fff;
    }

    .team .team-content {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        background: #fff;
        /* justify-content: center; */
        align-items: center;
    }

    .team .team-content>img {
        padding: 44px 24px;
        margin: 0;
    }

    .team .team-content .team-introduction {
        padding: 55px 29px;
        width: 100%;
        height: auto;
        background: url(../images/development/bg.png) no-repeat center;
        background-size: cover;
        background-color: #002fa7;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
    }


    .team .team-content .team-introduction .title {
        font-size: 32px;
    }

    .team .team-content .team-introduction p {
        margin: 28px 0;
    }
}

/* 技术团队start */

/* 我们的工作方式start */
.we-work .container {
    margin: 65px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


@media (max-width:1000px) {
    .we-work .container {
        margin: 25px auto;
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .we-work .container img:first-child {
        margin: 0px 12px;
    }

    .we-work .container img:last-child {
        margin: 32px 0 0 0;
    }
}

/* 我们的工作方式end */

/* 企业优势start */
.enterprise-advantage-title {
    margin-top: 22px;
    margin-bottom: 48px;
}

/* 企业优势end */

/* 研发项目start */
.RD-projects {
    margin-top: 87px;
    margin-bottom: 64px;
}

.RD-projects .container {
    background: #fff;
}

.RD-projects .container .public-title {
    padding-top: 68px;
}

.RD-projects .RD-project-content {
    text-align: center;
}

.RD-projects .RD-project-content .content-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-top: 64px;
}

.RD-projects .RD-project-content .content-entitle {
    font-weight: 200;
    font-size: 14px;
    line-height: 120%;
    margin-top: 8px;
    color: #031D1B;
}

.RD-projects .RD-project-content .content-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #92929D;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 36px 0;
}

.RD-project-content .content-item .left {
    margin-right: 67px;
}

.RD-project-content .content-item .right {
    margin-left: 67px;
}

.RD-project-content .content-scope {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #303E59;
    padding-bottom: 65px;
}

.RD-project-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 123px;
    padding-right: 72px;
    justify-content: space-between;
    padding-bottom: 37px;
}

.RD-project-list .list-item {
    width: 200px;
    height: 60px;
    padding: 0 12.5px;
    display: flex;
    align-items: center;
    margin-right: 51px;
    margin-bottom: 51px;
    border-radius: 5px;
    color: #002FA7;
    border: 1px solid #002FA7;
}

.RD-project-list .list-item img {
    width: 30px;
    margin-right: 10px;
}

.list-item-active {
    background: #002FA7;
    color: #fff !important;
}

.list-item .item-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.RD-none-mobile {
    display: none;
}

@media (max-width:1000px) {
    .RD-none-mobile {
        display: block;
    }

    .RD-none {
        display: none;
    }

    .RD-projects {
        margin-top: 45px;
        margin-bottom: 0;
    }

    .RD-project-content .content-item .left {
        margin-right: 24px;
    }

    .RD-project-content .content-item .right {
        margin-left: 24px;
    }

    .RD-project-content .content-scope {
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        color: #303E59;
        padding-bottom: 65px;
    }

    .RD-project-list {
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
        padding-bottom: 6px;
        flex-direction: column;
        align-items: center;
    }

    .RD-project-list .list-item {
        margin-right: 0;
        margin-bottom: 32px;
    }

    .RD-project-list .list-item img {
        width: 30px;
        margin-right: 10px;
    }

    .list-item-active {
        background: #002FA7;
        color: #fff !important;
    }
}

/* 研发项目end */