/** 搴???SS??? **/
.footer-container{
    width: 100%;
    min-width: 1340px;
    overflow: hidden;
    background-color: #024c9f;
    color: #fff;
}
.footer-position-container{
    width: 1200px;
    font-size: 14px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 320px;
    grid-column-gap: 20px;
}
.footer-component-container{
    display: flex;
    flex-direction: column;
    padding: 48px 0 ;
}
.footer-component-container div{
    font-size: 18px;
    line-height: 48px;
}
.footer-component-container a{
    color: #fff;
    line-height: 32px;
}
.footer-component-container p{
    line-height: 32px;
}
.mwr,.hwcc{
    position: relative;
}
.mwr:before{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/logo/footer_logo_china.png") no-repeat center center;
    background-size: 24px 24px;
    position: absolute;
    left: -42px;
    top: 0;
}

.hwcc:before{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/logo/footer_logo_hwcc.png") no-repeat center center;
    background-size: 24px 24px;
    position: absolute;
    left: -42px;
    top: 0;
}
.copyright ,.copyright a{
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.05em;
}
