.footerContainer{
    width: 100%;
}
.HFFooter{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.footerMain{
    width: 100%;
    background-color: #272727;
    padding-top: 20px;
}
.footerCopyRight{
    width: 100%;
    background-color: #1f1f1f;
}
.footerCopyRight .HFFooter{
    padding: 10px 0;
}
.footerRow{
    width: 100%;
}
.footerRow::after{
    content: '';
    display: block;
    clear: both;
}
.footerColumn{
    width: 16.6666%;
    float: left;
}
.footerColumn h2{
    font-size: 20px;
    color: #ddd;
    margin-bottom: 20px;
}
.footerColumn ul{

}
.footerColumn ul li{
    
}
.footerColumn ul li a{
    color: #999;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
.footerColumn.footerQrcodeBox>div::after{
    display: block;
    clear: both;
    content: '';
}
.footerQrCodeItem{
    width: 50%;
    float: left;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}
.footerQrCodeItem img{
    width: 100%;
}
.footerQrCodeItem h3{
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.friendLinksBox{
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
    box-sizing: border-box;
    line-height: 30px;
}
.friendLinksBox::after{
    content: '';
    display: block;
    clear: both
}
.friendLinksBox>div{
    float: left;
}
.friendLinksBox>div.friendLinkLeftTitle{
    width: 70px;
}
.friendLinksBox>div.friendLinkRightLinks{
    width: calc(100% - 70px);
}
.friendLinksBox span{
    color: #fff;
}
.friendLinksBox>div.friendLinkRightLinks a{
    color: #999;
    margin-right:10px;
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
}
.concatBox{
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
    line-height: 40px;
}
.concatBox>span{
    margin-right: 20px;
}
.concatBox>span img{

}
.concatBox a{
    font-size: 16px;
    color: #999;
    margin: 0 3px;
    vertical-align: middle;
}
.footerCopyRight p{
    text-align: center;
}
.footerCopyRight p a,.footerCopyRight p span{
    color: #999;
    font-size: 14px;
    margin: 0 6px;
}
.footerCopyRight p a{
    
}
#v5btn{
    display: none !important;
}
#v5frame{
    right: 10px !important;
}
.linksConcatContainer{
    width: 100%;
    margin-top: 30px;
}
.linksConcatContainer::after{
    content: '';
    display: block;
    clear: both;
}
.HFFooterLogoBox{
    width: 16.666%;
    float: left;
    position: relative;
    padding-top: 30px;
}
.HFFooterLogoBox img{
    width: 160px;
}
.HFFooterLogoBox span{
    position: absolute;
    color: #fff;
    font-size: 14px;
    left: 160px;
    top:9px;
}
.linksConcatBox{
    width: 83.334%;
    float: left;
}
.linksConcatContainerEn.linksConcatContainer {
    text-align: center;
    position: relative;
}
.linksConcatContainerEn.linksConcatContainer .HFFooterLogoBox{
    position: absolute;
    top: 0;
    left: 200px;
}
.linksConcatContainerEn.linksConcatContainer .linksConcatBox{
    width: 100%;
}
.linksConcatContainerEn.linksConcatContainer .linksConcatBox .concatBox{
    text-align: center;
}
.HFFooterconpanyName{
    text-align: center;
}
.HFFooterconpanyName span{
    font-size: 14px;
    color: #999;
    line-height: 40px;
}
@media screen and (max-width:1000px) {
    .footerContainer{
        display: none !important;
    }
}