html,
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

html,
body,
label,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
}

body {
    background-color: #212A55;
}

ul > li {
    list-style: none;
}

a {
    text-decoration: none;
}

    a:focus,
    a:hover {
        text-decoration: none;
    }

img {
    border: none;
}

input {
    border: 0px;
}

.parent {
    zoom: 1;
}

    .parent:after {
        content: "";
        height: 0;
        display: block;
        clear: both;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.pparent {
    position: relative;
}

.pl {
    position: absolute;
    left: 10px;
    top: 0;
}

.pr {
    position: absolute;
    right: 10px;
    top: 0
}

.fs12 {
    font-size: 12px;
}

.fs28 {
    font-size: 28px;
}

.iconfont {
    font-size: 14px;
}
/* 显示隐藏 */

.hidden {
    display: none;
}

.yhide {
    display: none;
}

.show {
    display: block;
}
/* 当前位置 */

.jhistory {
    padding: 10px 0;
    margin: 0 60px;
    width: 92%;
    color: #186396;
    border-bottom: 1px solid #186396;
}

    .jhistory a {
        color: #186396;
    }

        .jhistory a:hover,
        .jhistory a:visited {
            color: #186396;
        }
/* 百度地图左下角信息删除 */

.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}

@media screen and (max-width:1400px) {
    html,
    body {
        font-size: 12px;
    }

    .jhistory {
        margin: 0 36px;
        width: 93%;
    }
}
