@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) {
    .section1 .slogan {
        width: 72%;
        top: 10vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .section1 .videoArea .nei {
        padding-bottom: 74.832335329341%;
    }

    .section1 .twoBtns {
        gap: 8vw;
        width: 60%;
    }
    .section2{
        height: 55vh;
    }
    .section2 .container{
        padding: 30px;
    }

    .section3 .container, .section4 .container {
        padding: 30px 15px;
    }

    .section2 .swiper-button-next, .section2 .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .section2 .swiper-button-next, .section2 .swiper-button-prev {
        transform: translateX(0%);
    }


    .section3 .k {
        flex-direction: column;
    }

    .section3 .k li {
        width: 100%;
    }
    .section4 .container .allInfo .imgText .text .title img{
        width: 80%;}
    .section4 .container .allInfo .imgText .text .ms{
        height: 6em;
        padding-left: 5%;
        padding-right: 5%;
    }
    .section4 .container .txx{
        display: flex;
        justify-content: center;
        width: calc(100% + 2vw);
    }
    .section4 .container .dot{
        position: inherit;
        width: 40%;
        flex-direction: row;
        gap:0
    }
    .section4 .container .dot li{
        width: calc(100% - 2vw);padding-bottom: calc(50% - 2vw);
        margin-right: 2vw;
    }


    .section4 .container .allInfo {
        padding: 0;
        display: flex;
    }

    .section4 .container .allInfo .imgText {
        flex-direction: column;
    }

    .section4 .container .allInfo .imgText .text, .section4 .container .allInfo .imgText .img {
        width: 100%;
    }

    .section4 .container .allInfo .imgText .text {
        padding-left: 0%;
    }


    .section5 {
        height: 100vh;
    }

    .section5 .text {
        padding-top: 0%;
        position: absolute;
        top: 6%;
        width: fit-content;
    }

    .section6 {
        height: 80vh;
    }

    .section2 .title, .section6 .title {
        font-size: 32px;
    }

    .section6 .threeIco li {
        width: 28%;
    }

    .section6 .container {
        height: 100%;
        justify-content: center;
    }


    .videoplay .kuang2 .videoText .tx, .videoplay .kuang2 .videoText .text {
        width: 100%;
    }

    .videoplay .kuang2 .videoText .tx {
        justify-content: center;
        padding-bottom: 5%;
    }

    .videoplay .kuang2 .videoText .tx i {
        width: 20%;
        padding-bottom: 20%;
    }


    html, body {
        overflow: inherit;
    }

    .moveDown {
        display: none;
    }

}



