.contactus {
    padding:50px 0;
    background: #fff;
}

.contactus h1 {
    font-size: 20px;
    font-weight: normal;
    color: #666;
}

.contactus p {
    margin: 30px 0;
    font-size: 20px;
}

.contactus p i.fa {
    font-size: 50px;
    float: left;
    margin-right: 10px;
    color: #999;
}

.contactus p span {
    float: left;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
}

.contactus p b {
    font-size: 50px;
    color: #000;
    float: left;
}

.contactus dl {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding: 30px 0;
    display: inline-block;
    line-height: 24px;
    color: #666;
}

.contactus dl dt {
    font-size: 14px;
}

.contactus dl dt b {
    color: #000;
    font-size: 20px;
}

.contactus ul {
    text-align: left;
    background: #f2f3f5;
    margin-bottom: 50px;
}

.contactus ul li {
    background: #fff;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    border: 1px solid #ccc;
    color: #666;
    width: 20%;
    margin:3%;
    padding:3%;
}


.contactus ul li b {
    color: #000;
    font-size: 16px;
}

.contactus .mapbox {
    height: 400px;
    border: 1px solid #ccc;
}
