@media screen and (max-width:1000px) {
    .header-nav .container-my {
        /* width: 766px; */
        width: 95%;
        margin: 0 auto;
    }



    .logo {

        height: 50px;
    }

    .logo img {
        width: 116px;
    }

    .header-item {
        font-size: 12px;
        height: 50px;
        line-height: 50px;
    }

    .header-right {
        margin-left: 55px;
        padding-right: 20px;

    }

    .header-item ul {
        top: 50px;
        left: -8px;
        width: 70px;
        animation: none;
    }

    .header-item ul li {
        font-size: 12px;
    }

    .search img {
        width: 19px;
    }

    .close-search img {
        width: 30px;
    }

    .notice {
        padding: 16px;
    }

    .notice-left img {
        width: 31px;
        margin-right: 23px;

    }

    .notice-left img {
        width: 24px;
        margin-right: 23px;

    }

    .notice .swiper {
        width: 100%;
        height: 30px;
        /* background: red; */
    }

    .notice-text {
        font-size: 18px;
    }

    .notice-right {
        font-size: 18px;
    }


    .footer-left {
        flex-direction: column;
    }

    .footer-left ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .footer-right {
        flex-direction: column;
        width: 100px;
    }

    .footer-left ul li {
        line-height: auto;
        margin-left: 20px;

    }

    .footer-left ul li a {
        line-height: auto;
        font-size: 18px;
    }

    .footer-left ul li:first-child {
        margin-bottom: 0px;
    }

    .footer-r-item img {
        width: 72px;
        height: 72px;
    }

    .footer-r-item div {
        margin-top: 10px;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: auto;
        margin-bottom: 10px;
    }

    .footer-left ul:last-child {
        border-right: 0px;
    }

    .footer-top {
        padding-bottom: 0;
    }

    .footer-bottom {
        flex-direction: column;
    }

    /* 顶部导航栏进入 */
    @keyframes headerIn {
        0% {
            top: 25px;
            opacity: 0;
            z-index: 1;
        }

        100% {
            top: 50px;
            opacity: 1;
        }
    }
}

@media screen and (max-width:679px) {
    .header-nav .container-my {
        width: 100%;
        margin: 0 auto;
    }

    .footer-nav .container-my {
        width: 100%;
    }



    .header-nav {

        position: relative;
        height: 64px;
    }

    .logo {
        display: none;
    }

    .header-right {
        display: none;
    }

    .header-nav-pad {
        display: none;
    }

    .header-nav-phone {
        display: block;
        background: #fff;
        width: 100%;

    }

    .heaader-nav-default {
        padding: 0 15px;
        height: 64px;
    }

    .heaader-nav-default .cate {
        width: 22px;
    }

    .heaader-nav-default .search {
        width: 20px;
    }

    .heaader-nav-default div {
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #ED6A06;
    }

    .header-phone-ul {
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;



    }



    .header-phone-ul li {
        width: 100%;
        background: #fff;
        text-align: center;
        font-size: 16px;
        padding: 15px;
        border-bottom: 1px solid #ED6A06;
    }

    .header-phone-ul li div {
        /* background: rgba(255, 255, 255, 0.5); */
        font-size: 14px;
        margin-top: 15px;
        /* color: #ED6A06; */
        color: rgba(0, 0, 0, 0.7);


    }

    .search-input {
        width: 180px;
        color: #000;
        padding-bottom: 4px;
    }

    .search-input input {
        color: #000;
    }

    .search-input input::placeholder {
        font-weight: 400;
        color: #333;
        font-size: 14px;
    }

    .notice {
        padding: 10px;
    }

    .notice-left img {
        width: 16px;
        margin-right: 16px;
    }

    .notice-right {
        width: 102px;
        font-size: 12px;
    }

    .notice-text {
        font-size: 12px;
    }

    .footer-left ul li {
        font-size: 12px;
        margin-left: 0;
        margin-right: 5px;
    }

    .footer-left ul li a {
        font-size: 12px;
    }

    .footer-left ul li span {
        font-size: 12px;
    }

    .footer-nav {
        padding: 20px;
    }

    .footer-left ul li:first-child a {
        font-size: 12px;
    }

    .footer-right {
        width: 40px;
    }

    .footer-r-item img {
        width: 50px;
        height: 50px;
    }

    .footer-r-item div {
        font-size: 12px;
        margin-top: 5px;
    }

    .footer-b-left {
        width: 100%;
    }

    .footer-b-left img {
        width: 96px;
    }

    .footer-bottom ul {}

    .footer-b-left div {
        font-size: 12px;
    }

    .footer-bottom li a {
        font-size: 12px;
    }

    .footer-bottom li {
        padding-right: 6px;
        padding-left: 6px;
    }

    .hover-mark {
        padding: 10px;
    }

    @keyframes searchIn {
        0% {
            width: 50px;
        }

        50% {
            width: 100px;
        }

        100% {
            width: 180px;
        }
    }

}