@charset "utf-8";

/* CSS Document */

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "微软雅黑";
}

#container {
    position: relative;
    width: 100%;
    height: 100%;
    /*margin-top: -5px;*/
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.item1.current {}


/*.BMap_stdMpCtrl {
    bottom: 128px !important;
}*/

.map_a_color {
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
}

.mod-header dl {
    margin: 0 10px;
    width: auto;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden\9;
    *overflow: hidden;
    _overflow: hidden;
    position: relative;
    overflow: hidden;
}

.map-searchBox .sp-sortList {
    min-height: 80px;
    width: 340px;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
    clear: left;
    padding-top: 5px;
}

#map1 {
    position: absolute;
    top: 100px;
    left: 0;
    min-height: 600px;
    +z-index: 100;
}

.map-container {
    float: left;
    width: 340px;
    z-index: 2;
    padding-top: 8px;
    padding-left: 6px;
    position: relative;
}

.nav-left {
    height: 100%;
    width: 57px;
    background: #868487;
    float: left;
    z-index: 10000;
    display: none;
    position: relative;
    min-height: 1000px;
}

.nav-left ul {
    position: absolute;
    left: 0;
    z-index: 1;
}

.nav-left ul li {
    z-index: 1;
    width: 57px;
    float: left;
    clear: left;
    height: 50px;
    padding: 15px 0;
    text-align: center;
    /*支持 IE 浏览器*/
    -moz-opacity: 0.70;
    /*支持 FireFox 浏览器*/
    opacity: 0.70;
    /*支持 Chrome, Opera, Safari 等浏览器*/
    cursor: pointer;
}

.nav-left ul .li {
    /*支持 IE 浏览器*/
    -moz-opacity: 1;
    /*支持 FireFox 浏览器*/
    opacity: 1;
    /*支持 Chrome, Opera, Safari 等浏览器*/
}

.nav-left ul li .img {
    text-align: center;
    float: left;
    clear: left;
    width: 100%;
}

.nav-left ul li label {
    text-align: center;
    float: left;
    clear: left;
    line-height: 25px;
    width: 100%;
    color: #fff;
    cursor: pointer;
}

.nav-left-bg {
    width: 57px;
    height: 80px;
    background: #ff4539;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0;
}

.map-search,
.map-searchBox {
    background: #f3f1f2 none repeat scroll 0 0;
    border-radius: 10px;
    font-size: 12px;
    width: 340px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    padding-bottom: 10px;
    float: left;
    clear: both;
    border: 1px solid #f9f8f9;
    border: 1px solid #ccc\9;
    *border: 1px solid #ccc!important;
    *border: 1px solid #ccc;
    margin-bottom: 6px;
}

.map-searchBox {
    padding-bottom: 20px;
    position: relative;
    +z-index: -1;
}

.map-searchBox1 {
    height: 20px;
    background: #fff;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    top: 77px;
    left: 6px;
}

.map-radius {
    border-radius: 5px 5px 0 0;
}

.map-search .input-box {
    width: 320px;
    padding: 10px 10px 12px;
    background: #fff;
    height: 30px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 1px 5px rgba(146, 143, 143, 0.1);
    float: left;
    clear: left;
    position: relative;
    +z-index: 300;
}

.map-search .input-box .input {
    border: 1px solid #ececec;
    background: #f3f1f2;
    height: 30px;
    line-height: 30px;
    width: 184px;
    padding: 0;
    padding-left: 10px;
    float: left;
    color: #999;
    border-radius: 5px 0 0 5px;
    box-sizing: content-box;
}

.map-search .input-box .input:hover {
    border: 1px solid #c6ccd2;
}

.map-search .input-box .btn {
    background: url(../../../img/map/Umap_05.png) #c2c2c4 center center no-repeat;
    width: 40px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    color: #333030;
    float: left;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}

.map-search .input-box .area-wrapper {
    float: left;
    width: 55px;
    position: relative;
    padding-left: 10px;
    padding-top: 0px;
    +z-index: 300;
}

.map-search .input-box .area-wrapper .cite {
    background: url(../../../img/map/Umap_14.png) right 17px no-repeat;
    text-align: left;
    width: 50px;
    padding: 10px 10px 0px 5px;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-search .input-box .intention .cite {
    width: 55px;
    background: url(../../../img/map/Umap_04.png) center 20px no-repeat;
    font-size: 12px;
    height: 35px;
    text-align: center;
    padding: 0;
}

.map-search .input-box p {
    position: absolute;
    left: 0px;
    bottom: -14px;
    padding: 5px;
    background: url(../../../img/common/n-bg15.png) center center no-repeat;
    width: 320px;
    height: 15px;
}

#mapDiv {
    float: left;
    clear: left;
    margin-top: 3px;
    +float: none;
}

