.bg-top-img {
    margin-bottom: 110px;
    background-image: url(../img/contacTop.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
}

.teamBox {
    width: 70%;
    margin: auto;
    /* background-color: #F7F7F7; */
    height: 548px;
    margin-bottom: 110px;
    padding-left: 70px;
    padding-top: 45px;
    color: #000;
    text-align: left;
    background-image: url(../img/tuanduibeijing.png);
    background-size: 100%;
}

.teamBox-main-title {
    height: 120px;
    font-size: 36px;
    color: #083E94;
    display: block;
    text-align: left;
    line-height: 120px;
}

.teamBox ul li {
    line-height: 45px;
    font-size: 24px;
}


/* 媒体查询 */

@media (max-width: 970px) {
    .bg-top-img {
        margin-bottom: 110px;
        background-image: url(../img/contacTop.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: bottom;
    }
    .teamBox {
        width: 90%;
        margin: auto;
        /* background-color: #F7F7F7; */
        height: 448px;
        margin-bottom: 100px;
        padding-left: 10px;
        padding-top: 5px;
        color: #000;
        text-align: left;
        background-image: url(../img/tuanduibeijing.png);
        background-size: 100%;
    }
    .teamBox-main-title {
        height: 120px;
        font-size: 26px;
        color: #083E94;
        display: block;
        text-align: left;
        line-height: 50px;
    }
    .teamBox ul li {
        line-height: 35px;
        font-size: 16px;
    }
}