

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}




.sp_header {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp_header {
        top: 0;
        display: block;
    }
    .index_main .section1 .index_banner .item .imgbox {
        display: block!important;
    }
}

.imgbox>img {
    width: 100%;
    display: block;
}
/* 首页banner消失 */
/* .index_main .section1 .index_banner .item {
    height: auto;
} */
/* 首页banner消失 */

.Footer .Copyright p {
    margin: 0 auto;
}

@media screen and (max-width:1440px) {
    footer {
        height: auto;
    }
    .Footer {
        width: 84%;
    }
    .Footer .Bottom_Nav {
        display: flex;
        justify-content: space-around;
    }
    .Footer .Bottom_Nav .footernav {
        display: none;
    }
    .Footer .Bottom_Nav dl {
        width: auto;
    }
    .Footer .Bottom_Nav dl.Width {
        width: 50%;
        padding-left: 0;
    }
}
@media screen and (max-width:767px) {
    footer {
        padding-top: 33px;
    }
    .Footer {
        width: 100%;
    }
    .Footer .Bottom_Nav {
        /* display: block; */
        flex-direction: column;
        align-items: center;
    }
    .Footer .Bottom_Nav dl.Width {
        width: 100%;
        margin: 0;
    }
    .Footer .Right {
        margin-top: 0;
    }
    .Footer .Copyright {
        height: auto;
    }
}