@charset "utf-8";
#wrap{
    background-color: #f5f5f5;
}
.title-box{
    margin: 50px auto 70px;
}
.title-box .p-b{
    color: #32312e;
    opacity: .07;
}
#category{
    margin-top: 60px;
}
.fl-content{
    margin-bottom: 100px;
}
.banner{
    position: relative;
}
.gojob{
    position: absolute;
    display: block;
    width: 229px;
    height: 53px;
    line-height: 53px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, .3);
    z-index: 9;
}

.p-c-l::after{
    left: 43%;
}

.gain-box{
    display: flex;
    justify-content: space-between;
}
.gain-box .item{
    width: 215px;
    height: 280px;
    padding: 0 15px;
    margin: 0 11px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
}
.gain-box .item .icon{
    display: flex;
    align-items: center;
    height: 100px;
}
.gain-box .item .icon img{
    display: block;
    margin: auto;
}
.gain-box .item .tit{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.gain-box .item .info{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 110px;
    line-height: 22px;
    font-size: 14px;
    text-align: justify;
    margin: 10px auto 0;
}

.process-box{
    display: flex;
    justify-content: center;
    width: 100%;
}
.process-box .pcs{
    line-height: 30px;
    color: #32312e;
    text-align: center;
}
.process-box .pcs img{
    display: block;
    width: 94px;
    margin: auto;
}
.process-box .pcs h2{
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}
.process-box .pcs p{
    font-size: 16px;
}
.process-box .arrow{
    display: flex;
    align-items: flex-start;
}
.process-box .arrow img{
    display: block;
    margin: 35px 30px 0;
}