*{
    margin: 0;
    padding: 0;
}
.kingyon-tabImg{
    position: relative;
    /* padding-top: 55px; */
    width: 100%;
    height: 220px;
    background-image: url(../mimages/team-intro.png);
    background-size: 100% 100%;
    margin-bottom: 40px;
}

.kingyon-littleTitle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    width: 84%;
    padding: 0 8%;

}
.kingyon-littleTitle h4{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}
.kingyon-littleTitle p{
    font-size: 14px;
    color: #7E7E7E;
    text-align: center;
}
/* 团队成员 */
.kingyon-div1-item{
    display: flex;
    justify-content: center;
    padding: 0 15px;
    margin-bottom: 50px;
}
.kingyon-div1-item img{
    width: 130px;
    height: 200px;
    max-width: 100%;
}
.kingyon-introduce{
    margin-left: 15px;
}
.kingyon-introduce2{
    margin-right: 15px;
}
.kingyon-div1-item div p:nth-child(1){
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
}
.kingyon-div1-item div p:nth-child(1) i{
    font-style: normal;
    font-size: 14px;
    color: #333333;
}
.kingyon-div1-item div p:nth-child(2){
    font-size: 12px;
    color: #828282;
}
.kingyon-div2-item{
    width: 92%;
    padding: 0 4%;
    margin-bottom: 28px;
}
.kingyon-div2-item img{
    width: 100%;
    height: 200px;
    border-radius: 5px;
}
.kingyon-div2-item p{
    font-size: 14px;
    color: #828282;
    padding: 0 17px;
    text-align: center;
}
.kingyon-tabTwo-div3{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.kingyon-tabTwo-div3 div{
    width: 160px;
    height: 46px;
    border-radius: 23px;
    background: #17A8E3;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.kingyon-tabTwo-div3 p{
    font-size: 12px;
    color: #383838;
}