﻿.footer1
{
    background-color: rgba(54,56,64,1);
    padding-top: .8rem;
    padding-bottom: .35rem;
}
.footer1 .main hr
{
    border: none;
    background-color: rgba(86,86,86,1);
    height: .01rem;
    margin-top: .2rem;
    display: none;
}
.footer1 .main>.flex_box1 .footer_logo
{
    max-width: 5.37rem;
    margin-top: .2rem;
}
.footer1 .main>.flex_box1
{
    flex: 0 0 3.7rem;
}
.footer1 .main>.flex_box1 p
{
    color: #fff;
    font-size: .24rem;
}
.footer1 .main>.flex_box2
{
    flex: 0 0 2.8rem;
}
.footer1 .main>.flex_box3
{
    flex: 0 0 3.4rem;
}
.footer1 .main .f_title
{
    color: #fff;
    width: fit-content;
}
.footer1 .main .f_title::after
{
    content: '';
    width: 100%;
    height: .02rem;
    background: #f00;
    display: block;
    margin-top: .1rem;
}
.footer1 .main .flex_box2 .flex_box
{
    margin-top: .2rem;
}
.footer1 .main .flex_box21
{
    flex: 0 0 .9rem;
}
.footer1 .main .flex_box21 img
{
    max-width: .9rem;
    height: .9rem;
}
.footer1 .main .flex_box22
{
    padding-left: .1rem;
}
.footer1 .main .flex_box22 p
{
    color: #aaa;
    font-size: .16rem;
    line-height: 2;
}
.footer1 .main .flex_box3 .c_info
{
    margin-top: .17rem;
}
.footer1 .main .flex_box3 .c_info p
{
    color: #aaa;
    font-size: .16rem;
    line-height: 2;
}
.footer1 .footer_nav
{
    justify-content: space-between;
    margin-top: .25rem;
}
.footer1 .footer_nav .level1_a
{
    font-size: .14rem;
    font-weight: bold;
    color: #fff;
}
.footer1 .footer_nav .level2_a
{
    color: rgba(204,204,204,1);
    font-size: .12rem;
    line-height: .24rem;
}
.footer1 .footer_nav>.level1
{
    flex: 0 0 auto;
}
.footer1 .footer_nav .level2_list
{
    margin-top: .2rem;
}
.footer1 .footer_contact .tel
{
    margin-top: .25rem;
}
.footer1 .footer_contact .title
{
    font-size: .18rem;
    font-weight: bold;
    color: #fff;
    margin-top: .56rem;
    display: none;
}
.footer1 .footer_contact img
{
    width: .26rem;
    height: .26rem;
    margin-right: .1rem;
}
.footer1 .tel a
{
    color: rgba(254,254,254,1);
}
.footer1 .add
{
    margin-top: .15rem;
}
.footer1 .add p
{
    color: rgba(254,254,254,1);
    font-size: .16rem;
    line-height: .3rem;
}
.footer1 .footer_info
{
    color: rgba(254,254,254,1);
    font-size: .16rem;
    line-height: .3rem;
    margin-top: .3rem;
}
.footer1 .footer_info a
{
    display: inline;
}
.footer2
{
    background: rgba(17,17,17,1);
    line-height: .5rem;
    height: .5rem;
}
.footer2 .main p
{
    flex: 0 0 auto;
    font-size: .14rem;
    font-family: MicrosoftYaHei,MicrosoftYaHei;
    font-weight: normal;
    color: #ccc;
    line-height: .5rem;
    margin: 0 .03rem;
}
.footer2 .main
{
    justify-content: center;
}
@media only screen and (max-width: 1024px)
{
    .footer1
    {
        padding: .4rem 15px;
    }
    .footer1 .flex_box
    {
        display: block;
    }
    .footer1 .main>.flex_box1 p
    {
        font-size: 14px;
        text-align: center;
    }
    .footer1 .main>.flex_box1 .footer_logo
    {
        max-width: 3.37rem;
        margin: auto;
    }
    .footer1 .main .flex_box22 p, .footer1 .main .flex_box3 .c_info p, .footer2 .main p, .footer1 .main .f_title
    {
        font-size: 12px;
    }
    .footer1 .main .flex_box2 .flex_box
    {
        display: flex;
    }
    .footer1 .main>.flex_box2, .footer1 .main>.flex_box3
    {
        margin-top: 20px;
    }
    .footer2 .main
    {
        display: block;
    }
    .footer2 .main p
    {
        line-height: .5rem;
        text-align: center;
    }
    .footer2
    {
        height: auto;
    }
    .footer_logo img
    {
        height: auto;
    }
}
