.bg{
    background: url(../img/serviceDirectory/banner.png) no-repeat center;
}

.customer-service .head-title{
    margin: 65px 0 36px 0;
}
.customer-service .info{
    font-size: 16px;
    color: #575757;
    margin-bottom: 100px;
}
.customer-service .info>span{
    color: #E63E3E;
}
.customer-service .service-box {
    justify-content: start;
}
.customer-service .service-box .item{
    position: relative;
    width: 270px;
    height: 227px;
    background: rgba(247, 247, 247, 0.75);
    border-radius: 4px;
    padding: 0 35px;
    margin-bottom: 100px;
    margin-right: 30px;
}
.customer-service .service-box .item .imgbox{
    position: absolute;
    left: 39px;
    top: -96px;
}
.customer-service .service-box .item .title{
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-top: 96px;
}
.customer-service .service-box .item .info{
    font-size: 16px;
    color: #575757;
    margin-top: 20px;
}
.customer-service .service-box .item:hover {
    box-shadow: 0px 25px 50px 0px rgb(205 199 199);
}

.flow .imgbox{
    margin: 40px 0 60px 0;
    text-align: center;
}