﻿.nmg-container {
    background: #fff;
    min-height: 100vh;
}

    .nmg-container .banner {
        background: url(../images/nmgny/banner-bg.jpg) right;
        height: 340px;
    }

.home-title {
    padding-top: 150px;
}

    .home-title h2 {
        font-size: 54px;
        font-weight: 600;
        color: #2a3553;
        text-align: center;
        margin-bottom: 30px;
    }

.home-service {
    display: flex;
    margin-top: -60px;
    border-radius: 10px;
    box-shadow: 0 0 24px rgba(30, 60, 200, 0.12);
    background-image: linear-gradient(to bottom, #fff, #eeeffb 100%);
    overflow: hidden;
    min-height: 339px;
}

    .home-service .title {
        padding-top: 115px;
        width: 330px;
        flex-shrink: 0;
        background: url(../images/nmgny/service-bg.jpg);
        background-size: cover;
    }

        .home-service .title h3 {
            font-size: 30px;
            font-weight: 600;
            color: #2a3553;
            text-align: center;
        }

.nmg-container .blue-btn {
    display: block;
    padding: 0 30px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    background: #417ff9;
    border-radius: 7px;
    box-shadow: 0 0 24px rgba(30, 60, 200, 0.12);
}

    .nmg-container .blue-btn:hover {
        background-image: linear-gradient(to right, #2e89ff 0, #146ffb 100%);
    }

.home-service .title .btns {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
}

.home-service .cont {
    padding: 45px;
}

    .home-service .cont .desc {
        font-size: 16px;
        line-height: 36px;
        color: #2a3553;
    }

    .home-service .cont ul {
        display: flex;
        flex-wrap: wrap;
    }

        .home-service .cont ul li {
            margin: 0 62px 15px 0;
            width: 230px;
        }

            .home-service .cont ul li a {
                display: block;
                width: 100%;
                height: 45px;
                line-height: 45px;
                text-align: center;
                color: #fff;
                border-radius: 5px;
                background: #417ff9;
            }

                .home-service .cont ul li a:hover {
                    opacity: .9;
                    box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
                }

.home-szyy h3 {
    font-size: 45px;
    font-weight: 600;
    color: #2b3151;
    text-align: center;
}

.home-szyy .cont {
    background: url(../images/nmgny/app-bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 20px;
}

.home-szyy .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 25px;
}

    .home-szyy .list .item {
        padding: 20px;
        width: 285px;
        height: 450px;
        background: url(../images/nmgny/item-bg.jpg) no-repeat center;
        background-size: cover;
    }

        .home-szyy .list .item .icon {
            display: block;
            width: 55px;
            height: 55px;
            margin: 20px auto;
        }

        .home-szyy .list .item .icon-01 {
            background: url(../images/nmgny/icon-01.png) no-repeat center;
        }

        .home-szyy .list .item .icon-02 {
            background: url(../images/nmgny/icon-02.png) no-repeat center;
        }

        .home-szyy .list .item .icon-03 {
            background: url(../images/nmgny/icon-03.png) no-repeat center;
        }

        .home-szyy .list .item .icon-04 {
            background: url(../images/nmgny/icon-04.png) no-repeat center;
        }

        .home-szyy .list .item h4.title {
            font-size: 22px;
            font-weight: 600;
            color: #2b3151;
            text-align: center;
        }

        .home-szyy .list .item .desc {
            min-height: 90px;
            padding: 0 10px;
            font-size: 16px;
            line-height: 30px;
            color: #384b66;
        }

        .home-szyy .list .item .btns .btn {
            display: block;
            margin-bottom: 10px;
            height: 36px;
            line-height: 36px;
            border: 1px solid #fff;
            border-radius: 3px;
            text-align: center;
            background-image: linear-gradient(to bottom, #fff 0, #e1e9fe 100%);
        }

.home-szyy .e-btns {
    display: flex;
    justify-content: center;
}
