/*footer*/
.footer .foot_top {
    width: 100%;
    height: 1.43rem;
    background: #F4F5F6;
}

.footer .foot_top .foot_link {
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
}

.footer .foot_top .foot_link .foot_span {
    font-weight: 400;
    font-size: 0.24rem;
    color: #002F50;
    line-height: 0.36rem;
    margin-right: 0.86rem;
}

.footer .foot_top .foot_link .foot_url {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 0.2rem;
    color: #002F50;
    margin-right: 0.9rem;
    width: auto;
}

.footer .foot_top .foot_link .foot_url img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.07rem;
}

.footer .foot_top .foot_link .foot_key {
    position: absolute;
    width: auto;
    height: 0.44rem;
    bottom: 0.1rem;
    right: -2.05rem;
    transform: scale(0.85);
}

.footer .foot_bottom {
    width: 100%;
    height: 4.5rem;
    background: #002F50;
    padding-top: 0.64rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.footer .foot_bottom .foot_nav {
    display: flex;
    height: 2.35rem;
}

.footer .foot_bottom .foot_nav_list {
    padding-left: 0.59rem;
    margin-right: 0.59rem;
    border-left: 0.01rem solid rgba(255, 255, 255, 0.3);
}

.footer .foot_bottom .foot_nav_list:first-child {
    padding-left: 0;
    border-left: none;
}

.footer .foot_bottom .foot_nav_class1 {
    font-weight: bold;
    font-size: 0.16rem;
    color: #F3F6FA;
    padding-top: 0.07rem;
    margin-bottom: 0.35rem;
    height: auto;
    width: auto;
}

.footer .foot_bottom .foot_nav_class2 {
    font-weight: 400;
    font-size: 0.16rem;
    color: #F3F6FA;
    margin-bottom: 0.15rem;
    height: auto;
    width: auto;
}

.footer .foot_bottom .foot_code {
    width: 0.97rem;
    height: 0.97rem;
}


.footer .foot_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .foot_txt .foot_url {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.footer .foot_txt .foot_url a {
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #F3F6FA;
    position: relative;
}

.footer .foot_txt .foot_url a::before {
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 0.12rem;
    background: #fff;
    left: -0.2rem;
    top: 50%;
    transform: translateY(-50%);
}

.footer .foot_txt .foot_url a:first-child::before {
    display: none;
}

.footer .foot_txt .foot_banquan {
    font-weight: 400;
    font-size: 0.16rem;
    color: #F3F6FA;
    line-height: 0.24rem;
    text-align: right;
}




/*右侧*/
.sidebar{ position: fixed; right:4px;  width:100px;z-index: 9;bottom: 90px;}
.sidebar ul{width:100%;}
.sidebar li{ transition:0.5s all; -webkit-transition:0.5s all; cursor: pointer; float: right; width:100px; height: 100px;position: relative;
    background: #02438d;  -moz-transition:0.5s all; -ms-transition:0.5s all; -o-transition:0.5s all;text-align: center;}
.sidebar li>a{ display: block; width:100%; position: relative;box-sizing: border-box;}
.sidebar li span{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 24px;
    color: #fff;
}
.sidebar .sidebar_txt{color: #fff;font-size: 0.16rem;margin-top: 0.06rem;}
.sidebar li span i{font-size: 35px;}
.sidebarDiv{position: relative;background: #02438d;z-index: 2;height: 100px;padding: 8px 0;box-sizing: border-box;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;}
.sidebar li a{transition: all .3s;}
.sidebar_close{position: absolute;right: 0px;top: -30px;color: #fff;font-size: 16px;background: #02438d;width: 25px;
    height: 25px;text-align: center;line-height: 23px;transition: all .3s;border-radius: 100%;cursor: pointer;}
.sidebar>span {
    display: block;
    background: #02438d;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -30px;
    border-radius: 5px 0 0 5px;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    margin-top: -15px;
}
.sidebar_close i{font-size: 12px;font-style: normal;}
.sidebar.on{right: -100px;}
.sidebar.on>span {
    visibility: visible;
    opacity: 1;
    display: flex;
    justify-content: center;
}
.sidebar.on>span:before{
    font-size: 16px;
}
.sidebar_close:hover,.sidebar>span:hover{background: #0b8af6;}
@media only screen and (min-width: 1025px){
    .sidebar li a:hover{font-weight: bold;}

}
@media only screen and (max-width: 1441px) {
    .selectInput{margin-top: 28px;}
    .index_05 .r{margin-top: 0;}
}
@media only screen and (max-width: 767px) {
    /*.sidebar{display: none;}*/
    .sidebar,.sidebar li{width: 70px;height: 70px}
    .sidebar li span i{font-size: 24px;}
    .sidebarDiv{width: 70px;height: 70px;padding: 5px 0;}
    .sidebar.on{right: -70px;}

}






@media only screen and (max-width:1042px) {
    .footer .foot_top {
        height: 144px;
    }

    .footer .foot_top .foot_link {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer .foot_top .foot_link .foot_span {
        font-size: 18px;
        line-height: 1.6;
        margin-right: 0;
    }

    .footer .foot_top .foot_link .foot_url {
        font-size: 16px;
        margin-right: 0;
    }
    .footer .foot_top .foot_link .foot_key{
        right: 0;
        bottom: -40px;
        max-width: 100%;
        height: auto;
    }



    .footer .foot_bottom{
        height: auto;
    }
    .footer .foot_bottom .foot_nav{
        height: auto !important;
        flex-wrap: wrap;
        /* gap: 40px; */
    }
    .footer .foot_bottom .foot_nav_list {
        margin: 0;
        width: 14.285%;
        text-align: center;
        padding: 20px 0;
        height: auto;
        margin-bottom: 40px;
    }

    .footer .foot_bottom .foot_nav_class1 {
        padding-top: 0;
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 36px;
    }

    .footer .foot_bottom .foot_nav_class2 {
        text-align: center;
        line-height: 36px;
        font-size: 16px;
        margin-bottom: 0;
    }
    .footer .foot_bottom .foot_code{
        width: 70px;
        height: 70px;
    }

    .footer .foot_txt{
        padding: 30px 0;
    }
    .footer .foot_txt .foot_url a,
    .footer .foot_txt .foot_banquan{
        font-size: 16px;
    }
    .footer .foot_txt .foot_banquan{
        line-height: 24px;
    }
}



@media only screen and (max-width: 767px) {
    .footer .foot_top{
        height: auto;
        padding: 40px 0;
    }
    .footer .foot_top .foot_link .foot_span{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer .foot_top .foot_link .foot_url{
        height: auto;
        margin-bottom: 15px;
    }




    .footer .foot_bottom .foot_nav_list{
        width: 100%;
        display: flex;
        gap: 15px;
        margin-bottom: 0;
        padding: 5px 0;
        border: navajowhite;
    }
    .footer .foot_bottom .foot_nav_class1{
        width: auto;
        margin-bottom: 0;
        font-weight: bold;
    }

    .footer .foot_bottom .foot_code{
        margin: 40px auto 0;
    }



    .footer .foot_txt{
        flex-wrap: wrap;
    }
    .footer .foot_txt .foot_url{
        width: 100%;
        margin-bottom: 10px;
        justify-content: center;
    }
    .footer .foot_txt .foot_banquan{
        width: 100%;
        text-align: center;
    }
}




@media only screen and (max-width:476px) {
    .footer .foot_bottom .foot_nav_list{
        flex-wrap: wrap;
        gap: 0;
        margin-bottom: 15px;
        padding: 0;
    }
    .footer .foot_bottom .foot_nav_class1,
    .footer .foot_bottom .foot_nav_class2{
        line-height: 1.6;
        margin-right: 15px;
    }
}






