.NavTwo{
    width: 100%;
    background: #EEEEEE;
}
.navTwoBody{
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}
.navTwoBody img{
    margin-top: -8px;
    margin-bottom: -10px;
    cursor: pointer;
    margin-right: 15px;
}
.navTwoBody ul{
    font-size:0px;
}
.navTwoBody li{
    width: 155px;
    height: 58px;
    display: inline-block;
    color: #030303;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
}
.NavTwoActive{
    background: #2884FF !important;
    color: #fff !important;
}
.phonezx{
    width: 200px;
    height: 100%;
    text-align: center;
    color: #fff;
    line-height: 58px;
    background:#4FC614;
    cursor: pointer;
    box-shadow: 0px 3px 5px #4FC614;
}
.introduce{
    background: #fff;
    display: flex;
}
.ccText{
    height: 500px;
    width: 412px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 7;*/
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    text-indent: 10px;
    text-align: justify;
}
.fenye{
    display: flex;
    text-align: right;
    float: right;
    margin-top:10px;
}
.fenye div{
    margin-right: 10px;
    color: #7B7B7B;
    font-size: 14px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 20px;
    border-radius: 50%;
    padding: 3px; 
}
.fenyeActive{
    box-sizing: border-box;
    background: #2884FF;
    color: #fff !important;
}
/* ---------------- */
.teamBody{
    width: 100%;
    background: url(../images/aboutbg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}
.teamBlock{
    width: 1300px;
    margin: 0 auto;
}
.teamTop{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}
.topItem{
    padding: 30px;
    box-sizing: border-box;
    width: 47%;
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0px 3px 5px #eee;
    height:509px;
    text-align: justify;
}
.teamFooter{
    display: flex;
    justify-content: space-between;
}
.footerItem{
    margin-top: 80px;
    width: 32%;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    justify-content: space-between;
    box-shadow: 0px 3px 5px #eee;
    background: #fff;
    height:300px;
    text-align: justify;
}
.footerItem img{
    margin-right: 25px;
    max-width: 51%;
    height:100%
}
.topItem img{
    margin-right: 25px;
    max-width: 51%;
    height:88%
}
@media screen and (max-width:1300px){
    .teamBlock{
        width: 1100px;
    }
    body{
        width: 1300px;
        background: red
    }
}