html {
    height: 100%
}
ul,
li {
    list-style: none;
}
body {
    overflow-x: hidden;
}
#container {
    height: 100%;
    position: relative;
    width: 1140px;
    margin: auto;
}
#container {
    border: 1px solid #025293;
}
.BMap_bubble_title {
    text-align: center;
    padding-top: 10px;
    font-size: 17px;
    color: #025293;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_content {
    font-size: 19px;
}
.BMapLib_sendToPhone {
    display: none;
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_title {
    line-height: normal;
    background-color: transparent;
    height: 0px;
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_top {
    border-bottom: none;
    height: 0px;
}

.title_text {
    font-size: 14px;
}

a.jc_error {
    font-size: 14px;
    color: blue;
}

p.address {
    height: 56px;
    overflow-y: auto;
    font-family: none;
}
p.address::-webkit-scrollbar {
    width: 15px;
}

p.address::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

p.address::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
}



/* 鍦板浘瀵艰埅鏍忔牱寮� */
.map-wrap{
    height: 100%;
    position: relative;
    width: 1140px;
    margin: auto;
}

.map-wrap {
    background: none;
}

.map-wrap .tab-map-list {
    width: 280px;
    height: 50%;
    border: 15px solid #fff;
    background: #E7E7E7;
    position: absolute;
    top: 1%;
    right: 0%;
    z-index: 9999;
    overflow: hidden;
}

.tab-map-list>ul>li {
    line-height: 40px;
    padding: 0px 10px;
    font-size: 15px;
    float: left;
}

.tab-map-list>ul>li.cur {
    color: #FFFFFF;
    background: #0071E1;
}
.tab_nav {
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}

.map_search {
    text-align: center;
    margin-top: 14px;
}

.map_search input[type="text"] {
    height: 34px;
    border-radius: 10px;
    border: #999 1px solid;
    width: 190px;
    font-size: 17px;
    outline: none;
}

.map_search input[type="button"] {
    height: 35px;
    width: 51px;
    border-radius: 15px;
    border: 1px solid #999;
    cursor: pointer;
}

.tab-map-con {
    width: 100%;
    height: 309px;
    overflow: hidden;
    overflow-y: auto;
}

.tab-map-con>.tab-txt>li {
    width: 90%;
    padding-left: 30px;
    background: url(http://www.jinxiu.gov.cn/material/images/map-img-adds-ico-1.png) no-repeat 5px 4px;
    line-height: 20px;
    font-size: 16px;
    margin: 15px auto;
    cursor: pointer;
}

.tab-map-con>.tab-txt.hide {
    display: none;
}

.tab-map-con ul {
    padding-right: 10px;
}

.tab-map-con::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.tab-map-con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

.tab-map-con::-webkit-scrollbar {
    width: 6px;
}

.company .content {
    display: block;
}

.content {
    position: relative;
    font-size: 14px;
    background: #fff;
    padding: 10px;
    margin-top: 20px;
    border-radius: 20px;
    text-indent: 2em;
    display: none;
}

.content:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 20px solid #fff;
    border-top: 20px solid transparent;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
}

.prominent .content {
    display: block !important;
}