﻿/**/
/*课程体系页面样式表*/
/**/

.zds_img {
    width: 500px;
}

.english {
    font-size: 22px;
    font-weight: bold;
    margin-top: -30px;
    margin-bottom: 50px;
    color: #666;
}

.yellow-bar {
    width: 1200px;
    height: 30px;
    background-color: #fa9604;
    margin: auto;
}

/*适用人群*/
.curr_syrq {
    width: 100%;
    margin: 0 auto;
    background-image: url('../image/curr-syrq.png');
    font-size: 22px;
    font-weight: bold;
    padding: 0.5rem 0rem 0.5rem;
    text-align: center;
}

    .curr_syrq p {
        padding: 0.05rem;
        letter-spacing: 3px;
    }

/*学习模式*/
.xueximoshi {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
}

    .xueximoshi .divs {
        float: left;
        width: 33%;
        margin: auto;
        text-align: center;
    }

    .xueximoshi .big {
        font-size: 24px;
        font-weight: bold;
    }

    .xueximoshi .small {
        font-size: 18px;
        margin-top: 20px;
    }

    .xueximoshi .small2 {
        font-size: 18px;
    }

/*中间图片*/
.curr-zjimg {
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 1200px;
}


/*九大课程体系*/
.container2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 800px;
    background: url('../image/curr-kctxbag.jpg') no-repeat center center;
}

    .container2 .image {
        width: 30px;
    }

.modules {
    margin: 1rem;
    margin-left: 1.5rem;
    width: 16%;
    height: 800px;
    background: url('../image/kctx-left.png') no-repeat;
    padding: 35px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 10px;
}

.module {
    margin: 0;
    padding: 14px;
    cursor: pointer;
    font-size: 23px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 6px;
    position: relative; /* 确保 .module 是定位的，以便 :after 伪元素可以相对于它定位 */
    transition: background-color 0.3s; /* 添加过渡效果 */
    cursor: pointer;
}

.modules a {
    display: block;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s; /* 添加过渡效果 */

    position: relative; /* 添加定位以便放置小箭头 */
}

    .modules a:hover,
    .modules a.active {
        background-color: #f9a312; /* 鼠标悬停或点击后背景色变为橙色 */
        position: relative;
        color: black;
    }

        .modules a.active::after,
        .modules a:hover::after {
            content: ''; /* 小箭头内容 */
            position: absolute; /* 绝对定位小箭头 */
            left: 100%; /* 使箭头位于链接的右侧 */
            margin-left: 40px; /* 这个值可能需要调整，以确保箭头紧挨着竖线 */
            top: 50%; /* 垂直居中 */
            transform: translateY(-50%) rotate(45deg); /* 垂直居中对齐并旋转45度形成三角形 */
            width: 25px; /* 三角形底边宽度 */
            height: 25px; /* 三角形高度，与底边宽度相同以形成等腰直角三角形 */
            background-color: white; /* 三角形颜色为黄色 */
            border: none; /* 确保没有边框 */
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%); /* 使用clip-path创建三角形 */
        }



.sidebar2 {
    float: left;
    margin: 1rem;
    margin-left: 0rem;
    min-width: 16%;
    height: 600px;
    background: url('../image/kctx-left.png') no-repeat;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 10px;
}

    /*    .sidebar2::after {
        content: '';
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        width: 3px;
        background-color: #f9a312;
        height: 400px;
    }*/

    .sidebar2 a {
        display: block;
        text-decoration: none;
        transition: background-color 0.3s, color 0.3s; /* 添加过渡效果 */
        position: relative; /* 添加定位以便放置小箭头 */


        margin: 0;
        padding: 14px;
        cursor: pointer;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        letter-spacing: 3px;
        position: relative; /* 确保 .module 是定位的，以便 :after 伪元素可以相对于它定位 */
        transition: background-color 0.3s; /* 添加过渡效果 */
        cursor: pointer;
    }

        .sidebar2 a:hover,
        .sidebar2 a.active {
            background-color: #f9a312; /* 鼠标悬停或点击后背景色变为橙色 */
            position: relative;
            color: black;
        }

            .sidebar2 a.active::after,
            .sidebar2 a:hover::after {
                content: ''; /* 小箭头内容 */
                position: absolute; /* 绝对定位小箭头 */
                left: 100%; /* 使箭头位于链接的右侧 */
                margin-left: 15px; /* 这个值可能需要调整，以确保箭头紧挨着竖线 */
                top: 50%; /* 垂直居中 */
                transform: translateY(-50%) rotate(45deg); /* 垂直居中对齐并旋转45度形成三角形 */
                width: 25px; /* 三角形底边宽度 */
                height: 25px; /* 三角形高度，与底边宽度相同以形成等腰直角三角形 */
                background-color: white; /* 三角形颜色为黄色 */
                border: none; /* 确保没有边框 */
                clip-path: polygon(0% 0%, 100% 0%, 100% 100%); /* 使用clip-path创建三角形 */
            }

