﻿@charset "utf-8";
/* CSS Document */
.map img {
    width: 976px;
}

.addr-search {
    padding: 10px;
    background: #fff;
    height: 43px;
    margin-bottom:15px;
}

.placebg {
    height: 43px;
    position: relative;
    padding-right: 9px;
}

    .placebg span.txt {
        height: 43px;
        line-height: 43px;
        padding: 0 10px 0 10px;
        display: inline-block;
        font-size: 14px;
        background: #e3e3e3;
    }

    .placebg .arrow {
        border-left-color: #e3e3e3;
        color: #fff;
        background: #fff;
        width: 0;
        height: 0;
        line-height: 0;
        position: absolute;
        right: 0;
        top: 13px;
        border-style: dashed dashed dashed solid;
        border-width: 9px 0 9px 9px;
    }

.addr-search .msearch {
    margin-left: 10px;
}

.addr-search a img {
    vertical-align: middle;
    margin-right: 8px;
}

.addr-search .a_text {
    color: #999999;
    border: 2px solid #ff8400;
    width: 320px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.addr-search .history_option {
    position: absolute;
    top: 42px;
    left: 0px;
    background: #fff;
    line-height: 22px;
    width: 324px;
    display: none;
}

#shopli .addr-search .history_option {
    position: absolute;
    top: 42px;
    right: 0px;
    left: auto;
    background: #fff;
    line-height: 22px;
    width: 324px;
    display: none;
}

.addr-search .history_option ul {
    border: 1px solid #ccc;
}

.addr-search .history_option li {
    border-bottom: 1px dotted #ddd;
    padding: 5px 10px;
    margin: 5px 10px;
}

.addr-search .history_option a {
    font-size: 14px;
}

.addr-search .history_option li:last-child {
    border-bottom: none;
}

.option-open {
}

.addr-search .option-open .history_option {
    display: block;
}

.addr-search .a_btn {
    background: #ff8400;
    height: 42px;
    padding: 0 26px;
    color: #fff;
    border: none;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
}

.detailsite {
    padding-left: 10px;
}

    .detailsite a {
        color: #ff8400;
        padding-right: 3px;
        line-height: 42px;
    }

.hisbg {
    width: 126px;
}

.history {
    background: #e3e3e3;
    height: 42px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    border: #e3e3e3 1px solid;
    border-bottom: none;
    width: 84px;
    z-index: 2;
}

.option-open .history {
    background: #fff;
    border: #ccc 1px solid;
    border-bottom: none;
}

.history a {
    /*background:url(../images/addr_arrow.png) no-repeat right center;*/
    padding-right: 20px;
    text-decoration: none;
    position: relative;
}

    .history a .arrow {
        border-top-color: #333;
        color: #e3e3e3;
        background: #e3e3e3;
        width: 0;
        height: 0;
        line-height: 0;
        position: absolute;
        right: 0;
        top: 9px;
        border-style: solid dashed dashed dashed;
        border-width: 6px 6px 0 6px;
    }

.option-open .history a .arrow {
    border-bottom-color: #333;
    color: #fff;
    background: #fff;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 9px;
    border-style: dashed dashed solid dashed;
    border-width: 0 6px 6px 6px;
}

.history a:hover {
    color: #333;
}



.addr-map .bubble-addr {
    color: #818181;
    margin-top: 5px;
    width: 240px;
}

.addr-map .show-cont {
    margin-top: 9px;
}

.addr-map .bubble-btn {
    background-color: #FF9F00;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
}

.borderradius-1 {
    border-radius: 3px;
}

.addr-results {
    display: none;
    float: left;
    padding: 6px 0;
    width: 323px;
    background-color: #fff;
    height: 577px;
}

