@charset "UTF-8";

.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);
}

.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;
    transform: perspective(1200px) translate3d(0, 0, 100px);
}

.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: 1820px;
    width: 94%;
    display: flex;
    flex-direction: column;
}

.ban_text h3 {
    font-size: var(--f42);
    color: #fff;
    line-height: 150%;
    position: relative;
    font-weight: 700;
    max-width: 650px;
    text-shadow: 1px 1px 10px #6c6c6c;
    letter-spacing: 2px;
}

.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%;
}

.ban_text .Public_more {
    --public: rgba(255, 255, 255, 0.35);
    margin-top: 3vw;
}

.mySwiper2 .swiper-slide .ban_text>* {
    transform: translateY(150px);
    opacity: 0;
}

.mySwiper2 .swiper-slide-active .ban_text>* {
    transform: translateY(0);
    opacity: 1;
    transition: transform 1.5s ease .5s, opacity 1.5s ease .5s, background-color .5s ease;
}

.scroll-icon {
    position: absolute;
    z-index: 6;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.2em;
    width: 1.4em;
    font-size: 22px;
    color: #fff;
    border-radius: 2em;
    border: solid 3px;
    -webkit-transition: .4s;
    transition: .4s;
    margin-left: 2vw;
    right: 5%;
    bottom: 5%;
}

.scroll-icon::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    -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);
}

.swiper-horizontal>.banner_hexagons.swiper-pagination {
    max-width: 1820px;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    text-align: left;
}

.banner_hexagons.swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: transparent;
    border: 2px solid #fff;
    opacity: 1;
    transition: all .5s ease;
    border-radius: 6px;
    margin: 0 15px 0 0;
}

.banner_hexagons.swiper-pagination .swiper-pagination-bullet-active {
    width: 42px;
    background: #fff;
}

/* 首页end */

.twobox {
    position: relative;
    background: linear-gradient(180deg, #FCFCFC 0%, #E5E5E5 80%, #f7f7f7 80%);
    padding: 5% 0 0;
}

.twobox .prodetails {
    width: 100%;
    margin: 0 auto;
    transform-style: preserve-3d;
    perspective: 2000px;
}

.pro_yqbox {
    position: absolute;
    max-width: 900px;
    width: 53%;
    right: 10%;
    top: -10%;
    transform-style: preserve-3d;
    -webkit-clip-path: inset(5% 0 0 0);
    clip-path: inset(57% 0 0 0);
    transform: rotateX(80deg);
}

.pro_yqbox .yq {
    position: relative;
    padding-bottom: 100%;
    border: 1px solid #ccc;
    border-radius: 50%;
    animation: orbitRotation 40s linear infinite;
}

@keyframes orbitRotation {
    100% {
        transform: rotate(360deg);
    }
}

.pro_yqbox .yq span {
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.pro_yqbox .yq span:nth-of-type(1) {
    border: 4px solid #979797;
    -webkit-clip-path: polygon(40% 0, 60% 0, 100% 40%, 100% 60%, 60% 100%, 40% 100%, 0 60%, 0 40%);
    clip-path: polygon(40% 0, 60% 0, 100% 40%, 100% 60%, 60% 100%, 40% 100%, 0 60%, 0 40%);
}

.pro_yqbox .yq span:nth-of-type(2) {
    border: 4px solid #979797;
    -webkit-clip-path: polygon(40% 0, 60% 0, 100% 40%, 100% 60%, 60% 100%, 40% 100%, 0 60%, 0 40%);
    clip-path: polygon(40% 0, 60% 0, 100% 40%, 100% 60%, 60% 100%, 40% 100%, 0 60%, 0 40%);
    transform: translate(-50%, -50%) rotate(45deg);
}

.protwo_rightbox .protwo_right {
    height: 100%;
    margin: auto;
}

.two_centerbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.two_centerbox .pro_textbox {
    width: 38%;
    max-width: 610px;
}

.two_centerbox .pro_imgbox {
    width: 62%;
}

.two_centerbox .pro_imgbox .Limg_con {
    padding-bottom: 50%;
    background-size: contain;
}

.two_centerbox .butes {
    font-size: var(--f36);
    line-height: 140%;
    font-weight: 500;
}

.two_centerbox .pro_textbox summary {
    font-size: var(--f16);
    color: #333;
    -webkit-line-clamp: 4;
    line-height: 200%;
    margin: 2% 0 5%;
    max-width: 550px;
}

.protwo_rightbox .protwo_right {
    height: calc((100% - 200px) / 1);
    margin: 35px 0;
}

.pre .banner_hexagons:before {
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 23px solid #D4D4D4;
    display: inline-block;
}

.pre .banner_hexagons:hover:before {
    border-right: 23px solid #205DB3;
}

.next .banner_hexagons:before {
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 23px solid #D4D4D4;
    display: inline-block;
}

.next .banner_hexagons:hover:before {
    border-left: 23px solid #205DB3;
}

.pro_right_box {
    text-align: center;
    height: 100%;
    transition: all .5s ease;
    cursor: pointer;
    position: relative;
    color: #333;
    font-size: 14px;
}


.pro_right_box .two_right_box {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    transition: all .5s ease;
}

.two_right_box .Limg_con {
    padding-bottom: 80%;
}

.protwo_rightbox {
    position: relative;
    height: auto;
    padding: 0 50px;
    margin: 3% auto 0;
    width: 94%;
    max-width: 1740px;
}

.protwo_rightbox .hexagons {
    position: absolute;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    transform: translateY(-50%);
    height: 43px;
    width: 23px;
    left: 0;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.protwo_rightbox .hexagons.next {
    left: auto;
    right: 0;
}

.protwo_rightbox .protwo_right .swiper-slide {
    padding: 20px;
    transition: all .5s ease;
    border-radius: 35px;
}

.protwo_right .swiper-slide-thumb-active {
    background: rgb(0 0 0 / 10%);
}

.protwo_rightbox .protwo_right {
    height: 100%;
    margin: auto;
}

.two_centerbox .Public_more {
    --public: #FACB1B;
}

.two_centerbox .Public_more:hover span {
    color: var(--public);
}

.mySwiper3 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    margin-top: 7%;
}

.mySwiper3 .Limg_con {
    padding-bottom: 25%;
}

.mySwiper3 .p_text {
    padding: 2vw 5vw 4vw;
}

.mySwiper3 .p_text h3 {
    font-size: var(--f36);
    color: #000;
}

.mySwiper3 .p_text p {
    font-size: var(--f18);
    color: #333;
    line-height: 200%;
    margin: 1% 0;
}

.mySwiper3 .banner_hexagons.swiper-pagination {
    bottom: 40%;
    width: 100%;
    padding: 0 5vw;
}

.mySwiper3 .banner_hexagons.swiper-pagination .swiper-pagination-bullet {
    background: #D8D8D8;
    border-color: #D8D8D8;
}

.mySwiper3 .banner_hexagons.swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--li1);
    border-color: var(--li1);
}

