.footer {
    width: 100%;
    background: #000;
    color: #fff;
}
.footer .main {
    width: 1210px;
    padding: 40px 0 26px;
    margin: auto;
}
.footer .main .footer_con {
    margin-top: 14px;
    padding: 14px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
.footer .main .footer_con .footer_con_left {
    float: left;
}
.footer .main .footer_con .footer_con_left li {
    float: left;
    margin-right: 76px;
    font-size: 12px;
}
.footer .main .footer_con .footer_con_left li .list_title {
    font-weight: 700;
}
.footer .main .footer_con .footer_con_left li .tex_box a {
    display: block;
    margin-bottom: 8px;
    color: #fff;
}
.footer .main .footer_con .footer_con_left li .tex_box a:last-child {
    margin-bottom: 0;
}
.footer .main .footer_con .footer_con_left li .tex_box.follow {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    /*width: 172px;*/
}
.footer .main .footer_con .footer_con_left li .tex_box.follow a {
    /*width: 48px;*/
}
.footer .main .footer_con .footer_con_left li .tex_box.follow a:nth-child(2n-1) {
    /*margin-right: 76px;*/
}
.footer .main .footer_con .footer_con_left li:last-child {
    margin-right: 0;
}
.footer .main .footer_con .footer_con_right {
    float: right;
    margin-top: 14px;
}
.footer .main .footer_con .footer_con_right h4 {
    margin-bottom: 14px;
}
.footer .main .footer_con .footer_con_right span {
    display: block;
    line-height: 28px;
    font-size: 12px;
}
.footer .main .hxbClient {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 18px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
}
.footer .main .hxbClient .clientLeft {
    display: flex;
    align-items: baseline;
}
.footer .main .hxbClient .clientLeft h3 {
    font-weight: 700;
    font-size: 20px;
}
.footer .main .hxbClient .clientRight {}
.footer .main .hxbClient .clientRight span {
    margin: 0 10px;
}
.footer .main .hxbClient .clientRight a {
    color: #fff;
}
.footer .main .hxbClient .clientRight a:hover {
    color: #ffcccc;
}
.footer .main .copyright {
    margin: 0;
    margin-top: 10px;
    width: auto;
    height: auto;
    background: transparent;
    font-size: 12px;
}
.footer .main .copyright a {
    color: #fff;
}
.footer .main .copyright a:hover {
    color: #ffcccc;;
}
.footer .main .footer_con .qrcode {
    float: left;
    margin-left: 76px;
    padding-top: 0;
}