﻿body {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
    padding: 0;
    margin: 0;
}

dd {
    list-style: none;
    padding: 0;
    margin: 0;
}

.l {
    float: left;
}

.clear {
    clear: both;
}

#allmap {
    width: 100%;
    height: 100%;
    position: relative;
}




.company {
    float: left;
    font-family: "微软雅黑";
    font-size: 16px;
    padding-left: 15px;
    font-weight: bold;
}

.daohang {
    float: right;
    padding-right: 20px;
}

    .daohang a {
        color: #666666;
        cursor: pointer;
        margin-left: 10px;
        padding-left: 18px;
        background: url(/images/map/icon_menu.gif) no-repeat;
        text-decoration: none;
    }

        .daohang a:hover {
            background: url(/images/map/icon_menu2.gif) no-repeat;
            color: #ff7800;
            text-decoration: underline;
        }

    .daohang .ii1, .daohang .ii1:hover {
        background-position: 0 0;
    }

    .daohang .ii2, .daohang .ii2:hover {
        background-position: 0 -16px;
    }

    .daohang .ii3, .daohang .ii3:hover {
        background-position: 0 -31px;
    }

    .daohang .ii4, .daohang .ii4:hover {
        background-position: 0 -48px;
    }

    .daohang .ii5, .daohang .ii5:hover {
        background-position: 0 -64px;
    }


    .daohang .ii6, .daohang .ii6:hover {
        background-position: 0 -81px;
    }

.mapresulttitle {
    width: 305px;
    position: relative;
    background: #f7f7f7;
    padding-left: 15px;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
}


.mapresult {
    overflow-y: auto;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    display: block;
}

    .mapresult li {
        list-style: none;
        cursor: pointer;
        padding: 10px 0 10px 0;
        border-bottom: 1px dashed #f0f0f0;
        position: relative;
    }

        .mapresult li dd {
            color: #333;
            font-size: 14px;
            padding: 0;
            margin: 0 0 0 15px;
        }

            .mapresult li dd em {
                font-style: normal;
                background: url(/images/map/mapicon.png);
                background-position: -224px -9px;
                display: inline-block;
                width: 10px;
                height: 14px;
                margin: 0 5px 0 0;
            }

                .mapresult li dd em .emhover {
                    background-position: -239px -9px;
                }

            .mapresult li dd .Distance {
                font-style: normal;
                position: absolute;
                right: 15px;
                top: 10px;
                color: #999999;
                font-size: 12px;
            }

        .mapresult li dt {
            margin: 10px 15px 0 15px;
            padding-left: 15px;
            color: #999999;
            font-size: 14px;
        }


    .mapresult .hover dd {
        color: #FF6500;
    }

    .mapresult .hover dt {
        color: #FF6500;
    }

    .mapresult .hover .Distance {
        color: #FF6500;
    }

    .mapresult .hover dd em {
        background-position: -239px -9px;
    }

    .mapresult .info {
        margin-top: 40px;
        text-align: center;
        font-size: 14px;
    }

.map_lp {
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    padding: 10px 0 20px 0;
    display: none;
}

.map_ipt li {
    padding: 18px 0 0 40px;
}

.map_ipt {
    margin-left: 20px;
    position: relative;
    background: url(/images/map/way.gif) 3px 19px no-repeat;
}

    .map_ipt .ipt_txt, .map_ipt .ipt_txt_focus {
        margin: 0;
        padding: 6px;
        border: 1px solid #ddd;
        width: 190px;
        outline: none;
        color: #999;
    }

    .map_ipt .ipt_btn {
        margin: 0;
        padding: 0 15px;
        height: 30px;
        line-height: 30px;
        border: 0 none;
        border-radius: 3px;
        background: #46b9e8;
        cursor: pointer;
        color: #fff;
        overflow: visible;
        outline: none;
    }

    .map_ipt .change {
        position: absolute;
        right: 20px;
        top: 39px;
    }

        .map_ipt .change a {
            display: block;
            width: 22px;
            height: 21px;
            background: url(/images/map/way_change.gif) no-repeat;
        }

.busresult {
    display: block;
}
/*公交线路*/
.map_line {
    margin-top: 12px;
    border: 1px solid #9cb5ff;
}

    .map_line em {
        font-style: normal;
    }

.map_line_tit {
    padding: 0 5px;
    line-height: 20px;
    border-bottom: 1px solid #9cb5ff;
    background: #ebf1fb;
    color: #999;
    cursor: pointer;
}

    .map_line_tit strong {
        margin-right: 5px;
        font-size: 14px;
        color: #039;
    }