.about .center_1420 {
    max-width: 1420px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.about .center_1420 img {
    max-width: 100%;
    object-fit: contain;
}

.about {
    background: #f7f7f7;
    padding: 5% 0;
}

.about .center_1420 h3 {
    font-size: var(--f36);
    color: #000;
    margin: 3% 0 1%;
}

.about .center_1420 p {
    font-size: var(--f16);
    line-height: 200%;
    color: #333;
    max-width: 1250px;
    letter-spacing: 0.5px;
    width: 100%;
}

.about .center_1420 ul {
    display: flex;
    justify-content: space-between;
    max-width: 950px;
    width: 100%;
    margin: 4% auto 5%;
}

.about .center_1420 ul li {
    width: 170px;
    cursor: pointer;
}

.about .center_1420 ul li span {
    display: block;
    font-size: var(--f16);
    color: #444;
    margin-top: var(--f16);
}

.about .center_1420 ul li img {
    max-width: 100%;
    object-fit: contain;
    transition: all .5s ease;
}

.about .center_1420 ul li:hover img {
    transform: rotateY(180deg);
}

.about .center_1420 a.Public_more {
    margin: 0 auto;
    --public: var(--li);
    z-index: 2;
}

.about .center_1420 a.Public_more:hover span {
    color: var(--public);
}

.about_morebox {
    position: relative;
}

.about_morebox:before {
    content: '';
    position: absolute;
    height: 1px;
    border-bottom: 1px solid #979797;
    width: 100%;
    opacity: 0.4;
    left: 0;
    top: 50%;
    transform: translateX(0%);
}

.about_morebox:after {
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #f7f7f7;
    transform: translateX(-50%);
}




.app_tit {
    padding: 3% 0;
}

.app_tit h3 {
    font-size: var(--f42);
    color: #000;
    line-height: 200%;
}

.app_tit p {
    font-size: var(--f16);
    color: #333;
    line-height: 200%;
    letter-spacing: 1px;
}

.app_tit p a {
    text-decoration: underline !important;
}

.app_tab {
    position: relative;
}

.app_tab .center {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    z-index: 2;
}

.app_tab .center ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.app_tab .center ul li {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.app_tab .center ul li:before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .5s ease .3s;
}

.app_tab .center ul li.active:before {
    transform: translate(-50%, -50%) scale(1);
}

.app_tab .center ul li p {
    font-size: var(--f16);
    color: #fff;
    position: absolute;
    white-space: nowrap;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s ease;
}

.app_tab .center ul li.active p {
    font-weight: 700;
}

.app_tab .center .app_ico {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    backdrop-filter: blur(24px);
    transition: all .5s ease;
}

.app_tab .center ul li.active .app_ico {
    background: rgba(255, 255, 255, 1);
}

.app_tab .center .app_ico img {
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 100px 0px #fff);
    transform: translateY(-100px);
    transition: all .5s ease;
}

.app_tab .center .active .app_ico img {
    transform: translateY(0);
}

.app_tab .center ul li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 5vw;
    border-bottom: 1px solid #fff;
    right: 0;
    transform: translateX(115%);
    opacity: 0.35;
}

