@media (max-width: 1200px) {


}

@media (max-width: 991px) {
    #menu {
        display: none;
    }

    header {
        justify-content: space-between;
        height: 60px;
        padding: 0 15px;
    }

    .logo {
        width: 100px;
    }

    .icons li a .img {
        /*width: 32px;*/
        /*height: 32px;*/
    }

    .icons li {
        transform: scale(.7);
        width: fit-content;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
}

@media screen and (max-width: 880px) {

}

@media screen and (max-width: 768px) {


    html, body {
        overflow: inherit;
    }

    .moveDown {
        display: none;
    }

    .videoplay .kuang {
        width: 80%;
    }

    .videoplay .kuang .video {
        padding-bottom: 177.777777777778%;
    }

    .videoplay .closewin {
        right: 0%;
        width: 30px;
        height: 30px;
        top: 0;
        transform: translate(100%, -50%) rotate(45deg);
    }

    .section1 {
        height: 100vh;
    }


    .section2 .con .slideWrap {
        gap: 2px
    }

    .section2 .container, .section3 .container,.section4 .container, .section6 .container {
        padding: 14vw 10vw;
    }
    .section5 .container{
        padding: 14vw 5vw;
     }
    .section2 .title{
    padding-top: 0%;
    }

    .section2 .con {
        width: 100%;
        height: calc(30vw + 10vw);
        padding-top: 10vw;
    }


    .section2 .con .slideWrap .slideLi.active {
        width: calc(70% - 4px);
    }

    .section3 .con {
        position: unset;
        display: block !important;
    }

    .section3 .title {
        padding-top: 0;
    }
    .section3 h2{
        border-left: none;
        position: relative;
    }
    .section3 h2:before{
        content: '';
        border-bottom: solid clamp(2px,.8vw,8px) var(--green);
        width: 10%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-25%,300%);
    }

    .section3 .text {
        width: 100%;
        padding-left: 0%;
        padding-top: 5%;
        text-align: center;
    }

    .section3 .con .ren {
        width: 100%;
        position: unset;
        transform: translateY(10vw);
    }

    @keyframes slideLeft {
        0% {
            transform: translateX(20%) translateY(14vw);
        }
        100% {
            transform: translateX(0%) translateY(14vw);
        }
    }

    .section4{
        background-size: 160%;
    }
    .section4 .tit{
        padding-top: 100px;
    }


    .section6 .con1 {
        flex-direction: column;
        gap: 3vw;
    }

    .section6 .ewm .ico {
        width: 40%;
    }

    .section6 .web {
        width: 100%;
    }

    .section6 .logo {
        width: 60%;
    }

}