.content-section {
    display: none;
    max-height: 540px; /* 设置最大高度，根据需要调整 */
    overflow-y: auto; /* 启用垂直滚动条 */
    overflow-x: hidden;
}

    .content-section.active {
        display: block;
        max-height: 540px; /* 设置最大高度，根据需要调整 */
        overflow-y: auto; /* 启用垂直滚动条 */
        overflow-x: hidden;
    }








.heardDiv {
    background-color: transparent;
    font-size: 22px;
    text-align: center;
    height: 50px;
    border: 0px solid #ddd;
    margin-top: 15px;
}


.table-container {
    float: left;
    background: url('../image/kctx-right.png') no-repeat;
    width: 78%;
    height: 77.5%;
    padding-top: 10px;
    margin-top: 1rem;
    margin-left: -0.5rem;
    box-sizing: border-box;
    border-radius: 10px;
    /*overflow-y: auto;*/ /* 允许垂直滚动 */
    position: relative;
}

    .table-container table {
        width: 100%;
        border-collapse: collapse;
    }


#table-body {
    font-size: 17px;
    overflow-y: auto; /* 允许垂直滚动 */
}

.table-container th, td {
    border: 0px solid #ddd;
    padding: 8px;
}

.table-container thead {
    height: 35px;
}

    .table-container thead th {
        background-color: transparent;
        font-size: 22px;
        text-align: center;
        height: 50px;
        /*position: sticky;*/ /* 固定表头 */
        /*top: 0;*/ /* 固定在顶部 */
        /*z-index: 2;*/ /* 确保表头在表体内容之上 */
    }


.table-container .left {
    text-align: left;
    padding-left: 0.3rem;
}

/*选择我们*/
.containerXZWM {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    background-color: #f7f7f7; /* 这里设置为白色是为了突出效果，但根据描述，大背景应为浅灰色（已在body中设置），所以这里不需要设置 */
}

    .containerXZWM .list {
        list-style: none;
        padding: 0 0 0.3rem;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .containerXZWM .item {
        width: 380px;
        height: 330px;
        margin: 6px;
        position: relative;
        overflow: hidden;
    }

        .containerXZWM .item p {
            font-weight: bold;
            letter-spacing: 2px;
            font-size: 16px;
            line-height: 1.5;
            text-align: left;
            margin-top: 0.1rem;
        }

.item img {
    width: 380px;
    height: 230px;
}



.index_services {
    padding: 0 0;
    background-size: 100%;
}





.picWenzi {
    position: relative;
    z-index: 1;
}

.bubble {
    top: 280px;
    left: 255px;
    z-index: 2;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%; /* 圆形气泡 */
    padding: 20px; /* 根据需要调整内边距 */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* 轻微阴影效果 */
    width: 100px; /* 固定宽度，或根据需要调整 */
    height: 100px; /* 固定高度，圆形需要宽高相等 */
    margin: 10px; /* 外边距，根据需要调整 */   
    align-items: center;
    text-align:center;
}
.bubble2 {
    top: 280px;
    left: 660px;
}
.bubble3 {
    top: 280px;
    left: 1070px;
}
.bubble4 {
    top: 700px;
    left: 255px;
}
.bubble5 {
    top: 700px;
    left: 660px;
}

.bubble6 {
    top: 700px;
    left: 1070px;
}
