.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;
    justify-content: center;
    margin: 120px auto 0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    /*box-shadow: 0 0 12px rgba(0,0,0,0.1);*/
}

.img-text .item{
    display: flex;
    flex:1;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 100px;
    background: linear-gradient(180deg,rgba(237, 248, 254, 0.5), #fff);
}

.img-text .item:first-child{
    background: #EDF8FE;
    
}

.img-text .item b{
    color: #0B0F14;
    font-size: 54px;
    display: block;
    width: 480px;
    margin-bottom: 38px;
}

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

.ip{
    text-align: center;
    margin-bottom: 120px;
    margin-top: 177px;
    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;
}


