.jz-company{
    margin:0 auto;
    width: 1200px;
    height: 395px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.jz-link{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 1200px;
    margin:0 auto;
}
.jz-counselor{
    padding:10px;
    float:left;
    margin-right: 80px;
    transition: all .5s;
}
.jz-counselor:hover{
    box-shadow: 10px 10px 15px rgba(0,0,0,0.5);
}
.name,.phone{
    font-size:1.5em !important;
    font-family: "微软雅黑";
}
.wechart{
    margin:0 auto;
    width:150px;
    height: 150px;
}