﻿.index-swiper {
    width: 100%;
    height:100vh;
    position: relative;
    z-index:1;
    overflow: hidden;
    background-color: #131821;
}
.index-swipbj{
	width:100vw;
	height:100vh;
	position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:-1;
}
.index-swipbj > video {
        width: 100%;
        height:auto;
    }
.mySwiperInd{
	height:100%;
}
.swiper-slide {
    position:relative;
    opacity: 0 !important;
}

.swiper-slide>img {
    width: 100%;
}
    .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active{
    	opacity: 1 !important;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 50px;
    }

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: transparent !important;
    border: 2px solid #ffffff !important;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #555555;
    border: 2px solid #555555;
    opacity: .6;
}

.banner-slidcnt{
    width:100%;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    
}
    .banner-slidcnt h2 {
        font-size: 110px;
        font-weight:600;
        color: #ffffff;
        text-align: center;
    }
    .banner-slidcnt p {
        font-size: 44px;
        color: #ffffff;
        text-align: center;
    }







    .index-bj {
        background-color: #131821;
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin: -2px 0;
    }

.indx-contbj {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}


/* 标题样式 */
.about-title {
    font-size: 72px;
    margin-bottom: 50px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.about-title::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #c10808 0%, #1d4b94 100%);
    border-radius: 2px;
}

/* -----------About Us---------- */
/* 内容容器 */
.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 130px;
}

/* 描述文本 */
.about-desc {
    font-size: 48px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 50px;
    text-align: center;
}

/* 按钮组 */
.about-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* 自定义按钮样式（Layui 按钮扩展） */
.layui-btn.custom-btn {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    border-radius: 50px;
    padding: 10px 35px;
    font-size: 18px;
    transition: all 0.3s ease;
    height: 60px;
    line-height: normal;
}

.layui-btn.custom-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.9);
    color: #fff;
}

.layui-btn.custom-btn i {
    margin-left: 0px;
    font-size: 18px;
}

.layui-btn+.layui-btn {
    margin-left: 0px;
}




/* Science & Pipeline */
.pipeline-box {
    padding: 170px 0 120px;
}

/* 主容器 */
/*.pipeline-container {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 40px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}*/

/* 表格样式 */
/*.layui-table {
    background: transparent;
    color: #fff;
    margin: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

.layui-table thead tr {
    background: rgba(255, 255, 255, 0.3);
}

.layui-table thead tr:hover {
    background: rgba(255, 255, 255, 0.3) !important;
}

.layui-table th {
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    border: none;
    text-align: center;
    padding: 25px 20px !important;
    font-size: 16px;
    white-space: nowrap;
}

.layui-table td {
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    vertical-align: middle;
    position: initial;
    padding: 25px 20px !important;
}

.layui-table tr:hover,
.layui-table td:hover {
    background-color: rgba(255, 255, 255, 0) !important;
}

.layui-table tbody {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.layui-table tbody tr {
    position: relative;
}*/

/* 合作伙伴Logo */
/*.partner-logo {}

.partner-logo img {
    max-height: 35px;
    filter: brightness(0) invert(1);
}*/

/* 进度条容器 */
/*.progress-bar-container {
    width: 54%;
    height: 16px;
    border-radius: 8px;
    overflow: hidden;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.progress-bar {
    height: 100%;
    border-radius: 8px;
    transition: width 0.5s ease;
}*/

/* 不同阶段颜色 */
/*.progress-red {
    background: linear-gradient(90deg, transparent, #c6171b);
}

.progress-blue {
    background: linear-gradient(90deg, transparent, #1c4f9b);
}*/

/* 进度条宽度类 */
/*.progress-10 {
    width: 10%;
}

.progress-20 {
    width: 15%;
}

.progress-30 {
    width: 30%;
}

.progress-40 {
    width: 40%;
}

.progress-50 {
    width: 50%;
}

.progress-60 {
    width: 50%;
}

.progress-70 {
    width: 70%;
}

.progress-80 {
    width: 85%;
}

.progress-90 {
    width: 85%;
}

.progress-100 {
    width: 100%;
}*/

/* 文本样式 */
/*.pipeline-name {
    font-weight: 500;
}

.indication {
    font-size: 14px;
    line-height: 1.4;
}

.commercial-rights {
    font-size: 13px;
    line-height: 1.4;
}*/




