/* 底部开始 */
.beian{
display:block;
position:relative;
}
.beian::after{
content:'';
position:absolute;
width:0.01rem;
height:80%;.f-c-item-box .val
background:#fff;
left:0;
top:50%;
transform:translateY(-50%);
}
footer {
    background: rgb(10, 80, 180);
    padding-top: 0.5rem;
}
.footer-t-left img{

    height: 1.2rem;
}
.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-t-right {
    display: flex;
    align-items: center;
}

.f-t-imgbox {
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    border: 0.01rem solid rgb(190, 202, 220);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.f-t-imgbox img {
    width: 0.255rem;
}

.f-t-title-link {
    border-radius: 0.05rem;
    border: 0.01rem solid #fff;
    color: rgb(227, 231, 237);
    font-size: 0.16rem;
    padding: 0.07rem 0.17rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.f-t-title-link img {
    width: 0.0753rem;
    height: 0.0545rem;
    margin-left: 0.07rem;
    margin-top: 0.02rem;
}
.f-t-wxbox{
margin-right:0.6rem;
}

.f-t-wxbox, .f-t-select {
    position: relative;
}

.f-t-hover {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0.1rem;
    top: 100%;
    z-index: 10;
    display: none;
}

.f-t-wxbox:hover .f-t-hover {
    display: block;
}

.f-t-img-showBox {
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    padding: 0.1rem;
    border-radius: 0.07rem;
}

.f-t-img-showBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-top {
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
}

.f-c-title {
    margin-bottom: 0.3rem;
    color: #fff;
    font-size: 0.2rem;
}

.f-c-item-box {
    margin-bottom: 0.15rem;
}

.f-c-item-box .key {
    font-size: 0.18rem;
    color: rgb(255, 255, 255);
    margin-bottom: 0.05rem;
}

.f-c-item-box .val {
    font-size: 0.18rem;
    color: rgb(190, 202, 220);
    padding-bottom: 0.2rem;
    position: relative;
border-bottom:0.01rem solid rgba(255, 255, 255, 0.1);
}
.f-c-menu-item li{
list-style:none;
}
.f-c-menu-item li a:hover{
color:#fff !important;
}
.f-c-item-box .val::before {
    content: '';
    position: absolute;
    width: 2.86rem;
    height: 0.01rem;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
}

.f-c-item-box .val::before {
    content: '';
    position: absolute;
    width: 0.14rem;
    height: 0.01rem;
    bottom: 0;
    left: 0;
    background: #fff;
}

.footer-center {
    display: flex;
}

.f-c-rightBox {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-left: 1.5rem;
    justify-content: space-between;
}

.f-c-menu-item a {
    display: block !important;
    color: #fff;
    font-size: 0.18rem;

}

.f-c-aTit {
    margin-bottom: 0.3rem;
}

.f-c-menu-item li a{
    color: rgb(190, 202, 220) !important;
    margin-bottom: 0.15rem;
}

.footer-center {
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 0.35rem 0;
align-items:center;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
}
.f-b-right{
  display: flex;
   
align-items:center;
}
.f-b-right a{
padding:0 0.07rem;
}

.footer-bottom * {
    font-size: 0.18rem;
    color: rgb(190, 202, 220);
}

.footer-t-left {
    display: flex;
    align-items: center;

}

.footer-t-left img {
    margin-right: 0.05rem;
}

.f-logo-info {
    text-align: justify;
}

.f-text-logo {
    color: #fff;
    font-size: 0.3rem;
    text-align: justify;
}

.f-desc-logo {
    font-weight: bold;
    color: #fff;
    text-align: justify;
    letter-spacing: 0.095rem;
}

.f-t-select {
    position: relative;
}

.f-t-select .f-t-hover-select {
    position: absolute;
    left:50%;
    padding-top: 0.1rem;
    z-index: 9;
transform:translateX(-50%) scaleY(0);
transform-origin:top center;
transition:linear 0.3s;
}

.f-t-select:hover .f-t-hover-select {
transform:translateX(-50%) scaleY(1);
}

.f-t-link-wrap {
    width: 100%;
    padding: 0.1rem 0;
background:#fff;
}

.f-t-link-wrap a {
 
    text-align: center;
    color: #000;
    font-size: 0.16rem;
    background-color: #fff;
    display: block;
    padding: 0.07rem 0.17rem;
white-space:nowrap;
}
.f-t-link-wrap a:hover{
background:rgb(10, 80, 180);
color:#fff;
}
.mobile-c-rightWrap{
display:none;
}
/* 底部结束 */
@media screen and (max-width:1024px) {
   .footer-t-left img{
        width: 90%;
        height: auto;
    }
    /* 底部开始 */
    footer {
        padding: 20px 15px;
    }

    .footer-top {
        flex-direction: column;
    }

    .footer-t-left {
        margin-bottom: 15px;
    }

    .f-text-logo {
        font-size: 18px;
    }

    .f-desc-logo {
        font-size: 14px;
        letter-spacing: 2.8px;
    }

    .footer-t-left img {
        margin-right: 10px;
    }

    .footer-center {
        flex-direction: column;
    }

    .f-c-rightBox {
        margin-left: 0;
    }

    .f-c-list-wrap * {
        font-size: 16px !important;
    }

    .f-c-title {
        font-size: 16px !important;
    }

    .footer-t-right {
        justify-content: center;
    }

    .f-t-imgbox {
        width: 35px;
        height: 35px;
    }

    .f-t-imgbox img {
        width: 25px;
    }

    .f-t-img-showBox {
        width: 100px;
        height: 100px;
    }

    .f-t-title-link, .f-t-link-item-text {
        font-size: 16px !important;
padding:6px 35px;
    }
.f-t-title-link img{
width:7px !important;
height:5px !important;
}
.f-t-select .f-t-hover-select{
left:30% !important;
padding-top:15px !important;
}
    .f-t-link-wrap a {
        width:auto;
        padding: 7px 18px;
    }

    .f-c-menu-item {
        /* display: flex; */
    }

    .f-c-aTit {
        margin-bottom: 7px;
    }

    .f-c-menu-item li a{
        margin-right: 7px;
    }

    .f-c-cateBox {
        margin-left: 0 !important;
        flex: 1;
        display: flex;
        margin-left: 7px;
        flex-wrap: wrap;
    }

    .f-c-rightBox {
        flex-wrap: wrap;
        margin-top: 7px;
    }

    .f-c-rightBox * {
        font-size: 12px !important;
    }

    .f-c-menu-item {
        width: 100%;
    }

    .footer-bottom * {
        font-size: 14px !important;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .f-b-right a {
        text-align: center;
        display: block;
    }

    .footer-bottom {
        padding: 0;
        line-height: 1.8;
    }

    /* 底部结束 */
.mobile-c-rightWrap{
display:block;
}
.f-c-rightBox{
        display: none;
    }
    .mobile-c-item{
        border-bottom: 1px solid #fff;
    }
    .mobile-c-topbox{
        display: flex;
        align-items: center;
        padding: 15px 0 ;
    }
    .mobile-c-topbox img{
        width: 20px;
        height: 20px;
        margin-left: 20px;
    }
    .mobile-c-topbox a{
        flex: 1;
    }
    .mobile-c-name{
        font-size: 16px;
        color: #fff;
        font-weight: bold;
    }
    .mobile-c-showWrap a{
        font-size: 16px;
        display: block;
        color: #fff;
        padding: 7px 32px;
    }
.mobile-c-showWrap li{
list-style:none;
}
    .mobile-c-showWrap{
        display: none;
    }
    .mobile-c-showWrap{
         padding:  0 0 15px 0 ;
    }
.beian::after{
display:none;
}
.f-b-right{
flex-direction:column;
}
.mobile-c-topbox .rotate_{
transform:rotate(180deg);
}
}