.index-page {
    position: relative;
}

.banner-container {
    position: relative;
    width: 100%;
    height: 818px;
    background: url("../images/yinpin/bg1.png") no-repeat center center / cover;
    padding-top: 123px;
    margin: 0 auto;
}

.banner {
    width: 1260px;
    margin: 0 auto;
}

.banner-content {
    position: relative;
    height: 627px;
}

.banner img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 706px;
    height: 627px;
}

.banner-title {
    font-weight: bold;
    font-size: 56px;
    color: #233863;
    line-height: 78px;
    padding-top: 145px;
}

.banner-text {
    width: 486px;
    font-weight: 400;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
    margin-top: 40px;
}

.banner-btn {
    width: 180px;
    height: 52px;
    background: #19B69D;
    border-radius: 26px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    font-weight: bold;
    font-size: 18px;
}

.common-title {
    font-weight: bold;
    font-size: 48px;
    color: #233863;
    line-height: 67px;
    text-align: center;
}

.clearBoth::after {
    content: "";
    display: table;
    clear: both;
}

.mr0 {
    margin-right: 0!important;
}

.industry-problem-product-service {
    background: url("../images/yinpin/bg2.png") no-repeat center center / cover;
}

.industry-problem {
    padding: 100px 0 0;
}

.industry-problem-content {
    width: 1260px;
    margin: 0 auto;
    margin-top: 48px;
}

.industry-problem-item {
    float: left;
    width: 400px;
    height: 106px;
    background: #FFFFFF;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.08);
    border-radius: 8px;
    padding: 29px 32px 0;
    text-align: left;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    transition: all .3s ease;
    display: inline-flex;
}

.industry-problem-item:hover {
    transform: translateY(-20px);
}
.industry-problem-item-title {
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
    argin-top: 4px;
}

.industry-problem-item img {
    width: 55px;
    height: 55px;
    margin-right: 24px;
    flex-shrink: 0;
}

.industry-problem-item-desc {
    font-size: 14px;
    color: #6B7B9B;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
}

.industry-problem-item-desc:last-child {
    margin-bottom: 0;
}

.business-advantages {
    padding: 88px 0 0;
}

.business-advantages-content {
    width: 1260px;
    margin: 0 auto;
    margin-top: 48px;
}

.business-advantages-item {
    width: 292px;
    height: 431px;
    border-radius: 8px;
    margin-right: 30px;
    text-align: center;
    padding: 48px 40px 0;
    float: left;
}

.business-advantages-item.first,
.business-advantages-item.fifth {
    background: #EFFAF8;
}

.business-advantages-item.second,
.business-advantages-item.sixth {
    background: #FFF3F4;
}

.business-advantages-item.third {
    background: #F2F4FD;
}

.business-advantages-item.fourth {
    background: #FFFAF1;
    margin-right: 0;
}

.business-advantages-item.first:hover,
.business-advantages-item.fifth:hover {
    background: #19B69D;
}

.business-advantages-item.second:hover,
.business-advantages-item.sixth:hover {
    background: #EE4A62;
}

.business-advantages-item.third:hover {
    background: #4664E4;
}

.business-advantages-item.fourth:hover {
    background: #FFB62B;
}

.business-advantages-item:hover .business-advantages-item-title,
.business-advantages-item:hover .business-advantages-item-desc {
    color: #FFFFFF;
}

.business-advantages-item img {
    width: 85px;
    height: 85px;
}

.business-advantages-item-title {
    margin-top: 50px;
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
}

.business-advantages-item-desc {
    font-weight: 400;
    font-size: 14px;
    color: #6B7B9B;
    line-height: 20px;
    margin-top: 24px;
    text-align: left;
}

.business-advantages-item-img-hover {
    display: none;
}

.business-advantages-item:hover .business-advantages-item-img {
    display: none;
}

.business-advantages-item:hover .business-advantages-item-img-hover {
    display: inline-block;
}

.swiper-pagination {
    left: 0;
    right: 0;
    margin-top: 10px;
}

.swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    background: #19B69D;
}

.solution {
    padding: 88px 0 20px;
}

