body {
    margin-top: 0px;
}

@media screen and (max-width:800px) {
    body {
        margin-top: 0px;
    }
}

.menu a {
    color: #000;
}

.xzkd .logo img {
    content: url(../images/logo-2.png);
}

.all {
    width: 100%;
    height: 40rem;
    font-size: 0;
    overflow-y: hidden;
}

.all #map {
    /*display: inline-block;*/
    width: 61%;
    height: 40rem;
    background: #eee;
    float: left;
    font-size: 16px;
}

.all .c {
    display: inline-block !important;
    width: 39%;
    height: 1080px;
    background: #eee;
    position: relative;
}

.all .c a {
    color: #000;
}

.all .c .content {
    position: absolute;
    top: 115px;
    left: 80px;
}

.all .c .titletop1 {
    font-size: 16px;
}

.all .c .titletop2 {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 80px;
}

.all .c .con {
    font-size: 18px;
    margin-bottom: 83px;
}

.all .c .con li {
    line-height: 35px;
}

.all .c .con:nth-last-child(1) {
    margin-bottom: 0;
}

.all .c .con .title {
    font-weight: bold;
    margin-bottom: 20px;
}

.all .c .con ul ul {
    display: inline-block;
}

h1 {
    background: #4482d9;
}

#map img {
    /*width: 471px;*/
    width:100%;
}


/*
.BMap_pop,
.BMap_pop * {
    background: #4482d9 !important;
}

.BMap_pop .BMap_top,
.BMap_pop .BMap_center {
    background: #4482d9;
}
*/