﻿@charset "utf-8";
/* CSS Document */
#heads {
    width: 100%;
    background: #f7f7f7;
    z-index: 20;
    min-width: 1150px;
    z-index: 9999;
}

    #heads .heads01 {
        border-bottom: #e6e6e6 solid 1px;
        height: 75px;
        width: auto;
        padding: 15px 0 0 15px;
        min-width: 1150px;
    }

.logo {
    float: left;
    width: 230px;
}

.maptitle {
    float: left;
    font-size: 21px;
    color: #0055a3;
    font-family: 微软雅黑;
    line-height: 21px;
    margin-top: 15px;
    margin-left: 15px;
    width: 140px;
}

    .maptitle span {
        display: block;
        font-size: 13px;
    }

.maplink {
    height: 48px;
    background: #f7f7f7;
    float: left;
    width: 750px;
    margin-top: 5px;
}

    .maplink .link_ul .link_li {
        float: left;
        position: relative;
        width: 124px;
    }

    .maplink .link_a {
        display: block;
        font-size: 14px;
        line-height: 48px;
        background: url(../images/sj_key1.png) no-repeat 100px 20px;
        padding: 0 8px;
        font-weight: bold;
        position: relative;
        border: #f7f7f7 solid 1px;
        border-bottom: none;
        z-index: 100;
        height: 46px;
    }

        .maplink .link_a:hover {
            color: #0055a3;
            background: url(../images/sj_key2.png) no-repeat 100px 20px;
        }

    .maplink .current .link_a {
        background: url(../images/sj_key2.png) no-repeat 100px 20px #fff;
        color: #0055a3;
        border: #ccc solid 1px;
        border-bottom: none;
        height: 48px;
    }

.show_dh {
    display: none;
    position: absolute;
    width: 540px;
    border: #ccc solid 1px;
    background: #fff;
    top: 48px;
    left: 0;
    z-index: 30;
}

    .show_dh ul {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

        .show_dh ul li {
            float: left;
            width: 120px;
            margin: 0 5px;
            font-size: 12px;
            line-height: 26px;
            height: 26px;
        }

            .show_dh ul li input {
                float: left;
                width: 14px;
                margin-top: 6px;
                _display: inline;
            }

            .show_dh ul li span {
                display: block;
                float: left;
                width: 100px;
                margin-left: 6px;
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                overflow: hidden;
            }

.li_title {
    border-bottom: #cecece dotted 1px;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    font-family: 微软雅黑;
}

.confirm {
    clear: both;
    height: 35px;
    background: #f1f1f1;
    overflow: hidden;
    text-align: center;
}

    .confirm a {
        display: inline-block;
        margin: 6px auto 0;
        width: 60px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        background: #2277cc;
    }

        .confirm a.confirm_a {
            margin-right: 10px;
        }

.maplink .btn1 {
    margin-top: 13px;
    border: none;
    cursor: pointer;
    height: 24px;
    width: 70px;
    text-align: center;
    line-height: 24px;
    background:;
    font-size: 14px;
}

.maplink .btn2 {
    margin-top: 13px;
    border: none;
    cursor: pointer;
    height: 24px;
    width: 50px;
    text-align: center;
    line-height: 24px;
    background:;
    font-size: 14px;
    margin-left: 10px;
}


.map_content_body {
    position: absolute;
    top:82px;
    left: 0;
    right: 300px;
    bottom: 0;
    background: #fff;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
    /*padding: 0;
    _width: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    padding-right: 300px;
    zoom: 1;*/
}

.map_img {
    width: 100%;
    float: left;
    position: relative;
}
/*.map_address{ width:300px;_display:inline;float:right;margin-right:-300px;padding-top:10px; padding-bottom:20px; _display: inline; position:relative}*/
.map_address {
    position: fixed;
    right: 0;
    top: 82px;
    background: #fff;
    z-index: 100;
    padding-top: 10px;
    width: 300px;
    padding-bottom: 20px;
}

.add_search {
    border: #c4cdd6 solid 1px;
    height: 45px;
    width: 280px;
    margin: 0 auto;
}

    .add_search .search_bg {
        background: url(../images/search.png) no-repeat;
        width: 209px;
        height: 27px;
        margin: 9px auto 0;
    }

        .add_search .search_bg input {
            height: 24px;
            width: 104px;
            margin-left: 30px;
            border: none;
            margin-top: 2px;
            background: #f9f9f9;
            float: left;
            font-size: 12px;
            line-height: 24px;
        }

        .add_search .search_bg a {
            font-size: 12px;
            color: #fff;
            margin-left: 10px;
            float: left;
            display: block;
            text-align: center;
            line-height: 27px;
            width: 60px;
        }

.add_detailed {
    margin: 10px auto 0;
    width: 280px;
}

.detailed ul li {
    border-bottom: #cdcdcd dashed 1px;
    height: 66px;
    cursor: pointer;
}

.detailed .li_img {
    float: left;
    width: 34px;
    height: 34px;
    margin-top: 15px;
    position: relative;
}

.f_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    z-index: 10;
}