.solution-tabs {
    width: 948px;
    margin: 0 auto;
    margin-top: 48px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.solution-tab {
    padding: 17px 32px;
    border-right: 1px solid #fff;
    background: #EDF9F8;
    font-weight: 400;
    font-size: 16px;
    color: #233863;
    line-height: 22px;
    float: left;
    cursor: pointer;
}

.solution-tab.active {
    background: #19B69D;
    color: #fff;
}

.solution-tab:last-child {
    border-right: none;
}

.solution-content {
    width: 1260px;
    height: 484px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 2px 56px -8px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 63px 56px;
}

.solution-content .solution-content-right {
    width: 558px;
    height: 359px;
    margin-left: 73px;
    flex-shrink: 0;
}

.solution-content-item {
    display: none;
    justify-content: space-between;
}

.solution-content-item.active {
    display: flex;
}

.solution-content-left {
    text-align: left;
    flex: 1;
}

.solution-content-title {
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
    margin-bottom: 32px;
}

.solution-content-desc-item {
    display: flex;
    margin-top: 32px;
}

.solution-content-desc-item img {
    width: 57px;
    height: 57px;
    margin-right: 24px;
    flex-shrink: 0;
}

.solution-content-desc-item-title {
    font-weight: bold;
    font-size: 16px;
    color: #233863;
    line-height: 22px;
    margin-bottom: 10px;
}

.solution-content-desc-item-desc {
    font-weight: 400;
    font-size: 14px;
    color: #6B7B9B;
    line-height: 20px;
}

.advantages {
    padding: 68px 0 0;
    background: url("../images/yinpin/bg3.png") no-repeat center center / cover;
}

.advantages-content {
    width: 1260px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

.advantages-line {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    height: 3px;
    z-index: 0;
}

.advantages-content-item {
    width: 291px;
    height: 362px;
    background: url("../images/yinpin/fy5.png") no-repeat center center / cover;
    text-align: center;
    padding: 94px 14px 0;
    margin-right: 32px;
    float: left;
    position: relative;
    z-index: 1;
}

.advantages-content-item:last-child {
    margin-right: 0;
}

.advantages-content-item img {
    width: 100px;
    height: 100px;
}

.advantages-content-item-title {
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
    margin-top: 12px;
    margin-bottom: 16px;
}

.advantages-content-item-desc {
    font-weight: 400;
    font-size: 14px;
    color: #6B7B9B;
    line-height: 24px;
}

.consultation-place {
    margin-top: 58px;
}

.m-place {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc-place {
        display: none;
    }

    .m-place {
        display: block;
    }

    .banner-container {
        padding: 0;
        height: 100%;
        background: url("../images/yinpin/m-bg1.png") no-repeat center center / cover;
    }
    .banner {
        margin: 0 auto;
        width: 100%;
        padding-bottom: 0;
    }
    .banner-content {
        height: inherit;
        text-align: center;
    }

    .banner-float {
        padding: 0 24px;
    }
    .banner .banner-float .banner-title {
        width: 100%;
        text-align: center;
        font-size: 36px;
        padding-top: 43px;
        line-height: 50px;
        margin-bottom: 24px;
    }
    .banner .banner-float .banner-text {
        width: 100%;
        height: inherit;
        margin-top: 0;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }
    .banner img {
        position: unset;
        height: 100%;
    }

    .banner-float-right {
        padding: 16px 48px 19px;
    }

    .banner-btn {
        width: 100%;
    }

    .common-title {
        font-size: 32px;
        line-height: 45px;
    }

    .industry-problem-product-service {
        background: none;
    }

    .industry-problem {
        padding: 49px 24px 0;
        background: url("../images/yinpin/m-bg2.png") no-repeat center center / cover;
    }

    .industry-problem .common-title {
        padding: 0 56px;
    }

    .industry-problem-content {
        width: 100%;
        margin-top: 32px;
    }

    .industry-problem-item {
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0;
        padding: 16px;
        height: auto;
        box-shadow: 0 8px 12px 0 rgba(0,0,0,0.08);
    }

    .industry-problem-item:last-child {
        margin-bottom: 0;
    }

    .industry-problem-item img {
        width: 64px;
        height: 64px;
        margin-right: 20px;
    }

    .industry-problem-item-desc {
        color: #4A4A4A;
    }

    .business-advantages {
        padding: 49px 24px 0;
    }

    .business-advantages-item-desc {
        color: #4A4A4A;
    }

    .business-advantages .common-title {
        padding: 0 16px;
    }

    .swiper-wrapper {
        display: block;
    }

    .business-advantages-content {
        margin-top: 32px;
        width: 100%;
    }

    .business-advantages-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 48px 32px 44px;
        height: unset;
    }

    .business-advantages-item.sixth {
        margin-bottom: 0;
    }

    .solution {
        padding: 49px 24px;
    }

    .solution-tabs {
        /*display: none;*/
        white-space: nowrap;
        overflow-x: auto;
        display: flex;
        margin-top: 32px;
        width: unset;
        border-radius: 0;
    }

    .solution-tab {
        padding: 6px 12px;
        border-radius: 4px;
        margin-right: 16px;
    }

    .solution-content {
        margin-top: 16px;
        width: 100%;
        height: auto;
        backdrop-filter: none;
        background: none;
        border: none;
        padding: 24px 0 10px;
        box-shadow: 0 2px 56px -8px rgba(0,0,0,0.1);
    }

    .solution-content-item {
        width: 100%;
        margin-bottom: 32px;
        flex-direction: column;
    }

    .solution-content-desc-item-desc {
        color: #4A4A4A;
    }

    .solution-content-desc-item img {
        width: 16px;
        height: 16px;
        margin-right: 8px;
        margin-top: 4px;
    }

    .solution-content-left {
        order: 2;
        padding: 32px 20px 0;
    }

    .solution-content-title {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 28px;
    }

    .solution-content-desc-item-title {
        margin-bottom: 8px;
    }

    .solution-content-desc-item {
        margin-top: 16px;
    }

    .solution-content .solution-content-right {
        order: 1;
        margin-left: 0;
        width: unset;
        height: 228px;
    }

    .advantages {
        padding: 0;
    }

    .advantages-content {
        margin-top: 32px;
        width: 100%;
        padding: 0 24px;
        flex-direction: column;
    }

    .advantages-line {
        display: none;
    }

    .advantages-content-item {
        margin: 0 auto;
        float: unset;
        width: 100%;
        height: unset;
        background: url("../images/yinpin/m-fy5.png") no-repeat center center / cover;
        padding: 46px 42px 40px;
        margin-bottom: 32px;
        box-shadow: 0px 4px 32px 0px rgba(113,153,141,0.1);
        border-radius: 8px;
    }

    .advantages-content-item-desc {
        color: #4A4A4A;
    }

    .advantages-content-item:last-child {
        margin-bottom: 0;
    }

    .consultation-place {
        margin-top: 64px;
    }
}