.select-box {
    width: 102px;
    padding: 5px 3px 0;
    float: left;
    margin-left: 3px;
}

.select-box-bottom {
    position: absolute;
    left: 0;
    bottom: -14px;
    height: 15px;
    width: 340px;
    text-align: center;
    padding-bottom: 0px;
    z-index: 2;
}

.search-hide {
    left: -10px;
    position: absolute;
    top: 100px;
    width: 144px;
    height: 51px;
    display: none
}

.map-searchBox .title {
    border-bottom: 3px solid #c2c2c4;
    padding: 10px 7px 2px;
    float: left;
    clear: left;
    width: 326px;
}

.map-searchBox .title .city {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5PX;
    float: left;
    clear: left;
}

.map-searchBox .title p {
    line-height: 22px;
    color: #999999;
    font-size: 12px;
    float: left;
    clear: left;
    width: 326px;
}

.map-searchBox .title p span {
    float: right;
    color: #000000;
}

.map-searchBox .title p span label {
    color: #e4393c;
    font-weight: bold;
}

.map-searchBox .sp-sortBox {
    padding: 10px;
    float: left;
    clear: left;
    width: 320px;
    border-bottom: 2px solid #e7eaed;
}

.map-searchBox .sp-sortBox label {
    float: left;
    padding-right: 7px;
    font-size: 12px;
}

.map-searchBox .sp-sortBox ul li {
    padding: 0 12px;
    float: left;
    background: #c6ccd2;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 6px;
}

.map-searchBox .sp-sortBox ul .li-bg {
    background: #d9c26c
}

.map-searchBox .sp-sortBox ul .li {
    background: url(../../../img/common/n-bg21.png) #c6ccd2 right center no-repeat;
    padding-right: 15px;
}

.map-searchBox .sp-sortBox ul .li1 {
    background: url(../../../img/common/n-bg21.png) #d9c26c right center no-repeat;
    padding-right: 15px;
}

.map-searchBox .sp-sortBox ul .li2 {
    background: url(../../../img/common/n-bg20.png) #c6ccd2 right center no-repeat;
    padding-right: 15px;
}

.map-searchBox .sp-sortBox ul .li3 {
    background: url(../../../img/common/n-bg20.png) #d9c26c right center no-repeat;
    padding-right: 15px;
}

.map-searchBox .sp-sortBox ul li a:hover {
    text-decoration: none;
}

.map-searchBox .sp-sortList dl {
    width: 100%;
    padding: 10px 7px;
    float: left;
    clear: both;
    cursor: pointer;
    position: relative;
}

.map-searchBox .sp-sortList dl .externalb {
    position: absolute;
    right: 20px;
    width: 74px;
    height: 50px;
    top: 10px;
    background: url(../../../img/building/external_transaction-map.png) no-repeat;
    z-index: 1;
}

.map-searchBox .sp-sortList dl .Internals {
    position: absolute;
    right: 20px;
    width: 74px;
    height: 50px;
    top: 10px;
    background: url(../../../img/building/Internal_deal-map.png) no-repeat;
    z-index: 1;
}

.map-searchBox .sp-sortList dl:hover {
    background: #f7f9fb
}

.map-searchBox .sp-sortList dl dt {
    float: left;
    width: 88px;
    height: 66px;
    padding-right: 10px;
}

.map-searchBox .sp-sortList dl dt img {
    width: 88px;
    height: 66px;
}

.map-searchBox .sp-sortList dl dd {
    float: left;
    width: 221px;
}

.map-searchBox .sp-sortList dl dd .sortList-title {
    clear: left;
    padding-bottom: 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin-top: -3px;
    float: left;
}

.map-searchBox .sp-sortList dl dd.sortList-box .sortList-title {
    padding-top: 10px;
}

.map-searchBox .sp-sortList dl dd.sortList-box .sortList-content {
    padding-top: 5px;
}

.map-searchBox .sp-sortList dl dd .sortList-content {
    clear: left;
    font-size: 12px;
    float: left;
}

.map-searchBox .sp-sortList dl dd .sortList-content label {
    float: left;
    width: 80px;
    color: #b4bbc2;
    cursor: pointer;
}

.map-searchBox .sp-sortList dl dd .sortList-content p {
    float: right;
    width: 122px;
    color: #e4393c;
    font-size: 12px;
    position: relative;
    +position: static;
    text-align: right;
    margin-right: 5px;
}

