#header li:nth-child(4)>a{
    text-indent: left;
    color:#0FCDDD;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    letter-spacing: 50;
    line-height: 40px;
    border-bottom: solid 3px #0FCDDD;
}
/* -------------------------center---------------------------------- */
#center{
    margin-top: 1%;
    float: left;
    position: relative;
    width: 100%;
    background: url(../image/home/agentbg.png) no-repeat center top;
    background-size: contain;
}
.content{
    width: 60%;
    height: 60%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}
.team{
    justify-content: center;
    display: flex;
}
.team>span{
    height: 1.5%;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 43px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.75);
}
.experteam{
    justify-content: center;
    display: flex;
    margin-top: 1%;
}
.experteam>span{
    height: 0.38%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.75);
}

.content>.desc{
    height:50%;
    margin-top: 5%;
    justify-content: space-between;
    display: flex;
}
.desc>.descbg{
    width: 30%;
    height:100%;
    background: url(../image/home/jjrbg.png) no-repeat center top;
    display: flex;
    justify-content: center;
}
.descbg>.desccontent{
    width: 80%;
    margin-top:5%;
    height:100%;
}
.desccontent>span{
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}
.content>.contentimg{
    height:30%;
    justify-content: space-between;
    display: flex;
}
.contentimg>.contentbg{
    width: 30%;
    display: flex;
    justify-content: center
}
.contentbg>div{
    width: 45%
}
.contentbg>div>img{
    width: 100%
}
.content>.contentspan{
    height:20%;
    justify-content: space-between;
    display: flex;
    margin-top: 2%;
}
.contentspan>.contentfont{
    width: 30%;
    display: flex;
    justify-content: center
}
.contentfont>div>span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
