.bold {
    font-weight: bold;
}

.main_title {
    border-top: 1px solid #ddd;
    color: #595959;
    text-align: center;
    background: #f7f7f7;
    padding: 2% 0 3%;
    border-bottom: 1px solid #efefef;
}

.header_height {
    display: block;
    height: 0.95rem;
}

.header.j2 {
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}

.modular {
    color: #2a2a2a;
}
.modular.modular3.modular4{background: #fff;}
.modular1 .top {
    display: flex;
    justify-content: end;
}

.modular1 .top .left {
    flex: 1;
}

.modular1 {
    padding: 0.6rem 0;
    padding-top: 0.3rem;
}

.crumb_nav {
    display: flex;
    gap: 0.1rem;
}

.crumb_nav span {
    color: #50ff2f;
    font-weight: bold;
}

.wrap {
    max-width: 18.00rem;
    margin: 0 auto;
    width: 94%;
}

.modular1 .bottom {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    align-items: center;
}

.modular1 .bottom img {
    width: 3.26rem;
    max-width: 100%;
}

.modular2 video {
    height: 7.70rem;
    object-fit: cover;
    vertical-align: top;
    cursor: pointer;
}

.modular3 {
    padding: 0.4rem 0;
    background: #eee;
}

.modular3 .title {
    line-height: 1.2rem;
    background: left center/contain no-repeat;
    background-image: url('../images/factory/We-Make.png');
    margin-bottom: 0.3rem;
}

.modular4 .title {
    background-image: url('../images/factory/shw.png');

}

.modular5 .title {
    background-image: url('../images/factory/shwe.png');

}

.modular3 .text {
    opacity: 0.37;
}

.modular3 .wrap {
    max-width: 14rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    position: relative;
}

.modular3 .left {
    flex: 1;
}

.modular3 .tb {
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    height: 0.5rem;
}

.modular3 .tb img {
    max-width: 100%;
    max-height: 100%;
}

.modular3 .right {
    width: 6rem;
    height: 6.9rem;
    background: #e6e6e6;
    display: flex;
    align-items: center;
}

.modular3 .right .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.modular3 .right .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 3.8rem;
    transition: 0.8s linear;
    transform-origin: 50% 200%;
}

.modular3 .right .swiper-slide .img-box {
    border-radius: 0.2rem;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.modular3 .right .swiper-slide .img-box img{height: 100%;width: auto!important;max-width: inherit!important;}

.modular3 .right .swiper-slide::after {
    content: attr(data-title);
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translate(-50%, -100%);
    color: #909090;
}


.modular4 .wrap {
    flex-direction: row-reverse;
}

.modular4 .tb {
    left: auto;
    right: 0.4rem;
}


.modular4 .right .swiper-slide {
    perspective: 300px;
    position: relative;
}

.modular4 .right .swiper-container .img-box {
    transform-origin: 50% 50%;
    transition: 0.3s;
}

.swiper2 .fudong .img-box {
    transform: rotateY(10deg);
}
.swiper2 .fudong2 .img-box {
    transform: rotateY(-10deg);
}

.modular4 .right .swiper-slide::after {
    content: attr(data-title);
    position: absolute;
    top: auto;
    bottom: 0em;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 0.3rem;
    z-index: 1;
}

.modular5 .right .swiper-container {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
}

.modular5 .right .swiper-slide {
    width: calc(100% - 0.5rem);
    height: 3.18rem;
    transition: .5s;
}

.modular5 .right .swiper-slide .img-box {
    border-radius: 0;

}

.modular5 .right .swiper-slide .img-box img {
    width: 100%!important;
    height: 100%;
    object-fit: cover;
}

.modular5 .right .swiper-slide .img-box.video img{
    cursor: pointer;
}

.modular5 .right .swiper-slide .img-box.video{
    position: relative;
}

.modular5 .right .swiper-slide .img-box.video::after,.modular3 .right .swiper-slide .img-box.video::after{
    content: '\e603';
    position: absolute;
    font-family: 'iconfont';
    left: 50%;
    top: 50%;
    font-size: 0.5rem;
    transform: translate(-50%, -50%);
    color: #fff;
    cursor: pointer;
}

.modular5 .right .swiper-slide:nth-child(2n) {
    transform: translateX(30%);
}


@keyframes playV {
    0% {
        margin-top: 0rem;
    }

    50% {
        margin-top: 1rem;
    }

    100% {
        margin-top: 0rem;
    }
}

.modular5 .fudong {
    animation: playV 1000ms ease-in-out infinite;
}


.modular5 .right .swiper-slide::after {
    content: attr(data-title);
    position: absolute;
    top: auto;
    bottom: 0.3rem;
    right: 0.3rem;
    left: auto;
    transform: translate(0%, 0%);
    color: #fff;
    font-size: 0.28rem;
    z-index: 1;
}

.modular5 .right .swiper-slide:nth-child(2n):after {
    right: auto;
    left: 0.3rem;
}

.modular3 .swiper-button {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    color: #fff;
    display: flex;
}

.modular3 .swiper-button .prev,
.modular3 .swiper-button .next {
    border: 1px solid #3b3b3b;
    width: 3em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #50ff2f;
    cursor: pointer;
    transition: .5s;
}

.modular3 .swiper-button .prev {
    margin-right: -1px;
}

.modular4 .right {
    position: relative;
}

.modular3 .swiper-button.vertical {
    flex-direction: column;
}

.modular3 .swiper-button.vertical .prev {
    margin-right: 0px;
}

.modular3 .swiper-button.vertical .next {
    margin-top: -1px;

}

.modular3 .swiper-button.vertical .prev i {
    transform: rotate(90deg);

}

.modular3 .swiper-button.vertical .next i {
    transform: rotate(90deg);

}

.modular5 .swiper-button {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    color: #fff;
    display: flex;
}

.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}
.video_appbox video{object-fit: cover;    width: 100%;height: auto;max-height: 100%;}
.video_appbox .video_t{
    z-index:2; background:#000;width: 900px;max-width:94%;height: 60%;
    transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:60%;
    transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
    visibility: hidden;opacity: 0;

}
.video_appbox.show .video_t{
    visibility: visible;opacity:1;
    top:50%;
}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.vide0_close{ position:absolute; top:-50px; right:0px; cursor:pointer; z-index: 99999;}
.vide0_close i{color: #fff;font-size:20px;font-weight: bold;}


@media screen and (min-width: 1024px) {
    .modular3 .swiper-button>*:hover {
        color: #fff;
        background: #50ff2f;
    }


}

@media screen and (max-width: 1024px) {

 .video_appbox .video_t{height: auto;max-height: 600px;background: none;}
    .video_appbox video{height: auto;}

    .modular3 .right {
        width: 9rem;
        height: 12.9rem;
    }

    .modular3 .right .swiper-slide {
        width: 4.8rem;
    }

    .modular3 .tb {
        max-width: 5rem;
    }

    .modular3 .title {
        font-size: 20px;
    }

    .modular3 .text {
        font-size: 12px;
    }

    .modular5 .right .swiper-slide {
        width: calc(100% - 0.5rem);
        height: 4.9rem;
    }

    .modular1 {
        margin-top: 30px;
    }

    .modular1 .bottom img {
        width: 7rem;
    }

    .crumb_nav {
        font-size: 12px;
    }

    .modular3 .wrap {
        max-width: 18rem;
    }
}