.map-searchBox .sp-sortList dl dd .sortList-content p span,
.map-searchBox .sp-sortList dl dd .sortList-content p .span {
    padding: 0px 2px;
    border-radius: 3px;
    background: #ff9900;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    margin-right: 5px;
}

.map-searchBox .sp-sortList dl dd .sortList-content p .span {
    background: #f45a3b;
}

.map-searchBox .sp-sortList dl dd .sortList-item {
    float: left;
}

.map-searchBox .sp-sortList dl dd .sortList-item div,
.map-searchBox .sp-sortList dl dd .sortList-item a {
    float: left;
    font-size: 12px;
    padding: 1px 5px 2px;
    color: #fff;
    border-radius: 3px;
    margin: 8px 10px 0px 0px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80px;
}

.map-searchBox .sp-sortList dl dd .sortList-item .si1 {
    background: #91d9fd;
}

.map-searchBox .sp-sortList dl dd .sortList-item .si2 {
    background: #f07b25;
}

.map-searchBox .sp-sortList dl dd .sortListClass {
    padding: 0px;
    background: none;
}


/*************预约看空间*************/

.sortList-item2 {
    float: right;
    padding: 8px 9px 0px 8px;
    cursor: pointer;
    /* clear: both; */
}

.si2 {
    float: left;
    font-size: 12px;
    padding: 1px 5px 2px;
    color: #ef4224;
    border-radius: 3px;
    border: solid 1px #ef4224;
    /* margin: 8px 10px 0px 0px; */
    /* line-height: 16px; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    max-width: 80px;
}

.qy-circle {
    position: absolute;
    width: 77px;
    height: 68px;
    background: url(../../../img/common/n-sp9.png) center center no-repeat;
    text-align: center;
    padding: 35px 16px 7px;
    color: #fff;
    font-size: 12px;
    z-index: 10000;
}

.qy-circle:hover {
    background: url(../../../img/common/n-sp10.png) center center no-repeat;
    cursor: pointer;
}

.qy-circle span {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

.dw1 {
    top: 20%;
    left: 70%;
}

.switch-but {
    right: 25px;
    position: absolute;
    top: 81px;
    width: 138px;
    z-index: 2;
    height: 38px;
    background: url(../../../img/map/Umap_06.png) no-repeat;
}

.switch-but a.list-a {
    float: left;
    height: 37px;
    width: 38px;
    background: url(../../../img/map/Umap_12.png) 8px center no-repeat;
    padding-left: 30px;
    color: #c6ccd2;
    line-height: 37px;
}

.switch-but a.list-a:hover {
    background: url(../../../img/map/Umap_13.png) 8px center no-repeat;
    color: #ef4224;
}

.switch-but a.map-a {
    float: left;
    height: 37px;
    width: 41px;
    background: url(../../../img/map/Umap_08.png) 7px center no-repeat;
    padding-left: 27px;
    color: #fff;
    line-height: 37px;
}

.sp-bottomICO {
    position: absolute;
    top: 200px;
    left: 600px;
}

.kj_seo {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    /*width: 329px;*/
    height: 34px;
    position: absolute;
    right: 170px;
    top: 106px;
    z-index: 1000;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #f9f8f9;
    border: 1px solid #ccc;
    *border: 1px solid #ccc !important;
    *border: 1px solid #ccc;
}

.kj_seo li {
    float: left;
    padding-left: 10px;
    list-style: none;
    padding-right: 10px;
    line-height: 18px;
    padding-top: 8px;
}

.kj_seo li input {
    float: left;
}

.kj_seo li label {
    float: left;
    padding-left: 3px;
}

.getMore {
    text-align: center;
    padding: 10px;
}

.noSpaceText {
    text-align: center;
    padding: 25px;
    font-weight: 600;
}

.intentionMapList:hover {
    background: #f5f6f7;
}