.map_line_way {
    margin: 0 5px;
    padding: 5px 0 20px 0;
}

    .map_line_way dd {
        padding: 3px 0;
        overflow: hidden;
    }

        .map_line_way dd i {
            float: left;
            width: 23px;
            height: 22px;
            line-height: 20px;
            text-align: right;
            font-style: normal;
        }

        .map_line_way dd .info {
            line-height: 20px;
            overflow: hidden;
        }

        .map_line_way dd a {
            color: #039;
        }

        .map_line_way dd i.walk {
            background: url(/images/map/way_more.gif) no-repeat left -1px;
        }

        .map_line_way dd i.bus {
            background: url(/images/map/way_more.gif) no-repeat -24px -1px;
        }

    .map_line_way .start {
        padding: 5px 6px 0 30px;
        height: 28px;
        line-height: 28px;
        background: url(/images/map/way_start.gif) 0 7px no-repeat;
    }

    .map_line_way .end {
        padding: 5px 6px 0 30px;
        height: 28px;
        line-height: 28px;
        background: url(/images/map/way_end.gif) 0 7px no-repeat;
    }

    .map_line_way.drive dd {
        padding: 0px;
        margin: 0px;
        border-bottom: 1px solid #ddd;
    }

#point {
    margin-top: 8px;
    list-style: none;
    position: relative;
}

    #point dd em {
        font-style: normal;
        background: url(/images/map/mapicon.png);
        background-position: -224px -9px;
        display: inline-block;
        width: 10px;
        height: 14px;
        margin: 0 5px 0 0;
    }

    #point dd {
        color: #2182cc;
        font-size: 13px;
        line-height: 20px;
    }

        #point dd .Distance {
            font-style: normal;
            position: absolute;
            right: 0;
            top: 0;
            color: #2182cc;
            font-size: 13px;
        }

    #point dt {
        padding-left: 15px;
        color: #333;
        font-size: 13px;
        line-height: 25px;
        height: 25px;
    }

.s2 {
    display: none;
    background-repeat: no-repeat;
    background: url(/images/map/mapicon.png);
    width: 13px;
    height: 154px;
    background-position: -345px 0;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    right: 0;
    z-index: 999;
    cursor: pointer;
}

.s1 {
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    background-repeat: no-repeat;
    background: url(/images/map/mapicon.png);
    width: 14px;
    height: 155px;
    background-position: -361px 0;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: -13px;
    z-index: 999;
}

.mapbutton1 {
    cursor: pointer;
    background: url(/images/map/niu.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    right: 30px;
}

    .mapbutton1:hover {
        background-position: -52px 0;
    }

.mapbutton2 {
    cursor: pointer;
    background: url(/images/map/niu.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 90px;
    right: 30px;
    background-position: -104px 0;
}

    .mapbutton2:hover {
        background-position: -156px 0;
    }

.mapbar {
    display: none;
    z-index: 1;
    position: absolute;
    top: -55px;
    right: 50px;
    width: 70px;
}



    .mapbar ul {
        padding: 10px 0 10px 0;
        background-color: #fff;
        width: 60px;
        position: relative;
    }

    .mapbar:before {
        content: ' ';
        position: absolute;
        right: 3px;
        top: 45%;
        border-left: 1px solid #e4e4e4;
        border-top: 1px solid #e4e4e4;
        height: 15px;
        width: 15px;
        background-color: #ffffff;
        transform: rotate(135eg);
        -webkit-transform: rotate(135deg);
    }

    .mapbar li {
        text-align: center;
        height: 25px;
        line-height: 25px;
        text-indent: 10px;
        font-size: 14px;
    }

        .mapbar li:hover {
            color: orange;
        }

.mapbutton3 {
    background-position: -208px 0;
}

    .mapbutton3:hover {
        background-position: -261px 0;
    }

.point {
    color: #fff;
    height: 66px;
    padding: 5px;
    line-height: 180%;
    white-space: nowrap;
    font-size: 12px;
    border: 1px solid #BC3B3A;
    background-color: rgb(241, 70, 70);
    position: absolute;
}

.arrow {
    position: absolute;
    width: 11px;
    height: 10px;
    top: 76px;
    left: 20px;
    overflow: hidden;
    background: url("http://map.baidu.com/fwmap/upload/r/map/fwmap/static/house/images/label.png") no-repeat;
}