.tab_bgbox {
    position: relative;
    max-height: 2160px;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.tab_bgbox .tab_list {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .5s ease;
    opacity: 0;
    background: #000;
}

.tab_bgbox .active.tab_list {
    opacity: .9;
    z-index: 1;
}

.tab_bgbox .tab_list img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s ease;
    opacity: .8;
}

.tab_bgbox .active.tab_list img {
    transform: translate(-50%, -50%) scale(1.05);
}

.tab_name {
    position: absolute;
    bottom: -100%;
    left: 50%;
    max-width: 1720px;
    width: 94%;
    transform: translateX(-50%);
    opacity: 0;
    color: #fff;
}

.tab_bgbox .active.tab_list .tab_name {
    transition: all .5s ease .3s;
    opacity: 1;
    bottom: 8%;
}

.tab_name h2 {
    font-size: var(--f36);
    display: flex;
    align-items: center;
    margin-bottom: 1%;
}

.tab_name h2 a.p_more {
    background: rgb(0 0 0 / 66%);
    margin-left: var(--f48);
}

.tab_name h2 a.p_more:hover {
    background: var(--li);
}

.tab_name summary {
    font-size: var(--f16);
    line-height: 180%;
}

.app_nrbox {
    position: relative;
    z-index: 2;
    padding: 1% 0 5%;
    text-align: center;
}

.app_nrbox:before {
    content: '';
    position: absolute;
    width: 100%;
    background: #f7f7f7;
    height: 102%;
    border-radius: 30px 30px 0 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.app_nrbox h2 {
    font-size: var(--f36);
    color: #000;
}

.app_nrbox .Limg_cov {
    padding-bottom: 40%;
    width: 85%;
    margin: 3% auto;
    display: block;
    cursor: pointer;
}

.app_nrbox .Limg_cov:before {
    content: '\e60e';
    position: absolute;
    font-family: 'icon';
    right: 5%;
    bottom: 10%;
    background: var(--li);
    z-index: 2;
    color: #fff;
    width: 88px;
    line-height: 88px;
    border-radius: 50%;
    text-align: center;
    font-size: var(--f30);
    transition: all .5s ease;
}

.app_nrbox .Limg_cov:hover:before {
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
}

.app_nrbox .Limg_cov:hover img {
    transform: scale(1.05);
}

.neirong_list {
    max-width: 1720px;
    width: 94%;
    margin: 0 auto;
    display: none;
}

.app_nrbox .protwo_right .swiper-slide {
    background: #fff;
}

.app_nrbox .protwo_right .swiper-slide:hover {
    background-color: #ccc;
}

.active.neirong_list {
    display: block !important;
}


@keyframes d_fu1 {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-102%)
    }

    50.001% {
        transform: translateX(102%);
        display: none
    }

    100% {
        transform: translateX(0);
        display: block
    }
}

@keyframes d_fu2 {
    from {
        transform: translateX(102%)
    }

    to {
        transform: translateX(-102%)
    }
}

.news {
    padding: 5% 0;
    position: relative;
    overflow: hidden;
}

.news:before {
    content: 'BLPUMPS';
    position: absolute;
    transform: translateX(0);
    animation: d_fu1 200s linear infinite;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top;
    top: 12%;
    font-size: 27vw;
    font-family: impact;
    color: #16488E;
    opacity: 0.03;
    line-height: 100%;
}

.news:after {
    content: 'BLPUMPS';
    position: absolute;
    transform: translateX(102%);
    animation: d_fu2 200s linear infinite;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top;
    top: 12%;
    font-size: 27vw;
    font-family: impact;
    color: #16488E;
    opacity: 0.03;
    line-height: 100%;
    z-index: -1;
}

.news_tit {
    position: relative;
    z-index: 2;
    margin-bottom: 8%;
}

.news_tit a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-10px);
    font-size: var(--f24);
    color: #969696;
}

.news_tit a:hover {
    color: var(--li);
    text-decoration: underline !important;
}

