img {
    width: 100%;
}
.solution-item{
    padding-top: 100px;
}

.swiper-slide .item {
    left: 50%;
}

.swiper-slide .item .title {
    font-size: 6rem;
    line-height: 6rem;
}

.swiper-slide .item .text {
    font-weight: 300;
    margin-top: 0;
    margin-left: 12rem;
}

.solution-body {
    width: 100%;
    box-sizing: border-box;
    padding: 10rem 20rem;
}

.solution-body .module {
    padding: 0rem 7rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 10rem;
}

.solution-body .module:last-child {
    margin: 0;
}

.module-right {
    float: right;
    width: 70%;
}

.module-left {
    position: absolute;
    padding: 5rem;
    width: 40%;
    box-shadow: 0 0 10px #ccc;
    background-color: #fff;
    top: 50%;
    transform: translate(0%, -50%);
    box-sizing: border-box;
    border-radius: 5px;
    background: url(../img/solution05.jpg);
    background-size: 100% 100%;
}

.module-left span {
    font-size: 1.6rem;
    color: #999999;
}

.module-left p {
    font-size: 1.8rem;
}

.module-left h1 {
    font-size: 3rem;
    color: #df1c28;
    padding: 2rem 0rem;
}

.module-left .btn {
    height: auto;
    padding-top: 2rem;
}

.module-left .btn span {
    display: inline-block;
    box-sizing: border-box;
    padding: 1rem 2rem;
    font-size: 1.8rem;
    color: #fff;
    background-color: #df1c28;
    border-radius: 5px;
    cursor: pointer;
}

/*  */
.module:nth-child(2n) .module-right {
    float: left;
}

.module:nth-child(2n) .module-left {
    left: auto;
    right: 7rem;
}


@media screen and (max-width:1340px) {
    .solution-body {
        padding: 10rem 10rem;
    }

    .solution-body .module {
        padding: 0;
    }

    .module-left {
        width: 50%;
    }

    .module:nth-child(2n) .module-left {
        right: 5px;
    }
}

@media screen and (max-width:1200px) {
    .solution-body {
        padding: 5rem 3rem;
    }

    .solution-body .module {
        padding: 0;
    }

    .module-left {
        width: 50%;
        padding: 4rem;
    }

    .module:nth-child(2n) .module-left {
        right: 5px;
    }
}

@media screen and (max-width:950px) {

    .module-left {
        width: 50%;
        padding: 2rem;
    }

}

@media screen and (max-width:750px) {
    .swiper-slide .item .title {
        font-size: 1.6rem;
        line-height: normal;
    }
    .solution-item{
        padding-top: 0;
    }

    .swiper-slide .item .text {
        font-size: 1.4rem;
        margin-left: 2rem;
    }

    .solution-body {
        padding: 3rem 1rem;
    }

    .solution-body .module {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        margin-bottom: 3rem;
    }

    .solution-body .module .module-right {
        float: none;
        width: 100%;
    }

    .solution-body .module .module-left {
        position: inherit;
        width: 100%;
        top: 0;
        transform: translate(0, 0);
        box-shadow: none;
        padding: 1rem;
    }

    .module-left p {
        font-size: 1.4rem;
    }

    .module-left h1 {
        font-size: 2rem;
        padding: 1rem 0;
    }

    .module-left span {
        font-size: 1.2rem;
    }

    .module-left .btn span {
        font-size: 1rem;
        padding: 1rem 1.5rem;
    }
}