:root {
    --main-color: #1f5f5e;
    --second-color:#f4ebd9;
}
/* 底部 开始 */
.footer_box{

}

.footer_box1{
    max-width: 1200px;
    margin: 0 auto 50px auto;
    
}
.footer_box1_top img{
    /* width: 80px; */
    height: 80px;

}
.footer_box1_con{
    display: flex;
    align-items: center;
}
.footer_box1_con_qrcode{
    flex: 1;
}
.footer_box1_con_qrcode img{
    margin: 0 auto;
    width: 180px;
    height: 180px;
}

.footer_box1_con_contact{
    flex: 1;
}
.footer_box1_con_fenge{
    width: 1px;
    height: 150px;
    background: var(--main-color);
}
.footer_box1_con ul{
    flex: 1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    height: 180px;
    
}
.footer_box1_con ul li{
    margin: 15px 0;
    width: 160px;
}
.footer_box1_con_contact_li{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.footer_box1_con_contact_li .text{
    margin-left: 10px;
}
.footer_box2{
    background: var(--main-color);
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: white;
}
.footer_box2_tit a{
    color: white!important;
}
.footer_box1_con ul li a{
    font-size: 16px;
}
/* 底部 结束 */