.tzs_footer{
   width:100%;
    background-color: rgba(68, 74, 89, 0.788235294117647);
    height: 379px;
    /*padding: 50px;*/
    margin: 0 auto;
    //float: left;
}
.tzs_footer .tzs_contact{
    font-family: "PingFangSC-Regular", "PingFang SC";
    font-feature-settings: "kern";
    font-kerning: normal;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}
.tzs_footer .tzs_contact .title_info{
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 21px;
}
.tzs_footer .tzs_contact .other_info{
    margin-top: 20px;
    color: rgb(204, 204, 204);
    font-size: 14px;
    line-height: 28px;
}

.tzs_footer .tzs_client .title_info{
    color: rgb(204, 204, 204);
    font-family: "MicrosoftYaHei", "微软雅黑 Bold", "微软雅黑";
    font-feature-settings: "kern";
    font-kerning: normal;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
}

.tzs_footer .tzs_link .title_info{
    color: rgb(204, 204, 204);
    font-family: "MicrosoftYaHei", "Microsoft YaHei";
    font-feature-settings: "kern";
    font-kerning: normal;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
.tzs_footer .tzs_link .link_info{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.tzs_footer .tzs_link .link_info a{
    color: rgb(204, 204, 204);
    font-family: "PingFangSC-Regular", "PingFang SC";
    font-feature-settings: "kern";
    font-kerning: normal;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    overflow-wrap: break-word;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    width: 119px;
    height: 40px;
    line-height: 40px;
    margin: 0px 10px 10px 0px;
}
.tzs_footer .tzs_client .client_info{
    margin-top: 20px;
}
.tzs_footer .tzs_client .client_info a{
    float: left;
    margin-right: 20px;
   width: 24%;
    height: 118px;
}
.tzs_footer .tzs_client .client_info a p{
    color: rgb(204, 204, 204);
    font-family: "PingFangSC-Regular", "PingFang SC";
    font-feature-settings: "kern";
    font-kerning: normal;
    font-size: 14px;
    margin-top:10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}