#agent{
    width: 100%;
    height: 100%;
    background-image: url('../img/agent.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.slteam{
    font-size: 36px;
    width: 90%;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.75);
    margin-top: 80px;
}
.serviceteam{
    font-size: 20px;
    width: 90%;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.75);
    margin-top: 30px;
}

.boxinfo{
    width: 90%;
    background: #FFFFFF;
    border-radius: 7px;
    margin-top: -8%;
}

.boxtitle{
    width: 90%;
    text-align: center;
    margin-top: 12%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0FCDDD;
}

.boxcontent{
    width: 80%;
    margin:20px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
