.main-container-banner {
    background: url(../image/banner2_home.jpg) no-repeat 50%;
    height: 320px;
    background-color: #2d3137;
}

.content-container {
    margin-top: 50px;
    margin-bottom: 50px;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.img-fl {
    float: left;
}

.img-fr {
    float: right;
}

.text-fl {
    float: left;
}

.text-fr {
    float: right;
}

.solution-item {
    height: auto;
    overflow: hidden;
}

    .solution-item:hover .text i {
        color: #0161AD;
        border: 1px solid #0161AD;
    }

    .solution-item:hover .text h1 {
        color: #0161AD;
    }


    .solution-item a {
        text-decoration: none;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: all .4s linear;
        -webkit-transition: all .4s;
        transition: all .4s;
        color: #333;
    }

    .solution-item .img {
        width: 50%;
        overflow: hidden;
    }

        .solution-item .img img {
            width: 100%;
            -ms-interpolation-mode: bicubic;
            -webkit-transition: all .7s linear;
            -webkit-transition: all .7s;
            transition: all .7s;
            display: block;
            max-width: 100%;
        }

    .solution-item .text {
        padding: 5%;
        width: 50%;
    }

        .solution-item .text h1 {
            font-size: 30px;
            color: #333;
            -webkit-transition: all .4s linear;
            transition: all .4s linear;
        }



        .solution-item .text h2 {
            font-size: 16px;
            color: #333;
            margin: 10px 0 20px;
        }

        .solution-item .text p {
            font-size: 12px;
            line-height: 22px;
            color: #666;
            margin-bottom: 5%;
        }

        .solution-item .text i {
            font-size: 14px;
            color: #a4a4a4;
            -webkit-transition: all .4s linear;
            transition: all .4s linear;
            border: 1px solid #a4a4a4;
            padding: 7px 15px;
        }

    .solution-item:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

.textLimgR {
    height: auto;
    overflow: hidden;
}

@media (min-width: 769px) and (max-width: 991px) {
    .container {
        width: 670px;
    }

    .main-container-banner {
        background: url(http://localhost:51252/img/img1.png) no-repeat 50% 0% /200% 100%;
        height: 300px;
    }

    .solution-item:nth-child(even) {
        background-color: #f3f4f4;
    }

    .solution-item .img {
        width: 100%;
        float: left;
    }

    .solution-item .text {
        width: 100%;
        float: left;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    .container {
        width: 500px;
    }

    .main-container-banner {
        background: url(../image/banner2_home.jpg) no-repeat 50% 0% /200% 100%;
        height: 250px;
    }

    .solution-item:nth-child(even) {
        background-color: #f3f4f4;
    }

    .solution-item .img {
        width: 100%;
        float: left;
    }

    .solution-item .text {
        width: 100%;
        float: left;
    }
}

@media (min-width: 250px) and (max-width: 500px) {
    .container {
        width: 300px;
    }

    .solution-item:nth-child(even) {
        background-color: #f3f4f4;
    }

    .solution-item .img {
        width: 100%;
        float: left;
    }

    .solution-item .text {
        width: 100%;
        float: left;
    }

    .main-container-banner {
        background: url(../image/banner2_home.jpg) no-repeat 50% 0% /200% 100%;
        height: 170px;
    }
}
