.yzq-mb-footer {
    margin-top: 0 !important;
}

.map-header {
    background-color: #125CB1;
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}

.map-header .left,
.map-header .right {
    padding: 0 .3rem;
}

.map-header .left {
    height: 100%;
}

.map-header .left a {
    display: block;
    height: 100%;
}

.map-header .left img {
    display: block;
    height: 65%;
    transform: translateY(30%);
}

.map-header .right {
    display: flex;
    justify-content: end;
}

.map-header .right .search {
    display: flex;
    margin-right: .2rem;
}

.map-header .right .search {
    justify-content: space-between;
    width: 350px;
    height: 40px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .5);
    overflow: hidden;
}

.map-header .right .search .search-input {
    flex: 1;
    padding-left: 0.3rem;
    width: 0;
}

.map-header .right .search .search-btn {
    cursor: pointer;
    height: 100%;
    width: 70px;
    background-image: url(../images/icon/i-search.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center center;
}

.map-header .right a {
    white-space: nowrap;
    font-size: 18px;
    line-height: 2;
    color: #fff;
    transition: .3s;
    border-bottom: 1px solid #fff;
}

.map-header .right a:hover {
    opacity: .7;
}


.map-box {
    display: flex;
    flex-direction: row-reverse;
}

.map-box .map-con {
    position: relative;
    z-index: 1;
    flex: 1;
}
.map-box .map-nav {
    opacity: 0;
}
.map-page .map-box .map-nav {
    position: relative;
    width: 500px;
    max-width: 100%;
    padding: 15px 15px 0;
    /* overflow-y: auto; */
    background-color: #fff;
    transition: .5s;
}
.map-page .map-box .map-nav.close {
    width: 0;
    padding: 0;
}
.map-page .map-box .map-nav.close .header,
.map-page .map-box .map-nav.close .map-swiper,
.map-page .map-box .map-nav.close .unit-list,
.map-page .map-box .map-nav.close .search,
.map-page .map-box .map-nav.close .address-list {
    opacity: 0;
    transition: .2s;
}
.map-page .map-box .map-nav .toggle-switch {
    cursor: pointer;
    position: absolute;
    z-index: 99;
    bottom: 60px;
    right: -15px;
    width: 20px;
    height: 60px;
    border-radius: 0 5px 5px 0;
    background-color: rgba(0,0,0,0.5);
    
}
.map-page .map-box .map-nav .toggle-switch::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../images/zhengwufuwu/arrow_r.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px auto;
    transform: rotate(180deg);
}
.map-page .map-box .map-nav.close .toggle-switch {
    right: -20px;
}
.map-page .map-box .map-nav.close .toggle-switch::after {
    transform: rotate(0);
}

.map-box .map-nav .header {
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    color: #337AB7;
    padding-left: 35px;
    line-height: 1.8;
    background-image: url('../images/map/title_icon.png');
    background-repeat: no-repeat;
    background-position: 5px 8px;
    background-color: #fff;
    border-bottom: 1px solid #F1F1F1;
    white-space: nowrap;
}

.map-box .map-nav .unit-list {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap
}

.map-box .map-nav .unit-list .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    font-size: 18px;
    border: 1px solid #337AB7;
    color: #337AB7;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    margin-right: 2%;
    margin-bottom: 5px;
    cursor: pointer;
}

.map-box .map-nav .unit-list .item.act {
    background-color: #337AB7;
    color: #fff;
}

.map-box .map-nav .unit-list .item:nth-of-type(2n) {
    margin-right: 0;
}

.map-box .map-nav .unit-list .item.small {
    font-size: 12px;
}

.map-box .search {
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin-bottom: 15px;
}
.map-box .search:nth-of-type(1) {
    margin-top: 20px;
}

.map-box .search .search-input {
    flex: 1;
    padding-left: 0.3rem;
    width: 0;
    border: 1px solid #ccc;
    border-radius: 20px 0 0 20px;
}

.map-box .search .search-btn {
    cursor: pointer;
    height: 100%;
    background: #5292C6;
    border-radius: 0 20px 20px 0;
    width: 70px;
    background-image: url(../images/icon/i-search.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center center;
}

.map-box .map-nav .address-list {
    margin-right: -15px;
    overflow-y: scroll;
}
.map-nav .address-list.no-data {
    position: relative;
}
.map-nav .address-list.no-data::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: url('../images/zhengwufuwu/no_data.png') no-repeat center;
}
.map-box .map-nav .address-list .item {
    cursor: pointer;
    background-image: url('../images/map/location.png');
    background-repeat: no-repeat;
    background-size: 18px 24px;
    background-position: 15px center;
    border-bottom: 1px solid #F1F1F1;
    padding: 15px 15px 15px 50px;
}

.map-box .map-nav .address-list .item.act {
    background-image: url('../images/map/location_act.png');
    background-color: #5BAEE2;
}

.map-box .map-nav .address-list .item.act p,
.map-box .map-nav .address-list .item.act .address {
    color: #fff;
}

.map-box .map-nav .address-list .item p {
    color: #2571B7;
    font-size: 18px;
}

.map-box .map-nav .address-list .item .address {
    font-size: 16px;
    color: #A0A0A0;
}

.map-con * {
    box-sizing: border-box;
}

.map-con td {
    border: none;
    box-sizing: content-box;
}

.map-con li {
    border: none;
    box-sizing: content-box;
}

.map-con img {
    max-width: none;
}

.map-box .img-box { 
    width: 100%;
    height: 179px;
}

.map-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-box .info {
    height: 70px;
    overflow-y: scroll;
    line-height: 20px;
    padding: 2px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    box-orient: horizontal;
    box-align: center;
}

