.ft_link .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.ft_link h3{
    font-size: .18rem;
    line-height: .36rem;
    color: #0c4fa1;
    flex-shrink: 0;
    margin-right: .15rem;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.ft_link .abox{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.ft_link .abox .li{
    min-width: .05rem;
    margin-right: .18rem;
    position: relative;
    font-size: .18rem;
    line-height: .36rem;
    color: #666666;
    transition: .5s;
}
.ft_link .abox .li:nth-child(2n):before{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 1px;
    height: .12rem;
    background: #666666;
    transform: translate(-50%,-50%) rotate(15deg);
}
.ft_link .abox .li:hover{
    color: #0c4fa1;
}
.ft_link{
     padding: 0.15rem 0 .01rem;
    background: rgba(12, 79, 161, 0.2);
}
.foot .ft_top{
    padding: .43rem 0 .55rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ft-logo img{
    display: block;
    max-height: .59rem;
}
.ft-add{
    margin-top: .29rem;
    display: flex;
    flex-wrap: wrap;
}
.ft-add span{
    display: block;
    font-size: .16rem;
    line-height: .26rem;
    color: #fff;
}
.ft-add span + span{
    margin-left: .33rem;
}

.ft_ewm{
    display: flex;
    justify-content: flex-end;
}
.ft_ewm .li{
    position: relative;
}
.ft_ewm .li + .li{
    margin-left: .25rem;
}
.ft_ewm .li a{
    display: block;
    width: .46rem;
    opacity: .6;
    transition: .5s;
}
.ft_ewm .li img{
    display: block;
    width: 100%;
}
.ft_ewm .li span{
    width: .92rem;
    position: absolute;
    bottom: calc(100% + .14rem);
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    padding: 2px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    z-index: 15;
    display: flex;
    text-align: center;
    font-size: .14rem;
    color: #444;
}
.ft_ewm .li span:before {
    content: '';
    border: .06rem solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

.ft_ewm .li span img{
    display: block;
    width: 100%;
}

.ft_ewm .li:hover span {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
.ft_ewm .li:hover a{
    opacity: 1;
}

.ft-link dl{
    width: 2.31rem;
    position: relative;
}

.ft-link dl dt {
    height: .41rem;
    line-height: .39rem;
    padding-left: .4rem;
    padding-right: .17rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    font-size: .14rem;
    font-family: 'SourceHanSerifCN-SemiBold',sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: .08rem;

}

.ft-link dl dt:after {
    display: block;
    content: '';
    width: .13rem;
    height: .07rem;
    background: url("../images/ft-link.png") no-repeat 50%/100% 100%;
    transition: .3s
}
.ft-link dl dt.on:after {
    transform: rotate(180deg);
}
.ft-link dl dd {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: .15rem .2rem;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none
}

.ft-link dl dd ul li {
    font-size: .15rem;
    padding:  .07rem 0;
}

.ft-link dl dd ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666
}

.ft-link dl dd ul li a:hover {
    color: #0c4fa1
}

.ft-link dl dd ul {
    height: 120px;
    overflow-y: auto
}

.ft-link dl dd ul::-webkit-scrollbar {
    width: 4px
}

.ft-link dl dd ul::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px
}

.ft-link dl dd ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(45deg,#0c4fa1 0%,#0c4fa1 100%)
}

.ft-link{
    margin-top: .21rem;
}

.bq a{
    /* padding: 0 20px; */
    display: inline;
    font-size: .16rem;
    line-height: .3rem;
    color: #fff;
    opacity: .6;
    text-align: center;
}
.bq{
    padding: .32rem 0 .33rem;
}
.foot .ft-con{
    background: url("../images/foot.png") no-repeat bottom center/cover;
}

.ar_wap {
    display: none
}

.wp{width: 14rem;margin: 0 auto;max-width: 96%;}
@media (max-width: 570px){
.wp .bq p{
display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;

}}
@media (max-width: 1025px){
    .m_header_box header #logo img{
        height: .55rem;
    }
    .ft_link{
        padding: .1rem 0;
    }
    .ft_link .abox .li{
       margin: 0;
    }
    .ft_link .abox{
        gap: 0 .1rem;
    }
    .foot .ft_top .aleft{
        width: 100%;
    }
    .ft-logo img{
        max-height: .45rem;
        max-width: 100%;
        margin: 0 auto;
    }
    .ft-add{
        margin-top: .2rem;
        gap: .1rem .2rem;
        justify-content: center;
    }
    .ft-add span + span{
        margin: 0;
    }
    .foot .ft_top .aright{
        width: 100%;
        margin-top: .2rem;
    }
    .ft_ewm .li a{
        width: .4rem;
    }
    .ft_ewm .li + .li{
        margin-left: 0;
    }
    .ft_ewm{
        gap: 0 .2rem;
        justify-content: center;
    }
    .ft-link dl{
        width: 3rem;
        margin: 0 auto;
    }
    .ft-link dl dt{
        font-size: .16rem;
        padding-left: .25rem;
        background-size: .12rem;
        background-position: left .1rem center;
    }
    .ft-link{
        margin-top: .2rem;
    }
    .foot .ft_top{
        padding: .2rem 0;
    }
    .bq{
        padding: .1rem 0;
    }
}
@media (max-width: 769px){
    .m_header_box header #logo img{
        height: .35rem;
        /* object-fit: contain; */
    }
    .ft_link h3{
        width: 100%;
        font-size: .2rem;
    }
}