.content{
    width: 70%;
    margin: 0 auto;
}
.content ul{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    margin-left: 290px;
}
.content li{
    list-style: none;
    float: left;
    width: 18%;
}
.content li>a.active{
    color: #101010;
}
.content li>a{
    text-decoration: none;
    color: #101010;
}

.content li>a:hover{
    color: #016EFF;
}
.content li .line{
    margin-left: 35px;

}
.team{
    width: 70%;
    margin: 0px auto;
    margin-top:20px;
    box-sizing: border-box;
}

.team .title{
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.team .mb{
    margin-top:60px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;

}

.team .mb .pic{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
@media screen and (min-width:800px) and (max-width: 1360px){
    .company_pic .mb .pic li{
        width: 210px;
    }
}
@media screen and (min-width: 1361px){
    .company_pic .mb .pic li{
        width: 251px;
    }
}
.team .mb .pic li{
    width: 17%;
}
.team .mb .pic p{
    text-align: center;
    padding-bottom: 10px;
}

.team .mb .pic .name{
    font-weight: bold;
    font-size: 15px;
    padding: 10px 0px;
}

.team .mb .pic .introduce{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    height: 80px;
    line-height: 2em;
}
.service_1 img{
    width: 100%;
}
.company_pic{
    width: 70%;
    height: 430px;
    margin: 50px  auto 0 auto;
    box-sizing: border-box;

}

.company_pic .title{
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.company_pic .mb{
    margin-top:30px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;

}

.company_pic .mb .pic{
    display: flex;
    justify-content : space-between;
}

