.info_cont{
    padding: 0 0.25rem;
    margin-top: 0.58rem;
}
.info_cont li{
    float: left;
    width: 3.48rem;
    height: 2.69rem;
    overflow: hidden;
    margin-bottom: 0.4rem;
}
.info_cont li:nth-child(odd){
    border-right: 0.03rem solid #dcdcdc;
}
.info_cont li h5{
    text-align: center;
    font-size: 0.28rem;
    margin-top: 1.42rem;
    margin-bottom: 0.3rem;
}
.info_cont li a{
    font-size: 0.22rem;
    color: #666666;
    display: block;
    text-align: center;
    margin: 0 auto 0.2rem;
}
.info_cont li:nth-child(1){
    background: url('../images/tel3.png') no-repeat top center;
    background-size: 0.78rem;
}
.info_cont li:nth-child(2){
    background: url('../images/chuan.png') no-repeat top center;
    background-size: 0.76rem 0.75rem;
}
.info_cont li:nth-child(3){
    background: url('../images/mail.png') no-repeat top center;
    background-size: 0.8rem;
}
.info_cont li:nth-child(4){
    background: url('../images/address.png') no-repeat top center;
    background-size: 0.77rem 0.83rem;
}
#map{
    width: 7rem;
    height: 4rem;
    background: red;
    margin: 0.3rem auto 0.8rem;
}