.pg-map {
    position: relative;
    background: #fff;
}

    .pg-map .addr-results .result-item {
        margin: 0 6px 1px;
        padding: 12px;
        width: 287px;
        cursor: pointer;
        border-radius: 3px;
    }

        .pg-map .addr-results .result-item .addr-info-wrap {
            overflow: hidden;
            zoom: 1;
        }

        .pg-map .addr-results .result-item .addr-name {
            color: #222;
            font-size: 14px;
            font-weight: 700;
        }

        .pg-map .addr-results .result-item .addr-position {
            color: #959595;
            font-size: 12px;
        }

    .pg-map .addr-results .no-result-item {
        padding: 6px 12px;
    }

    .pg-map .addr-results .selected {
        background: #eee;
    }

    .pg-map .addr-results .icon {
        float: left;
        width: 24px;
        height: 29px;
        background: url(/images/sp-around-markers.png) no-repeat;
    }

    .pg-map .addr-results .icon-1 {
        background-position: -24px 0;
    }

    .pg-map .addr-results .icon-2 {
        background-position: -48px 0;
    }

    .pg-map .addr-results .icon-3 {
        background-position: -72px 0;
    }

    .pg-map .addr-results .icon-4 {
        background-position: -96px 0;
    }

    .pg-map .addr-results .icon-5 {
        background-position: -120px 0;
    }

    .pg-map .addr-results .icon-6 {
        background-position: -144px 0;
    }

    .pg-map .addr-results .selected .icon-0 {
        background-position: 0 -32px;
    }

    .pg-map .addr-results .selected .icon-1 {
        background-position: -24px -32px;
    }

    .pg-map .addr-results .selected .icon-2 {
        background-position: -48px -32px;
    }

    .pg-map .addr-results .selected .icon-3 {
        background-position: -72px -32px;
    }

    .pg-map .addr-results .selected .icon-4 {
        background-position: -96px -32px;
    }

    .pg-map .addr-results .selected .icon-5 {
        background-position: -120px -32px;
    }

    .pg-map .addr-results .selected .icon-6 {
        background-position: -144px -32px;
    }

.jPaginate {
    height: 34px;
    position: relative;
    color: #a5a5a5;
    font-size: small;
    width: 100%;
}

    .jPaginate a {
        line-height: 15px;
        height: 18px;
        cursor: pointer;
        padding: 2px 5px;
        margin: 2px;
        float: left;
    }

.jPag-control-back {
    position: absolute;
    left: 0;
}

.jPag-control-front {
    position: absolute;
    top: 0;
}

.jPaginate span {
    cursor: pointer;
}

ul.jPag-pages {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.jPag-pages li {
        display: inline;
        float: left;
        padding: 0;
        margin: 0;
    }

        ul.jPag-pages li a {
            float: left;
            padding: 2px 5px;
        }

span.jPag-current {
    cursor: default;
    font-weight: 400;
    line-height: 15px;
    height: 18px;
    padding: 2px 5px;
    margin: 2px;
    float: left;
}

span.jPag-snext, span.jPag-snext-img, span.jPag-sprevious, span.jPag-sprevious-img, ul.jPag-pages li span.jPag-next, ul.jPag-pages li span.jPag-next-img, ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-previous-img {
    height: 22px;
    float: left;
    line-height: 18px;
}

ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-previous-img {
    margin: 2px 0 2px 2px;
    font-size: 12px;
    font-weight: 700;
    width: 10px;
}

ul.jPag-pages li span.jPag-next, ul.jPag-pages li span.jPag-next-img {
    margin: 2px 2px 2px 0;
    font-size: 12px;
    font-weight: 700;
    width: 10px;
}

span.jPag-sprevious, span.jPag-sprevious-img {
    margin: 2px 0 2px 2px;
    font-size: 18px;
    width: 15px;
    text-align: right;
}

span.jPag-snext, span.jPag-snext-img {
    margin: 2px 2px 2px 0;
    font-size: 18px;
    width: 15px;
    text-align: right;
}

ul.jPag-pages li span.jPag-previous-img {
    background: transparent url(/images/paginate/previous.png) no-repeat center right;
}

ul.jPag-pages li span.jPag-next-img {
    background: transparent url(/images/paginate/next.png) no-repeat center left;
}

span.jPag-sprevious-img {
    background: transparent url(/images/paginate/sprevious.png) no-repeat center right;
}

span.jPag-snext-img {
    background: transparent url(/images/paginate/snext.png) no-repeat center left;
}

.pg-map .addr-results .result-paginate {
    bottom: 10px;
    left: 6px;
    position: absolute;
}


.tangram-suggestion td {
    font-size: 14px;
    padding: 6px 12px;
}

.standard-table, td, th, tr {
    border-collapse: collapse;
    font-size: 12px;
}

.guid-map {
    position: absolute;
    top: 1px;
    left: 1px;
    background: url("/images/mapMarker.png") no-repeat scroll 0 0;
    display: block;
    height: 577px;
    display: none;
    width: 976px;
    z-index: 2;
}

#guide-close {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 22px;
    right: 18px;
    cursor: pointer;
    display: block;
}

