﻿.show {
    display: block !important;
}

.hide {
    display: none !important;
}

a {
    outline: 0 none;
    color: #575757;
    text-decoration: none;
}

.white {
    color: white !important;
}

.zIndex4 {
    z-index: 4;
}

.typeFrame {
    display: flex;
    flex-direction: column;
    width: 1210px;
    overflow: hidden;
    margin: 30px auto 50px;
}

.typeBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contactbox {
    height: auto !important;
    width: 1210px !important;
    overflow: hidden !important;
    margin: 0 auto;
}
/*左侧招商类别*/
.floatLeft {
    width: 169px;
    position: fixed;
    top: 200px;
    background-color: #e8e9ec;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    z-index: 8;
    overflow: hidden;
}

.investmentAgentHeading {
    border-bottom: 2px solid #333;
    width: 56px;
    padding-bottom: 10px;
    margin-left: 36px;
    margin-bottom: 36px;
}

.headingText {
    font-size: 18px;
    color: #333;
    word-break: keep-all;
}

.agentTypeBox {
    display: flex;
    flex-direction: column;
    color: #333;
    max-width: 100%;
}

    .agentTypeBox li {
        margin: 3px 0px;
        font-size: 13px;
        max-width: 100%;
        cursor: pointer;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 4px;
    }

        .agentTypeBox li:hover {
            color: #1864d9
        }

        .agentTypeBox li.on {
            font-weight: bold;
            color: #000;
        }

.tabcon_address {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 0 0 199px;
    position: relative;
}

.typeBox li {
    text-align: center;
    width: 242px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #333;
    background-color: #eee;
    font-size: 15px;
}

    .typeBox .on, .typeBox li:hover {
        color: white;
        background-color: #1864d9;
        cursor: pointer;
    }

.imgBox {
    width: 1210px;
    height: 250px;
    overflow: hidden;
    display: block;
}

    .imgBox img {
        width: 1210px;
        height: 250px;
    }

.rightBox {
    width: 260px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.infoBox {
    width: 100%;
}

#province {
    margin: 60px auto 20px auto;
    font-size: 18px;
    font-weight: bold;
}

.agentTitleRow {
    margin-bottom: 10px;
    width: 100%;
    color: #666;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
}

.agentInfoBox {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.agentInfoHeadingRow {
    display: flex;
    flex-direction: row;
    background-color: #999;
    color: white;
    line-height: 24px;
    font-size: 14px;
}

.agentInfoBox ul {
    display: flex;
    flex-direction: column;
}

    .agentInfoBox ul li {
    }

#agentInfo li {
    display: flex;
    flex-direction: row;
    line-height: 13px;
    font-size: 13px;
    margin: 6px 0px 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #f0f0f0;
}

.agentInfoBox ul li div, .agentInfoBox .agentInfoHeadingRow span {
    text-align: center;
}

#signInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    #signInfo li {
        width: 126px;
        margin: 2px;
        text-align: center;
    }

.noSign {
    margin-top: 30px;
}

.noSignText {
    color: #d10000;
}

.noSignBox {
    margin-top: 30px;
}

.noSignHeading {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    color: #666;
    line-height: 24px;
    font-size: 15px;
    font-weight: bold;
}

.signCount {
    color: #1864d9;
}

.noSignCount {
    color: darkred;
}

.agenting {
    font-size: 14px;
    color: #999;
    width: 100%;
}

.region {
    width: 35%;
}

.contact {
    width: 30%;
}

.tel {
    width: 35%;
    word-break: break-all;
}
/*地图颜色说明*/
.hint {
    padding-left: 30px;
    width: 90px;
}

    .hint li {
        overflow: hidden;
        clear: both;
    }

        .hint li div span {
            font-size: 14px;
        }

    .hint div {
        float: left;
        height: 25px;
        line-height: 20px;
    }

    .hint li div:nth-child(1) {
        width: 20px;
        height: 20px;
        border: 1px solid #929292;
        border-radius: 10%;
        margin-right: 5px;
    }

    .hint span {
        color: #929292;
    }


#mapIfm {
    margin: 0px 30px;
}
