* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

html {
    font-size: 13.3333vw;
}

body {
    font-size: 0.16rem;
}

@font-face {
    font-family: Poppins-ExtraLight;
    src: url("/wp-content/themes/onetheme/src/fonts/Poppins-ExtraLight.otf");
}

@font-face {
    font-family: Poppins ExtraBold;
    src: url("/wp-content/themes/onetheme/src/fonts/Poppins-ExtraBold.otf");
}

@font-face {
    font-family: Poppins-Medium;
    src: url("/wp-content/themes/onetheme/src/fonts/Poppins-Medium.otf");
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('/wp-content/themes/onetheme/src/fonts/Poppins-SemiBold.otf');
}

.app {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media screen and (min-width:1201px) {
    .app main {
        width: 100%;
        height: 100%;
        position: relative;
        margin-top: 108px;
    }

    .swiper {
        width: 95%;
        /* height: 650px; */
        height: 3.1rem;
        /* --swiper-theme-color: #ff6600; */
        --swiper-theme-color: #ffffff;
        /* --swiper-pagination-color: #00ff33; */
        /* 两种都可以 */
        position: relative;
    }

    .swiper .swiper-wrapper {
        /* height: 93%; */
        height: calc(3.1rem - 50px);
    }

    .swiper img {
        width: 100%;
        height: 100%;
    }

    .swiper .swiper-slide {
        position: relative;
    }

    .swiper .swiper-slide .infor1 {
        position: absolute;
        left: 50%;
        bottom: 15%;
        transform: translate(-50%);
    }

    .swiper .swiper-slide .infor2 {
        position: absolute;
        width: 42%;
        right: 5%;
        top: 30%;
    }

    .swiper .swiper-slide .infor2 .tit1 {
        width: 90%;
        font-size: 38px;
        color: #FFFFFF;
        line-height: 47px;
        font-weight: 600;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .swiper .swiper-slide .infor2 .tit2 {
        margin-top: 15px;
        font-size: 14px;
        font-family: PingFangSC-Semibold, PingFang SC;
        color: #FFFFFF;
        line-height: 20px;
    }

    .swiper .swiper-slide .infor3 {
        position: absolute;
        left: 50%;
        bottom: 50%;
        white-space: nowrap;
        transform: translate(-50%);
    }

    .swiper .swiper-slide .infor3 .tit1 {
        font-size: 30px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 59px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .swiper .swiper-slide .infor4 {
        position: absolute;
        width: 54%;
        right: 2%;
        top: 25%;
    }

    .swiper .swiper-slide .infor4 .tit1 {
        width: 90%;
        font-size: 30px;
        color: #FFFFFF;
        line-height: 47px;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .swiper .swiper-slide .infor4 .tit2 {
        width: 90%;
        margin-top: 10px;
        font-size: 22px;
        color: #F6F71C;
        line-height: 31px;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .swiper-pagination span {
        width: 60px;
        height: 6px;
        border-radius: 0;
    }

    .swiper .swiper-button-next {
        width: 25px;
        height: 25px;
        /* right: 43.8%; */
        left: 54%;
        top: 71%;
    }

    .swiper .swiper-button-prev {
        width: 25px;
        height: 25px;
        left: 48%;
        top: 71%;
    }

    /* .move1 {
        animation: mo 0.5s;
        transition: all 0.5s;
    }
    
    @keyframes mo {
        0% {
            transform: rotate(0);
        }
    
        100% {
            transform: rotateX(360deg);
        }
    }
    
    .move2 {
        animation: mo 0.5s;
        transition: all 0.5s;
    }
    
    @keyframes mo {
        0% {
            transform: rotate(0);
        }
    
        100% {
            transform: rotateX(-360deg);
        }
    } */

    .chu {
        animation: chu 1s;
    }

    @keyframes chu {
        0% {
            opacity: 0;
            bottom: -1%;
        }

        100% {
            bottom: 15%;
        }
    }

    .swiper .box {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #cfcfcf;
        position: absolute;
        height: 50px;
        bottom: 0;
    }

    .swiper .container {
        display: flex;
        position: absolute;
        left: 50%;
        top: 20%;
        cursor: pointer;
    }

    .swiper .play {
        width: 14px;
        height: 14px;
        background: url('/wp-content/themes/onetheme/src/images/play.png') 100% 100% no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .swiper .play1 {
        width: 14px;
        height: 14px;
        background: url('/wp-content/themes/onetheme/src/images/play.png') 100% 100% no-repeat;
        /* background: url('./暂停.png') 100% 100% no-repeat; */
        background-size: 100% 100%;
        position: absolute;
        left: 11px;
        top: 10px;
    }

    .swiper .play2 {
        width: 14px;
        height: 14px;
        /* background: url('./播放.png') 100% 100% no-repeat; */
        background: url('/wp-content/themes/onetheme/src/images/pause.png') 100% 100% no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .swiper .left {
        width: 17px;
        height: 40px;
        position: relative;
        overflow: hidden;
    }

    .swiper .leftcircle {
        width: 30px;
        height: 30px;
        border: 2px solid rgb(190 190 190);
        position: absolute;
        border-radius: 50%;
        left: 0px;
        top: 0px;
    }

    .swiper .right {
        width: 17px;
        height: 40px;
        position: relative;
        overflow: hidden;
    }

    .swiper .rightcircle {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid rgb(190 190 190);
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .swiper .leftplay {
        border-bottom: 2px solid rgb(255, 255, 255);
        border-left: 2px solid rgb(255, 255, 255);
        /* animation-name: circle_left;
        animation-duration: 4s;
        animation-timing-function: linear;
        animation-iteration-count: infinite; */
        animation: circle_left 4s linear infinite;
    }

    .swiper .rightplay {
        border-top: 2px solid rgb(255, 255, 255);
        border-right: 2px solid rgb(255, 255, 255);
        /* animation-name: circle_right;
        animation-duration: 4s;
        animation-timing-function: linear;
        animation-iteration-count: infinite; */
        animation: circle_right 4s linear infinite;
    }

    @keyframes circle_right {
        0% {
            transform: rotate(-135deg);
        }

        50%,
        100% {
            transform: rotate(45deg);
        }
    }

    @keyframes circle_left {

        0%,
        50% {
            transform: rotate(-135.5deg);
        }

        100% {
            transform: rotate(45deg);
        }
    }


    /* 产品 */
    .main1 {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 100px;
    }

    .main1 .main1-t {
        margin: 0 auto;
        width: 80%;
        height: 150px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main1 .main1-t .left {
        /* width: 628px; */
        height: 51px;
        color: #000000;
        font-size: 30px;
        font-family: Poppins ExtraBold;
        font-weight: 600;
    }

    .main1 .main1-t .right {
        width: 70px;
        height: 24px;
        font-family: Poppins-Medium;
        color: #333333;
        font-size: 18px;
        font-weight: 500;
        position: relative;
    }

    .main1 .main1-t .right:hover a {
        color: #C94243;
    }

    .main1 .main1-t .right span {
        position: absolute;
        top: 1px;
        animation: im_icon1 1s linear infinite;
    }

    .main1 .main1-b {
        margin: 0 auto;
        width: 80%;
        max-width: 1300px;
        height: 1000px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: space-between;
    }

    .main1 .main1-b .block {
        /* width: 338px;
        height: 442px; */
        width: 30%;
        max-width: 342px;
        height: 460px;
        background: #ffffff;
        padding: 12px 0 0 12px;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        top: 300px;
        opacity: 0;
    }

    .main1 .main1-b .block:hover {
        /* background: #ECECEC; */
        box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.20);
    }

    .main1 .main1-b .block:hover .b-center {
        color: #C94243;
    }

    .main1 .main1-b .block:hover .b-top img {
        transform: scale(0.9);
    }

    .main1 .main1-b .block .b-top {
        /* width: 320px;
        height: 225px; */
        width: 95%;
        height: 48%;
        /* margin: 0 auto; */
    }

    .main1 .main1-b .block .b-top img {
        width: 100%;
        height: 100%;
        max-width: 260px;
        max-height: 194px;
        margin: 0 auto;
        margin-left: 8%;
        transform: scale(0.8);
        transition: all 0.3s linear;
    }

    .main1 .main1-b .block .b-center {
        margin: 22px 0;
        margin-left: 5px;
        /* width: 170px; */
        height: 25px;
        font-size: 20px;
        font-family: Poppins ExtraBold;
        font-weight: 400;
        color: #333333;
        line-height: 25px;
    }

    .main1 .main1-b .block .b-bottom {
        /* width: 315px; */
        width: 96%;
        height: 150px;
        margin-left: 5px;
        font-size: 14px;
        font-family: Poppins-ExtraLight;
        color: #333333;
        line-height: 24px;
        letter-spacing: 0.3px;
        margin-bottom: 15px;
    }

    .main1 .main1-b .block .di {
        height: 5px;
        bottom: -1px;
        width: 105%;
        margin-left: -12px;
        opacity: 0;
        position: relative;
    }

    .main1 .main1-b .block .di img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main1 .main1-b .block .di .bai {
        background: #FFFFFF;
        width: 99%;
        height: 12px;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all 1s;
    }

    .main1 .main1-b .block:hover .di {
        opacity: 1;
    }

    .main1 .main1-b .block:hover .bai {
        transform: translate(100%);
    }

    .dong1 {
        animation: dong 1.5s 0.3s forwards;
    }

    .dong2 {
        animation: dong 1.5s 0.6s forwards;
    }

    .dong3 {
        animation: dong 1.5s 0.9s forwards;
    }

    .dong4 {
        animation: dong 1.5s 1.2s forwards;
    }

    .dong5 {
        animation: dong 1.5s 1.5s forwards;
    }

    .dong6 {
        animation: dong 1.5s 1.8s forwards;
    }

    @keyframes dong {
        0% {
            top: 300px;
        }

        100% {
            top: 0;
            opacity: 1;
        }
    }

    /* 工厂 */
    .main2 {
        width: 95%;
        margin: 0 auto;
        background: #F5F5F5;
        padding-bottom: 100px;
    }

    .main2 .main1-t {
        margin: 0 auto;
        width: 70%;
        height: 150px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main2 .main1-t .left {
        color: #000000;
        font-family: Poppins ExtraBold;
        font-weight: 600;
        /* width: 683px; */
        height: 51px;
        font-size: 30px;
    }

    .main2 .main1-t .right {
        width: 70px;
        height: 24px;
        font-family: Poppins-Medium;
        color: #333333;
        font-size: 18px;
        font-weight: 500;
        line-height: 31px;
        position: relative;
    }

    .main2 .main1-t .right:hover a {
        color: #C94243;
    }

    .main2 .main1-t .right span {
        position: absolute;
        top: 1px;
        animation: im_icon1 1s linear infinite;
    }

    .main2 .main1-b {
        margin: 0 auto;
        width: 70%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .main2 .main1-b .block {
        width: 45%;
        height: 35%;
        padding: 12px 12px 0 12px;
        border-radius: 5px;
    }


    .main2 .main1-b .block .b-top {
        /* width: 536px;
        height: 310px; */
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .main2 .main1-b .block .b-top img {
        width: 100%;
        height: 100%;
    }

    .main2 .main1-b .block .b-top img:hover {
        animation: change .8s linear forwards;
        /* transition: all 1s linear; */
    }

    @keyframes change {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(1.1);
        }
    }

    .main2 .main1-b .block .b-center {
        margin: 18px 0;
        /* width: 194px; */
        height: 28px;
        font-size: 20px;
        font-family: Poppins ExtraBold;
        font-weight: 400;
        color: #333333;
        line-height: 25px;
        position: relative;
        top: 100px;
        opacity: 0;
    }

    .main2 .main1-b .block .b-bottom {
        /* width: 536px; */
        height: 150px;
        font-size: 14px;
        font-family: Poppins-ExtraLight;
        color: #333333;
        line-height: 25px;
        letter-spacing: 0.5px;
        position: relative;
        top: 100px;
        opacity: 0;
    }

    .do1 {
        animation: dong1 1.5s 0.4s forwards;
    }

    .do2 {
        animation: dong1 1.5s 0.8s forwards;
    }

    .do3 {
        animation: dong1 1.5s 1.2s forwards;
    }

    .do4 {
        animation: dong1 1.5s 1.6s forwards;
    }


    @keyframes dong1 {
        0% {
            top: 100px;
        }

        100% {
            top: 0;
            opacity: 1;
        }
    }

    /*隔断 */
    .main3 {
        width: 95%;
        margin: 0 auto;
        margin-top: 29px;
        margin-bottom: 44px;
        /* height: 320px; */
        position: relative;
    }

    .main3 img {
        width: 100%;
        height: 100%;
    }

    .main3 .line {
        width: 46px;
        height: 4px;
        background: #C94243;
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -45%);
        animation: im_icon 1s linear infinite;
    }

    .main3 div {
        position: absolute;
        /* left: 360px;
        top: 179px; */
        left: 18%;
        top: 63%;
        white-space: nowrap;
        /* transform: translate(-50%, -60%); */
        /* width: 1085px; */
        height: 43px;
        font-size: 24px;
        font-family: Poppins-Medium;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 43px;
    }

    @keyframes im_icon {
        0% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(0, 7px);
        }

        100% {
            transform: translate(0, 0);
        }
    }

    /* 板块1 */
    .main4 {
        width: 95%;
        height: 776px;
        /* height: 4rem; */
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .main4 .img {
        /* width: 990px;
        height: 664px; */
        width: 60%;
        /* height: 74%; */
        position: absolute;
        top: 56px;
        right: 10%;
    }

    .main4 .img img {
        width: 100%;
        height: 100%;
    }

    .main4 .block {
        width: 624px;
        height: 326px;
        background: #FFFFFF;
        position: absolute;
        top: 204px;
        left: -1000px;
        z-index: 9;
    }


    .jianru {
        animation: huaru 0.9s 0.3s forwards;
    }

    .jianru1 {
        animation: huaru1 0.9s forwards;
    }

    @keyframes huaru {
        0% {
            left: -1000px;
        }

        100% {
            left: 10%;
        }
    }

    @keyframes huaru1 {
        0% {
            left: 10%;
        }

        100% {
            left: -1000px;
        }
    }

    .jianru2 {
        animation: huaru2 0.9s 0.3s forwards;
    }

    .jianru22 {
        animation: huaru22 0.9s forwards;
    }

    @keyframes huaru2 {
        0% {
            right: -50%;
        }

        100% {
            right: 10%;
        }
    }

    @keyframes huaru22 {
        0% {
            right: 10%;
        }

        100% {
            right: -50%;
        }
    }

    .main4 .block .b-top {
        width: 492px;
        height: 47px;
        font-size: 32px;
        font-family: Poppins-ExtraBold;
        font-weight: 800;
        color: #333333;
        line-height: 55px;
        margin-top: 42px;
    }

    .main4 .block .b-center {
        width: 582px;
        height: 80px;
        font-size: 14px;
        font-family: Poppins-ExtraLight;
        font-weight: 200;
        color: #333333;
        line-height: 24px;
        margin-top: 26px;
        letter-spacing: 0.5px;
    }

    .main4 .block .b-bottom a {
        width: 132px;
        height: 24px;
        font-size: 20px;
        font-family: Poppins-Medium;
        font-weight: 500;
        color: #C94243;
        line-height: 30px;
        margin-top: 65px;
        display: block;
        position: relative;
    }

    .main4 .block .b-bottom span {
        position: absolute;
        top: 2px;
        animation: im_icon1 1s linear infinite;
    }

    @keyframes im_icon1 {
        0% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(8px, 0);
        }

        100% {
            transform: translate(0, 0);
        }
    }

    /* 板块 2*/
    .main5 {
        width: 95%;
        height: 776px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .main5 .img {
        /* width: 990px;
        height: 664px; */
        width: 60%;
        /* height: 74%; */
        position: absolute;
        top: 56px;
        left: 10%;
    }

    .main5 .img img {
        width: 100%;
        height: 100%;
    }

    .main5 .block {
        width: 624px;
        height: 326px;
        background: #FFFFFF;
        position: absolute;
        top: 204px;
        right: -50%;
        z-index: 9;
    }

    .main5 .block .b-top {
        width: 523px;
        height: 51px;
        font-size: 32px;
        font-family: Poppins-ExtraBold;
        font-weight: 800;
        color: #333333;
        line-height: 55px;
        margin-top: 42px;
        margin-left: 42px;
    }

    .main5 .block .b-center {
        width: 582px;
        height: 60px;
        font-size: 14px;
        font-family: Poppins-ExtraLight;
        font-weight: 200;
        color: #333333;
        line-height: 24px;
        margin-top: 22px;
        margin-left: 42px;
        letter-spacing: 0.5px;
    }

    .main5 .block .b-bottom a {
        width: 68px;
        height: 24px;
        font-size: 20px;
        font-family: Poppins-Medium;
        font-weight: 500;
        color: #C94243;
        line-height: 30px;
        margin-top: 85px;
        margin-left: 42px;
        display: block;
        position: relative;
    }

    .main5 .block .b-bottom span {
        position: absolute;
        top: 2px;
        animation: im_icon1 1s linear infinite;
    }

    /* 板块3 */
    .main6 {
        width: 95%;
        height: 776px;
        margin: 0 auto;
        position: relative;
    }

    .main6 .img {
        /* width: 990px;
        height: 664px; */
        width: 60%;
        height: 74%;
        position: absolute;
        top: 56px;
        right: 9%;
    }

    .main6 .img img {
        width: 100%;
        height: 100%;
    }

    .main6 .block {
        width: 624px;
        height: 664px;
        background: #FFFFFF;
        position: absolute;
        top: 56px;
        left: 10%;
        z-index: 9;
    }

    .main6 .block .line {
        width: 46px;
        height: 4px;
        background: #C94243;
        margin-top: 101px;
        opacity: 0;
        transition: all 0.5s 0.3s linear;
    }

    .main6 .block .b-top {
        /* width: 492px; */
        width: 90%;
        height: 96px;
        font-size: 32px;
        font-family: Poppins-ExtraBold;
        font-weight: 800;
        color: #333333;
        line-height: 55px;
        margin-top: 14px;
        opacity: 0;
        transition: all 0.5s 0.5s linear;
    }

    .main6 .block .time {
        font-size: 13px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
        letter-spacing: 1px;
        margin-top: 20px;
        opacity: 0;
        transition: all 0.7s 0.7s linear;
    }

    .main6 .block .b-center {
        width: 582px;
        height: 78px;
        font-size: 14px;
        font-family: Poppins-ExtraLight;
        font-weight: 200;
        color: #333333;
        line-height: 26px;
        margin-top: 26px;
        letter-spacing: 0.5px;
        opacity: 0;
        transition: all 0.9s 0.9s linear;
    }

    .main6 .block .b-bottom {
        opacity: 0;
        transition: all 1.2s 1.2s linear;
    }

    .main6 .block .b-bottom a {
        /* width: 68px; */
        height: 24px;
        font-size: 20px;
        font-family: Poppins-Medium;
        font-weight: 500;
        color: #C94243;
        line-height: 30px;
        display: block;
        margin-top: 65px;
        position: relative;
        bottom: -70px;
    }

    .main6 .block .b-bottom span {
        position: absolute;
        top: 2px;
        animation: im_icon1 1s linear infinite;
    }

    /* 品牌 */
    .brand {
        width: 98%;
        margin: 0 auto;
        height: 483px;
        background: #F5F5F5;
        border: 1px solid #F5F5F5;
    }

    .brand .brand1 {
        width: 68%;
        margin: 0 auto;
    }

    .brand .brand1 .top {
        height: 51px;
        font-size: 32px;
        font-family: Poppins-ExtraBold;
        font-weight: 800;
        color: #000000;
        line-height: 51px;
        margin-top: 66px;
    }

    .brand .brand1 .bottom {
        /* width: 1127px;
        height: 213px; */
        width: 100%;
        /* height: 213px; */
        margin-top: 64px;
    }

    .brand .brand1 .bottom img {
        width: 100%;
        height: 100%;
    }


    /* 探索 */
    .explore {
        width: 98%;
        margin: 0 auto;
        background: #FFFFFF;
    }

    .explore .op {
        width: 70%;
        height: 108px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .explore .left {
        height: 47px;
        font-size: 28px;
        font-family: PingFangSC-Light;
        font-weight: 300;
        color: #333333;
        line-height: 50px;
    }

    .explore .right a {
        height: 28px;
        font-size: 18px;
        font-family: Poppins-Medium;
        font-weight: 500;
        color: #C94243;
        line-height: 30px;
        position: relative;
    }

    .explore .right a span {
        position: absolute;
        top: -0.5px;
        animation: im_icon1 1s linear infinite;
    }

    .mo5 {
        width: 35px;
        height: 35px;
        font-size: 27px;
        font-weight: bold;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0px 2px 10px hsla(0, 0%, 0%, 0.2);
        /* color: #0e68ab; */
        color: #C94243;
        line-height: 43px;
        text-align: center;
        letter-spacing: 1px;
        position: fixed;
        bottom: 10%;
        right: 3%;
        cursor: pointer;
        opacity: 0;
        transition: all 0.3s linear;
        /* z-index: 0; */
    }
}





/* 移动端 */
@media screen and (max-width: 1200px) {
    .app main {
        width: 100%;
        height: 100%;
        position: relative;
        margin-top: 66px;
    }

    .swiper {
        width: 100%;
        /* height: 650px; */
        height: 2.9rem;
        /* --swiper-theme-color: #ff6600; */
        --swiper-theme-color: #ffffff;
        /* --swiper-pagination-color: #00ff33; */
        /* 两种都可以 */
        position: relative;
    }

    .swiper .swiper-wrapper {
        /* height: 93%; */
        /* height: calc(3.1rem - 50px); */
    }

    .swiper img {
        width: 102%;
        height: 100%;
    }

    .swiper .swiper-slide {
        position: relative;
    }

    .swiper .swiper-slide .infor1 {
        position: absolute;
        left: 50%;
        bottom: 15%;
        width: 77%;
        transform: translate(-50%);
    }

    .swiper .swiper-slide .infor2 {
        position: absolute;
        width: 52%;
        right: -4%;
        top: 30%;
    }

    .swiper .swiper-slide .infor2 .tit1 {
        width: 90%;
        font-size: 0.3rem;
        color: #FFFFFF;
        font-weight: 600;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .swiper .swiper-slide .infor2 .tit2 {
        margin-top: 15px;
        font-size: 0.1rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        color: #FFFFFF;
        display: none;
    }

    .swiper .swiper-slide .infor3 {
        position: absolute;
        left: 50%;
        bottom: 50%;
        white-space: nowrap;
        transform: translate(-50%);
    }

    .swiper .swiper-slide .infor3 .tit1 {
        font-size: 0.25rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .swiper .swiper-slide .infor4 {
        position: absolute;
        width: 60%;
        right: -5%;
        top: 25%;
    }

    .swiper .swiper-slide .infor4 .tit1 {
        width: 90%;
        font-size: 0.25rem;
        color: #FFFFFF;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .swiper .swiper-slide .infor4 .tit2 {
        width: 90%;
        margin-top: 10px;
        font-size: 0.1rem;
        color: #F6F71C;
        letter-spacing: 1.5px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
        display: none;
    }

    .chu {
        animation: chu 1s;
    }

    @keyframes chu {
        0% {
            opacity: 0;
            bottom: -1%;
        }

        100% {
            bottom: 15%;
        }
    }

    .swiper .box {
        display: none;
    }


    /* 产品 */
    .main1 {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .main1 .main1-t {
        margin: 0 auto;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main1 .main1-t .left {
        /* width: 628px; */
        /* height: 51px; */
        color: #000000;
        font-size: 0.3rem;
        font-family: Poppins-SemiBold;
        font-weight: 400;
    }

    .main1 .main1-t .right {
        width: 45px;
        /* height: 49px; */
        font-family: Poppins-Medium;
        color: #333333;
        font-size: 0.2rem;
        font-weight: 500;
        position: relative;
    }

    .main1 .main1-t .right:hover a {
        color: #C94243;
    }

    .main1 .main1-t .right span {
        position: absolute;
        top: 1px;
        animation: im_icon1 1s linear infinite;
    }

    .main1 .main1-b {
        margin: 0 auto;
        width: 80%;
        /* height: 1000px; */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: space-between;
    }

    .main1 .main1-b .block {
        /* width: 338px;
        height: 442px; */
        width: 100%;
        /* height: 320px; */
        background: #ffffff;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        top: 300px;
        opacity: 0;
        box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.20);
        padding-bottom: 30px;
    }

    .main1 .main1-b .block:hover {
        /* background: #ECECEC; */
        box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.20);
    }

    .main1 .main1-b .block:nth-child(n+2) {
        margin-top: 30px;
    }

    .main1 .main1-b .block:hover .b-center {
        color: #C94243;
    }


    .main1 .main1-b .block .b-top img {
        width: 100%;
        margin: 0 auto;
        transform: scale(0.7);
        transition: all 0.3s linear;
    }

    .main1 .main1-b .block .b-center {
        margin-left: 15px;
        font-size: 0.35rem;
        font-family: Poppins ExtraBold;
        font-weight: 400;
        color: #333333;
        letter-spacing: 0.5px;
    }

    .main1 .main1-b .block .b-bottom {
        margin-top: 15px;
        width: 93%;
        height: 110px;
        margin-left: 15px;
        font-size: 0.25rem;
        font-family: Poppins-ExtraLight;
        color: #333333;
        letter-spacing: 1px;
    }

    .main1 .main1-b .block .di {
        height: 5px;
        bottom: -1px;
        width: 105%;
        margin-left: -12px;
        opacity: 0;
        position: relative;
        display: none;
    }


    .dong1 {
        animation: dong 1.5s 0.3s forwards;
    }

    .dong2 {
        animation: dong 1.5s 0.6s forwards;
    }

    .dong3 {
        animation: dong 1.5s 0.9s forwards;
    }

    .dong4 {
        animation: dong 1.5s 1.2s forwards;
    }

    .dong5 {
        animation: dong 1.5s 1.5s forwards;
    }

    .dong6 {
        animation: dong 1.5s 1.8s forwards;
    }

    @keyframes dong {
        0% {
            top: 300px;
        }

        100% {
            top: 0;
            opacity: 1;
        }
    }

    /* 工厂 */
    .main2 {
        width: 95%;
        margin: 0 auto;
        background: #F5F5F5;
        /* padding-bottom: 40px; */
    }

    .main2 .main1-t {
        margin: 0 auto;
        width: 100%;
        height: 72px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main2 .main1-t .left {
        /* width: 628px; */
        /* height: 51px; */
        color: #000000;
        font-size: 0.28rem;
        font-family: Poppins-SemiBold;
        font-weight: 600;
    }

    .main2 .main1-t .right {
        width: 45px;
        /* height: 49px; */
        font-family: Poppins-Medium;
        color: #333333;
        font-size: 0.2rem;
        font-weight: 500;
        position: relative;
    }

    .main2 .main1-t .right:hover a {
        color: #C94243;
    }

    .main2 .main1-t .right span {
        position: absolute;
        top: 1px;
        animation: im_icon1 1s linear infinite;
    }

    .main2 .main1-b {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .main2 .main1-b .block {
        width: 100%;
        height: 35%;
        border-radius: 5px;
    }


    .main2 .main1-b .block .b-top {
        /* width: 536px;
        height: 310px; */
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .main2 .main1-b .block .b-top img {
        width: 100%;
        height: 100%;
    }

    .main2 .main1-b .block .b-top img:hover {
        animation: change .8s linear forwards;
        /* transition: all 1s linear; */
    }

    @keyframes change {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(1.1);
        }
    }

    .main2 .main1-b .block .b-center {
        margin: 10px 0;
        /* width: 194px; */
        height: 28px;
        font-size: 0.35rem;
        font-family: Poppins ExtraBold;
        font-weight: 400;
        color: #333333;
        position: relative;
        top: 100px;
        opacity: 0;
        letter-spacing: 0.5px;
    }

    .main2 .main1-b .block .b-bottom {
        /* width: 536px; */
        /* height: 130px; */
        font-size: 0.25rem;
        font-family: Poppins-ExtraLight;
        color: #333333;
        letter-spacing: 1px;
        position: relative;
        top: 100px;
        opacity: 0;
        margin-bottom: 50px;
    }

    .do1 {
        animation: dong1 1.5s 0.4s forwards;
    }

    .do2 {
        animation: dong1 1.5s 0.8s forwards;
    }

    .do3 {
        animation: dong1 1.5s 1.2s forwards;
    }

    .do4 {
        animation: dong1 1.5s 1.6s forwards;
    }


    @keyframes dong1 {
        0% {
            top: 100px;
        }

        100% {
            top: 0;
            opacity: 1;
        }
    }

    /*隔断 */
    .main3 {
        width: 95%;
        margin: 0 auto;
        margin-top: 29px;
        margin-bottom: 30px;
        /* height: 320px; */
        position: relative;
    }

    .main3 img {
        width: 100%;
        height: 100%;
    }

    .main3 .line {
        width: 46px;
        height: 2px;
        background: #C94243;
        position: absolute;
        left: 44%;
        top: 25%;
        transform: translate(-50%, -45%);
        animation: im_icon 1s linear infinite;
    }

    .main3 div {
        position: absolute;
        /* left: 12%; */
        top: 40%;
        text-align: center;
        font-size: 0.25rem;
        font-family: Poppins-Medium;
        font-weight: 500;
        color: #FFFFFF;
        letter-spacing: 0.5px;
    }

    @keyframes im_icon {
        0% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(0, 7px);
        }

        100% {
            transform: translate(0, 0);
        }
    }

    /* 板块1 */
    .main4 {
        width: 95%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .main4 .img {
        width: 100%;
    }

    .main4 .img img {
        width: 100%;
    }

    .main4 .block {
        width: 100%;
        background: #FFFFFF;
        z-index: 9;
    }


    .jianru {
        animation: huaru 0.9s 0.3s forwards;
    }

    .jianru1 {
        animation: huaru1 0.9s forwards;
    }

    @keyframes huaru {
        0% {
            left: -1000px;
        }

        100% {
            left: 10%;
        }
    }

    @keyframes huaru1 {
        0% {
            left: 10%;
        }

        100% {
            left: -1000px;
        }
    }

    .jianru2 {
        animation: huaru2 0.9s 0.3s forwards;
    }

    .jianru22 {
        animation: huaru22 0.9s forwards;
    }

    @keyframes huaru2 {
        0% {
            right: -50%;
        }

        100% {
            right: 10%;
        }
    }

    @keyframes huaru22 {
        0% {
            right: 10%;
        }

        100% {
            right: -50%;
        }
    }

    .main4 .block .b-top {
        font-size: 0.35rem;
        font-family: Poppins-ExtraBold;
        font-weight: 800;
        color: #333333;
        margin-top: 20px;
    }

    .main4 .block .b-center {
        font-size: 0.25rem;
        font-family: Poppins-ExtraLight;
        font-weight: 200;
        color: #333333;
        margin-top: 20px;
        letter-spacing: 1px;
    }

    .main4 .block .b-bottom a {
        font-size: 0.25rem;
        font-family: Poppins-Medium;
        font-weight: 500;
        color: #C94243;
        margin-top: 20px;
        margin-bottom: 10px;
        display: block;
        position: relative;
    }

    .main4 .block .b-bottom span {
        position: absolute;
        top: 2px;
        animation: im_icon1 1s linear infinite;
    }

    @keyframes im_icon1 {
        0% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(8px, 0);
        }

        100% {
            transform: translate(0, 0);
        }
    }

    /* 板块 2*/
    .main5 {
        width: 95%;
        margin: 0 auto;
        margin-top: 50px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .main5 .img {
        width: 100%;
    }

    .main5 .img img {
        width: 100%;
    }

    .main5 .block {
        width: 100%;
        background: #FFFFFF;
        z-index: 9;
    }

    .main5 .block .b-top {
        font-size: 0.35rem;
        font-family: Poppins-ExtraBold;
        font-weight: 800;
        color: #333333;
        margin-top: 20px;
    }

    .main5 .block .b-center {
        font-size: 0.25rem;
        font-family: Poppins-ExtraLight;
        font-weight: 200;
        color: #333333;
        margin-top: 20px;
        letter-spacing: 1px;
    }

    .main5 .block .b-bottom a {
        font-size: 0.25rem;
        font-family: Poppins-Medium;
        font-weight: 500;
        color: #C94243;
        margin-top: 20px;
        margin-bottom: 10px;
        display: block;
        position: relative;
    }

    .main5 .block .b-bottom span {
        position: absolute;
        top: 2px;
        animation: im_icon1 1s linear infinite;
    }

    /* 板块3 */
    .main6 {
        width: 95%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .main6 .img {
        width: 100%;
    }

    .main6 .img img {
        width: 100%;
    }

    .main6 .block {
        width: 100%;
        background: #FFFFFF;
        z-index: 9;
    }

    .main6 .block .line {
        width: 46px;
        height: 2px;
        background: #C94243;
        margin-top: 65px;
        opacity: 0;
        transition: all 1s 0.5s linear;
    }

    .main6 .block .b-top {
        font-size: 0.35rem;
        font-family: Poppins-ExtraBold;
        font-weight: 800;
        color: #333333;
        margin-top: 20px;
        opacity: 0;
        transition: all 1s 1s linear;
    }

    .main6 .block .time {
        font-size: 12px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
        letter-spacing: 1px;
        margin-top: 5px;
        opacity: 0;
        transition: all 1s 1s linear;
    }

    .main6 .block .b-center {
        font-size: 0.25rem;
        font-family: Poppins-ExtraLight;
        font-weight: 200;
        color: #333333;
        margin-top: 20px;
        letter-spacing: 1px;
        opacity: 0;
        transition: all 1s 1.5s linear;
    }

    .main6 .block .b-bottom {
        opacity: 0;
        transition: all 1s 2s linear;
    }

    .main6 .block .b-bottom a {
        font-size: 0.25rem;
        font-family: Poppins-Medium;
        font-weight: 500;
        color: #C94243;
        margin-top: 20px;
        margin-bottom: 10px;
        display: block;
        position: relative;
    }

    .main6 .block .b-bottom span {
        position: absolute;
        top: 2px;
        animation: im_icon1 1s linear infinite;
    }

    /* 品牌 */
    .brand {
        width: 100%;
        background: #F5F5F5;
        border: 1px solid #F5F5F5;
    }

    .brand .brand1 {
        width: 95%;
        margin: 0 auto;
    }

    .brand .brand1 .top {
        font-size: 0.35rem;
        font-family: Poppins-ExtraBold;
        font-weight: 800;
        color: #000000;
        margin-top: 15px;
    }

    .brand .brand1 .bottom {
        width: 100%;
        margin-top: 14px;
    }

    .brand .brand1 .bottom img {
        width: 100%;
    }


    /* 探索 */
    .explore {
        width: 98%;
        margin: 0 auto;
        background: #FFFFFF;
    }

    .explore .op {
        width: 100%;
        height: 80px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .explore .left {
        font-size: 0.3rem;
        font-family: Poppins-Medium;
        font-weight: 300;
        color: #333333;
    }

    .explore .right a {
        font-size: 0.25rem;
        font-family: Poppins-Medium;
        font-weight: 500;
        color: #C94243;
        position: relative;
    }

    .explore .right a span {
        position: absolute;
        top: -0.5px;
        animation: im_icon1 1s linear infinite;
    }

    .mo5 {
        display: none;
    }
}