.contactus{
    width:100%;
    overflow: hidden;
    color:#595757;
}

.contactWx{
    width:100%;
    float: left;
    text-align: left;
    padding-top:40px;
    margin-bottom:.8rem;
}


.contactWx span{
    display: block;
     margin-bottom:10px;
     font-size: 14px;
}
.contactWx span.titleSpan{
    font-size: 16px;
    color:#333;
    margin-bottom:.34rem;
}
.contactus p{
    width:auto;
    overflow: hidden;
    display:inline-block;
    text-align: center;
    margin-bottom:20px;
    padding:0px 20px;
    margin-right:4%;
    vertical-align: top;

}
.contactus p:last-child{
    /* width:28%; */
    margin-right: 0px;

}
.contactus p img{
    width:100%;
    max-width:123px;
    height:100%;

    max-height:123px;
}
.contactus p span{
    display: block;
    margin-top:4px;
    font-size: 14px;
}
@media (max-width: 1025px){
    .contactus p{
        margin-right:3%;
    }
    .contactus p:last-child{
        width:28%;

    }
}
@media (max-width: 768px){
    .contactus p{
        width:49.3%!important;
        margin-right: 0px;
    }
}
.contactWx P{
    width:100%!important;
    font-size: 14px;
    text-align: left;
    padding:0px;
    line-height:24px;
}
