#allmap {
    width: 100%;
    height: 100%;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}

.header {
    position: relative;
}

.apdiv {
    width: 501px;
    height: 409px;
    background: white;
    position: absolute;
    top: 201px;
    left: 16.5%;
}

.ditu {
    width: 100%;
    height: 857px;
    position: relative;
}

.jiaoyin {
    position: absolute;
    top: 11px;
    left: 15px;
}

.jndiv {
    width: 80.24%;
    margin: auto;
    position: relative;
}

.jvp {
    font-size: 23px;
    font-weight: bold;
    margin-top: 61px;
}

.jpdiv {
    width: 80.24%;
    margin: auto;
    box-sizing: border-box;
    border-top: 2px solid #f7f7f7;
    margin-top: 18px;
    padding-top: 16px;
}

.jgspan {
    font-size: 18px;
    margin-top: 1px;
    display: block;
    float: left;
}

.jvpp {
    line-height: 38px;
    width: 100%;
    display: block;
    overflow: auto;
}

.jgspans {
    font-size: 16px;
    line-height: 24px;
    display: block;
    float: right;
    width: 370px;
}

.jpimg {
    float: left;
    margin-top: 5px;
}

@media screen and (max-width: 1680px) {
    .apdiv {
        left: 5%;
    }
}

@media screen and (max-width: 1500px) {
    .apdiv {
        left: 5%;
        width: 409px;
    }

    .jgspans {
        width: 290px;
    }
}

@media screen and (max-width: 1300px) {
    .apdiv {
        width: 360px;
    }

    .jgspans {
        width: 255px;
    }
}

@media screen and (max-width: 1024px) {
    .apdiv {
        width: 310px;
    }

    .jgspans {
        width: 220px;
    }
}

@media screen and (max-width: 768px) {
    .apdiv {
        left: 1%;
        width: 240px;
    }

    .jgspans {
        width: 180px;
    }

    .jndiv {
        width: 90%;
    }

    .jpdiv {
        width: 90%;
    }
}

@media screen and (max-width: 450px) {
    .ditu {
        height: 450px;
    }

    .apdiv {
        position: relative;
        width: 100%;
        top: 0px;
        position: relative;
        width: 100%;
        height: 270px;
        top: 0px;
    }

    .jiaoyin{
        display: none;
    }

    .jvp {
        font-size: 20px;
        margin-top: 20px;
    }

    .jgspans {
        width: 250px;
        float: left;
        margin-left:13px;
    }
}