.wei-xunxi {display: flex;color: #666666;text-align: center;justify-content: center;position: relative;z-index: 1;}
.wei-xunxi .contain-wei {width: 100%;padding: 15px 0;text-align: center;border-top: 1px solid #59595933;}

.footer{position: relative;background-image: url("../image/bjtp.png");background-repeat: no-repeat;background-size: cover;background-position: center;}
.footer::before{content: '';position:absolute;top:0;left:0;width: 100%;height: 100%;background-color: #d7d8e0e8;z-index: 0;}
.footer .contain {
    position: relative;
    z-index: 1;
}
.footer .contain .foothead {
    border-bottom: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 8px;
}
.footer .contain .foothead .logo {
    height: 84px;
    margin-left: -2rem;
}
.footer .contain .foothead .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer .contain .foothead .menu {
    display: flex;
    gap: 59px;
}
.footer .contain .foothead .menu .menu-li {
    padding: 10px 16px;
    font-weight: 400;
    color: #333333;
}
/* Footer主体区域 */
.footer .contain .footbody {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
/* Footer主体左侧 */
.footer .contain .footbody .fbody-left {
    display: flex;
    gap: 37px;
}
.footer .contain .footbody .fbody-left .leftcontact {}
.footer .contain .footbody .fbody-left .leftcontact .title {
    font-weight: 400;
    color: #333333;
}
.footer .contain .footbody .fbody-left .leftcontact .hx {
    width: 28px;
    height: 1px;
    background: #333333;
    margin: 1rem 0;
}
.footer .contain .footbody .fbody-left .leftcontact .contact-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer .contain .footbody .fbody-left .leftcontact .contact-box .contact-li {
    display: flex;
    gap: 16px;
}
.footer .contain .footbody .fbody-left .leftcontact .contact-box .contact-li .li-left {
    display: flex;
    gap: 4px;
    align-items: center;
}
.footer .contain .footbody .fbody-left .leftcontact .contact-box .contact-li .li-left .iconfont.icon-31dianhua {}
.footer .contain .footbody .fbody-left .leftcontact .contact-box .contact-li .li-left .iconfont.icon-mail {
    font-weight: 700;
}
.footer .contain .footbody .fbody-left .leftcontact .contact-box .contact-li .li-left .iconfont.icon-dizhi {}
.footer .contain .footbody .fbody-left .leftcontact .contact-box .contact-li .li-left .text {
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
}
.footer .contain .footbody .fbody-left .leftcontact .contact-box .contact-li .li-right {
    display: flex;
    gap: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
}
.footer .contain .footbody .fbody-left .leftcontact .contact-box .contact-li .li-right .name {}
.footer .contain .footbody .fbody-left .leftcontact .contact-box .contact-li .li-right .phone {}
.footer .contain .footbody .fbody-left .leftcontact .contact-box .contact-li .li-right a {}
.footer .contain .footbody .fbody-left .weixin {
    max-width: 130px;
    max-height: 130px;
}
.footer .contain .footbody .fbody-left .weixin img {}
/* Footer主体右侧 */
.footer .contain .footbody .fbody-right {}
.footer .contain .footbody .fbody-right .title {
    font-weight: 400;
    color: #333333;
}
.footer .contain .footbody .fbody-right .hx {
    width: 28px;
    height: 1px;
    background: #333333;
    margin: 1rem 0;
}
.footer .contain .footbody .fbody-right .alinkbox {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px 50px;
}
.footer .contain .footbody .fbody-right .alinkbox .link-li {
    display: flex;
    gap: 1rem;
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
}
.footer .contain .footbody .fbody-right .alinkbox .link-li span {}
.footer .contain .footbody .fbody-right .alinkbox .link-li a {}

@media all and (max-width: 640px) {
    .footer .contain .footbody,
    .footer .contain .footbody .fbody-left{
        flex-direction: column;
    }
    .footer .contain .foothead .logo{
        width: 100%;
        height: unset;
        margin-left: unset;
    }
    .footer .contain .foothead .menu{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .footer .contain .footbody .fbody-right .alinkbox{
        grid-template-columns: repeat(1, 1fr);
    }
    .footer .contain .foothead .menu .menu-li{
        text-align: center;
        padding: 0;
    }
}