
@media (max-width:1000px) {
    .move-header {
        height: 70px;
        display: flex;
        justify-content: space-between;
        background: #fff;
        position: relative;
        z-index:3;
    }

        .move-header img {
            max-height: 100%;
            display: block;
        }

    .logo {
        width: 50%;
    }

    .move_phone img {
        max-height: 50%;
        margin-top: 5px;
    }

    .move-nav img {
        max-height: 40%;
        margin-top: 5px;
    }

    .move_nav {
        width: 100%;
        background: #ffa827;
        overflow: auto;
    }

    .move_navlist {
        display: flex;
        justify-content: space-around;
        width:200%;
    }

        .move_navlist li a {
            font-size: 14px;
            line-height: 28px;
            color: #fff;
        }

    .move-phone {
        display: block;
        height: 100%;
        padding: 18px 0;
    }

    .move-logo {
        display: block;
        height: 100%;
        padding: 20px 0;
    }

    .move-header .nav-btns {
        height: auto;
    }
    .move-homebanner {
        width:100%;
        overflow:hidden;
        border-radius:10px;
        height:200px;
        position:relative;
        z-index:0;
    }
    .mhb {
        width:100%;
        padding:15px 10px;
    }
    .move-homebanner .img {
        height:100% !important;
    }
    .move-homebanner .banner {
        height:100%;
    }
    .move-homebanner img {
        object-fit:cover;
    }
    .move-homebanner .swiper-pagination-bullet {
        width: 15px;
        height: 5px;
        border-radius: 2.5px;
        background: #bfbfbf;
        opacity:1;
    }
    .move-homebanner .swiper-pagination-bullet-active {
        width: 30px;
        background: #d8d8d8;
    }
    .move-sea {
        padding:0 10px;
    }
    .move-search {
        width: 100%;
        background: #e9e9e9;
        border-radius:5px;
        height:40px;
        padding:0 10px;
        display:flex;
        align-items:center;
    }
    .move-search img{
        width:20px;
        height:20px;
        display:block;
    }
    .move-search input {
        width:calc(100% - 20px);
        height:100%;
        line-height:40px;
        border:none;
        outline:none;
        padding:0 10px;
        background:transparent;
        font-size:14px;
    }
    .move-pronav {
        padding:25px 10px;
    }
    .move-proclassify {
        overflow:hidden;
    }
    .move-proclassify li {
        float:left;
        width:25%;
        padding:0 10px;
        margin-bottom:20px;
    }
        .move-proclassify li a {
            display:block;
        }
    .move-proclassify-img {
        width:100%;
        height:68px;
        margin:0 auto;
        border-radius:100%;
        overflow:hidden;
    }
    .move-proclassify-img img {
        width:100%;
        height:100%;
        object-fit:cover;
        display:block;
    }
    .move-proclassify li a h4 {
        font-size: 15px;
        line-height: 30px;
        color: #000000;
        width:100%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        text-align:center;
    }
    .move-case {
        padding: 0 10px 25px;
    }
    .move-case-title h3 {
        font-size:20px;
        line-height:30px;
        position:relative;
        color:#000;
        padding-left:10px;
   
    }
        .move-case-title h3::after {
            content: "";
            width: 5px;
            height: 80%;
            background: #ffa827;
            position:absolute;
            left:0;
            top:50%;
            transform:translateY(-50%);
            border-radius:2.5px;
        }
    .move-caselist {
        overflow:hidden;
        margin-top:20px;
    }
    .move-caselist li {
        width:50%;
        height:100px;
        padding:0 5px;
        float:left;
    }
        .move-caselist li:nth-child(1) {
            height:210px;
            margin:0;
        }
        .move-caselist li:nth-child(2) {
            margin-bottom: 10px;
        }
        .move-caselist li a {
            display:block;
            height:100%;
            position:relative;
            overflow:hidden;
            border-radius:5px;
        }
        .move-caselist li a img {
            width:100%;
            display:block;
            height:100%;
            object-fit:cover;
            
        }
        .move-caselist li a h4 {
            position:absolute;
            bottom:0;
            left:0;
            background:rgba(0,0,0,.5);
            color:#fff;
            text-align:center;
            font-size:15px;
            line-height:30px;
            width:100%;
        }
    .move-why{
        padding:25px 10px;
    }
    .move-pro {
        width:100%;
        margin-top:20px;
    }
    .move-pro img {
        width:100%;
        display:block;
        border-radius:10px;
    }
    .move-prolist{
        padding:25px 10px 15px;
    }
    .move-prolistcont{
        overflow:hidden;
        margin:20px -5px 0;
    }
    .move-prolistcont li {
        float:left;
        width:50%;
        padding:0 5px;
        margin-bottom:10px;
    }
        .move-prolistcont li a {
            display:block;
            overflow:hidden;
            border-radius:5px;
        }
        .move-prolistcont li a img {
            width:100%;
            display:block;
        }
    .move-cooper{
        padding:25px 10px;
    }
    .move-cooperimg {
        margin-top:20px;
    }
    .move-cooperimg img {
        width:100%;
        display:block;
    }
    .move-prolive {
        padding:25px 10px 15px;
    }
    .move-prolivelist {
        overflow:hidden;
        margin:20px -5px 0;
    }
    .move-prolivelist li {
        float:left;
        width:33.3333%;
        padding:0 5px;
        margin-bottom:10px;
    }
        .move-prolivelist li a {
            display:block;
            overflow:hidden;
            border-radius:5px;
        }
        .move-prolivelist li a img {
            width:100%;
            display:block;
        }
    .move-footer {
        background: #171717;
        padding:35px 0;
    }
    .move-footer-phone {
        display:flex;
        justify-content:center;
        align-items:center;
        overflow:hidden;
    }
    .move-footer-phone img {
        filter:drop-shadow(#fff 0 -50px);
        transform:translateY(50px);
        overflow:hidden;
        height:40px;
        width:40px;
    }
    .move-footer-phone div {
        font-size:14px;
        line-height:23px;
        color:#fff;
        margin-left:10px;
    }
    .move-copyright {
        font-size:13px;
        line-height:20px;
        text-align:center;
        margin-top:15px;
        color:#fff;
        padding:0 10px;
        margin-bottom:70px;
    }
    .move-copyright a {
        padding:0 10px;
        color:#fff;
    }
    .move-botnav {
        display: flex;
        justify-content:space-between;
        background: #F1F1F1;
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        height:70px;
        z-index:9999;
    }
    .move-botnav a {
        display:block;
        padding:10px;
        text-align:center;
    }
        .move-botnav a:nth-child(1) {
            background: #ffa827;
        }
            .move-botnav a:nth-child(1) img {
                width: 31px;
                height: 24px;
                margin: auto;
            }
            .move-botnav a:nth-child(1) p {
                color:#fff;
                margin-top:8px;
            }
            .move-botnav p {
                font-size: 10px;
                line-height: 20px;
                color: #555555;
                text-align:center;
            }
        .move-botnav a:nth-child(2) img {
            width:33px;
            height:33px;
            margin:auto;
        }
        .move-botnav a:nth-child(3) img {
            width: 28px;
            height: 29px;
            margin: auto;
        }
        .move-botnav a:nth-child(3) p {
            margin-top:4px;
        }
        .move-botnav a:nth-child(4) img {
            width: 33px;
            height: 33px;
            margin: auto;
        }
        .move-botnav a:nth-child(5) img {
            width: 28px;
            height: 29px;
            margin: auto;
        }
        .move-botnav a:nth-child(5) p {
            margin-top: 4px;
        }
}