 /*首页顶部轮播*/
.carousel-container {
    position: relative;
    width: 100vw;
    height: calc(100vw * 7 / 16);
    max-height: 100vh;
    overflow: hidden;
    margin: 0 auto;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    background-position: center;
    background-size: cover;
}

    .carousel-slide.active {
        opacity: 1;
        z-index: 1;
    }

        /* 淡入淡出动画 */
        .carousel-slide.active.fade {
            animation: fade 0.8s ease-in-out;
        }

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 控制按钮样式 */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-container:hover .carousel-control {
    opacity: 1;
}

.carousel-control.prev {
    left: 20px;
}

.carousel-control.next {
    right: 20px;
}

.carousel-control:hover {
    background-color: rgba(0, 0, 0, 0.7);
    transform: translateY(-50%) scale(1.1);
}

/* 指示器样式 */
.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .indicator.active {
        background-color: white;
        transform: scale(1.3);
    }

/* 响应式调整 */
@media (max-width: 768px) {
    .carousel-control {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .carousel-indicators {
        bottom: 10px;
    }

    .indicator {
        width: 10px;
        height: 10px;
    }
}
/*首页轮播结束*/
.xykx_box {
    width: 530px;
    min-height: 260px;
    float: left;
}

@media(max-width:760px) {
    .xykx_box {
        width: 100%;
    }

    .text_box1 {
        margin-top: 10px;
    }
}

.indexLmTitle {
    text-align: center;
    font-size: 1.71vw;
    font-weight: 700;
}

.toleft {
    text-align: left;
}

.toright {
    text-align: right;
}

.indexLmTitle .tx_1 {
    color: #1a1a1a;
}

.indexLmTitle .tx_2 {
    color: #a10000;
}

.indexLmTitle .tx_3 {
    font-size: .833vw;
    font-family: 'Times New Roman', Times, serif;
    color: #333;
}



.more {
    padding-right: 15px;
    border-bottom: 3px solid #a10000;
}

    .more a {
        display: inline-block;
        height: 25px;
        width: 32px;
        background-image: url(/images/moreg.png);
    }

        .more a:hover {
            background-image: url(/images/morer.png);
        }



/*index tabs 开始*/
.index_tabs {
    padding-top:50px;
    overflow: hidden; /* 防止选项卡溢出容器 */
    background-image: url(/images/tabbg23.png);
    background-repeat: no-repeat;
    background-position: left top;
    
}
.tabhead {
    border-bottom: 3px solid #E2BE8F;
    margin-top:50px;
    padding-bottom:15px;
    position:relative;
}

.topNewsTitle {
    float: left;
    font-size:30px;
    font-weight: 700;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
    /*border-bottom: 3px solid rgb(37 99 235 / var(--tw-bg-opacity, 1));*/
}
    .topNewsTitle img{
        position:relative;
        top:20px;
        width:18%;
    }
    .topNewsTitle span {
        margin: auto;
        text-align: left;
        line-height: 2;
        padding-top: 15px;
        font-size: 16px;
        font-weight: 400;
    }
.index_tabs .tab-links {
    position:absolute;
    bottom:20px;
    right:10%;
    font-size:18px;
    font-weight:600;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 1.4;
}

       /* .index_tabs .tab-links::after { 清除浮动
            display: table;
            content: "";
            clear: both;
        }*/

        .index_tabs .tab-links li {
            display: inline-block;
            margin: auto 30px;
        }

.index_tabs .tablink {
    text-align: center; /* 文本居中 */
    transition: all 0.3s ease-in-out;
    color: #ADADAD;
    cursor: pointer;
    padding: 5px;
    border-bottom: 3px solid #F2F4FA;
}

        .index_tabs .tablink .tt-en {
            height: 15px;
            font-size: 12px;
            color: #E2BE8F;
            background-image: url(/images/ttbg2.svg);
            background-repeat: no-repeat;
            background-position-x: 5px;
            display: none;
        }

    .index_tabs .tablink:hover {
        color: rgb(30 41 59 / var(--tw-text-opacity, 1)); /* 鼠标悬停时变色 */
        border-bottom:3px solid #2563EB;
    }

        .index_tabs .tablink.active {
            color: rgb(30 41 59 / var(--tw-text-opacity, 1)); /* 选中时 */
             border-bottom:3px solid #2563EB; 
        }

            .index_tabs .tablink.active .tt-en {
                display: block;
            }

    .index_tabs .tabcontent {
       
        padding-top: 15px;
        aspect-ratio: 136/58;
        display: none;
        background-color: #fff;
    }

        .index_tabs .tabcontent.active {
            display: block;
        }
/*index tabs 结束*/
.topLink {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
}

    .topLink a {
        font-size: 14px;
        line-height: 45px;
        text-align: left;
        color: #A10000;
        display: inline-block;
        width: 80px;
        height: 45px;
        padding-left: 50px;
        background-image: url(/images/more1.svg);
        background-repeat: no-repeat;
        background-position: left center;
        margin-left: 50px;
    }

        .topLink a:hover {
            background-image: url(/images/more1a.svg);
        }

.tabMore {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
}

    .tabMore img {
        margin-left: 3px;
    }

.js_pic {
    width: 733px;
    height: 416px;
    float: left;
}

/*index 新闻资讯*/
.topNewList {
    float: right;
    width: 62%;
    min-height: 300px;
}

    .topNewList li {
        border-bottom: 1px solid #EFF0F1;
        margin-bottom: 20px;
        margin-left: 2%;
        width: 48%;
        aspect-ratio: 20/7;
        min-height: 138px;
        float: left;
        overflow: hidden; /*注意不要写在最后了*/
        /* white-space: nowrap;*/
        display: -webkit-box;
        -webkit-line-clamp: 2;
        position: relative;
        color: #1a1a1a;
        background-color: #fff;
        padding: 0px;
        border-radius: 3px;
    }

        .topNewList li:before {
            content: "";
            position: absolute;
            width: 0;
            right: 0;
            transition: 0.5s;
            height: 1px;
            background: #0041b2;
            bottom: 0px
        }

        .topNewList li:hover a {
            color: #0041b2 !important;
        }

        .topNewList li:hover:before {
            width: 100%; /*width: calc(100% - 35px);*/
            left: 0;
            right: auto
        }

        .topNewList li .txt {
            float: left;
            width: calc(100% - 76px);
            font-size: 12px;
            line-height: 1.3em;
            margin-left: 15px;
        }

            .topNewList li .txt a {
                display: block;
                min-height: 48px;
                color: #000;
                font-size: 16px;
                line-height: 1.5;
                overflow: hidden; /*注意不要写在最后了*/
                /* white-space: nowrap;*/
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .topNewList li .txt .Summary {
                margin-top: 20px;
                font-size: 14px;
                line-height: 1.5;
                color: #666;
                overflow: hidden; /*注意不要写在最后了*/
                /* white-space: nowrap;*/
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

        .topNewList li .topTime {
            margin-top: 30px;
            font-size: 12px;
            color: #666666;
            width: 57px;
            height: 100px;
            border-right: 1px solid #EFF0F1;
            /* background-color: rgba(151,15,18,0.95);*/
            float: left;
            text-align: center;
        }

            .topNewList li .topTime .day {
                margin-top: 20px;
                font-size: 20px;
                line-height: 1.4;
                font-weight: 500;
                color: #a10000;
            }

        .topNewList li .txt {
            margin-top: 20px;
        }

        .topNewList li .tip {
            width: 315px;
            height: 180px;
            overflow: hidden;
        }

            .topNewList li .tip img {
                width: 100%;
                transition: all 0.8s;
                -ms-transition: all 0.8s;
            }

            .topNewList li .tip:hover img {
                transform: scale(1.1);
                -ms-transform: scale(1.1);
            }

.titleYw {
    padding-top: 150px;
    margin-bottom: 30px;
}


.indexBg1 {
    background-position: left center;
    padding-bottom: 80px;
}

.indexBg2 {
    background-image: url(/images/mainbg3.png);
    padding-bottom: 80px;
}

.indexBg3 {
         background-image: url(/images/main4bg.png);
}
.indexVedo {
    padding-top: 80px;
    background-image: url(/images/tabbg23.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.indexBg4 {
    padding-top: 50px;
    padding-bottom: 80px;
    background-image: url(/images/mainbg11.png);
 
}

.indexTop2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* 设置元素间距 */
}

    .indexTop2 li {
        flex: 20%;
        aspect-ratio: 24/19;
        border-radius: 3px;
        overflow: hidden; /*注意不要写在最后了*/
        position: relative;
        color: #1a1a1a;
        background-color: #fff;
    }

        .indexTop2 li .txt {
            margin: 10px 10px auto 15px;
            font-size: 16px;
            line-height: 1.3;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .indexTop2 li .topTime {
            font-size: 12px;
            color: #fff;
            width: 57px;
            height: 50px;
            /* background-color: rgba(151,15,18,0.95);*/
            background-color: #a10000;
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
        }

            .indexTop2 li .topTime .day {
                font-size: 20px;
                line-height: 1.4;
                font-weight: 500;
            }

        .indexTop2 li .tip {
            width: 100%;
            aspect-ratio: 8/5;
            overflow: hidden;
        }

            .indexTop2 li .tip img {
                width: 100%;
                height: 100%;
                transition: all 0.8s;
                -ms-transition: all 0.8s;
            }

            .indexTop2 li .tip:hover img {
                transform: scale(1.1);
                -ms-transform: scale(1.1);
            }
/*top3*/
.indexTop3 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* 设置元素间距 */
}

    .indexTop3 li {
        border-radius: 3px;
        flex: 20%;
        aspect-ratio: 24/19;
        overflow: hidden; /*注意不要写在最后了*/
        position: relative;
        color: #1a1a1a;
        background-color: #fff;
    }

        .indexTop3 li .txt {
            margin: 10px 10px auto 15px;
            font-size: 16px;
            line-height: 1.3;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .indexTop3 li .topTime {
            font-size: 12px;
            color: #fff;
            width: 57px;
            height: 50px;
            /* background-color: rgba(151,15,18,0.95);*/
            background-color: #a10000;
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
        }

            .indexTop3 li .topTime .day {
                font-size: 20px;
                line-height: 1.4;
                font-weight: 500;
            }

        .indexTop3 li .tip {
            width: 100%;
            aspect-ratio: 8/5;
            overflow: hidden;
        }

            .indexTop3 li .tip img {
                width: 100%;
                height: 100%;
                transition: all 0.8s;
                -ms-transition: all 0.8s;
            }

            .indexTop3 li .tip:hover img {
                transform: scale(1.1);
                -ms-transform: scale(1.1);
            }

.indexlmLeft {
    margin-top: 120px;
    width: 49%;
    float: left;
    overflow: hidden;
    background-color: #fff;
    padding-top: 50px;
    border-radius: 3px;
    background-image: url(/images/bg9a.svg);
}

.indexlmRight {
    margin-top: 120px;
    width: 49%;
    float: right;
    min-height: 620px;
    background-color: #fff;
    padding-top: 50px;
    border-radius: 3px;
    background-image: url(/images/bg9a.svg);
}

.indexnotice {
    margin-top: 20px;
    background-color: white;
    border-radius: 4px;
    min-height: 620px;
    padding: 5px;
}

    .indexnotice li {
        border-bottom: 1px dashed #EEEEEE;
        padding: 25px 20px 20px 25px;
        min-height: 50px;
        line-height: 1.7;
        color: #4b4b4b;
        transition: all 0.3s ease-in-out;
    }

        .indexnotice li:hover {
            transform: scale(1.05);
        }

            .indexnotice li:hover a {
                color: #A10000 !important;
            }

    .indexnotice .noticeTime {
        float: left;
        width: 52px;
        height: 52px;
        background: url(/images/notice.png) no-repeat left top;
        margin-right: 20px;
        text-align: center;
        font-size: 12px;
    }

.noticeTime .nday {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    color: #A10000;
}

.zsks {
    background-color: #fff;
    margin-top: 15px;
    border-radius: 4px;
    min-height: 625px;
    padding: 5px;
}

    .zsks li {
        border-bottom: 1px solid #EFF0F1;
        padding: 25px 20px 20px 25px;
        height: 52px;
        line-height: 50px;
        color: #4b4b4b;
        background-image: url(/images/list-gray.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        position: relative;
    }

        .zsks li:before {
            content: "";
            position: absolute;
            width: 0;
            right: 0;
            transition: .5s;
            height: 1px;
            background: #0041b2;
            bottom: 0px
        }

        .zsks li:hover * {
            color: #0041b2 !important;
        }

        .zsks li:hover:before {
            width: 100%; /*width: calc(100% - 35px);*/
            left: 0;
            right: auto
        }

        .zsks li span {
            position: absolute;
            right: 30px;
            bottom: 0px;
            color: #999999;
            font-size: 12px;
        }
.indexvLeft{
    width:21%;
    float:left;
}
.indexvLeft img{
    width:100%;
    border-radius:4px;
}
.jxky_box {
    padding-top: 30px;
    margin-bottom: 30px;
    width: 76%;
    position: relative;
    float: right;
}

    .jxky_box::after {
        content: "";
        display: block;
        clear: both;
    }

    .jxky_box .titlebox {
        margin: 10px auto 30px auto;
    }

    .jxky_box li {
        border-radius: 3px;
        background-color: #fff;
    }

        .jxky_box li:nth-child(odd) {
            padding: 0px;
            width: 25%;
            aspect-ratio:4/3;
            float: left;
            clear: left;
            margin-bottom: 15px;
        }

        .jxky_box li:nth-child(1) {
            width: 48%;
            aspect-ratio: 4/3;
            position: absolute;
            left: 50%;
            transform: translate(-50%,-5%);
            overflow: hidden;
            box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.16);
        }

            .jxky_box li:nth-child(1) .txt {
                margin-top: 35px;
                font-size: 24px;
                font-weight: 600;
                margin-bottom: 30px;
            }

        .jxky_box li:nth-child(even) {
            width: 25%;
            aspect-ratio: 4/3;
            margin-bottom: 15px;
            float: right;
            clear: right;
        }

        .jxky_box li .imgBox {
            width: auto;
            height: 0px;
            padding-bottom: 56%;
            overflow: hidden;
            border-radius: 3px;
        }

    .jxky_box .jxjyTime {
        color: #999999;
        font-size: 14px;
        margin: 10px 20px auto auto;
        text-align: right;
        display: none;
    }

        .jxky_box .jxjyTime img {
            width: auto;
        }

    .jxky_box .txt {
        margin: 10px auto auto 15px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.7;
        overflow: hidden; /* 超出部分隐藏 */
        white-space: nowrap; /* 文本不换行 */
        text-overflow: ellipsis; /* 超出部分显示省略号 */
    }

    .jxky_box li img {
        width: 100%;
        transition: all 0.8s;
    }

        .jxky_box li img:hover {
            transform: scale(1.1);
        }

.photo-container {
    float: right;
    width: 55%;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 定义两列，每列等宽 */
    gap: 10px; /* 设置网格间距 */
}


.photo-container .grid-item {
    background-color: #fff;
    padding:3px;
    text-align: center;
    aspect-ratio:16/9;
    overflow:hidden;
    border-radius:4px;
}
    .photo-container .grid-item img {
        width: 100%;
        height: 100%;
        border-radius: 4px;
        transition: all 0.8s;
    }
 .photo-container .grid-item img:hover {
        transform: scale(1.1);
    }
.indexAbout {
    width: 45%;
    min-height: 400px;
    float: left;
    position:relative;
    aspect-ratio:32/22;
}
    .indexAbout::after{
        content:"";
        display:table;
        clear:both;
    }

    .indexAbout .toLinkPotos {
        margin-top: 50px;
        width: 80%;
        float: right;
        position: relative;
        padding-bottom: 10px;
        font-size: 16px;
        border-bottom: 1px solid #0041b2;
    }

        .indexAbout .toLinkPotos:before {
            content: "";
            position: absolute;
            width: 0px;
            right: 0;
            transition: .5s;
            height: 1px;
            background: #0041b2;
            bottom: 0px
        }

        .indexAbout .toLinkPotos:hover:before {
            width: 100%; /*width: calc(100% - 35px);*/
            left: 0;
            right: auto
        }

        .indexAbout .toLinkPotos i {
            border-color: transparent transparent #003f88;
            border-style: solid;
            border-width: 14px 8px;
            display: inline-block;
            height: 0;
            margin-left: 10px;
            transform: rotate(90deg) translateY(-4px) translateX(8px);
            width: 0;
        }

    .indexAbout .indexAboutList {
        
        clear: both;
        margin: 22% auto auto 15%;
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 定义两列，每列等宽 */
        gap: 40px 20px; /* 设置网格间距 */
    }



        .indexAbout .indexAboutList .listItem {
           
            text-align: left;
             
            line-height: 30px;
            font-size: 18px;
  
        }

            .indexAbout .indexAboutList .listItem img {
                margin-right: 10px;
                vertical-align: middle;
                width:35px;
            }
.xyfgtg {
    line-height: 2;
    font-size: 1em;
    border-bottom: 1px solid #a10000;
    
    padding:15px;
 
}