    body {
        font-family: '微软雅黑';
        font-size: 15px;
        margin: 0;
        padding: 0;
    }

    .clear:after {
        content: "";
        display: block;
        clear: both;
    }

    a {
        color: #000;
        text-decoration: none;
    }

    ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .ct {
        max-width: 1200px;
        width: 1005;
        margin: 25px auto 0;
    }

    .ct>span {
        display: block;
        width: 210px;
        height: 140px;
        text-align: center;
        line-height: 40px;
        color: #000;
        font-size: 20px;
        background: #fff;

    }

    .ct>span.hover {
        color: #fff;

    }

    .ct>div>div {
        width: 100%;
    }

    .ct>div .ct1 {
        height: 69px;
        line-height: 80px;
        border-bottom: 2px solid #996F44;
    }

    .ct>div .ct1 span {
        font-size: 23px;
        color: #015293;
    }

    .ct>div .ct1 img {
        vertical-align: text-bottom;
    }

    .ct>div .ct2 {
        height: 52px;
        margin-top: 3px;
        background: #f1f1f1;
    }

    .ct>div .ct2 span {
        color: #355e92;
        line-height: 52px;
        border-left: 4px solid #996F44;
        padding-left: 20px;
        font-size: 21px;
    }

    .ct>div .ct2 span a {
        color: #996F44;
    }

    .ct>div .ct3 {
        margin-top: 30px;
        margin-bottom: 30px;
        max-width: 1200px;
        width: 100%;
    }

    .ct>div .ct3 ul {
        width: 100%;
    }

    .ct>div .ct3 ul li {
        float: left;
        width: 25%;
        height: 50px;
        line-height: 50px;
    }

    .webMapTitle {
        background: url(/picture/0/2401251116046515584.png) no-repeat center;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        height: 115px;
        text-align: center;
        font-size: 23px;
        color: #996F44;
        line-height: 109px;
    }


    @media only screen and (max-width: 768px) {
        .ct {
            padding: 0px 2.4rem;
        }

        .ct>div .ct3 ul li {
            width: 50%;
        }
    }