<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row_2 {
    background: #fff;
    padding: 45px 0;
    position: relative;
}

.row_2 .span12 {
    text-align: left;
    width: 60%;
    background: #fff url(../img/index_row2_text_bg.png) 50% center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    padding: 5px 20px 35px 20px;
}

.row_2 .title6 {
    color: #000;
    /*background: transparent url(../img/decoration02.png) left bottom no-repeat;*/
    margin: 16px 0 0;
    padding: 0 0 15px;
    text-align: left;
    position: relative;
    z-index: 1;
    
}

.row_2 .title6:after {
    display: block;
    content: '';
    width: 90px;
    height: 20px;
    background-color: #9EC92B;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: -1;
}

.row_2 .title7 {
    padding: 0;
    color: #555;
    line-height: 21px;
}

.row_2 .row3_bottom img {
    margin: 0;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7);
}

@media (max-width: 1200px) {
    .row_2 .row-right-img {
        position: absolute;
        bottom: -0px;
        right: -10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider {
        height: 450px;
    }
    .offset1 {
    margin-left: 90px;
    margin-right: auto;
}
    .row_2 .row3_bottom img {
        margin-top: 25px;
    }
    .row_2 .span12 {
        width: 100%;
    }
    .copyright {
        float: right;
        width: 50%;
    }
}
@media (max-width:767px) {
    .row_2 .span12{
        width: auto;
    }
    .row_2 .row-right-img {
        display: none;
    }
    .span3 {
        width: 220px;
        float: left;
        padding: 0 10px;
    }
}

@media (min-width: 600px) and (max-width:767px) {
    .row_2 .row3_bottom img {
        max-width: 70%;
        margin-bottom: 40px;
    }
    .row_2 .span5 .title6,
    .row_2 .span5 .title7 {
        max-width: 70%;
        margin: 0 auto;
    }
}
@media (max-width:599px) {
    .row_2 .row-right-img {
        display: none;
    }
    .row_2 .row3_bottom img {
        margin-bottom: 40px;
    }
    .span3 {
        width: 100%;
        float: none;
        padding: 0px;
    }
}
</pre></body></html>