.company_detail {
    padding: 14px;
    border: 1px solid #dddddd;
    background: #fff;
}

.company_list {
    border: 1px solid #dddddd;
    border-bottom: 0;
    margin-top: 10px;
}

.company_list a {
    border-bottom: 1px solid #dddddd;
    display: block;
    height: auto;
    width: 100%;
    text-align: left;
    line-height: 40px;
    background: #fff;
}

.company_list a .icon_list {
    width: 5%;
    float: left;
    margin-left: 2%;
}

.company_list a .icon_content {
    width: 80%;
    height: auto;
    float: left;
    margin-left: 2%;
    word-wrap: break-word;
    display: block;
}

.company_list a .icon_all {
    float: right;
    margin-right: 15px;
}

.map .map_detail {
    border: 1px solid #dddddd;
    background: #fff;
    height: 300px;
}

.company_shar {
    margin-top: 20px;
    width: 100%;
}

.company_shar .btn {
    width: 35%;
    cursor: pointer;
    text-align: center;
}

.company_shar .btn_l {
    float: left;
    border-radius: 0;
}

.company_shar .btn_r {
    float: right;
    border-radius: 0;
}

#bg {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}

#show {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1002;
    overflow: auto;
    filter: alpha(opacity=70);
}

.btn_cls {
    width: 100%;
    font-size: 16px;
    -moz-opacity: 1;
    opacity: 1;
    position: absolute;
    bottom: 0;
}

.btn_top {
    background: #2D3132;
    border: 0;
    margin: 40px 0;
}

.clear {
    clear: both;
}