#footer{
    border-top: 4px solid rgb(1, 101, 199);
    background-color: #EFEFEF;
    min-width: 1200px;
}

#footer .container{
    width: 1200px;
    margin: auto;
    position: relative;
}

#footer .container .tabs .tab{
    color: #797979;
    text-align: center;
    font-size: 16px;
    font-weight: 650;

    height: 50px;
    line-height: 50px;
    margin-right: 22px;
    background-color: rgb(228, 228, 228);
    cursor: pointer;
}
#footer .container .tabs .tab.active{
    color: #ffffff;
    background-color: rgb(1, 101, 199);
}
#footer .container .tabs .tab:last-child{
    margin-right: 0;
}
#footer .container .link-items{
    height: 104px;
    flex-flow: wrap;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
#footer .container .link-items .link-item{
    display: inline-block;
    width: 20%;
    height: 42px;
    line-height: 42px;
    color: #444444;
    font-size: 14px;
    text-align: left;
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
}
#footer .container .link-items .link-item:hover{
    color: #337ecc;
}
#footer .container .link-items .link-item:hover:before{
    background-color: #337ecc;
}
#footer .container .link-items .link-item:before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #c5c4c4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#footer .line{
    width: 100%;
    height: 1px;
    background-color: #c8c8c8;
}

#footer .gzh-qrcode-box{
    margin-left: 20px;
    text-align: center;
}
#footer .gzh-qrcode-box .gzh-qrcode{
    width: 100px;
    height: 100px;
    border-radius: 5px;
}
#footer .gzh-qrcode-box .label{
    font-size: 14px;
    margin-top: 6px;
}

#footer .beian{
    width: 600px;
    text-align: center;
    padding-bottom: 32px;
    margin: auto;
}
#footer .footer-container .beian .icp-box{
    color: initial;
}
#footer .beian .icon{
    width: 32px;
    height: 32px;
    margin-right: 10px;
    vertical-align: middle;
}

#footer .footer-container-mobile .beian{
    flex-direction: column;
}
#footer .footer-container-mobile .beian .icp-box{
    color: initial;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
}
