.box {
    height: 82px;
}

.bacTop {
    position: relative;
}

.bacTexBox {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.bacTex {
    font-size: 60px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 460px;
    z-index: 10;
    text-align: center;
}

.aboutTit {
    font-size: 24px;
    font-weight: 500;
    color: rgba(44, 62, 92, 1);
    line-height: 24px;
    text-align: center;
}

.container {
    margin-top: 0 !important;
}

.aboutTit {
    font-size: 28px;
    font-weight: 600;
    color: rgba(44, 62, 92, 1);
    line-height: 28px;
    padding-top: 0.7rem;
}

.Introduction {
    padding: 1.2rem 0.7rem 0.9rem 0.7rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.introTex {
    width: 45%;
}

.introTit {
    font-size: 18px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
}

.introCon {
    font-size: 14px;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    line-height: 26px;
    margin-top: 12px;
    text-align: justify;
}

.team {
    background: rgba(245, 247, 250, 1);
}

.teamUl {
    flex-wrap: wrap;
    padding-top: 0.24rem;
    padding-bottom: 1rem;
}

.teamLi {
    float: left;
    width: 23%;
    margin-left: 2%;
    background: rgba(255, 255, 255, 1);
    margin-top: 0.3rem;
}

.teamLi:nth-child(4n+1) {
    margin-left: 0;
}

.teamInfor {
    padding: 26px 16px;
}

.teamName {
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 16px;
}

.teamExprien {
    font-size: 14px;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    margin-top: 14px;
    height: 100px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.honor {
    margin-bottom: 1rem;
}

.honorUl {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 1rem 0rem 1rem;

}
.teamUl{
    margin-top: 3vw;
}

.honorLi {
    float: left;
    width: 23%;
    margin-left: 2%;
    padding: 15px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    /* height: 154px; */
    margin-bottom: 10px;
}

.honorLi:nth-child(1) {
    /*margin-left: 0;*/
}
.aboutUsText{
    margin-top: -10px!important;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .introCon {
        width: 90%;
    }
}

@media(max-width:992px) {

    .Introduction {
        padding: 10px;
        display: block;
    }

    .aboutTit {
        font-size: 28px;
        font-weight: 600;
        color: #2C3E5C;
        line-height: 28px;
        padding-top: 50px;
    }

    .introImg {
        width: 100%;
        margin-top: 20px;

    }

    .introImg img {
        width: 100% !important;

    }

    .introTex {
        width: 100%;
    }

    .introTit {
        font-size: 18px;
        font-weight: 600;
        color: #333333;
        line-height: 18px;
        margin-top: 20px;
        width: 100%;
    }

    .introCon {
        font-size: 14px;
        font-weight: 500;
        color: #666666;
        line-height: 26px;
        margin-top: 12px;
        width: 100%;
    }

    .teamLi {
        float: left;
        width: 100%;
        margin-left: 2%;
        background: rgba(255, 255, 255, 1);
        margin-top: 0.3rem;
    }

    .teamImg img {
        width: 100%;
    }

    .honorUl {
        padding: 15px 0px;
    }

    .honorLi {
        width: 48%;
        margin-top: 15px;
    }

    .teamUl {
        padding-bottom: 50px;
    }

    .honor {
        margin-bottom: 0px;
    }


}