.news_tit h3 {
    font-size: var(--f42);
    color: #000;
    line-height: 150%;
}

.news_tit p {
    font-size: var(--f16);
    color: #333;
    margin-top: 10px;
}

ul.news_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw 2vw;
    position: relative;
}

ul.news_ul li.new_list {
    width: calc((100% - 4vw) / 3);
}

ul.news_ul li.new_list .Limg_cov {
    padding-bottom: 65%;
    border-radius: 10px;
    overflow: hidden;
}

ul.news_ul li.new_list:hover img {
    transform: scale(1.05);
}

.news_txt {
    padding: 15px 20px 0;
    font-size: var(--f18);
    color: #333;
    line-height: 160%;
}

ul.news_ul li.new_list:hover .news_txt {
    color: var(--li);
}

@media only screen and (max-width:1250px) {
    .app_tab .center ul li {
        width: 25%;
        margin-bottom: 40px;
    }

    .app_tab .center ul li:not(:last-child):after {
        transform: translateX(40%);
    }

    .app_tab .center ul li:nth-of-type(4n)::after {
        display: none;
    }
}



@media only screen and (min-width:769px) {
    .mo {
        display: none !important;
    }
}

@media only screen and (max-width:768px) {
    .pc {
        display: none !important;
    }

    .banenr_center {
        height: 350px;
        margin-top: 70px;
    }

    .ban_text h3 {
        font-size: 20px;
        font-weight: 500;
        width: 100%;
        letter-spacing: 0;
    }

    .two_centerbox .pro_textbox {
        width: 100%;
        max-width: 610px;
        order: 2;
    }

    .two_centerbox .pro_imgbox {
        width: 100%;
    }

    .two_centerbox .pro_imgbox .Limg_con {
        padding-bottom: 80%;
        background-size: contain;
    }

    .pro_yqbox {
        max-width: 900px;
        width: 100%;
        right: 0%;
        top: 10%;
    }

    .pro_right_box p {
        display: none;
    }

    .protwo_rightbox .protwo_right .swiper-slide {
        padding: 10px 20px;
        transition: all .5s ease;
        border-radius: 10px;
    }

    .protwo_rightbox {
        margin: 30px auto 0;
    }

    .mySwiper3 .p_text h3 {
        font-size: 18px;
    }

    .mySwiper3 .banner_hexagons.swiper-pagination {
        display: none;
    }

    .mySwiper3 .p_text {
        padding: 30px 20px 50px;
    }

    .mySwiper3 .p_text p {
        margin: 10px 0 20px;
    }

    .mySwiper3 .Limg_con {
        margin-top: 30px;
    }

    .about .center_1420 {
        width: 94%;
    }

    .about .center_1420 ul li {
        width: calc((100% - 20px) / 2);
    }

    .about .center_1420 ul {
        gap: 20px;
        flex-wrap: wrap;
        margin: 30px auto 50px;
    }

    .about .center_1420 ul li span {
        margin-top: 5px;
    }

    .about_morebox:after {
        content: '';
        width: 60%;
    }

    .about {
        padding: 50px 0;
    }

    .app_tit {
        padding: 50px 0 20px;
    }

    .app_tab .center .app_ico {
        width: 70px;
        height: 70px;
    }

    .app_tab .center ul li:before {
        width: 90px;
        height: 90px;
    }

    .app_tab .center ul li:not(:last-child):after {
        display: none;
    }

    .app_tab .center ul li p {
        font-size: 12px;
        max-width: 100%;
        text-align: center;
        white-space: nowrap;
        top: 100%;
    }

    .tab_bgbox {
        height: 700px;
        background-color: #fff;
    }

    .tab_bgbox .tab_list img {
        height: 400px;
        top: 0;
        transform: translate(-50%, 0%);
    }

    .tab_bgbox .active.tab_list img {
        transform: translate(-50%, 0%) scale(1.05);
    }

    .tab_bgbox .active.tab_list .tab_name {
        top: 63%;
        color: #fff;
    }

    .app_tab .center .app_ico img {
        max-width: 30px;
    }

    .tab_name h2 {
        font-size: 18px;
    }

    .tab_name h2 a.p_more {
        width: 60px;
        line-height: 35px;
    }

    .app_nrbox .Limg_cov:before {
        width: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .app_nrbox h2 {
        font-size: 24px;
        color: #000;
    }

    .app_nrbox {
        padding: 20px 0 50px;
    }

    .news {
        padding: 50px 0;
    }

    ul.news_ul li.new_list {
        width: 100%;
        margin-bottom: 20px;
    }

    ul.news_ul li.new_list:nth-of-type(n+3) {
        display: none;
    }

    .qr_code img {
        max-width: 80px;
    }

}