.news-box {
    padding-bottom: 130px;
}

/* 主容器 */
.news-container {
    position: relative;
}

/* 头部区域 */
.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.news-header h1 {
    font-size: 72px;
    color: #fff;
    margin: 0;
}

.all-news-btn {
    height: 55px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: normal;
}

.all-news-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.9);
}

/* 新闻列表 */
.news-list {
    list-style: none;
}

.news-item {
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.3s all;
    margin-bottom: 15px;
}

.news-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
}

.news-item:hover .news-title {
    color: #ffffff;
}

/* 新闻日期 */
.news-date {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    width: 200px;
    flex-shrink: 0;
}

/* 新闻标题 */
.news-title {
    flex: 1;
    font-size: 24px;
    line-height: 1.5;
    color: #999999;
    padding: 0 20px;
}

/* 箭头图标 */
.news-arrow {
    color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
    transition: transform 0.3s ease;
    margin-left: auto;
}

.news-item:hover .news-arrow {
    transform: translateX(5px);
    color: #fff;
}




/* Investor Relations */
.investo-box {
    display: flex;
}

.investo-bxleft,
.investo-bxright {
    width: 50%;
    background-color: #141e2d;
    position: relative;
}

.investo-bxleft>img,
.investo-bxright>img {
    width: 100%;
    height: auto;
}


.investo-bxright::before {
    content: "";
    width: 4px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 65px;
    transform: translateY(-50%);
    border-radius: 50px;
    background: linear-gradient(to top, #1e51a0, #c20707);
}

.investo-bxle-cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 130px 120px 100px 200px;
}

.investo-bxg {
    width: 60px;
    height: 4px;
    background: linear-gradient(to left, #1d4b94, #b50a0c);
    border-radius: 50px;
    margin-top: 20px;
}


.investo-bxtit {
    font-size: 72px;
    color: #ffffff;
}


.investo-bxri-cont {
    padding: 50px 130px;
}

.investo-bxtxt {
    font-size: 24px;
    color: #ffffff;
    padding: 35px 0 40px;
}





@media only screen and (max-width: 1540px) {
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 40px;
    }
    .banner-slidcnt h2 {
        font-size: 90px;
    }

    .banner-slidcnt p {
        font-size: 34px;
    }




    .about-content {
        padding-top: 100px;
    }

    .about-title {
        font-size: 58px;
        margin-bottom: 45px;
    }

    .about-title::after {
        bottom: -15px;
    }

    .about-desc {
        font-size: 36px;
        margin-bottom: 40px;
        line-height: 1.3;
    }

    .about-buttons {
        gap: 25px;
    }

    .layui-btn.custom-btn {
        padding: 10px 30px;
        font-size: 16px;
        height: 50px;
    }

    .pipeline-box {
        padding: 140px 0 90px;
    }

/*    .pipeline-container {
        border-radius: 25px;
        padding: 30px;
    }

    .layui-table th {
        padding: 20px 15px !important;
        font-size: 14px;
    }

    .layui-table td {
        padding: 20px 15px !important;
        font-size: 12px;
    }*/




    .news-box {
        padding-bottom: 100px;
    }

    .news-header {
        margin-bottom: 50px;
    }

    .news-header h1 {
        font-size: 58px;
    }

    .all-news-btn {
        height: 50px;
        font-size: 14px;
        padding: 10px 20px;
    }

    .news-item {
        padding: 20px 0;
        margin-bottom: 10px;
    }

    .news-date {
        font-size: 16px;
        width: 170px;
    }

    .news-title {
        flex: 1;
        font-size: 20px;
        padding: 0 15px;
    }

    .news-item:hover {
        padding: 20px;
    }

    .news-arrow {
        font-size: 24px;
    }


    .investo-bxle-cont {
        padding: 100px 90px 80px 110px;
    }

    .investo-bxtit {
        font-size: 58px;
    }

    .investo-bxg {
        width: 55px;
        height: 4px;
        margin-top: 15px;
    }

    .investo-bxri-cont {
        padding: 40px 100px;
    }

    .investo-bxtxt {
        font-size: 20px;
        padding: 30px 0 35px;
    }

    .investo-bxright::before {
        width: 4px;
        height: 180px;
        left: 55px;
    }






}


