
.yw-banner {
    background: url(../../images/businessOutsourcingbn.png) no-repeat;
    background-size: 100% 100%;

}
.yw-banner .info{
    width: 450px;
    text-align: justify;
}
.container {
    font-family: Source Han Sans CN, Source Han Sans CN;
    line-height: 1.5;
}
.w1200 {
    max-width: 1200px;
    width: auto;
    margin: auto;
}

/* 您是否也遇到了这些问题 */
.services-section {
    background-color: #ffffff;
    padding: 80px 0 80px;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #202036;
}

.section-subtitle {
    text-align: center;
    font-size: 14px;
    color: #A0A0B2;
    margin-top: 5px;
}

.services-grid {
    margin-top: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 0;
}

.service-card {
    background: #fff;
    margin-left: 30px;
    padding: 40px 30px;
    box-sizing: border-box;
    text-align: left;
    width: calc((100% - 30*2px) / 3);
    border-radius: 20px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    cursor: pointer;
}
.service-card:hover {
    /* box-shadow: 0px 4px 10px 0px rgba(117,130,186,0.2);
    background-image: linear-gradient(to right, #ffff, #ffff), linear-gradient(334deg, rgba(82, 140, 253, 1),rgba(99, 241, 205, 1)); */
    /* border-image: linear-gradient(334deg, rgba(82, 140, 253, 1), rgba(99, 241, 205, 1)) 1 1; */
    background: #3D71FF;
    box-shadow: 0px 8px 30px 0px rgba(132,146,207,0.2);
    border-radius: 20px;
}

.services-grid .service-card:first-child {
    margin-left: 0;
}

.service-card:hover {
    /* transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); */
}

.service-card .service-icon {
    width: 81px;
    height: 81px;
}
.service-card:hover .service-title {
    color: #FFFFFF;
}
.service-card:hover .service-desc{
    color: #FFFFFF;
}
.service-card .service-title {
    font-weight: bold;
    font-size: 22px;
    color: #202036;
    margin-top: 40px;
}

.service-card .service-desc {
    font-size: 14px;
    color: #6F6F81;
    margin-top: 20px;
    text-align: justify;
}



/* 适用岗位 */
.solution-section {
    background: #F3F8FD;
    padding: 80px 0 80px;
}
.solution-content {
    margin-top: 60px;
    padding: 35px 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    background: #FFFFFF;
    border-radius: 20px;
}
.solution-right {
    flex: 1;
    max-width: 521px;
    overflow: hidden;
    margin: auto;
}
.solution-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.solution-left {
    flex: 1;
    max-width: 564px;
    margin-right: 86px;
}
.solution-card {
    margin-bottom: 10px;
    padding: 20px 30px;
    border-radius: 20px 20px 20px 20px;
    transition: all 0.3s ease;
    max-height: 73px;
    box-sizing: border-box;
    overflow: hidden;
}
.solution-card.active {
    box-shadow: 0px 4px 10px 0px rgba(117,130,186,0.2);
    border: 1px solid #3D71FF;
    border-radius: 20px;
    max-height: none;
}
.solution-title {
    font-weight: bold;
    font-size: 22px;
    color: #6F6F81;
    padding-bottom: 20px;
}
.solution-card.active .solution-title {
    color: #202036;
    padding-bottom: 0px;
}
.solution-desc {
    font-size: 16px;
    color: #6F6F81;
    margin-top: 10px;
    text-align: justify;
}
.solution-type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    flex-wrap: wrap;
}
.solution-type-item {
    margin-right: 15px;
    font-size: 0px;
}
.type-item-desc {
    font-size: 16px;
    color: #202036;
    margin-left: 10px;
}
.solution-type-item img {
    width: 14px;
    height: 14px;
}






/* 为什么选择万万禾禾 */
.advantages-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.advantages-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
}

.advantage-card {
    width: calc((100% - 60px) / 3);
    box-sizing: border-box;
    margin-right: 30px;
    padding: 40px 30px 96px;
    border-radius: 20px;
    background: #F3F8FD;
    white-space: wrap;
    word-wrap: break-word;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
.advantages-grid .advantage-card:last-child {
    margin-right: 0;
}
.advantage-card.one {
    background-image: url('../businessOutsourcing/sel_one.png');
}
.advantage-card.two {
    background-image: url('../businessOutsourcing/sel_two_active.png');
}
.advantage-card.three {
    background-image: url('../businessOutsourcing/sel_three.png');
}
.advantage-card.active {
    /* padding: 60px 30px 106px; */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.advantage-title {
    font-weight: bold;
    font-size: 22px;
    color: #202036;
}
.advantage-card.active .advantage-title {
    color: #ffffff;
}

.advantage-desc {
    margin-top: 24px;
    font-size: 14px;
    color: #6F6F81;
    text-align: justify;
}
.advantage-card.active .advantage-desc {
    color: #ffffff;
}







/* 响应式设计 */
@media (max-width: 1400px) {
    
}


@media (max-width: 1200px) {
    .services-grid {
        padding: 0 5px;
    }
    .solution-content {
        flex-flow: column wrap;
    }
    .solution-left {
        margin: auto;
        max-width: 90%;
    }
}


@media (max-width: 900px) {
    .solution-section{
        padding: 50px 0;
    }
    .solution-right{
        display: none;
    }
    .service-card {
        width: 100%;
        margin-left: 0px;
        margin: 0px 5px;
    }

    .solution-type-item {
        margin-right: 10px;
    }
    .type-item-desc {
        margin-left: 5px;
    }


    .advantages-grid {
        justify-content: center;
    }
    .advantage-card {
        width: calc((100% - 60px));
        margin-bottom: 30px;
        margin-right: 0;
    }


    .section-title {
        font-size: 24px;
    }
    .yw-banner {
        background-size: cover !important;
        background-position: 80% !important;
    }  
}
@media (max-width: 576px) {
    .yw-banner .info{
        width: auto;
    }
    .service-card{
        width: 90%;
        padding: 30px 20px;
    }
    .services-grid{
        justify-content: center;
    }
    .service-card .service-icon{
        width: 61px;
        height: 61px;
    }
    .service-card .service-title{
        margin-top: 20px;
        font-size: 18px;
    }
    .service-card .service-desc{
        margin-top: 10px;
        font-size: 13px;
    }

    .solution-title{
        font-size: 18px;
    }
    .solution-desc{
        font-size: 13px;
    }
    .solution-type-item img{
        width: 12px;
        height: 12px;
    }
    .type-item-desc{
        font-size: 14px;
    }

    .advantage-card{
        padding: 30px 20px 76px;
    }
    .advantage-card.active{
        padding: 30px 20px 76px;
    }
    .advantage-title{
        font-size: 18px;
    }
    .advantage-desc{
        margin-top: 18px;
        font-size: 13px;
    }
}