@charset "utf-8";


/* CSS Document */



.bannerTxt h2 {
    color: #fff;
    font-size: 3.875rem;
    font-weight: 800;
    font-family: 'Inter-Bold';
    line-height: 1.3;
}



.bannerTxt {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 10;

}

.bannerP {
    text-align: center;
    font-size: 1.375rem;
    color: #fff;
    line-height: 1.4;
    margin: .625rem auto;
}




.banerBlock {
    width: 100%;
    height: 100%;

}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.banner {
    width: 100%;

    background: #000;
    position: relative;
    z-index: 3;
}

.banner-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;


}

.banner-container .swiper-wrapper {
    height: 100%;
}


.banner-container .swiper-slide {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide .b-img {
    width: 100%;
    display: block;
}

.swiper-slide-active .b-img {

    animation: changeScale 1 3s;
}

.s-img {
    display: none;
}

.ysBg {
    width: 100%;
    height: 100%;
    background: #00a6e2;
    position: absolute;
    top: 0;
    right: 0;
    transition-duration: 2s;
}

.ysBg.on {
    height: 0;
}

.neBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.25rem;
}

.neBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.25rem;
    background: #00a6e2;
    color: #fff;
    height: 2.875rem;
    font-size: 1.125rem;
    border-radius: 1.875rem;
    transition-duration: .5s;

}

.neBtn a:hover {
    border-radius: .625rem;
}


.neBtn a i {
    font-size: 1.125rem;
    margin-left: .3125rem;
    transition-duration: .5s;
}

.homeLastbox {
    padding: 6.875rem 0;
    position: relative;
    color: #fff;
    overflow: hidden;
    background: #02020e;
    position: relative;
    z-index: 2;
}

.homeLastbox .wrap {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    flex-wrap: wrap;
}

.hzLeft {
    width: 37%;
    position: relative;
    z-index: 3;
}

.homeTi {
    margin-bottom: 1.4375rem;
    color: #fff;
}

.homeTi h1 {
    font-size: 2.5rem;
    font-family: 'Inter-Bold';
}

.homeTi p {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-top: .625rem;
}

.hzList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hzList a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23.5%;
    background: #fff;
    border-radius: .4375rem;
    height: 2.9375rem;
    margin-bottom: .8125rem;
    transition-duration: .5s;
}

