/* 跳转设置 */
body {
    opacity: 0;
    /* 设置初始透明度为 0，确保页面加载时是隐藏的状态 */
}


/* 视频banner */
/* 默认样式，适用于较大的视口 */
.banner {
    position: relative;
    background-color: black;
    height: 100vh;
}

.banner .bx {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.video-carousel {
    display: flex;
    width: 400%;
    transition: transform 0.5s ease;
}

.bx .video-carousel video,
.bx .video-carousel img {
    display: block;
    object-fit: cover;
    max-width: 100%;
    width: 25%;
    height: 93vh;
}

.carousel-indicators {
    position: absolute;
    top: 86%;
    left: 50%;
    margin-left: -40px;
    padding: 0;
    list-style: none;
    display: flex;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    z-index: 2;
}

.carousel-indicators .indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px;
    background-color: #fff;
    cursor: pointer;
}

.indicator.active {
    background-color: rgb(241, 154, 22);
}

.btn .pre,
.btn .next {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    z-index: 3;
}

.btn .pre {
    left: 0;
}

.btn .next {
    right: 0;
}

.btn button {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    border: none;
    color: #fff;
    font-size: 30px;
    width: 40px;
    height: 60px;
}

.btn button:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.btn .prevVideo {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn .nextVideo {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* box部分 */
.titlebox {

    /* background-color: rgba(255, 255, 255, 0.08); */
    z-index: 2;
}

.vision {
    /* background-color: pink; */
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
    z-index: 2;
}



.vision h1 {
    font-size: 50px;
    color: #fff;
    z-index: 2;

}

.vision h2 {
    font-family: 'Nacelle-Bold';
    font-size: 18px;
    color: #b5b5b5;
}

.titlebox .line {
    padding: 0 15px;
}

.titlebox .line hr {
    border: 0;
    /* 去除默认的边框样式 */
    height: 0.5px;
    /* 设置横线的高度 */
    background-color: #fff;
    /* 设置横线的颜色 */
}





.heading h3 {
    font-family: 'Nacelle-Bold';
    /* font-family: 'Gloock-Regular'; */
    margin-top: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}

.heading h4 {
    font-size: 20px;
    color: #b5b5b5;
}


.more {
    /* float: right; */
    margin-top: 22px;
    height: 45px;
    /* background-color: pink; */
    text-align: right;
    line-height: 55px;


}

.more a {

    margin-top: 0;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.more a:hover {
    color: #fff;
    border-bottom: 1px solid #a5a4a4;
    text-decoration: none;
}

.box {
    margin-top: 50px;
    /* background-color: pink; */
    z-index: 2;

}

/* 项目服务栏盒子 */


/* 大盒子下部距离 */
.box .row {
    margin-bottom: 100px;

}


.box .row .mask {

    position: relative;
    /* 悬停图片只在内部放大，溢出部分隐藏 */
    overflow: hidden;
    /* 放大后蒙版边缘倒角 */
    border-radius: 15px;


}

/* 链接里图片灰色蒙版伪元素 */
.box .row .mask::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.6);

    /* 放大变化速度 */
    transition: transform 0.3s ease-in-out;
    z-index: 2;
}

/* 鼠标悬停时蒙版变化 */
.box .row .imglink:hover .mask::before {
    transform: scale(1.05);
    /* 蒙版透明度变化 */
    background-color: rgba(0, 0, 0, 0.2);

}

/* 悬停时字体透明衬底 */
.box .row .imglink:hover h3 {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    /* font-weight: 600; */
}


.box .row .mask h3 {
    position: absolute;
    font-size: 25px;
    padding: 15px;
    color: #cccccc;
    top: 50%;
    margin-top: -27.5px;
    left: 50%;
    margin-left: -77.5px;
    z-index: 2;

}

.box .row .mask .modeltraining {
    left: 50%;
    margin-left: -110px;
}

/* 核心业务三大块图片链接 */
.box .row .imglink .corework {
    display: block;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    height: auto;
    max-height: 40vh;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
}

/* 核心业务图片单独倒角设置 */
.box .row .imglink .corework {
    /* border: 1px solid #fff; */
    border-radius: 20px;
}




/* 项目服务链接图片设置 */


.box .row .imglink img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    transition: transform 0.3s ease-in-out;
    /* border: 1px solid #585858; */
}