.detailed .li_write {
    float: left;
    width: 236px;
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
    margin-left: 10px;
}

    .detailed .li_write span {
        display: block;
    }

    .detailed .li_write .li_name {
        color: #0055a3;
    }
/*.detailed_page{ margin-top:10px; text-align:center}
.detailed_page span{ display:block; float:left; font-size:14px; margin:0; color:#fff;}
.detailed_page p{ font-size:12px;  text-align:left; margin-top:10px; margin-bottom:5px; padding-left:5px}
.detailed_page a{ display: inline-block; font-size:12px; padding:2px; color:#0055a3; margin:0}
.detailed_page a:hover{ background:#2577e3; color:#fff;}*/

.map_float {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 120px;
    height: 131px;
    z-index: 30;
    background: url(../images/map_fbg.png) no-repeat;
    padding: 20px 20px;
}

    .map_float ul li {
        padding-left: 20px;
        margin-bottom: 8px;
    }

        .map_float ul li a {
            font-size: 14px;
            line-height: 24px;
        }

        .map_float ul li.f_li1 {
            background: url(../images/map_icon1.png) no-repeat 0 3px;
        }

        .map_float ul li.f_li2 {
            background: url(../images/map_icon2.png) no-repeat 0 3px;
        }

        .map_float ul li.f_li3 {
            background: url(../images/map_icon3.png) no-repeat 0 3px;
        }

        .map_float ul li.f_li4 {
            background: url(../images/map_icon4.png) no-repeat 0 3px;
        }


/*pagelist*/
.detailed_page {
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    font-family: arial, "微软雅黑";
}

    .detailed_page a {
        border: 1px solid #ccc;
        margin-right: 3px;
        padding: 3px 6px;
    }

        .detailed_page a:link, .page0 a:visited {
            color: #016a9a;
        }

        .detailed_page a:hover, .page0 a:active {
            background: #2e6ab1 none repeat scroll 0 0;
            border: 1px solid #1d589e;
            color: #ffffff;
            text-decoration: none;
        }

        .detailed_page a.on {
            background: #2e6ab1 none repeat scroll 0 0;
            border: 1px solid #1d589e;
            color: #ffffff;
            margin-right: 8px;
            padding: 3px 6px;
        }

        .detailed_page a.pagenum, .page0 a.pagenum:hover {
            background: #ffffff none repeat scroll 0 0;
            border: 1px solid #ccc;
            color: #006a9b;
            margin-right: 2px;
            padding: 3px 6px;
        }

    .detailed_page input {
        border: 1px solid #c2c2c2;
        display: inline-block;
        float: none;
        font-size: 12px;
        height: 21px;
        line-height: 16px;
        margin: -1px 3px 0 0;
        *margin-top: 0;
        text-indent: 3px;
        width: 25px;
    }

    /*.detailed_page a{ padding:3px 10px;}
.detailed_page a.on{ padding:3px 10px;}*/
    .detailed_page a.frist {
        background: url(../images/jt01.png) no-repeat center center !important;
        padding: 3px 10px;
    }

    .detailed_page a.prev {
        background: url(../images/jt02.png) no-repeat center center;
        padding: 3px 10px;
    }

    .detailed_page a.next {
        background: url(../images/jt03.png) no-repeat center center;
        padding: 3px 10px;
    }

    .detailed_page a.last {
        background: url(../images/jt04.png) no-repeat center center;
        padding: 3px 10px;
    }

    .detailed_page .split {
        display: none;
    }

.detailed_page {
    padding-top: 30px;
}
