.contactus-container .banner-contactus {
    height: 340px;
    overflow-x: hidden;
    position: relative;
}
.banner-contactus-bg {
    width: 1920px;
    height: 340px;
    background-image: url(../images/contactus-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -185px;
    position: absolute;
    left: 50%;
    /* transform: translateX(-50%); */
    margin-left: -960px;
}
.banner-contactus-shade {
    position: absolute;
    width: 100%;
    height: 340px;
    top: 0;
    left: 0;
    z-index: 1;
	background-color: #147171;
    background-color: rgba(0, 0, 0, 0.4);
}
.contactus-container .contactus-content {
    margin-top: 29px;
    background-color: #ffffff;
    padding-bottom: 83px;
    padding-left: 50px;
    padding-right: 50px;
}
.contactus-container-title {
    font-family: PingFang-SC-Medium;
    font-size: 26px;
    text-align: center;
    padding-top: 37px;
    margin-bottom: 78px;
}
.contactus-container-title .title {
    font-family: PingFang-SC-Regular;
    font-size: 36px;
    color: #0059b0;
    display: block;
}
.company-info-common {
    width: 540px;
	height: 312px;
	background-color: #ffffff;
    border: solid 1px #ded9d9;
    margin-right: 6px;
    padding-left: 27px;
    padding-right: 92px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
}
.company-info-common:last-child {
    margin-right: 0;
}
.company-info-common .company-name {
    font-family: PingFang-SC-Bold;
    font-size: 26px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 32px;
}
.company-info-common .company-name:after {
    content: '';
    display: block;
    width: 66px;
	height: 4px;
	background-color: #0059b0;
}
.company-info-common li{
    margin-bottom: 18px;
    font-size: 18px;
}
.company-info-common .name {
    color: #666666;
}
.company-info-common .icon-info-item {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 15px;
    transform: translateY(-2px);
    background-color: #0059b0;
    background-position: 50% 50%;
}
.company-info-common .icon-info-item.icon-cellname {
    background-image: url(../images/icon-contactus-cellname.png);
}
.company-info-common .icon-info-item.icon-map {
    background-image: url(../images/icon-contactus-map.png);
}
.company-info-common .icon-info-item.icon-cellphone {
    background-image: url(../images/icon-contactus-cellphone.png);
}
.company-info-common .address {
    width: 281px;
    display: inline-block;
    vertical-align: top;
    word-break: break-word;
}