.intentionMapList {
    width: 310px;
    border-bottom: 1px dashed #dddddd;
    overflow: hidden;
    padding-left: 5px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

.intention-title {
    float: left;
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.intention-type {
    float: left;
    font-size: 12px;
    padding: 1px 5px 2px;
    color: #fff;
    border-radius: 3px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80px;
    background: #f07b25;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.intentionMapList b {
    width: 292px;
    height: 26px;
    display: block;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 11px 0px 20px 0px;
}

.intentionMapList b a {
    color: #000000;
}

.intentionMapList-left {
    width: 38px;
    height: 21px;
    background: url(../../../img/map/Umap_21.png) no-repeat;
    position: absolute;
    top: 33px;
    left: 5px;
}

.intentionMapList-right {
    width: 250px;
    font-size: 12px;
    color: #999999;
    margin-left: -1px;
    padding-bottom: 5px;
}

.intentionMapList-right li {
    width: 250px;
    height: 20px;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkbox-con {
    float: left;
    padding-left: 20px;
    position: relative;
    margin-top: 13px;
    line-height: 12px;
    clear: both;
    margin-bottom: 13px;
}

.checkbox-con span {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-right: 30px;
    color: #363636;
}

.checkbox-con .ipt-hide {
    position: absolute;
    width: 0;
    height: 0;
    border: none;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    visibility: hidden;
}

.checkbox-con .checkbox {
    width: 14px;
    height: 14px;
    display: block;
    float: none;
    border-radius: 3px;
    background: #c2c2c4;
    cursor: pointer;
    position: absolute;
    top: -1px;
    left: -3px;
}

.checkbox-con .cur {
    border: none;
    width: 17px;
    height: 17px;
    background: url(../../img/Umap_16.png) center center no-repeat #ef4224;
}

.tangram-suggestion-main {
    z-index: 300;
    max-width: 331px;
    width: auto !important;
    min-width: 196px;
}


/*.tangram-suggestion table tr td{
	display: block;
	word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.tangram-suggestion table{
	table-layout:fixed;
}*/

.tangram-suggestion .route-icon b {
    font-weight: bold;
}

div.tangram-suggestion table {
    font-size: 12px;
}


/******列表找空间*******/

.msg-right-top {
    position: absolute;
    top: 107px;
    right: 18px;
    width: 133px;
    height: 36px;
    background-color: #ef4224;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    z-index: 1;
}

.msg-right-top:hover {
    background-color: #e0331f;
}

.msg-right-top:active {
    background-color: #d2251b;
}

.msg-right-top a {
    display: block;
    height: 36px;
    width: 133px;
    text-indent: 20px;
    color: white;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 14px;
    background: url("../../../img/map/incubator_list.jpg") no-repeat 20px center;
}


/********孵化器地图*******/

#sortList ul.ul {
    /*max-height: 660px;*/
}

#sortList ul.ul li {
    /*width: 306px;*/
    height: 109px;
    /*margin: 0 auto;*/
    padding: 0 10px;
    border-bottom: dashed 1px #dddddd;
    cursor: pointer;
}

#sortList ul.ul li:hover {
    background-color: #f7f9fb;
}

#sortList ul.ul li .msg-list-memmber {
    width: 100%;
    height: 90px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 7px;
    display: inline-block;
}

#sortList ul.ul li div {
    overflow-x: hidden;
    overflow-y: hidden;
}

.msg-img-con {
    width: 94px;
    height: 63px;
    float: left;
    overflow: hidden;
}

.msg-list-img {
    width: 93px;
    height: 59px;
    margin-left: 1px;
}

.msg-list-dis {
    width: 195px;
    height: 63px;
    margin-left: 13px;
    float: left;
}

.msg-list-dis div {
    width: 195px;
    height: 21px;
    line-height: 21px;
    font-family: "微软雅黑";
    font-size: 12px;
}

.msg-list-bq {
    position: relative;
    margin-top: 8px;
}

.msg-list-bq div {
    color: #a1a1a1;
    font-family: "微软雅黑";
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
    line-height: 16px;
}

.msg-list-bq .free-wifi {
    width: 60px;
    height: 16px;
    border: 1px solid #7fabd1;
    float: left;
    margin-right: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg-list-bq .free-cafe {
    width: 60px;
    height: 16px;
    border: 1px solid #cbbee9;
    float: left;
}

.msg-list-bq .msg-list-incubator {
    padding: 0 8px;
    max-width: 66px;
    color: white;
    height: 16px;
    border: 1px solid #91d9fd;
    margin-right: 2px;
    float: right;
    background-color: #91d9fd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.ownsearchresult {
    width: 300px;
    z-index: 999;
    background: #ffffff;
    border: 1px solid #cccccc;
    position: absolute;
    top: 32px;
    left: 0px;
    display: none;
}

table.ownsearchresult tr td {
    padding: 7px 10px;
    clear: right;
    line-height: 18px;
    cursor: pointer;
}

table.ownsearchresult tr:hover td{
    color: red;
    background: #aaaaaa;
}

.ownsearchresult-td{
	text-align: right;
	width: 90px;
	color: #999999;
}
/* CSS Document */

