@charset "utf-8";
body {
    font-family: "微软雅黑", "arial";
    background-color: #FFFFFF;
    font-size: 16px;
}

.BMap_Marker {
    background: url(poi-marker-default.png) !important;
    background-size: 25px 34px !important;
    height: 34px !important;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

img {
    border: none;
}

button {
    cursor: pointer;
    font-size: 0px;
    outline: none;
    border: none;
}

input {
    outline: none;
}

i {
    font-style: normal;
}

ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '020';
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}


/*当前位置*/

.dqwz {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    min-height: 10px;
    padding: 19px 0 30px;
}

.dqwz span {
    float: left;
    padding-left: 30px;
    background: url(house.png) no-repeat left center;
    color: #666666;
}

.dqwz span a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.main {
    width: 1270px;
    min-height: 100px;
    margin: 0 auto;
}

.fwzd {
    width: 1270px;
    height: 386px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(biankuang.png) center center / 100% 100% no-repeat;
    background-repeat: no-repeat;
}

.fwzd .fwzd_top {
    display: flex;
    justify-content: center;
    margin: 54px 0;
}

.fwzd .fwzd_bottom {
    margin: 0 auto;
    display: flex;
    width: 100%;
}

.fwzd .fwzd_bottom .fwzd_li {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fwzd .fwzd_bottom .fwzd_li a {
    text-align: center;
}

.fwzd .fwzd_bottom .fwzd_li a img {
    box-sizing: border-box;
    vertical-align: middle;
}

.fwzd .fwzd_bottom .fwzd_li a p {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
    text-align: center;
    width: 127px;
    height: 52px;
}

.zddh_title {
    margin: 40px 0px 31px;
}

.zddh_title h2 {
    display: inline-flex;
    align-items: center;
    font-size: 26px;
    font-weight: 600;
    color: rgb(222, 48, 24);
    flex: 1 1 0%;
    border-bottom: 3px solid rgb(222, 48, 24);
    padding-bottom: 10px;
}

.zddh_bottom {
    display: flex;
    position: relative;
    height: 600px;
    margin: 0 auto 50px;
}

.mapContent {
    border: 1px solid #ccc;
    margin-right: 10px;
    width: 214px;
    height: 600px;
}

.mapContent li {
    width: 212px;
    height: 90px;
    list-style: none;
    color: #1A1A1A;
    background-color: #FDD1CB;
    margin-bottom: 10px;
    border-radius: 25px 0px 0px 25px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.mapContent li .iconfont {
    margin-left: 26px;
    font-size: 37px;
}

.mapContent li .mapNavText {
    font-size: 18px;
    margin: 0 20px;
}

.mapContent .isActive {
    background-color: #DE3018;
    color: #fff;
    font-size: 18px;
}

#continer-map {
    border: 1px dashed #ccc;
}