/* 跳转设置 */

html {
    scroll-behavior: smooth;
}

/* 锚点跳转平滑滚动过渡 */


/* CSS淡入淡出跳转样式 */
body.fade-out {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

body.fade-in {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}


/* 副页面跳转预设 */

body {
    opacity: 0;

}









/* 视频banner */
/* 默认样式，适用于较大的视口 */

body {
    /* background-color: #fff; */
    background-color: black
        /* height: 6000px; */
}



.base {
    position: fixed;
    /* background-color: rgba(20, 20, 20, 0.9); */
    background-color: transparent;


}


.head {
    /* 让head脱标不占用位置，使得图片能叠于下方，但同时container响应性不起作用 */
    position: fixed;



}







/* 大图片底图 */

.banner {
    position: relative;
    z-index: 1;

}

.banner .img img {

    width: 100%;
    height: 100vh;
    object-fit: cover;

}



.banner .img .text {
    position: absolute;
    top: 25vh;
    font-family: 'Sans-bold';
    font-weight: 700;
    color: #fff;

}

.banner .img .text h2 {
    font-size: 5em;
}



.banner .img .text p {
    margin-top: 30px;
    width: 400px;
    font-size: 1.3em;
    line-height: 25px;
    font-weight: 400;

}

.banner .img .nav {
    position: absolute;
    bottom: 80px;
    right: 6.5%;
    padding: 10px;
}

.banner .img .nav ul li {

    padding: 10px;
}

.banner .img .nav ul li a {
    font-size: 1.05em;
}

.banner .nav-1 a {
    text-decoration: underline !important;
    text-underline-offset: 5px;
    text-decoration-thickness: 20px;
}







/* box部分 */


/* 自动轮播图片 */




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


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

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

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

.color-box-0 .box .row h5 a {
    font-size: 18px;
    /* color: #fff; */
    color: #1D1D1B;
    font-weight: 400;

}

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

.color-box-0 .box .row p {
    /* color: #fff; */
    color: #1D1D1B;
    margin-bottom: 40px;

}







/* 盒子内部上下的距离  */
.color-box-0 {
    padding-top: 100px;
    padding-bottom: 0px;
    z-index: 2;
    background-color: #fff;
    /* background-color: pink; */
}








/* 分栏盒子 */


.box2 .row .right .imglink img {
    background-color: pink;
    border-radius: 10px;
}

/* 使head和分栏盒子版心宽度保持一致 */
.box2 .row {
    margin-left: 0;
    margin-right: 0;
}



.color-box-1 {

    background-color: #fff;
}

.color-box-2 {

    background-color: #1D1D1B;

}

.color-box-3 {
    background-color: #e67e22;
    background-color: #f39c12;

    background-color: #d6d1de;

}


.color-box-4 {
    /* background-color: #e67e22;
    background-color: #f39c12;
    background-color: #FFC342;
    background-color: #16a085; */
    background-color: #8eb1aa;

}

.color-box-5 {

    background-color: #0000;
    /* background-color: black; */
}

.color-box-6 {

    background-color: #f6e0b0;
}









/* 盒子之间的距离 */
.box2 {
    padding: 100px 0;

}


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


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


}




.box2 .left {

    margin-top: 0px;
    display: block;
    /* width: 100%; */
    height: 100%;

}

.box2 .left h3 {

    margin-top: 0;
    font-size: 30px;
    color: #1D1D1B;
    font-weight: 700;
    font-family: 'Nacelle-Bold';
}

.box2 .left h4 {
    font-size: 20px;
    color: #616161;
}

.box2 .row ul {
    margin-top: 50px;
}

.box2 .row ul li {

    color: #1D1D1B;

    /* background-color: pink; */

}


.color-box-2 .row .line hr {

    background-color: #fff;
}

.color-box-5 .row .line hr {

    background-color: #fff;
}


.color-box-2 .box2 .row h3 {
    color: #fff;
}

