.footer{
    width: 100%;
    overflow: hidden;
    margin-top: 75px;
    padding-top: 34px;
    background: #f5f5f5;
}
.footer .title{
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.footer .title li{
    width: 25%;
    float: left;
    overflow: hidden;
    padding-left: 8px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    color: #888896;
}
.footer .content{
    width: 100%;
    overflow: hidden;
}
.footer .content li{
    width: 25%;
    float: left;
    overflow: hidden;
    margin-top: 20px;
}
.footer .content li .list li{
    font-size: 12px;
    color: #999;
    width: 100%;
    margin-top: 0 !important;
    box-sizing: border-box;
    padding-left: 8px;
    line-height: 25px;
}
.footer .content li .list li a{
    color: #999;
}
.footer .content li .list li a:hover{
    color: #000000;
    animation: jingguo 0.5s;
}
@keyframes jingguo {
    0%{
        color: #999;
    }
    100%{
        color: #000000;
    }
}
.footer .bottoms{
    width: 100%;
    margin-top: 37px;
    padding-top: 30px;
    margin-bottom: 24px;
    border-top: 1px solid #e7e7e7;
    overflow: initial;
}
.footer .bottoms_left{
    float: left;
    font-size: 12px;
    color: #999;
    line-height: 19px;
}
.footer .bottoms_left img{
    width: 90px;
    height: 18px;
    margin-right: 26px;
}
.footer .bottoms_right{
    float: right;
    font-size: 12px;
    color: #0E0D0B;
    position: relative;
}

.footer .bottoms_right a{
    display: block;
    float: left;
}
.footer .bottoms_right span{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
    opacity: .1;
    float: left;
}
.foot_link {
    height: 25px;
    padding-top: 2px;
    margin-left: 20px;
    float: left;
}
.foot_link > .facebook {
    background-position: -85px -193px;
}
.foot_link > .instagram {
    background-position: 0 -193px;
}
.foot_link > .youtube {
    background-position: -114px -193px;
}
.foot_link > .linkedin {
    background-position: -57px -193px;
}
.foot_link > .twitter {
    background-position: -29px -193px;
}
.foot_link > a {
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-left: 5px;
    background: url(/assets/img/pc/global/fotileiconj.png) no-repeat;
}


.footer .bottoms_right .qiu_xz {
    position: absolute;
    background: url(/assets/img/pc/global/qiu_xl_foot.png) no-repeat;
    width: 155px;
    height: 195px;
    right: 0;
    left: auto;
    overflow: hidden;
    bottom: 10px;
    top: auto;
    padding-top: 41px;
    z-index: 700;
    display: none;
}
.footer .bottoms_right .qiu_xz a,.foot_qiu a {
    text-align: center;
    display: block;
    line-height: 32px;
    font-size: 14px;
    float: none;
}
.footer .bottoms_right .qiu_xz a::before {
    display: none;
}
.footer .bottoms_right .qiu_xz a:hover {
    color: #9E1D22;
}
