.companyDetails {
    width: 1200px;
    border: 1px solid #dcdcdc;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.companyDetails-content  {
    width: 1160px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 70px;
}


/*联系我们*/
.columns-bar .column-we {
    cursor: pointer;
}
.columns-bar .column-we {
    display: inline-block;
    margin: 0 20px 20px 20px;
    width: 158px;
    height: 38px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #555;
    background-color: #fff;
}
.columns-bar .active {
    background-color: #68bf05;
    color: #fff;
}
.weDetails {
    width: 1200px;
    border: 1px solid #dcdcdc;
    padding: 20px;
    margin-bottom: 66px;
    box-sizing: border-box;
}
.weDetails h4 {
    font-size: 36px;
    color: #565656;
    height: 36px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 40px;
}
.weDetails h4 span  {
    color: #62b604;
    font-weight: 600;
}
.weDetails p {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #818181;
    margin-bottom: 18px;
    font-weight: 600;
}
.weDetails .address {
    margin-bottom: 46px;
}