* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: 0;
    font-family: "微软雅黑" !important;
    /*font-size: 14px;*/
    list-style-type: none;
}

.nav {
    width: 100%;
    height: 42px;
    overflow: hidden;
    background-color: #694839;
}

.line {
    width: 100%;
    height: 12px;
    overflow: hidden;
}

.header {
    width: 1440px;
    height: 489px;
    margin: 0 auto;
    background: url(../image/header_back.png);
}

.map01 {
    width: 1200px;
    height: 1788px;
    margin: 0 auto;
    overflow-x: scroll;
    background-color: white;
}

.map02 {
    width: 1200px;
    height: 1035px;
    margin: 0 auto;
    overflow-x: scroll;
    background-color: white;
}