.agent-banner{
    width: 100%;
    height: 720px;
    background: url(../image-web/agent/agent-banner.png) no-repeat center;
    background-size: 100% 720px;
}

.banner{
    display: flex;
    justify-content: space-between;
}

.banner .l{
    padding-top: 190px;
}

.banner img{
    margin-top: 114px;
}

.banner .l .title{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}

.banner .l p{
    font-size: 18px;
    line-height: 32px;
    background: url(../image-web/agent/ok.png) no-repeat left center;
    background-size: 18px 18px;
    padding-left: 28px;
}

.foot{
    margin-top: 45px;
    display: flex;
}

.foot .button48{
    margin-right: 20px;
    width: 180px;
    color: #fff;
}

.tab{
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    height: 77px;
    border-bottom: 1px #EEEEEE solid;
}

.tab span{
    width: 1px;
    height: 19px;
    background: #CCCCCC;
    margin: 0 30px;
}

.tab a{
    color: #111111;
}

.tab a.active, .tab a:hover{
    color: #2FA8E1 ;
}

.img-text{
    display: flex;
    padding: 120px 68px 146px;
    box-sizing: border-box;
}

.img-text img{
    margin-right: 180px;
}

.img-text .text b{
    font-size: 54px;
    display: block;
    color: #0B0F14;
    margin-bottom: 40px;
    margin-top: 150px;
}

.img-text .text p{
    font-size: 18px;
    color: #666;
    line-height: 32px;
    text-align: justify;
}

.net{
    height: 436px;
    background: #EDF8FE;
    border-radius: 12px;
    margin: 0 auto;
    padding-top: 120px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.net .title{
    font-size: 54px;
    color: #0B0F14;
    text-align: center;
}

.card{
    position: relative;
    z-index: 2;
    margin-top: -185px;
    display: flex;
    justify-content: center;
    margin-bottom: 130px;
}

.card .item{
    /* width: 300px; */
    width: calc( calc(100% - 150px - 90px)/4 );
    height: 360px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px;
    padding-bottom: 45px;
    box-sizing: border-box;
    box-shadow: 40px 0 90px rgba(0,64,114,0.15);
    margin-right: 30px;
}

.card .item:last-child{
    margin-right: 0;
}

.card .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.card .item b{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.card .item span{
    color: #666;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}

.ip{
    text-align: center;
    margin-bottom: 120px;
    position: relative;
    z-index: 2;
}

.ip .title{
    font-size: 54px;
    color: #0B0F14;
    margin-bottom: 28px;
}

.ip p{
    color: #666666;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

.map{
    position: relative;
    z-index: 2;
}
.map img{
    width: 100%;
    display: block;
    /* height: 734px;
    background: url(../image-web/agent/map.png) no-repeat center center;
    background-size: cover; */
}

.find-value{
    width: 100%;
    height: 360px;
    background: url(../image-web/index/find-value.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.find-value p{
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 40px;
}

.find-value .button48{
    width: 180px;
    height: 48px;
    line-height: 48px;
}