/* 鼠标悬停时图片放大显色变化 */
.box .row .imglink:hover img {
    transform: scale(1.05);
    filter: grayscale(0%)
}

.box .row .corebn {
    margin: 30px 0;
}

.box .row h5 {
    margin-top: 25px;
    margin-bottom: 0;
}

.box .row h5 a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;

}

.box .row h5 a:hover {
    text-decoration: underline;
}

.box .row p {
    color: #fff;
    margin-bottom: 40px;

}



/* 自媒体图片 */
.box2 .row .media img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    cursor: default;
}



.box2 .row .media {
    position: relative;
    margin: 50px 0;
    /* font-size: 100%; */
    /* height: 510px; */
    /* background-color: pink; */
}

.box2 .row .mediatx img {
    z-index: 1;
    opacity: 0;
}

.box2 .row .media .dataall {
    position: absolute;
    width: 95%;
    top: 0;
    z-index: 2;

    /* background-color: pink; */
}

.box2 .row .media .data {
    margin-bottom: 8px;
    top: 0;
    z-index: 1;

    /* background-color: pink; */
}

.box2 .row .media .left {
    display: inline-block;
    height: 40px;
    color: #FFC000;
    font-size: 25px;
    font-weight: 700;
    /* background-color: pink; */
    border-bottom: 2px solid #FFC000;


}

.box2 .row .media .right {
    float: right;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 600;


}

.box2 .row .media .text {
    position: absolute;
    width: 95%;
    bottom: 0;
    font-size: 25px;
    color: #fff;
    font-weight: 200;
    /* background-color: pink; */
    z-index: 2;
}

.box2 .row .bigimg-1 {
    margin-top: 50px;
    padding-right: 0;
    z-index: 2;
}

.box2 .row .bigimg-2 {
    margin-top: 50px;
    padding-left: 0;
    z-index: 2;
}

.box2 .row .bigimg img {

    width: 100%;
    z-index: 2;
}

.box2 .row .bigimg-1 img {

    width: 100%;
    z-index: 2;
}

.box2 .row .bigimg-2 img {

    width: 100%;
    z-index: 2;
}




.line-grey {
    padding: 0 15px;
}

.line-grey hr {
    border: 0;
    /* 去除默认的边框样式 */
    height: 0.5px;
    /* 设置横线的高度 */
    background-color: #777777;
    /* 设置横线的颜色 */
    z-index: 2;
}




/* 合作伙伴轮播图片 */



.color-box-0 .row .index .imglink {
    cursor: default;
    /* 设置鼠标样式为箭头 */
    /* pointer-events: none; */
    /* 禁用链接点击，悬停取消放大效果 */
}


.text2 {
    position: relative;
    /* 让缩放屏幕时字体不会消失 */
    height: 100%;
    line-height: 100%;
    color: #fff;
    font-weight: 200;
    /* background-color: pink; */
    z-index: 2;
}


.text2 p {
    position: absolute;
    bottom: 0;
}



/* 响应式布局 */


/* mediatx文字相对大小 */
.box2 .row .media .dataall,
.box2 .row .media .data,
.box2 .row .media .left,
.box2 .row .media .right,
.box2 .row .media .text,
.box2 .row .media .text2 {
    font-size: 1em;
    /* 默认字体大小 */
}

/* 在不同屏幕尺寸下文字进行调整 */


/* xs */

