﻿.contact {
    width: 100%;
}

.shading-div {
    background-color: #F0EFEF;
    width: 100%;
    padding: 1px 15px;
    font-size: 14px;
}

#dituContent {
    width: 100%;
    height: 300px;
    border: #ccc solid 1px;
}

.ico-email {
    width: 23px;
    height: 23px;
    position: relative;
    top: 8px;
    display: inline-block;
    background: url(/Images/Contact/mail.png) no-repeat;
}

.ico-website {
    width: 23px;
    height: 23px;
    position: relative;
    top: 5px;
    display: inline-block;
    background: url(/Images/Contact/home.png) no-repeat;
}

.ico-add {
    width: 23px;
    height: 23px;
    position: relative;
    top: 5px;
    display: inline-block;
    background: url(/Images/Contact/map1.png) no-repeat;
}

.ico-stamp {
    width: 23px;
    height: 23px;
    position: relative;
    top: 5px;
    display: inline-block;
    background: url(/Images/Contact/mail_code.png) no-repeat;
}

.ico-phone {
    width: 23px;
    height: 23px;
    position: relative;
    top: 5px;
    display: inline-block;
    background: url(/Images/Contact/phone.png) no-repeat;
}

.ico-device-mail {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(/Images/device/mail.png) no-repeat;
}

.ico-device-service {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(/Images/device/service.png) no-repeat;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial,sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

.lead {
    line-height: 1.8;
}

.featurette {
    padding-bottom: 10px;
}

/* 中等屏幕（桌面显示器，大于等于 768px） */
@media screen and (min-width: 992px) {
    .lead {
        font-size: 14px;
    }

    #dituContent {
        height: 550px;
    }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width: 1200px) {
    .new_container {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}


.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font-size: 12px;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

.BMap_Marker label.BMapLabel {
    max-width: 500px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    top: -30px !important;
}

span.BMap_Marker div {
    overflow: visible !important;
}

    span.BMap_Marker div img {
        left: 0 !important;
        top: -8px !important;
    }

.span_ml {
    width: 90px;
    height: 22px;
    display: inline-block;
}

/******新版样式******/
.bottom_div {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

.left_div {
    float: left;
    width: 20%;
    min-width: 100px;
    margin-top: 15px;
    padding-left: 20px;
}

    .left_div a {
        font-size: 20px;
        text-decoration: none;
        color: #888;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 10px;
    }

        .left_div a:hover {
            color: #25deb9;
        }

    .left_div div {
        height: 50px;
    }

.right_div {
    float: left;
    width: 80%;
}

.anchorBL {
    display: none;
}

.BMap_scaleCtrl {
    display: block;
    left: 10px !important;
    bottom: 10px !important;
}

.tele {
    display: block;
}

.tp-sp {
    display: inline-block;
    width: 30px;
}

@media screen and (max-width: 860px) {
    /* 手机端CSS代码 */
    .left_div {
        float: left;
        width: 100%;
        padding-left: 0;
    }

        .left_div div {
            height: 50px;
            float: left;
            width: 33.33333333%;
            text-align: center;
        }

        .left_div a {
            font-size: 18px;
            border-bottom: none;
        }

    .right_div {
        float: left;
        width: 100%;
        padding: 5px;
    }

    .tp-sp {
        display: block;
    }

    .fax-sp {
        margin: 5px 0 0 23px;
        display: inline-block;
    }

    .span_ml {
        display: none;
    }

    .add-fst, .add-nxt {
        display: inline-block;
        margin: 5px 0 0 23px;
    }
}
