.contact-detail{
    margin: 40px 0 140px;
}
.contact-detail .map{
    float: left;
    width: 540px;
    height: 345px;
    border: 3px solid #e5e9e7;
}
.contact-detail .map .anchorBL{
    display: none;
}
.contact-detail .map .BMapLabel{
    width: 130px;
    height: 40px;
    border: none!important;
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
    text-align: center;
    line-height: 40px!important;
    font-weight: bold!important;
}
.contact-detail .map .BMapLabel::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
    border-top: 7.5px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.info{
    float: right;
    width: 380px;
    padding-top: 10px;
}
.info>h2{
    font-size: 20px;
    color:#06472e;
    font-weight: bold;
}
.info>h2>i{
    font-size: 16px;
    font-style: normal;
    display: block;
    line-height: 38px;
}
.info dl{
    position: relative;
    font-size: 14px;
    line-height: 36px;
}
.info dl dt{
    float: left;
    padding-left: 32px;
}
.info dl dt>i{
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 19px;
    background-image: url(../../images/contact-icon.png);
    background-repeat: no-repeat;
}
.info dl dt>i.tel-icon{
    background-position: -18px -1px;
}
.info dl dt>i.add-icon{
    background-position: -36px 0px;
    height: 20px;
}
.info dl dd{
    margin-left: 5em;
}
.traffic{
    clear: both;
    padding: 12px 0 0;
}
.traffic>h3{
    font-size: 16px;
    color: #06472e;
    font-weight: bold;
    line-height: 32px;
}
.traffic>h3>i{
    font-size: 14px;
    font-style: normal;
    margin-left: 5px;
}
.traffic>p{
    line-height: 28px;
}

/* 移动端适配 */
@media screen and (max-width: 480px){	    
    .contact-detail .map {
        width: 100%;
        height: 225px;
        border: 3px solid #e5e9e7;
    }
    .info {
        width: 100%;
    }
    .traffic{
        border-top: 1px dashed #ddd;
    }
}