@media only screen and (max-width: 1440px) {
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 30px;
    }
    .banner-slidcnt h2 {
        font-size: 70px;
    }

    .banner-slidcnt p {
        font-size: 24px;
    }






    .about-content {
        padding-top: 80px;
    }

    .about-title {
        font-size: 48px;
        margin-bottom: 40px;
    }

    .about-desc {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .about-buttons {
        gap: 20px;
    }

    .layui-btn.custom-btn {
        padding: 8px 25px;
        font-size: 14px;
        height: 45px;
    }

    .layui-btn.custom-btn i {
        font-size: 16px;
    }

    .pipeline-box {
        padding: 120px 0 70px;
    }

    /*    .pipeline-container {
        border-radius: 20px;
        padding: 20px;
    }


    .layui-table th {
        padding: 15px 10px !important;
        font-size: 12px;
    }

    .layui-table td {
        padding: 15px 10px !important;
        font-size: 12px;
    }


    .progress-bar-container {
        width: 49%;
    }*/



        .news-header {
            margin-bottom: 40px;
        }

            .news-header h1 {
                font-size: 48px;
            }

        .all-news-btn {
            height: 40px;
            font-size: 12px;
            padding: 8px 15px;
        }





        .news-box {
            padding-bottom: 80px;
        }

        .news-date {
            font-size: 14px;
            width: 150px;
        }

        .news-title {
            font-size: 18px;
            padding: 0px 10px;
        }

        .news-item {
            padding: 15px 0;
            margin-bottom: 8px;
        }

            .news-item:hover {
                padding: 15px;
            }

        .news-arrow {
            font-size: 20px;
        }





        .investo-bxle-cont {
            padding: 80px 70px 60px 80px;
        }

        .investo-bxtit {
            font-size: 48px;
        }

        .investo-bxg {
            width: 50px;
            height: 3px;
            margin-top: 10px;
        }

        .investo-bxtxt {
            font-size: 18px;
            padding: 25px 0 30px;
        }

        .investo-bxri-cont {
            padding: 30px 80px;
        }

        .layui-icon {
            font-size: 14px;
        }

        .investo-bxright::before {
            width: 3px;
            height: 160px;
            left: 45px;
        }
    }

@media only screen and (max-width: 768px) {
	.index-swiper{
		height:30vh;
	}
    .index-swipbj {
        height: 30vh;
    }

        .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
        }

        .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
            bottom: .2rem;
        }

        .banner-slidcnt {
            padding: 0 .1rem;
        }

            .banner-slidcnt h2 {
                font-size: 30px;
            }

            .banner-slidcnt p {
                font-size: 14px;
            }





        .about-content {
            padding: .8rem .1rem 0;
        }

        .about-title {
            font-size: 38px;
            margin-bottom: 35px;
        }

        .about-desc {
            font-size: 20px;
            margin-bottom: 30px;
        }


        .pipeline-box {
            padding: 1rem .1rem .7rem;
        }
        /*    .layui-table {
        width: 14rem;
    }
    .progress-bar-container {
        width: 53%;
    }
    .pipeline-container {
        border-radius: 20px;
        padding: .2rem;
        overflow-x: auto;
    }*/

        .news-box {
            padding: 0 .1rem .8rem;
        }

        .news-header {
            margin-bottom: .4rem;
        }

            .news-header h1 {
                font-size: 38px;
            }

        .news-item {
            padding: 15px;
        }

        .news-date {
            font-size: 12px;
            width: 90px;
        }

        .news-title {
            font-size: 16px;
            padding: 0px 8px;
        }

        .news-arrow {
            font-size: 18px;
        }



    .layui-btn.custom-btn{
       margin:0 .1rem;
    }



    .investo-box {
        flex-direction: column;
    }

        .investo-bxleft,
        .investo-bxright {
            width: 100%;
        }

        .investo-bxle-cont {
            padding: .3rem .4rem;
        }

        .investo-bxtit {
            font-size: 38px;
        }

        .investo-bxri-cont {
            padding: .3rem .4rem;
        }

        .investo-bxright::before {
            left: 12px;
        }

        .investo-bxtxt {
            font-size: 16px;
            padding: 20px 0 25px;
        }
    }