.addr-map .map-tip {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 2%;
    width: 180px;
    z-index: 1;
    opacity: 0.9;
    right: 1%;
    font-size: 14px;
    color: #ff8400;
}
/*------------------------newadd-------------------------------------*/
#index_banner {
    width: 100%;
    height: 483px;
    margin-bottom: 15px;
    margin-top: -17px;
}

    #index_banner .banner_bg {
        width: 100%;
        height: 263px;
        background: url(../images/newindex/index_banner_bar.jpg) no-repeat top center;
        position: relative;
    }

    #index_banner .wrap {
        position: relative;
    }

#more_active {
    position: absolute;
    right: 0;
    top: 25px;
    width: 280px;
    height: 456px;
    border-bottom: 1px solid #dbdbdb;
    background: #fff;
}

    #more_active .maylist {
        padding: 0 20px;
    }

        #more_active .maylist i {
            height: 50px;
            width: 50px;
            margin-right: 8px;
            display: inline-block;
            vertical-align: top;
            margin-top: 10px;
        }

            #more_active .maylist i.wei_wm {
                background: url(../images/newindex/restaurant_icon.png) no-repeat;
            }

            #more_active .maylist i.wm_palyer {
                background: url(../images/newindex/restaurant_vedio.png) no-repeat;
            }

            #more_active .maylist i.out_active {
                background: url(../images/newindex/restaurant_qizhi.png) no-repeat;
            }

            #more_active .maylist i.wei_market {
                background: url(../images/newindex/restaurant_cart.png) no-repeat;
            }

            #more_active .maylist i.wei_tuangou {
                background: url(../images/newindex/restaurant_site.png) no-repeat;
            }

            #more_active .maylist i.sina_weibo {
                background: url(../images/newindex/little_logo.png) no-repeat;
            }

        #more_active .maylist .lik {
            line-height: 22px;
            padding-top: 24px;
            display: inline-block;
            vertical-align: top;
        }

        #more_active .maylist li {
            height: 71px;
            border-bottom: 1px solid #eee;
            font-size: 18px;
        }

            #more_active .maylist li.sina {
                font-size: 12px;
            }

                #more_active .maylist li.sina .sina_txt {
                    display: inline-block;
                    padding-top: 9px;
                }

                    #more_active .maylist li.sina .sina_txt img {
                        padding: 0px 5px 0;
                        vertical-align: middle;
                    }

                #more_active .maylist li.sina .blue, #more_active .maylist li.sina .grey {
                    display: inline-block;
                    height: 22px;
                    line-height: 22px;
                    vertical-align: middle;
                }

                #more_active .maylist li.sina .guanzhu_btn {
                    background: url(../images/newindex/guanzhu_btn.png) no-repeat;
                    width: 64px;
                    height: 24px;
                    cursor: pointer;
                    display: block;
                    margin-top: 5px;
                }

                #more_active .maylist li.sina .blue {
                    color: #0078cf;
                }