.map-box .info a {
    display: none;
}

@media screen and (max-width: 768px) {
    .map-box .info {
        height: auto;
    }
    .map-box .info a {
        /* display: inline; */
        margin-left: 5px;
    }
}

.map-nav .map-swiper {
    position: relative;
    border-bottom: 1px solid #ccc;
}
.map-nav .map-swiper .map-swiper-btn .prev, .map-nav .map-swiper .map-swiper-btn .next {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: -15px;
    z-index: 10;
    width: 16px;
    height: 42px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #5392C7;
    background-image: url(../images/zhengwufuwu/arrow_r.png);
    background-position: center center;
    background-size: 6px;
    background-repeat: no-repeat;
}
.map-nav .map-swiper .map-swiper-btn .prev {
    left: -15px;
    top: 20px;
    transform: rotate(180deg);
}
.map-nav .map-swiper .map-swiper-btn .prev.swiper-button-disabled, .map-nav .map-swiper .map-swiper-btn .next.swiper-button-disabled {
    background-color: #7B7E7D;
}
.map-nav .map-swiper .swiper-slide {
    width: 25%;
}
.map-nav .map-swiper .wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 47px 0 0;
    cursor: pointer;
}
.map-nav .map-swiper .wrap.act::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #DF5636;
}
.map-nav .map-swiper .wrap img {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 35px;
    height: 30px;
}
.map-nav .map-swiper .wrap img:nth-of-type(2) {
    opacity: 0;
}
.map-nav .map-swiper .wrap.act img:nth-of-type(1) {
    opacity: 0;
    transition: .3s;
}
.map-nav .map-swiper .wrap.act img:nth-of-type(2) {
    opacity: 1;
}
.map-nav .map-swiper .wrap p {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
}
.map-nav .map-swiper .wrap.act p {
    color: #DF5636;
}

.map-box .daohang-box .daohang-btn {
    display: inline-block;
    position: relative;
    line-height: 1;
    padding: 5px 10px 5px 25px;
    cursor: pointer;
}
.map-box .daohang-box .daohang-btn:hover {
    background-color: rgba(249, 233, 233, .5);
}
.map-box .daohang-box .daohang-btn::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 15px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(http://api.map.baidu.com/library/SearchInfoWindow/1.4/src/iw_bg.png) no-repeat -15px -136px;
}

@media screen and (max-width: 991px) {
    .map-page .map-box .map-nav {
        position: static;
    }
    .map-page .map-box .map-nav .toggle-switch {
        display: none;
    }
    .map-header {
        height: 50px;
    }

    .map-box {
        display: block;
    }

    .map-box .map-con,
    .map-box .map-nav {
        width: 100% !important;
    }

    .map-box .map-con {
        margin-top: 58px;
    }

    .map-box .map-nav .header {
        position: absolute;
        top: 50px;
        left: 0;
        font-size: 18px;
        padding: 5px 5px 5px 50px;
        background-position: 15px 10px;
    }

    .map-box .map-nav .header::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 14px;
        background-color: #fff;
    }

    .map-header .right .search {
        display: none;
    }
}

.zhengwufuwu-page .fuwu-block.fuwuditu-block .m-center {
    padding-bottom: .2rem;
}
.fuwuditu-block .map-box {
    position: relative;
    padding-top: .6rem;
    display: block;
}
.fuwuditu-block .map-con {
    width: 100%;
    height: 550px;
}
.fuwuditu-block .map-nav {
    position: absolute;
    top: .3rem;
    left: 3em;
    width: 375px;
    height: 100%;
    padding: 0 15px 15px;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: -2px 1px 6px 1px rgba(0, 0, 0, 0.1);
}
.fuwuditu-block .map-nav::before {
    content: '';
    position: absolute;
    right: -.26rem;
    border-color: transparent transparent #EAEAEA #EAEAEA;
    border-style: solid;
    border-width: .15rem;
    transform: scaleX(.8);
}
.fuwuditu-block .map-nav::after {
    content: '';
    position: absolute;
    right: -0.26rem;
    bottom: 1px;
    border-color: #EAEAEA transparent transparent #EAEAEA;
    border-style: solid;
    border-width: .15rem;
    transform: scaleX(.8);
}
.fuwuditu-block .map-nav .unit-list .item {
    font-size: 16px;
    width: 32%;
    margin-right: 2% !important;
}
.fuwuditu-block .map-nav .unit-list .item:nth-of-type(3n) {
    margin-right: 0 !important;
}
.fuwuditu-block .map-nav .address-list {
    margin-right: 0;
}
.fuwuditu-block .map-nav .address-list .item {
    background-image: url(../images/zhengwufuwu/ditu/location.png);
}
.fuwuditu-block .map-nav .address-list .item.act {
    background-image: url(../images/zhengwufuwu/ditu/location.png);
    background-color: #F3F3F3;
}
.fuwuditu-block .map-nav .address-list .item p {
    color: #000 !important;
    font-size: 16px;
}
.fuwuditu-block .map-nav .address-list .item .address {
    color: #A0A0A0 !important;
    font-size: 14px;
}
@media screen and (max-width: 991px) {
    .fuwuditu-block .map-box {
        padding-top: 0;
    }
    .fuwuditu-block .map-box .map-con {
        margin-top: .3rem;
    }
    .fuwuditu-block .map-nav {
        position: static;
        margin-top: .3rem;
        padding: 0;
        box-shadow: none;
    }
    .fuwuditu-block .map-nav::before, .fuwuditu-block .map-nav::after {
        display: none;
    }
    .fuwuditu-block .map-con {
        height: 300px;
    }
    .fuwuditu-block .map-nav .address-list {
        height: 300px;
    }
}