﻿body {
    background: #fff;
}

.div_m {
    width: 100%;
    height: 700px;
    margin-bottom: 50px;
}

.div_title {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../Content/images/service_title_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

    .div_title img {
        width: 32px;
        height: 32px;
        margin-top: 15px;
    }

    .div_title h2 {
        font-weight: 700;
    }

.div_nr {
    margin-top: 10px;
}

    .div_nr div {
        height: 170px;
        float: left;
        margin-left: 1.3%;
        margin-top: 10px;
        border-radius: 8px;
        background-size: cover;
        background-position: center;
        background-color: #909090;
        display: grid;
        justify-items: center;
        align-content: center;
        cursor: pointer;
    }

        .div_nr div:hover {
            text-decoration: underline #fff;

        }

    .div_nr a {
        width: 100%;
        height: 100%;
    }

    .div_nr span {
        font-size: 24px;
        color: #fff;
        font-weight: 700;
    }

.nr_cont1 {
    width: 40%;
    background-image: url('../images/service-bg1.jpg');
}

    .nr_cont1:hover {
    }

.nr_cont2 {
    width: 30%;
    background-image: url('../images/service-bg2.jpg');
}

    .nr_cont2:hover {
    }

.nr_cont3 {
    width: 25%;
    background-image: url('../images/service-bg3.jpg');
}

    .nr_cont3:hover {
    }

.nr_cont4 {
    width: 30%;
    background-image: url('../images/service-bg4.jpg');
}

    .nr_cont4:hover {
    }

.nr_cont5 {
    width: 40%;
    background-image: url('../images/service-bg5.jpg');
}

    .nr_cont5:hover {
    }

.nr_cont6 {
    width: 25%;
    background-image: url('../images/service-bg6.jpg');
}

    .nr_cont6:hover {
    }

.nr_cont7 {
    width: 40%;
    background-image: url('../images/service-bg7.jpg');
}

    .nr_cont7:hover {
    }

.nr_cont8 {
    width: 25%;
    background-image: url('../images/service-bg8.jpg');
}

    .nr_cont8:hover {
    }

.nr_cont9 {
    width: 30%;
    background-image: url('../images/service-bg9.jpg');
}

    .nr_cont9:hover {
    }



















@media screen and (max-width:721px) {
    .div_nr div {
        box-sizing: border-box;
        width: 32%;
        height:100px;
    }
    .div_nr span {
        font-size:14px;
    }
}