.banner_left {
    width: 655px;
    padding: 24px 0px 0;
}

.address_search {
    height: 52px;
    width: 655px;
}

    .address_search .as_text {
        width: 540px;
        box-shadow: -1px 1px 3px rgba(0,0,0,.13);
        height: 52px;
        line-height: 52px;
        background: #fff;
        padding-left: 18px;
        border: none;
        vertical-align: top;
        font-size: 18px;
        color: #666;
    }

    .address_search .as_btn {
        box-shadow: -1px 1px 3px rgba(0,0,0,.13);
        height: 52px;
        background: #ff8400;
        color: #fff;
        font-size: 20px;
        font-family: "Microsoft Yahei";
        text-align: center;
        line-height: 52px;
        width: 96px;
        border: none;
        vertical-align: top;
        margin-left: -5px;
        cursor: pointer;
    }

.banner_adlist a img {
    padding-bottom: 5px;
}

.banner_adlist {
    padding-top: 20px;
}

.other_service {
    height: 105px;
    padding-bottom: 42px;
    padding-top: 40px;
}

    .other_service .text_info {
        font-family: "Microsoft Yahei";
        font-size: 20px;
        float: left;
        width: 165px;
        height: 80px;
        margin-top: 2px;
        margin-right: 15px;
        background: url(../images/newindex/allin_icon.png) top right no-repeat;
        line-height: 22px;
        padding-top: 38px;
        color: #888;
    }

    .other_service .choice_serive {
        float: left;
        width: 475px;
        height: 102px;
        background: url(../images/newindex/more_chioce_rukou.png) no-repeat;
    }

        .other_service .choice_serive li {
            float: left;
            text-indent: -9999em;
            width: 158px;
            height: 102px;
            cursor: pointer;
        }

            .other_service .choice_serive li a {
                display: block;
                width: 158px;
                height: 102px;
            }

.index-tit {
    height: 56px;
    line-height: 55px;
    padding-left: 16px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.1);
    position: relative;
    margin-bottom: 15px;
    background: #fff;
}

    .index-tit .more-go {
        position: absolute;
        right: 12px;
        top: 0;
        width: 70px;
        height: 56px;
        font-size: 14px;
        color: #ff8400;
    }

    .index-tit .hot-go {
        background: url(../images/newindex/restaurant_site_title.png) left center no-repeat;
        padding-left: 28px;
        font-size: 18px;
    }

    .index-tit .hot-market {
        background: url(../images/newindex/restaurant_cart_title.png) left center no-repeat;
        padding-left: 28px;
        font-size: 18px;
    }

    .index-tit .hot-restaurant {
        background: url(../images/star_title_icon.png) left center no-repeat;
        padding-left: 28px;
        font-size: 18px;
    }

    .index-tit .open-restaurant {
        background: url(../images/restaurant_title_icon.png) left center no-repeat;
        padding-left: 28px;
        font-size: 18px;
        color: #57b000;
    }

    .index-tit .close-restaurant {
        background: url(../images/close_icon.png) left center no-repeat;
        padding-left: 28px;
        font-size: 18px;
        color: #666;
    }

    .index-tit .more-go .arrow {
        position: absolute;
        right: 0;
        top: 24px;
        border-style: dashed dashed dashed solid;
        border-width: 5px 0 5px 5px;
        border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) rgba(255,132,0,1);
        height: 0;
        width: 0;
    }

