#dituContent {
    width: 100%;
    height: 370px;
}

#dituContent img{
    max-width: none;
}
.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}
/*********************地图***********************/
.contact{
    background:url("../img/image_36.jpg") no-repeat fixed bottom center;
    background-size: cover;
    padding: 60px 0 120px;
}
.contact .contact-wrap{
    margin-top: 30px;
}
.contact .company{
    padding-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
}
.contact .company h3{
    font-size: 24px;
    line-height: 32px;
    color: #333;
    margin: 0;
}
.contact .company p{
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    color: #666;
}

.contact .tel{
    margin-top: 30px;
}

.contact .tel p{
    font-size: 18px;
    line-height: 36px;
    color: #666;
}

.contact .code{
    margin-top: 31px;
    line-height: 1;
    font-size: 0;
}

.contact .code span{
    display: inline-block;
    line-height: 1;
    font-size: 0;
    margin-left: 30px;
}

.contact .code span:first-child{
    margin-left: 0;
}

@media (max-width: 992px) {
    .contact{
        padding: 40px 0;
    }

    #dituContent{
        height: 270px;
    }
    .contact .company{
        text-align: center;
        margin-top: 15px;
        padding-bottom: 10px;
    }
    .contact .company h3{
        font-size: 22px;
    } 

    .contact .company p{
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
    }

    .contact .tel{
        margin-top: 15px;
        text-align: center;
    }

    .contact .tel p{
        font-size: 14px;
        line-height: 24px;
    }
    .contact .code{
        display: none;
    }
}