
/* 主要信息 */
.main_footer {
    width: 100%;
    /*height: 3.26rem;*/
    margin: 0 auto;
    background: #081525;
}
.foot_center {
    width: 16rem;
    /*height: 3.26rem;*/
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
/* 左侧信息 */
/* .foot_center .left_box {
    
} */
.foot_center .footer_logo {
    width: 2.3rem;
    height: 0.59rem;
    margin-top: 0.49rem;
}
.foot_center .foot_img {
    width: 100%;
    height: 100%;
}
.foot_center .baseinfos {
    margin-top: 0.49rem;
}
.foot_center .info_item {
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
}
.foot_center .info_item {
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
}
.foot_center .info_item .info_img {
    margin-right: 0.13rem;
}
.foot_center .info_item:nth-child(1) .info_img {
    width: 0.19rem;
    height: 0.21rem;
}
.foot_center .info_item:nth-child(2) .info_img {
    width: 0.21rem;
    height: 0.18rem;
}
.foot_center .info_item:nth-child(3) .info_img {
    width: 0.2rem;
    height: 0.21rem;
}
.foot_center .info_item .font_info {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
}

/* 右侧信息 */
.foot_center .right_box {
    display: flex;
    margin-top: 0.77rem;
}
/* 导航 */
.foot_center .foot_navs {
    margin-right: 0.63rem;
    display: flex;
}
.foot_center .foot_navs .footer_nav_item {
    margin-right: 0.8rem;
}
.foot_center .foot_navs .footer_nav_item:last-child {
    margin-right: 0;
}
.foot_center .foot_navs .nav_title {
    display: block;
    margin-bottom: 0.32rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    font-weight: 400;
    white-space: nowrap;
}
.foot_center .foot_navs .nav_a {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap;
}



/* 二维码 */
.foot_center .right_box .QR_code {
    width: 1.56rem;
}
.foot_center .right_box .code {
    width: 100%;
}
.foot_center .right_box .wechat {
    text-align: center;
    margin-top: 0.19rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
}



/* 版权 */
.copyright {
    width: 100%;
    height: 0.75rem;
    margin: 0 auto;
    background: #000000;
    text-align: center;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    line-height: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qiye_email {
        font-size: 0.14rem;
        color: #FFFFFF;
        line-height: 0.75rem;
    }
.qiye_email:hover {
        cursor: pointer;
    }
.copyright  img {
    height: 0.2rem;
    margin: 0 0.05rem;
    margin-left: 0.1rem;
}





@media only screen and (max-width: 1024px) {
    .foot_center {
        width: 100%;
    }
    .foot_center .left_box{
        margin-left: 15px;
    }
    .foot_center .footer_logo {
        margin-top: 0.3rem;
    }
    .foot_center .baseinfos {
        margin-top: 0.2rem;
    }
    .foot_center .right_box {
        display: none;
    }
    
    
    
    
    
    .copyright {
        height: auto;
        padding: 15px;
        font-size: 12px;
        line-height: 1.5;
        display: block;
    }
    .qiye_email {
        display: inline;
        font-size: 0.14rem;
        color: #FFFFFF;
        line-height: 1.5;
    }
    .qiye_email:hover {
            cursor: pointer;
        }
    .copyright  img {
        display: inline-block;
        height: 0.2rem;
        margin: 0 0.05rem;
        margin-left: 0.1rem;
        line-height: 1.5;
    }
    
}













