﻿#divTitle
{
    position: absolute;
    font-size: 42px;
    letter-spacing: 3px;
    top: 0;
    left: 0;
    height: 125px;
    line-height: 120px;
    width: 100%;
    color: rgb(31,74,110);
    text-align: center;
    white-space: nowrap;
    z-index: 1000;
    background: #fff;
    box-shadow: rgba(0,0,0,0.9) 0px 0px 10px;
    white-space: nowrap;
    text-decoration: none;
}

#divTitle a
{
    height: 76px;
    width: 72px;
    background: url(../Images/erpulogo.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: -402px;
}
    #divTitle a span:after {
        content: "地名地址信息管理与服务平台";
        position: absolute;
        margin-left: 50px;
        color: rgb(31, 74, 110);
        top: -25px;
        font-family: 微软雅黑;
    }
