.footer-container{
    height: 540px;
    background-image:url("../image/common/bg_copyright@2x.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    z-index: 1000;
    background-size: 100% 100%;
}
.footerLogo{
    width: 178px;
    height: 48px;
    display: block;
}
.footer-container .fl,.footer-container .fr{
    padding-top: 244px;
}
.footer-container ul{
    margin-top: 30px;
}
.footer-container li{
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 30px;
}
.footer-container dl{
    float: left;
    margin-left: 80px;
}
.footer-container dl:first-child{
    margin-left: 0;
}
.footer-container dt{
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 24px;
}
.footer-container dd a{
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 30px;
    font-family: PingFangSC-Light, 'PingFang SC','Helvetica Neue', Helvetica, STHeitiSC-Light, WOL_SB, 'Microsoft YaHei UI', 'Microsoft YaHei', 'Segoe UI Semibold', 'Segoe UI', Tahoma, sans-serif;
    transition: all linear .2s;
}
.footer-container dd a:hover{
    font-weight: 800;
}
.copyright{
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,0.2);
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    line-height: 22px;
    margin-top: 30px;
}
.copyright a{
    color: inherit;
}
.copyright a:hover{
    color: rgba(255,255,255,0.7);
}