.banner{
    position: relative;
    background: url('../images/banner_lx_bg.jpg') no-repeat center;
    background-size:cover;
}
.banner .bg{
    position: relative;
    padding:160px 0 70px;
    background: linear-gradient(25deg, rgba(6,199,85,0) 60%, rgba(6,199,85,0.85));
}
.banner_con{
    display: flex;
    justify-content: flex-end;
}
.banner_con .join{
    width: 560px;
    background-color: #fff;
    padding:80px 60px;
}
.join .title{
    font-weight: 600;
    font-size: 56px;
    color: #030712;
    line-height: 66px;
    letter-spacing: 10px;
}
.join .desc{
    margin-top: 8px;
    font-weight: 600;
    font-size: 24px;
    color: #06C755;
    line-height: 36px;
}
.join .item{
    padding:40px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
}
.join .item .icon{
    width: 32px;
    height: 32px;
    margin-right: 24px;
}
.join .item .mess{
    flex: 1;
    overflow: hidden;
}
.join .item .tit{
    font-weight: 600;
    font-size: 24px;
    color: #09090B;
}
.join .item .txt{
    margin-top: 8px;
    font-size: 16px;
    color: #000000;
}

@media screen and (max-width: 780px) {

}