.ad-player {
    margin-bottom: 20px;
}

    .ad-player ul {
        float: left;
        border: 1px solid #e7e7e7;
    }

    .ad-player li {
        float: left;
        overflow: hidden;
    }

        .ad-player li.line-one {
            width: 198px;
            border-right: 1px solid #e7e7e7;
        }

        .ad-player li.line-three {
            width: 198px;
            border-left: 1px solid #e7e7e7;
        }

            .ad-player li.line-one img, .ad-player li.line-three img {
                display: block;
            }

        .ad-player li.line2-two {
            border-top: 1px solid #e7e7e7;
            height: 292px;
        }

        .ad-player li .li198_145 {
            width: 198px;
            height: 145px;
            float: left;
        }

        .ad-player li .li193_172 {
            width: 193px;
            height: 172px;
            float: left;
        }

        .ad-player li .li192_172 {
            width: 192px;
            height: 172px;
            float: left;
        }

        .ad-player li .li193_120 {
            width: 193px;
            height: 120px;
            float: left;
        }

        .ad-player li .li192_120 {
            width: 192px;
            height: 120px;
            float: left;
        }

        .ad-player li.line2-one1 a:hover {
            float: left;
        }

        .ad-player li.line-two {
            width: 580px;
        }

        .ad-player li .bom-border {
            border-bottom: 1px solid #e7e7e7;
        }

        .ad-player li .right-border {
            border-right: 1px solid #e7e7e7;
        }

        .ad-player li.overh {
            overflow: hidden;
            height: 290px;
        }

    .ad-player .line2-one1 {
        height: 120px;
        overflow: hidden;
    }

    .ad-player a:hover img {
        width: 110%;
        height: 110%;
        position: relative;
        margin-left: -5%;
        margin-top: -5%;
    }

    .ad-player .ppt a:hover img {
        width: 100%;
        height: 100%;
        position: relative;
        margin-left: 0%;
        margin-top: 0%;
    }

    .ad-player a {
        display: block;
        float: left;
    }

.weixin_go {
    position: absolute;
    right: -168px;
    top: 25px;
}

    .weixin_go img {
        margin-bottom: 32px;
    }

.index_shop_list li {
    float: left;
    width: 316px;
    height: 373px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.index_shop_list {
}

.hotmark {
    left: 100px;
}



.map_landmark {
    background: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    height: 48px;
    line-height: 48px;
    width: 979px;
    border-right: none;
}

    .map_landmark ul li {
        float: left;
        border-right: 1px solid #ddd;
    }

        .map_landmark ul li a {
            display: block;
            text-align: center;
            width: 100%;
            font-size: 18px;
        }

    .map_landmark ul .map_model {
        width: 489px;
    }

        .map_landmark ul .map_model a {
            background: url(../images/map_model.png) 38% center no-repeat;
        }

            .map_landmark ul .map_model a:hover {
                background: url(../images/map_model_hov.png) 38% center no-repeat;
                text-decoration: none;
            }
           .map_landmark ul .map_model_hover a {
                background: url(../images/map_model_hov.png) 38% center no-repeat;
                text-decoration: none;
                color:#ff8400;
            }

    .map_landmark ul .landmark_model {
        width: 488px;
    }

        .map_landmark ul .landmark_model a {
            background: url(../images/landmark_model.png) 38% center no-repeat;
        }

            .map_landmark ul .landmark_model a:hover {
                background: url(../images/landmark_model_hov.png) 38% center no-repeat;
                text-decoration: none;
            }
            .map_landmark ul .landmark_model_hover a {
                background: url(../images/landmark_model_hov.png) 38% center no-repeat;
                text-decoration: none;
                color:#ff8400;
            }

.pg-landmark {
    margin-left:4px;
    overflow:hidden;
    padding-bottom:10px;
}
    .pg-landmark ul li {
        float:left;
        margin:0 5px;
        border-bottom:1px dotted #dddddd;
        width:232px;
    }
        .pg-landmark ul li a {
            background: url(../images/landmark_icon.png) left center no-repeat;
            display:block;
            font-size:14px;
            padding-left:30px;
            height:44px;
            line-height:44px;
            margin:1px 0;
        }
            .pg-landmark ul li a:hover {
                background:#ff8400;
                color:#fff;
                text-decoration:none;
            }













