/*footer*/
.footer {
    width: 100%;
    height: 6.55rem !important;
    background: #2D2D2D;
    padding-top: 0.72rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.footer .fp-tableCell{
    height: 6.55rem !important;
}

.foot_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot_top .foot_logo{
    width: 4.47rem;
    height: 0.62rem;
}
.foot_top .foot_logo img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.foot_code{
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.foot_code .code_list{
    margin-left: 0.12rem;
    cursor: pointer;
    position: relative;
}
.foot_code .code_list .code_icon{
    width: 0.3rem;
    height: 0.3rem;
    background: #484747;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot_code .code_list .code_icon img{
    max-width: 0.18rem;
    max-height: 0.18rem;
    object-fit: contain;
}
.foot_code .code_list .code_img{
    display: none;
    position: absolute;
    width: 0.94rem;
    height: 0.94rem;
    bottom: -1.04rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 9;
}
.foot_code .code_list .code_img::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: -0.08rem;
    left: 50%;
    margin-left: -0.05rem;
    transform: rotate(180deg);
    display: inline-block;
    border: 0.05rem solid transparent;
    border-top-color: #fff;
}
.foot_code .code_list .code_img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.foot_code .code_list:hover .code_icon img{
    opacity: 1 !important;
}
.foot_code .code_list:hover .code_img{
    display: block;
}
.foot_code .code_list:hover .code_icon{
    background: #DF5527;
}
.foot_code .code_list:hover .code_icon img{
    filter: brightness(0) invert(1);
}















.font_cen{
    border-top: 0.01rem solid #464646;
    padding-top: 0.51rem;
    margin-top: 0.3rem;
    height: 4.46rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.foot_fl .name_cn{
    font-weight: bold;
    font-size: 0.22rem;
    color: #FFFFFF;
    margin-bottom: 0.32rem;
}

.foot_fl .foot_div{
    display: flex;
    align-items: center;
    margin-bottom: 0.28rem;
}
.foot_fl .foot_icon{
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    border: 0.01rem solid #fff;
    margin-right: 0.13rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot_fl .foot_icon img{
    max-width: 0.14rem;
    max-height: 0.14rem;
    object-fit: contain;
}
.foot_fl .foot_txt{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 0.43rem);
    align-content: normal;
}
.foot_fl .foot_txt span{
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 0.04rem;
}
.foot_fl .foot_txt p{
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
}




.foot_nav{
    width: calc(100% - 4.06rem);
    display: flex;
    justify-content: space-between;
}
.foot_nav .nav_lan1{
    height: auto;
    font-weight: 600;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-bottom: 0.37rem;
    position: relative;
}
.foot_nav .nav_lan1::before{
    content: "";
    position: absolute;
    width: 0.2rem;
    height: 0.02rem;
    background: #DF5527;
    left: 0;
    bottom: -0.17rem;
}
.foot_nav .nav_list2 .nav_lan2{
    font-weight: 400;
    font-size: 0.16rem;
    color: #868686;
    margin-bottom: 0.24rem;
}
.foot_nav .nav_list2 .nav_lan2:hover{
    color: #DF5527;
}









.footer .foot_bot{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.65rem;
    border-top: 0.01rem solid #464646;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .foot_bot span{
    font-weight: 400;
    font-size: 0.14rem;
    color: #9D9D9D;
    margin: 0 0.3rem;
    display: flex;
}
.footer .foot_bot span a{
    width: auto;
    height: auto;
    margin-left: 0.1rem;
}



