.footer-wrap {
    width: 100%;
    background: #363840;
    position: relative;
    padding-top: 0.8rem;
}

.footer-box {
     padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.29rem;
}
.footer-left{
    width: 3.7rem;
}
.fl-one {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.17rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #565656;
}
.fl-one img{
    margin-right: 0.1rem;
    width: auto;
    height: 0.18rem;
    object-fit: cover;
}
.flo-left {
    padding-right: 0.2rem;
    border-right: 0.01rem solid #999999;
}

.flo-left img {
    width: 3rem;
    height: auto;
}

.flo-right {
    margin-left: 0.2rem;
}

.flor-cn {
    font-size: 0.3rem;
    font-family: PangMenZhengDao-Regular, PangMenZhengDao;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.2rem;
}

.flor-en {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 0.2rem;
}

.fl-two{
    margin-top: 0.25rem;
}
.flt-left{
    /*margin-right: 0.5rem;*/
}
.fltl-k{
    display: flex;
    align-items: center;
    margin-top: 0.22rem;
}
.fltl-k:first-child{
    margin-top: 0;
}
.fltl-k img{
    width: 0.26rem;
    height: auto;
    object-fit: cover;
    margin-right: 0.1rem;
}
.fltlk-p{
    width: 3.33rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    /*line-height: 0.4rem;*/
}

.flt-rig{
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
}
.fltr-k{
    margin-right: 0.3rem;
}
.fltr-k:last-child{
    margin-right: 0;
}
.fltr-k img{
    width: 1rem;
    height: 1rem;
    object-fit: cover;
}
.fltr-k p{
    margin-top: 0.1rem;
    text-align: center;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.24rem;
}
.footer-menu-box {
    display: flex;
    justify-content: space-between;
    margin-top: 0.25rem;
}

.footer-menu {
    text-align: left;
    padding: 0 0.6rem;
    position: relative;
}

.footer-menu:first-of-type {
    padding-left: 0;
}

.footer-menu-title {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #FFFFFF;
}
.footer-menu:last-child{
    padding-right: 0;
}
.footer-menu-a {
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;
    /*line-height: 0.5rem;*/
    margin-top: .2rem;
}

.footer-menu-a:hover {
    color: #008ff3;
    /*text-decoration: underline;*/
}
.footer-menu-title:hover {
    color: #008ff3;
}
.footer-menu-tcon {
    margin-top: 0.2rem;
}

.footer-bottom {
    height: 0.6rem;
    background: #111111;
    align-items: center;
    display: flex;
    justify-content: center;
}

.footer-beian {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-beian a {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    color: rgba(110,110,110,.94);
    padding: 0 0.4rem;
}
.footer-beian a:nth-child(3){
    border-left: 0.01rem solid rgba(110,110,110,.54);
    border-right: 0.01rem solid rgba(110,110,110,.54);
}
.footer-beian a:last-child {
    margin-right: 0;
}
.flt-fx{
    position: relative;
    margin-top: 0.31rem;
    display: flex;
    /*height: 1.5rem;*/
    /*align-items: center;*/
}
.flt-fxk{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0.3rem;
}
.flt-fxk:last-child .ewm{
    width: auto;
}
.flt-fxk:last-child .ewm img{
    width: 1.5rem;
    height: 1.5rem;
}
.footer-rig{
    width: 9rem;
}
.imgk{
    width: 0.25rem;
    height: 0.25rem;
}
.imgk img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ewm{
    width: 1rem;
    position: absolute;
    top: 0.2rem;
    display: none;
    margin-top: 0.1rem;
}
.ewm img{
    width: 1rem;
    height: 1.07rem;
}
.ewm p{
    /*margin-top: .05rem;*/
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.4rem;
}
.flt-fxk:hover .ewm{
    display: block !important;
}
@media only screen and (max-width: 1024px) {
    .fltl-k{
        margin-top: 0.3rem!important;
    }
    .footer-wrap{
        padding:0.15rem 0 0  0!important;
        /*padding: 0 0.15rem;*/
    }
    .footer-logo {
        padding: 0 0.25rem;
    }
    .footer-menu{
        padding: 0!important;
    }
    .fl-one{
        display: flex;
        /*justify-content: center;*/
        margin: 0.1rem 0!important;
        font-size: 0.3rem;
    }
    .footer-menu-a{
        margin-top: 0.3rem!important;
        font-size: 0.24rem;
    }
    .fltl-k img{
        width: 0.35rem;
    }
    .imgk{
        width: 0.4rem;
        height: 0.4rem;
    }
    .flt-fx{
        margin-top: 0.3rem;
    }
    .footer-link-box {
        margin: 0 auto;
    }
    .footer-beian{
        flex-wrap: wrap;
        padding: 0.3rem 0.4rem;
        justify-content: flex-start;
    }
    .footer-menu-box{
        display: none;
    }
    .footer-beian a {
        /*width: 100%;*/
        box-sizing: border-box;
        text-align: center;
        padding: 0.15rem 0!important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 0.24rem;
    }
    .footer-beian a:nth-child(2n){
        margin-left: 0.25rem;
    }

    .footer-contact-p {
        line-height: 0.5rem;
    }

    .footer-code p {
        line-height: 0.4rem;
    }

    .footer-contact {
        display: block;
    }
    .footer-left{
        width: 100%;
    }
    .fltlk-p{
        width:auto!important;
        font-size: 0.26rem;
    }
    .fl-two{
        padding:0 0 0.2rem 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        /*align-items: center;*/
    }
    .footer-box {
        width: 100%;
        display: block;
        padding: 0.3rem 0.4rem;
    }
    .fl-one img{
        margin-bottom: 0.15rem;
    }
    .footer-rig{
        width: 100%;
    }
    .footer-link-box {
        margin-bottom: 0.2rem !important;
    }

    .footer-logo {
        padding-top: 0.38rem;
        padding-left: 0.15rem;
    }
    
    .footer-link-box {
        width: 1.74rem;
    }

    .footer-code p {
        font-size: 0.24rem;
    }
    .footer-bottom{
        height: auto!important;
    }
    .footer-beian a:nth-child(3){
        border: 0!important;
        /*font-size: 0.24rem;*/
    }
    /*.flt-fxk:last-child .ewm{*/
    /*    width: 1.09rem!important;*/
    /*    height: 1.37rem!important;*/
    /*}*/
    .flt-fxk:last-child .ewm img{
        width: 1rem!important;
        height:0.95rem!important;
    }
}