﻿.ServicePage {
    width: 1200px;
    margin: 30px auto;
}

    .ServicePage .spbt {
        width: 482px;
        margin: 30px auto;
        margin-bottom: 30px;
    }

    .ServicePage .spname {
        width: 482px;
        height: 98px;
        display: table-cell;
        vertical-align: bottom;
        text-align: center;
/*        background-image: url(/img/pimg/service.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;*/
        font-size: 30px;
    }

    .ServicePage .spnr {
    }

        .ServicePage .spnr p {
            margin: 0px;
            padding: 0px;
            margin-bottom: 10px;
        }

        .ServicePage .spnr img {
            display: block;
            width: 100%;
        }