@media (max-width: 767px) {

    .box2 .row .media .dataall,
    .box2 .row .media .data,
    .box2 .row .media .left,
    .box2 .row .media .right,
    .box2 .row .media .text,
    .box2 .row .media .text2 {
        font-size: 1em;

    }

    /* 无限轮播图片 */

    .color-box-0 .box .row .imglink img {
        border-radius: 25px;
    }

    #marquee-container {
        width: 88%;
        overflow: hidden;
    }

    #scrolling-container {
        display: flex;
        animation: marquee 20s linear infinite;
        /* 调整滚动速度，单位为秒 */

    }

    .index {
        flex: 0 0 auto;
        margin-right: 2px;
        /* 设置图片之间的间隙 */
        padding-top: 10px;
    }

    .index img {
        max-height: 50%;
        width: auto;
    }

    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {


            transform: translateX(-256.5%);
            /* 百分比代表了滚动多少距离为一个轮回，100%为四张图片的宽度 */

        }
    }

    .box2 .row .bigimg-1 {
        margin-top: 50px;
        padding-right: 0;
        z-index: 2;
    }

    .box2 .row .bigimg-2 {
        margin-top: 50px;
        padding-left: 15px;
        z-index: 2;
    }

    .box2 .row .media .text2 {
        font-size: 1em;

    }

    .box2 .row .media .text {
        position: static;
        width: 100%;

    }


}

/* sm */

@media screen and (min-width: 768px) {

    .box2 .row .media .dataall,
    .box2 .row .media .data,
    .box2 .row .media .left,
    .box2 .row .media .right,
    .box2 .row .media .text,
    .box2 .row .media .text2 {
        font-size: 1.1em;
        /* 放大字体大小 */
    }


    /* 无限轮播图片 */

    .color-box-0 .box .row .imglink img {
        border-radius: 25px;
    }

    #marquee-container {
        width: 88%;
        overflow: hidden;
    }

    #scrolling-container {
        display: flex;
        animation: marquee 35s linear infinite;
        /* 调整滚动速度，单位为秒 */

    }

    .index {
        flex: 0 0 auto;
        margin-right: 20px;
        /* 设置图片之间的间隙 */
        padding-top: 10px;
    }

    .index img {
        max-height: 35%;
        width: auto;
    }

    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {


            transform: translateX(-275%);
            /* 百分比代表了滚动多少距离为一个轮回，100%为四张图片的宽度 */

        }
    }




}



/* md */

@media screen and (min-width: 1200px) {

    .box2 .row .media .dataall,
    .box2 .row .media .data,
    .box2 .row .media .left,
    .box2 .row .media .right,
    .box2 .row .media .text,
    .box2 .row .media .text2 {
        font-size: 1.2em;
        /* 进一步放大字体大小 */
    }


    /* 无限轮播图片 */

    .color-box-0 .box .row .imglink img {
        border-radius: 25px;
    }

    #marquee-container {
        width: 88%;
        overflow: hidden;
    }

    #scrolling-container {
        display: flex;
        animation: marquee 35s linear infinite;
        /* 调整滚动速度，单位为秒 */

    }

    .index {
        flex: 0 0 auto;
        margin-right: 20px;
        /* 设置图片之间的间隙 */
        padding-top: 10px;
    }

    .index img {
        max-height: 50%;
        width: auto;
    }

    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {


            transform: translateX(-269.5%);
            /* 百分比代表了滚动多少距离为一个轮回，100%为四张图片的宽度 */

        }
    }




}

/* lg */

@media (min-width: 1700px) {

    .box2 .row .media .dataall,
    .box2 .row .media .data,
    .box2 .row .media .left,
    .box2 .row .media .right {
        font-size: 1.2em;
        /* 进一步放大字体大小 */
    }

    .box2 .row .media .text,
    .box2 .row .media .text2 {
        font-size: 1.5em;
    }


    /* 无限轮播图片 */

    .color-box-0 .box .row .imglink img {
        border-radius: 25px;
    }

    #marquee-container {
        width: 85%;
        overflow: hidden;
    }

    #scrolling-container {
        display: flex;
        animation: marquee 35s linear infinite;
        /* 调整滚动速度，单位为秒 */

    }

    .index {
        flex: 0 0 auto;
        margin-right: 20px;
        /* 设置图片之间的间隙 */
        padding-top: 10px;
    }

    .index img {
        max-height: 50%;
        width: auto;
    }

    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {


            transform: translateX(-179.2%);
            /* 百分比代表了滚动多少距离为一个轮回，100%为四张图片的宽度 */

        }
    }



}



















/* 方案三 */

/* .head {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 1;
    
}

.base {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 1;
} */




/* 字体图标声明 */