.color-box-5 .box2 .row h3 {
    color: #fff;
}


.color-box-2 .box2 .row ul li {
    color: #fff;
}

.color-box-5 .box2 .row ul li {
    color: #fff;
}




.add-check::before {
    content: '\2022';
    /* Unicode编码，表示实心圆点 */

    color: black;
    /* 设置颜色为黑色 */
    margin-right: 10px;
    /* 可选，增加文字与勾号之间的间距 */
}

.color-box-2 .add-check::before {
    content: '\2022';
    /* Unicode编码，表示实心圆点 */

    color: #fff;
    /* 设置颜色为黑色 */
    margin-right: 10px;
    /* 可选，增加文字与勾号之间的间距 */
}

.color-box-5 .add-check::before {
    content: '\2022';
    /* Unicode编码，表示实心圆点 */

    color: #fff;
    /* 设置颜色为黑色 */
    margin-right: 10px;
    /* 可选，增加文字与勾号之间的间距 */
}



.box2 .row ul hr {
    margin: 8px 0;
    width: 80%;
    border-color: #e0e0e0;
    border-color: #a1a1a1;
}

.color-box-4 .box2 .row ul hr {
    margin: 8px 0;
    width: 80%;
    border-color: #7b7a7a;
}



.box2 .row .right img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    cursor: default;
}



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





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

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







/* 响应式布局 */


/* 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 ul li {
        font-size: 1em;

    }


    /* 无限轮播图片 */


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

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

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

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

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

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

        100% {

            transform: translateX(-200%);
            /* #marquee-container width: 85%时 */
            /* 滚动的距离，根据图片数量和间隙调整 */
            /* 0%为多走图片盒子右边距0px，使得每轮循环衔接的丝滑 */

        }
    }

    .banner .img .text {
        font-size: 0.65em;

    }

    .banner .img .text p {
        width: 250px;
    }

    .banner .img .nav ul li {
        font-size: 0.8em;
        padding: 0 7px;
    }

    .box2 .row h3 {
        font-size: 2em;

    }

    #first-box {
        padding-top: 0;
    }
    
    .banner .img .text {
  
    top: 55vh;
   
}

}

/* sm */

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

    .box2 .row ul li {
        font-size: 1.1em;

    }


    /* 无限轮播图片 */

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

    .color-box-0 #marquee-container {
        width: 87%;
        overflow: hidden;
    }

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

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

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

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

        100% {

            transform: translateX(-100%);
            /* #marquee-container width: 85%时 */
            /* 滚动的距离，根据图片数量和间隙调整 */
            /* 0%为多走图片盒子右边距0px，使得每轮循环衔接的丝滑 */

        }
    }

}



/* md */

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

    .box2 .row ul li {
        font-size: 1.2em;

    }



    /* 无限轮播图片 */

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

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

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

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

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

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

        100% {


            transform: translateX(-103.7%);
            /* #marquee-container width: 85%时 */
            /* 滚动的距离，根据图片数量和间隙调整 */
            /* 3.7%为多走图片盒子右边距10px，使得每轮循环衔接的丝滑 */

        }
    }





}

/* lg */

@media (min-width: 1700px) {

    .box2 .row ul li {
        font-size: 1.3em;

    }



    /* 无限轮播图片 */

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

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

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

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

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

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

        100% {
            transform: translateX(-104.2%);
            /* #marquee-container width: 100%时 */
            /* 滚动的距离，根据图片数量和间隙调整 */
            /* 4.2%为多走图片盒子右边距20px，使得每轮循环衔接的丝滑 */

            transform: translateX(-105%);
            /* #marquee-container width: 85%时 */
            /* 滚动的距离，根据图片数量和间隙调整 */
            /* 4.2%为多走图片盒子右边距20px，使得每轮循环衔接的丝滑 */

        }
    }
}



















/* 方案三 */

/* .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;
} */




/* 字体图标声明 */