@charset "UTF-8";

.L_body {
    height: 100vh;
}

.H_footer {
    height: auto !important;
}

.swiper {
    height: 100%;
    overflow: hidden;
}

.L_homepage {
    position: absolute;
    z-index: 2;
    right: 20px !important;
}

.scroll-icon {
    width: 22px;
    border-left: 11px solid transparent;
    border-top: 22px solid #fff;
    border-right: 11px solid transparent;
    margin: auto;
    -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}


.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet {
    margin: 15px 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent;
    opacity: .5;
    border: 1px solid var(--li1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet:before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--li1);
    display: block;
    border-radius: 50%;
    transition: all .5s;
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet-active {
    background: var(--jb);
    opacity: 1;
    border: transparent;
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet-active:before {
    background: #fff;
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet-active:before {
    background: #fff;
}

.banenr_center {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.banenr_center .banner_Ele,
.banenr_center .banenr_gif {
    position: absolute;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    opacity: .5;
    transform: perspective(1200px) translate3d(0, 0, 100px);
}

.banenr_center .sourceVideo {
    opacity: .8;
}

.mySwiper2 .swiper-slide-active .banner_Ele {
    transition: all 5s ease 0s;
    transform: perspective(1200px) translate3d(0, 0, 0px);
}

.ban_text {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1480px;
    width: 94%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ban_text h3 {
    font-size: var(--f36);
    color: #fff;
    line-height: 150%;
    display: inline-block;
    position: relative;
    max-width: 581px;
    margin: 3% auto 0;
    font-weight: 400;
}

.ban_text h3 span {
    color: var(--li);
}

.ban_text h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -75%);
    width: 100px;
    height: 106px;
    background-image: url(/src/image/ico01.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}

.ban_text p {
    font-size: var(--f30);
    color: #fff;
    letter-spacing: 2px;
    margin: 1% 0 3%;
}

.mySwiper2 .swiper-slide .ban_text>* {
    transform: translateY(150px);
    opacity: 0;
}

.mySwiper2 .swiper-slide-active .ban_text>* {
    transform: translateY(0);
    opacity: 1;
    transition: all 1.5s ease .5s;
}

.L_shb_box {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    text-align: center;
    color: #000;
    font-size: var(--f16);
    transform: translateX(-50%);
    width: 140px;
    height: 65px;
    display: flex;
    cursor: pointer;
}

.L_shb_box:before {
    content: '';
    background: rgb(255 255 255 / 40%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}

.L_shb {
    position: relative;
    height: 70px;
    width: 36px;
    margin: 0 auto;
}

.hexagons {
    -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    max-height: 65px;
    max-width: 76px;
    height: 100%;
    width: 100%;
    position: absolute;
    cursor: pointer;
    right: 9%;
    bottom: 5%;
    z-index: 2;
    background: rgb(255 255 255 / 20%);
    padding: 2px;
}

.hexagons:before {
    content: '';
    background: rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all .5s ease;
    -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    display: block;
    width: 100%;
    height: 100%;
}

.hexagons .banner_hexagons {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    color: #fff;
    z-index: 1;
    font-size: var(--f24);
    left: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}

.hexagons span.line {
    position: absolute;
    height: 1px;
    background: #fff;
    transition: all 1s ease;
    width: 0;
}

.hexagons span.line:nth-of-type(1) {
    right: -10%;
    bottom: 25%;
    transform: rotate(-60deg);
}

.hexagons span.line:nth-of-type(2) {
    right: 25%;
    bottom: 0%;
    transform: rotate(0deg);
}

.hexagons span.line:nth-of-type(3) {
    left: -10%;
    bottom: 25%;
    transform: rotate(60deg);
}

.hexagons span.line:nth-of-type(4) {
    left: -10%;
    top: 25%;
    transform: rotate(-60deg);
}

.hexagons span.line:nth-of-type(5) {
    left: 25%;
    top: 0%;
    transform: rotate(0deg);
}

.hexagons span.line:nth-of-type(6) {
    right: -10%;
    top: 25%;
    transform: rotate(60deg);
}

.hexagons[data-tit|=current-1] span.line:nth-of-type(1),
.hexagons[data-tit|=current-2] span.line:nth-of-type(-n+2),
.hexagons[data-tit|=current-3] span.line:nth-of-type(-n+3),
.hexagons[data-tit|=current-4] span.line:nth-of-type(-n+4),
.hexagons[data-tit|=current-5] span.line:nth-of-type(-n+5),
.hexagons[data-tit|=current-6] span.line:nth-of-type(-n+6) {
    width: 37px;
}

.twobox {
    height: calc(100vh - 122px);
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    margin-top: 122px;
}

.twobox .prodetails {
    max-width: 1200px;
    width: 75%;
    margin: 0 auto 0 0;
}

.two_centerbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.two_centerbox .pro_textbox {
    width: 50%;
}

.two_centerbox .pro_imgbox {
    width: 50%;
}

.two_centerbox .pro_imgbox .Limg_con {
    padding-bottom: 100%;
    background: url(/src/image/show.png) center bottom no-repeat;
    background-size: contain;
}

.two_centerbox .pro_imgbox .Limg_con img {
    max-height: 80%;
    top: 45%;
}

.two_centerbox .butes {
    font-size: var(--f36);
    line-height: 140%;
    font-weight: 500;
}

.two_centerbox .pro_textbox summary {
    font-size: var(--f16);
    color: #666;
    -webkit-line-clamp: 5;
    line-height: 180%;
    margin: 2% 0 5%;
}

.protwo_rightbox .protwo_right {
    height: calc((100% - 200px) / 1);
    margin: 35px 0;
}

.protwo_rightbox .protwo_right .swiper-slide {
    padding: 0 60px 0 200px;
}

.protwo_rightbox {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(calc(-50%));
    height: 95%;
    max-height: 700px;
    width: 460px;
}

.protwo_rightbox .hexagons {
    position: relative;
    transform: none;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    transform: translateX(75px);
}

.pre .banner_hexagons:before {
    content: '';
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 15px solid #fff;
}

.next .banner_hexagons:before {
    content: '';
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #fff;
}

.pro_right_box {
    padding: 100px 0 0 0;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    cursor: pointer;
    position: relative;
    color: #999;
}


.pro_right_box .two_right_box {
    width: 80px;
    margin: 10px auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    transition: all .5s ease;
}


.two_right_box .Limg_con {
    padding-bottom: 100%;
}





.three-box {
    display: flex;
    align-items: flex-end;
    height: calc(100% - 130px);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    margin: 130px auto 0;
    z-index: 2;
    padding-left: 5%;
}

.three-box .three_left {
    width: 42%;
    margin: 0 5% 0 0;
    transform: rotateY(180deg);
}

.three-box .three_left .swiper-slide {
    display: flex;
    align-items: center;
}

.three-box .three_right {
    width: 43%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    padding-right: 10%;
}

.three_right-txt {
    background: #fff;
}

.three_right-txt h3:before {
    content: '';
    width: 90px;
    height: 6px;
    background: #FFD160;
    display: block;
    margin-bottom: 2%;
}

.three_right-txt h3 {
    font-size: var(--f36);
    font-weight: 400;
    margin-bottom: 2%;
}

.three_right-txt p {
    font-size: var(--f16);
    color: #333;
    line-height: 180%;
}

.three-bubox {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-top: 10%;
    align-items: center;
    z-index: 2;
    max-width: 300px;
}

.three-bubox .three-pre {
    border-top: 11px solid transparent;
    border-right: 22px solid var(--li1);
    border-bottom: 11px solid transparent;
    cursor: pointer;
}

.three-bubox .three-pre:hover {
    border-right: 22px solid var(--li);
}

.three-bubox .three-next {
    border-top: 11px solid transparent;
    border-left: 22px solid var(--li1);
    border-bottom: 11px solid transparent;
    cursor: pointer;
}

.three-bubox .three-next:hover {
    border-left: 22px solid var(--li);
}

.three-bubox .swiper-pagination {
    position: static;
    font-size: 16px;
    color: #333;
}

.three-bubox .swiper-pagination .current_span {
    font-size: var(--f48);
    font-weight: bold;
}

.three_six {
    -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    width: 100%;
    filter: drop-shadow(10px 1px 10px red);
}

.three_six .Limg_cov {
    padding-bottom: 88%;
}

.fivebox {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
}

.fourbox:after {
    content: '';
    width: 84%;
    height: 302px;
    position: absolute;
    left: 7%;
    bottom: 0;
    background: url(/src/image/bglogo.png) top center/contain no-repeat;
    z-index: 3;
    transform: translateY(50%);
    clip-path: inset(0 73% 0 0);
    transition: bottom 1s, clip-path .3s linear;
}

.swiper-slide-prev .fourbox:after {
    bottom: -100%;
    clip-path: inset(0 0 0 0);
    transition: bottom 0s, clip-path 0s linear 0s, opacity 1s ease .2s;
    animation: opacity01 1.5s cubic-bezier(0.65, 0.05, 0.36, 1) .2s forwards;
}

.fourbox {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.fourbox:before {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/src/image/kmlbg.jpg) top center no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 1;
}

video.banner-video {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 3;
    object-fit: cover;
    transform: translateY(-22%);
}

canvas#outputCanvas {
    position: absolute;
    right: 0;
    top: 0;
    height: 200%;
    z-index: 3;
    width: 87.25%;
}

.fivebox>div,
.fourbox>div {
    position: relative;
    z-index: 4;
}

.h_tit {
    font-size: var(--f42);
    font-weight: 500;
    line-height: 120%;
    max-width: 800px;
    margin-top: 1%;
}

.h_sum {
    max-width: 800px;
    width: 100%;
    font-weight: 400;
    font-size: var(--f16);
    line-height: 180%;
    margin: 1% 0 2%;
}
.h_sum h1{
    
display: inline-block;
    
font-weight: 400;
    
font-size: var(--f16);
    
line-height: 180%;
}
.fivebox .anniu .svg_bg {
    fill: var(--co);
}

.fivebox a.anniu span {
    color: #fff;
}

.fivebox .anniu .svg_bg .svg_line {
    stroke: #fff !important;
}

.fivebox .anniu:hover {
    --co: #FFD160;
}

.sixbox {
    position: relative;
    height: 100vh;
    padding-top: 0;
    overflow: hidden;
}

.sixbox .par_Swiper1 {
    height: 120px;
    display: none;
}

.par_Swiper1 .swiper-wrapper {
    transition-timing-function: linear;
}

.sixbigbox {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sixbigbox img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: perspective(1000px) translate3d(-50%, -50%, 100px);
}

.ani-slide .swiper-slide-active .sixbigbox img {
    transition: all 5s ease 0s;
    transform: perspective(1000px) translate3d(-50%, -50%, 0px);
}

.sixbigbox .fuwu_tc {
    position: absolute;
    right: 5%;
    top: 60%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 800px;
    width: 94%;
}

.sixbigbox .fuwu_tc h3 {
    font-size: var(--f42);
    margin-bottom: 20px;
}

.sixbigbox .fuwu_tc p {
    font-size: var(--f16);
    font-weight: 100;
    line-height: 180%;
    margin: 5px 0;
}

.sixbigbox .hexagons {
    position: relative;
    height: 65px;
    right: auto;
    background: var(--li);
    transition: all .5s ease;
    display: block;
    margin-top: 25px;
}

.sixbigbox .hexagons:before {
    background: transparent;
}

.sixbigbox .banner_hexagons:before {
    content: '';
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
}

.sixbigbox .hexagons:hover {
    background: var(--li1);
}

ul.news_list {
    display: flex;
    gap: 3vw;
    flex-wrap: wrap;
    margin-top: 2%;
}

ul.news_list li {
    width: calc((100% - 6vw) / 3);
}

ul.news_list .newslist_ts .newbox {
    background: var(--li);
}

ul.news_list .newslist_ts:nth-of-type(3n - 1) .newbox {
    background: var(--li1);
}

ul.news_list .newslist_ts:nth-of-type(3n - 1) .newbox * {
    color: #fff;
    fill: #fff;
}

ul.news_list li:nth-of-type(3n - 1) {
    transform: translateY(2vw);
}

.tab-li .active {
    color: var(--li);
}

ul.news_list li .newbox {
    display: block;
    position: relative;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

ul.news_list li>a .Limg_cov {
    padding-bottom: 85%;
}

ul.news_list li:hover img {

    transform: scale(1.1);
}

ul.news_list li .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10% 5%;
    color: #FFF;
    font-size: var(--f24);
    font-weight: 500;
    line-height: 150%;
    transition: all .5s ease;
    background: linear-gradient(0, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

ul.news_list .newslist_ts .info {
    background: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
    padding: 10%;
}

ul.news_list .newslist_ts .info .newssum {
    -webkit-line-clamp: 5;
    font-size: var(--f18);
    line-height: 180%;
    margin: 5% 0;
}

ul.news_list li .info .tit {
    font-size: var(--f18);
    line-height: 150%;
    font-weight: 100;
    margin-top: 3%;
    transition: all .5s ease;
    fill: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul.news_list .newslist_ts .info .tit {
    fill: #333;
}

ul.news_list li .info .tit svg {
    margin: 0 0 0 10px;
}

.seventbox {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5% 0 8%;
}

.seventbox h2 {
    font-size: var(--f48);
}

.seventbox h2+p {
    font-size: var(--f16);
    color: #333;
    line-height: 200%;
}

.swiper-center_par img {
    max-width: 100%;
    object-fit: contain;
}

@media only screen and (min-width:1201px) {
    .swiper-slide-thumb-active .two_right_box {
        left: -50%;
        top: 50%;
        transform: translate(0%, -50%);
        margin: 0;
    }

    .protwo_rightbox .protwo_right .swiper-slide:before {
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        right: 0;
        top: 0;
        background: #243F55;
        opacity: 0.09;
        transition: all .5s ease;
    }

    .protwo_rightbox .protwo_right .swiper-slide-thumb-active:before {
        width: 100%;
        -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
        clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    }

    .swiper-slide-thumb-active .pro_right_box {
        padding: 0;
        color: var(--li1);
        font-size: 16px;
    }

    /* .protwo_rightbox .hexagons .banner_hexagons:hover {
        background: var(--li);
    } */
}

@media only screen and (max-height:760px) {
    .two_right_box .Limg_con {
        padding-bottom: 90%;
    }

    .pro_right_box {
        padding: 75px 0 0 0;
    }

    .protwo_rightbox .protwo_right {
        height: calc((100% - 150px) / 1);
        margin: 10px 0;
    }
}

@media only screen and (max-height:650px) {
    .two_right_box .Limg_con {
        padding-bottom: 50%;
    }

    .pro_right_box {
        padding: 60px 0 0 0;
        font-size: 14px;
    }

    .protwo_rightbox {
        width: 420px;
    }
}

@media only screen and (max-width:1200px) {
    .three-box {
        height: calc(100% - 70px);
        margin: 70px auto 0;
    }

    .sixbox {
        padding-top: 70px;
    }

    .twobox .prodetails {
        width: 100%;
        margin: 0 auto;
    }

    .protwo_rightbox {
        position: relative;
        right: 0;
        top: auto;
        transform: none;
        height: auto;
        width: 94%;
        padding: 0 80px;
        margin: 0 auto;
    }

    .protwo_rightbox .hexagons {
        position: absolute;
        right: auto;
        bottom: auto;
        margin: 0 auto;
        transform: translateY(-50%) rotate(-90deg);
        height: 65px;
        width: 76px;
        left: 0;
        top: 50%;
    }

    .protwo_rightbox .hexagons.next {
        left: auto;
        right: 0;
    }

    .protwo_rightbox .protwo_right .swiper-slide {
        padding: 20px;
        background: rgb(37 64 86 / 9%);
        transform: all .5s ease;
    }

    .pro_right_box {
        padding: 120px 0 0 0;
    }

    .pro_right_box .two_right_box .Limg_con img {
        position: absolute;
        max-height: 80px;
        max-width: 80px;
    }

    .protwo_rightbox .protwo_right .swiper-slide-thumb-active {
        background: var(--li1);
    }

    .twobox {
        padding: 70px 0 10px;
        flex-direction: row;
        justify-content: center;
        height: 100vh;
        margin: 0 auto;
    }

    .protwo_rightbox .protwo_right .swiper-slide-thumb-active .pro_right_tit {
        color: #fff;
    }

    .protwo_rightbox .protwo_right {
        height: 100%;
        margin: auto;
    }

    .two_centerbox .pro_imgbox .Limg_con {
        padding-bottom: 85%;
    }

}



@media only screen and (min-width:769px) {
    .mo {
        display: none !important;
    }
}

@media only screen and (max-width:768px) {
    .play {
        width: 120px;
        line-height: 36px;
        border: 1px solid #fff;
        color: #fff;
        margin-top: 20px;
        transition: all .5s ease !important;
    }

    .play:hover {
        background: var(--li);
        border-color: var(--li);
    }

    .pc {
        display: none !important;
    }

    .L_homepage {
        display: none;
    }

    video.banner-video {
        height: 150%;
        width: auto;
        right: auto;
        left: -70%;
        transform: translateY(0%);
        top: 31%;
    }

    body .fourbox:before {
        background: #fff;
    }

    .fourbox:after {
        clip-path: inset(0 0 0 0);
    }

    .ban_text h3:before {
        position: relative;
        display: none;
        margin: 0 auto;
        transform: none;
        width: 50px;
        height: 60px;
    }

    .ban_text p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 180%;
        max-width: 300px;
        margin: 0 auto;
    }

    .ban_text img.banner_logo {
        max-width: 250px;
    }

    .ban_text h3 {
        font-size: 20px;
        margin: 20px auto 0;
    }

    .L_shb_box {
        width: 100px;
        height: 40px;
    }

    .scroll-icon {
        width: 10px;
        border-left: 5px solid transparent;
        border-top: 10px solid #fff;
        border-right: 5px solid transparent;
    }

    .two_centerbox .pro_textbox {
        width: 100%;
        order: 2;
    }

    .two_centerbox .pro_imgbox {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .two_centerbox .pro_imgbox .Limg_con {
        padding-bottom: 75%;
    }

    .two_centerbox .pro_textbox summary {
        font-size: 12px;
        margin-bottom: 30px;
    }

    .two_centerbox .pro_textbox svg {
        width: 180px !important;
        height: auto !important;
    }

    .two_centerbox .butes {
        font-size: 18px;
    }

    .protwo_rightbox {
        margin-top: 30px;
    }

    .protwo_rightbox .protwo_right .swiper-slide {
        padding: 0;
    }

    .protwo_rightbox .protwo_right .pro_right_tit {
        display: none;
    }

    .pro_right_box .two_right_box {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .two_right_box .Limg_con {
        padding: 0;
        width: 50px;
        height: 50px;
    }

    .pro_right_box {
        padding: 80px 0 0 0;
    }

    .pro_right_box .two_right_box .Limg_con img {
        position: absolute;
        max-height: 50px;
        max-width: 50px;
    }

    .three-box .three_left {
        width: 100%;
        margin: 0;
        height: auto;
    }

    .three-box .three_right {
        width: 100%;
        right: 0;
        top: 0;
        transform: none;
        position: relative;
        padding-right: 0;
    }

    .three-box {
        flex-direction: column;
        padding: 0 20px;
        justify-content: center;
    }

    .three-box .three_right .swiper-wrapper {
        height: auto !important;
        margin: 20px 0;
    }

    .three_right-txt p {
        line-height: 150%;
        letter-spacing: 0;
        font-weight: 400;
        margin-bottom: 0;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .three-bubox {
        margin: 20px 0;
    }

    /* video.banner-video {
        opacity: 0;
    } */

    .sixbox .par_Swiper1 {
        height: 100px;
        padding-top: 20px;
    }

    .sixbox {
        height: auto;
    }

    .sixbigbox {
        height: 500px;
    }

    .sixbigbox .fuwu_tc p {
        font-size: 13px;
        font-weight: normal;
        line-height: 150%;
        margin: 0;
        letter-spacing: 0;
    }

    .sixbigbox .fuwu_tc {
        right: 3%;
        top: 50%;
    }

    .sixbigbox .hexagons {
        position: relative;
        height: 40px;
        width: 45px;
    }

    ul.news_list li {
        width: 100%;
    }

    ul.news_list li .info .title {
        font-size: 14px;
        line-height: 120%;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    ul.news_list li .info .tit {
        display: none;
    }

    ul.news_list li:nth-of-type(3n - 1) {
        transform: none;
    }

    ul.news_list .newslist_ts .info .newssum {
        -webkit-line-clamp: 2;
        font-size: var(--f18);
        line-height: 150%;
        margin: 5% 0;
    }

}

@media only screen and (max-width:768px) {
    body.android .fourbox:before {
        background: url(/src/image/play2.jpg) top center no-repeat;
        height: 150%;
        width: 100%;
        right: auto;
        left: 0;
        transform: translateY(0%);
        top: 50%;
    }

    body.android video#sourceVideo {
        display: none;
    }

    body.android video.banner-video {
        display: none;
    }

    .banenr_center .banner_Ele,
    .banenr_center .banenr_gif {
        opacity: 1;
    }

    .mySwiper2 .videofm {
        background-image: url(/src/image/phone.jpg);
        background-size: cover;
        background-position: center center;
    }

    .ban_text {
        top: 40%;
    }


    /* vi_box */
    .vi_box {
        top: 0px;
        left: 0px;
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .vi_box .box {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .vi_box .box video {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: contain;
        display: block;
    }

    .vi_box .box .video {
        position: relative;
        width: 90%;
        height: auto;
    }

    .vi_box .box .video img.close {
        cursor: pointer;
        width: auto;
        position: absolute;
        right: 0px;
        top: -50px;
        transition: all .3s;
        pointer-events: painted;
    }

    .vi_box .box .video .close:hover {
        transform: rotate(135deg);
    }
    .fourbox{
        padding-bottom: 10vh;
    }
    .h_tit {
        font-size: 26px;
        margin: 15px 0 !important;
        font-weight: 500;
        line-height: 150%;
        max-width: 800px;
    }
    .h_sum {
        margin: 1% 0 20px;
    }
    .fourbox img.mo {
        width: 140px;
        object-fit: contain;
    }
}