.contactUs-img {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}

.contactUs-paragraph {
    margin-bottom: 20px;
    line-height: 2;
    text-indent: 40px;
    font-size: 20px;
    color: #101010;
}




@media screen and (max-width: 2560px) {
   .contactUs > .contactUs-channel > .contactUs-channel-item:not(:last-child) {
        margin-right: 30px;
    }
.contactUs {
    width: 1550px;
    height: 100%;
  	margin: 0 auto;
  	padding: 50px 0;
}
}

@media screen and (max-width: 1920px) {
   .contactUs > .contactUs-channel > .contactUs-channel-item:not(:last-child) {
        margin-right: 30px;
    }
.contactUs {
    width: 1550px;
    height: 100%;
  	margin: 0 auto;
  	padding: 50px 0;
}
}

@media screen and (max-width: 1440px) {
   .contactUs > .contactUs-channel > .contactUs-channel-item:not(:last-child) {
        margin-right: 14px;
    }
.contactUs {
    width: 1250px;
    height: 100%;
  	margin: 0 auto;
  	padding: 50px 0;
}
}



.contactUs-title {
    margin-bottom: 35px;
    font-size: 30px;
    color: #101010;
    font-weight: bold;
}

.contactUs-txt {
    font-size: 20px;
    color: #222;
}

.contactUs>.contactUs-channel {
    margin: 70px 0 45px;
  	display: flex;
  	text-align: center;
}

.contactUs>.contactUs-channel>.contactUs-channel-item {
    flex: none;
    font-size: 20px;
    color: #222;
}


    .contactUs > .contactUs-channel > .contactUs-channel-item > .contactUs-channel-item-imgBox {
        box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.05);
    }
    .contactUs > .contactUs-channel > .contactUs-channel-item > .contactUs-channel-item-imgBox > .contactUs-channel-item-imgBox-img {
        display: block;
        width: 168px;
        height: 168px;
        padding: 13px;
        background-color: #fff;
        margin: 0 auto;
    }

.contactUs>.contactUs-channel>.contactUs-channel-item>.contactUs-channel-item-name {
    margin: 25px 0;
}

.contactUs>.contactUs-consultingService {
    display: flex;
    justify-content: space-between;
}

.contactUs>.contactUs-consultingService .contactUs-consultingService-li {
    font-size: 20px;
    color: #222;
}

.contactUs>.contactUs-consultingService .contactUs-consultingService-li>.contactUs-consultingService-li-icon {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
}

.contactUs>.contactUs-consultingService .contactUs-consultingService-li>.contactUs-consultingService-li-cellPhone {
    line-height: 24px;
    margin-left: 10px;
}