.hzList a img {
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.hzList a:hover {
    transform: scale(1.1);
}

.lyForm {
    width: 45%;
    position: relative;
    z-index: 3;
}

.lyForm input.inputName,
.lyForm textarea {
    width: 100%;
    height: 3.5625rem;
    border: 1px solid #fff;
    background: none;
    margin-bottom: .625rem;
    border-radius: .625rem;
    padding-left: 1.4375rem;
    font-size: 1rem;
    color: #fff;
}

input::placeholder,
textarea::placeholder {
    color: #ffffff !important;
    opacity: 0.9;
}

.lyForm textarea {
    height: 5.25rem;
    padding-top: .625rem;
}

.agreeBtn {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 1rem;
    margin: .625rem 0;
}

.agreeBtn input {
    margin-right: .625rem;
}

.lyForm .neBtn {
    justify-content: left;
    margin-top: 1.875rem;
}

.canvas {
    position: absolute;
    top: -25%;
    right: 0;
    width: 100%;
    height: 31.25rem;
    z-index: 1;
    overflow: hidden;
}

.canvas div {
    height: 100%;
}

canvas {
    width: 100%;
    height: 100% !important;
}

.homePiclist {
    padding: 5rem 0;
    background: #02020e;
    position: relative;
    z-index: 2;
}

.homePiclist .homeTi {
    text-align: center;
}

.homePiclist ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.homePiclist ul li {
    width: 49%;
}

.homePiclist ul li a {
    width: 100%;
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.homePiclist ul li a::after {
    content: '';
    width: 0%;
    height: .1875rem;
    /* 按需调整高度 */
    background: linear-gradient(90deg, #00a6e2 0%, #54d2ff 100%);
    background: -webkit-linear-gradient(90deg, #00a6e2 0%, #54d2ff 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transition-duration: .5s;
}

.homePiclist ul li a img,
.proImg img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.homePiclist ul li a .txt {
    position: absolute;
    left: 0;
    bottom: 1.25rem;
    width: 100%;
    padding: 0 2.5rem;
}

.homePiclist ul li a .txt h1 {
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: .625rem;
}

.homePiclist ul li a .txt p {
    font-size: 1rem;
    opacity: 0.8;
    line-height: 1.6;
    width: 83%;
}

.homePiclist ul li a:hover img,
.proImg:hover img {
    transform: scale(1.1);
}

.homePiclist ul li a:hover::after {
    width: 100%;
}

.homePro {
    color: #fff;

    position: relative;
    z-index: 2;
}

.homePro .wrap {
    position: relative;
}

.homePro .Menubox {
    width: 49%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.homePro .CbContainer {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    flex-wrap: wrap;
}

.proImg,
.proTxt {
    width: 49%;
    overflow: hidden;
}

.homePro .Menubox ul li {
    height: 5.9375rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition-duration: .5s;
    padding: 0 2rem;
    position: relative;
    transition: none;
}

.homePro .Menubox ul li p {
    font-size: 1.375rem;
}

.homePro .Menubox ul li span {
    display: block;
    line-height: 2.125rem;
    width: 3.5rem;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 1.875rem;
    font-size: 1rem;
}

.proTxt {
    font-size: 1.125rem;
    line-height: 1.5;
}

.homePro .Menubox ul li.hover {
    background: #2d2d2f;
}

.homePro .Menubox ul li:after {
    content: '';
    width: 0%;
    height: .1875rem;
    background: linear-gradient(90deg, #00a6e2 0%, #54d2ff 100%);
    /* 兼容webkit内核浏览器（如Chrome/Safari） */
    background: -webkit-linear-gradient(90deg, #00a6e2 0%, #54d2ff 100%);
    position: absolute;
    bottom: 0;
    left: 0;

}

.homePro .Menubox ul li.hover:after {
    width: 100%;
    opacity: 1;
    transition-duration: 5s;
}

.homeAbout {
    position: relative;
    padding-top: 8.9375rem;
    padding-bottom: 5rem;
    background: url(../images/bgg.png) no-repeat top center #02020e;
    background-size: 100% auto;
}

#gradientCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100% !important;
    z-index: 1;
    /* 放底层当背景，需要前置可改z-index */
    opacity: 0.08;
    background: #000;
    /* 兜底背景 */
}

.abBox {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.canvasImg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.7;
}

.abBox img {
    width: 100%;
    display: block;
}

.abBox .txt {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    color: #fff;
}

.abBox .txt .homeTi p {
    width: 55%;
}

.abBox .txt .neBtn {
    justify-content: left;
}

.homeVideo {
    height: 100vh;

    background-attachment: fixed;
    position: relative;
}

.homeVideo video {
    position: fixed;
    /* 替代background-attachment: fixed */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* 类似background-size: cover */
    object-position: center;
    /* 类似background-position: center */
    /* 放在内容下方 */
    overflow: hidden;
    border: none;
}

.mobileSp {
    display: none;
}

.homeVideo .homeTi.hidden-text {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 默认隐藏 */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    /* 过渡动画更流畅 */
}

/* 显示文案的类 */
.homeVideo .homeTi.hidden-text.show {
    opacity: 1;
    visibility: visible;
}

.homeNews {
    background: #02020e;
    position: relative;
    padding: 12.5rem 0;
    z-index: 2;
    overflow: hidden;
    color: #fff;
}

.homeNews .wrap {
    position: relative;
    z-index: 2;
    overflow: hidden;

}

.homeNews .canvas {
    top: auto;
    bottom: -10%;
}

.homeNews .swiper-container {
    padding-bottom: 6.25rem;
}

.homeNews .swiper-slide-active .ysBg {
    height: 0;
}

.newBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.newImg,
.newTxt {
    width: 48%;
    overflow: hidden;
    position: relative;
}

.newImg::after {
    content: '';
    width: 0;
    height: .1875rem;
    background: linear-gradient(90deg, #00a6e2 0%, #54d2ff 100%);
    background: -webkit-linear-gradient(90deg, #00a6e2 0%, #54d2ff 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    transition-duration: .5s;
}

.newImg img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.newImg:hover img {
    transform: scale(1.1);
}

.newImg:hover:after {
    width: 100%;
}

.homeNews .homeTi p {
    margin: 1.875rem 0;
}

.homeNews .neBtn {
    justify-content: left;
}

/* 自定义分页器样式 */
.homeNews .swiper-pagination {

    display: flex;
    justify-content: center;
    gap: 15px;
    bottom: 1.875rem !important;
}

.homeNews .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    width: auto;
}

/* 分页数字容器 */
.custom-pagination-bullet {

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;


}

.custom-pagination-bullet p {
    color: #fff;
    font-size: 1rem;
}

/* 进度条底层 */
.custom-pagination-bullet::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #eee;
    border-radius: 2px;
    opacity: 0;
    transition-duration: .5s;
    z-index: 1;
}

.custom-pagination-bullet::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #00a6e2;
    border-radius: 2px;
    opacity: 0;
    transition-duration: 5s;
    z-index: 2;
}



/* 激活状态的数字样式 */
.custom-pagination-bullet-active {
    color: #007aff;
    font-weight: bold;
    width: 3.875rem !important;
}

.custom-pagination-bullet-active p {
    opacity: 0;
}

.custom-pagination-bullet-active .progress-bar {
    opacity: 1;
}

.custom-pagination-bullet-active::before,
.custom-pagination-bullet-active::after {
    opacity: 1;
}

.custom-pagination-bullet-active::after {
    width: 100%;
}

@media (-webkit-device-pixel-ratio: 1.25) {}

@media (-webkit-device-pixel-ratio: 1.5) {}




@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}


@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 760px) {
    .homePiclist ul li {
        margin-bottom: 50px;
    }

    .mobileSp {
        display: block;
    }

    .pcSp {
        display: none;
    }

    .banner {

        height: 100vh;
    }

    .hero-video {
        height: 100vh;
    }

    .bannerTxt h2 {
        font-size: 4rem;
    }

    .bannerP {
        font-size: 2.6rem;
        width: 90%;
        margin: 10px auto;
    }

    .neBtn a {
        font-size: 2.6rem;
        height: 6rem;
        padding: 0 3rem;
        border-radius: 3rem;
    }

    .neBtn a i,
    .homeTi p,
    .homePro .Menubox ul li p {
        font-size: 2.6rem;
    }

    .homeNews {
        padding: 30px 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .homeNews .homeTi p,
    .abBox .txt .homeTi p {
        margin: 15px 0;
    }

    .homeAbout {
        margin-bottom: 50px;
    }

    .newBox,
    .homePro .CbContainer,
    .homePiclist ul,
    .homeLastbox .wrap {
        display: block;
    }

    .homePiclist {
        padding-top: 40px;
    }

    .newImg,
    .newTxt,
    .abBox .txt .homeTi p,
    .homePro .Menubox,
    .proImg,
    .proTxt,
    .homePiclist ul,
    .homePiclist ul li,
    .hzLeft,
    .lyForm {
        width: 100%;
    }

    .custom-pagination-bullet p,
    .proTxt,
    .homePiclist ul li a .txt h1 {
        font-size: 3rem;
    }

    .homeTi h1 {
        font-size: 3.6rem;
        margin-top: 20px;
    }

    .abBox .txt,
    .homePro .Menubox,
    .homePiclist ul li a .txt {
        position: relative;
        bottom: 0;
        left: 0;
    }

    .homePiclist ul li a .txt h1 {
        margin-bottom: 10px;
    }

    .homeTi {
        margin-bottom: 15px;
    }

    .hzList a {
        margin-bottom: 10px;
    }

    .homePiclist ul li a .txt {
        margin-top: 15px;
    }

    .Menubox ul {
        margin-bottom: 10px;
    }

    .homePro .Menubox ul li {
        height: 45px;
    }

    .homePro .Menubox ul li span {
        width: 40px;
        line-height: 25px;
        font-size: 2.6rem;
    }

    .proTxt {
        margin-top: 20px;
    }

    .homePiclist ul li a .txt p {
        font-size: 2.6rem;
        width: 100%;
        padding: 0;

    }

    .hzList {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .hzList a {
        height: 8rem;
    }

    .agreeBtn {
        font-size: 2.2rem;
    }

    .lyForm input.inputName,
    .lyForm textarea {
        height: 9rem;
        font-size: 2.6rem;
        margin-bottom: 16px;
    }

    .agreeBtn {
        margin-bottom: 25px;
    }
}