* {
    margin: 0;
    padding: 0;
}

.tjfx {
    background: url("/material/images/ghjh/mianbg.png") #dfebf9;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 60px;
    position: relative;
}

body {
    min-width: 1550px !important;
}

.main8 {
    margin: 0;
}

.header {
    margin-bottom: 0 !important;
}

.tj-div {
    margin-top: 20px;
    position: relative;
    height: 370px;
}

/*  Flex布局相关公共样式 */
.flex {
    display: flex;
}

.flex-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.flex-space-between {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.flex-center-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

}

.flex-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;

}

.flex-top {
    display: flex;
    align-items: flex-start;

}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}


.flex-1 {
    flex: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.jc-start {
    justify-content: flex-start;
}

.jc-end {
    justify-content: flex-end;
}

.jc-center {
    justify-content: center;
}

.jc-around {
    justify-content: space-around;
}

.jc-between {
    justify-content: space-between;
}

.ai-start {
    align-items: flex-start;
}

.ai-end {
    align-items: flex-end;
}

.ai-center {
    align-items: center;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.w-100 {
    width: 100%;
}

.w-0 {
    width: 0;
}

.h-100 {
    height: 100%;
}

.h-0 {
    height: 0;
}

.w-50 {
    width: 50%;
}

.l-0 {
    left: 0;
}

.r-0 {
    right: 0;
}

div {
    box-sizing: border-box;
}

.container {
    background-color: #DAF0FE;
    padding-bottom: 40px;
}

.main {
    width: 1400px;
    margin: 0 auto;
}

.top-div {
    width: 690px;
    background: url('/material/images/ghjh/top-li-bg.png') no-repeat;
    background-size: 100% 100%;
    height: 370px;
    padding-top: 15px;
    position: absolute;
}

.tj-div .top-div:nth-child(1) {
    left: -13px;
}

.tj-div .top-div:nth-child(2) {
    right: -13px;
}

.top-title {
    height: 60px;
    padding: 0 25px 0 25px;
}

.title1 {
    color: #232A65;
    font-size: 26px;
    font-weight: bold;
    /* line-height: 33px; */
}

.title1 img {
    margin-right: 10px;
}

.top-more {
    font-size: 18px;
}

.top-ul {
    padding-left: 25px;
    padding-right: 30px;
    padding-top: 20px;
}

.top-ul .top-li {
    font-size: 18px;
    line-height: 48px;
}

.top-ul .top-li a {
    width: 70%;
    color: #333;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-ul .top-li a::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #9ED5FF;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.top-ul .top-li span {
    color: #A2A2A2;
}

.data-server {
    margin-top: 60px;
    margin-bottom: 450px;
}

.tab-grid {
    /* display: grid !important; */
    /* grid-template-columns: repeat(5, 1fr); */
    /* column-gap: 12px; */
}

.tab-nav .swiper-slide {
    display: flex !important;
    justify-content: center !important;
}

.tab-nav .swiper-slide img {
    cursor: pointer;
}

.tab-grid li {
    list-style: none;
}

.data-content {
    /* overflow: hidden; */
    position: absolute;
    bottom: 45px;
}

.tab-content {
    /* height: 550px; */
    /* background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
    overflow-y: auto; */
}

/* .tab-panel {
    display: none;
} */

.tab-panel.active {
    /* display: block; */
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
}

.tab-panel .bottom-ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}

.tab-panel .bottom-ul li {
    height: 83px;
    font-size: 20px;
    background-color: #E9F4FF;
    color: #333;
    padding: 15px 20px;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.tab-panel .bottom-ul li a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tab-panel .bottom-ul li:hover {
    background-color: #4380FF;
}

.tab-panel .bottom-ul li:hover a {
    color: #fff;
}

.i-wza-people {
    /* width: max-content !important; */
}

.carousel {
    width: 1400px;
    overflow: hidden;
    margin: 50px auto;
}

/* 导航图标列表 */
#list {
    width: 1400px;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-between;
}


#list li {
    width: 270px;
    /* ⭐ 原 280 → 改 270 */
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

#list img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    transition: transform .3s;

}

/* #list li img {
        width: 80px;
        cursor: pointer;
    }

    #list li img.active {
        transform: scale(1.2);
    } */

/* 内容区 */
.tab-content {
    background-color: #fff;
    position: relative;
    margin-top: 30px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    width: 1400px;
}

.panel-wrapper {
    display: flex;
    /* 不使用 transition，这里用 rAF 做连续位移 */
    transform: translateX(0);
    will-change: transform;
}

.tab-panel {
    /* min-width: 500px; */
    /* padding: 20px; */
    box-sizing: border-box;
    width: 1400px;
    /* border-radius: 10px; */
    padding: 30px;
    /* background-color: #fff; */
    /* height: max-content; */
    flex-shrink: 0;
    position: relative;
}

.tab-panel::after {
    content: '';
    height: 80%;
    width: 0;
    /* 宽度设为0，由border提供 */
    border-right: 2px dashed #ccc;
    /* 右边框作为虚线 */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
}

.trigon {
    position: absolute;
    transition: left 0.5s ease;
    width: 40px;
    height: 20px;
    background: rgb(255, 255, 255);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: 220px;
}


.btn-left {
    left: -50px;
}

.btn-right {
    right: -50px;
}


.page-btn-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    background: white;
    color: #666;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
    position: absolute;
}

.page-btn-border:hover {
    border-color: #0d6efd;
    color: #0d6efd;
    background-color: #f8f9ff;
}

.arrow-border-left {
    /* bottom: 250px; */
    left: -70px;
}

.arrow-border-right {
    /* bottom: 250px; */
    right: -70px;
}

/* 方块箭头样式 */
.arrow-border-left::before,
.arrow-border-right::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.arrow-border-left::before {
    transform: rotate(-135deg);
    left: 24px;
}

.arrow-border-right::before {
    transform: rotate(45deg);
    right: 24px;
}