* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft Yahei", sans-serif;
        }

        .container {
            width: 1200px;
            margin: 0 auto;
        }

        /* 头部导航 */
        .header {
            background-color: white;
            padding: 15px 0;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
        }

        .nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .nav-logo {
            color: #333;
            font-size: 24px;
            font-weight: bold;
            display: flex;
            align-items: center;
        }

        .nav-right {
            display: flex;
            align-items: center;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .nav-menu li {
            margin-left: 50px;
        }

        .nav-menu li a {
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            color: #333333;
            text-align: left;
            padding: 8px 0;
            position: relative;
            transition: all 0.3s ease;
        }

        .nav-menu li a:hover {
            color: #637DFE;
        }

        .nav-menu li a:hover::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #637DFE;
            border-radius: 1px;
        }

        .nav-menu li a.active {
            color: #637DFE;
            font-weight: bold;
            position: relative;
        }

        .nav-menu li a.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #637DFE;
            border-radius: 1px;
        }
        
        .nav-contact {
            margin-left: 50px;
        }
        
        .nav-contact button {
            background-color: #ff7f00;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 5px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .nav-contact button:hover {
            background-color: #e66f00;
            transform: translateY(-2px);
        }
        
        /* 响应式设计 */
        @media (max-width: 1200px) {
            .nav-menu li {
                margin-left: 30px;
            }
            .nav-contact {
                margin-left: 30px;
            }
        }
        @media (max-width: 992px) {
            .nav-contact {
                display: none;
            }
        }

        /* Banner区域 */
        .banner {
            background: linear-gradient(135deg, #637DFE, #87CEFA);
            padding: 150px 0 100px;
            min-height: 800px;
            color: #fff;
            overflow: hidden;
            position: relative;
            margin-top: 80px;
        }

        .banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('img/img (23).png') no-repeat center center;
            background-size: contain;
            opacity: 1.2;
            z-index: 20;
        }

        .banner-img {
            width: 100%;
            max-width: 800px;
            position: relative;
            z-index: 1;
        }

        .banner-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            z-index: 1;
        }

        .banner-text {
            max-width: 500px;
        }

        .banner-text h1 {
            font-size: 48px;
            margin-bottom: 20px;
            line-height: 1.2;
            font-weight: bold;
        }

        .banner-text p {
            font-size: 18px;
            margin-bottom: 40px;
            line-height: 1.6;
            opacity: 0.9;
        }
        
        .banner-buttons {
            display: flex;
            gap: 20px;
        }
        
        .banner-btn {
            padding: 15px 30px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .banner-btn.primary {
            background-color: white;
            color: #637DFE;
        }
        
        .banner-btn.primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
        }
        
        .banner-btn.secondary {
            background-color: transparent;
            color: white;
            border: 2px solid white;
        }
        
        .banner-btn.secondary:hover {
            background-color: white;
            color: #637DFE;
            transform: translateY(-3px);
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .banner-content {
                flex-direction: column;
                text-align: center;
            }
            
            .banner-text {
                max-width: 100%;
                margin-bottom: 50px;
            }
            
            .banner-text h1 {
                font-size: 36px;
            }
        }

        .banner-tabs {
            display: flex;
            background-color: rgba(255, 255, 255, 0.2);
            padding: 5px;
            border-radius: 5px;
            max-width: 600px;
        }

        .banner-tabs span {
            padding: 8px 20px;
            margin-right: 5px;
            border-radius: 3px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s;
        }

        .banner-tabs span.active {
            background: linear#gradient(to b tt m, #637DFE,7Dfff
 )          font-weight: bold;
        }

        .banner-img img {
            width: 100%;
            height: auto;
        }

        /* 为什么选择我们 */
        .why-choose {
            padding: 60px 0;
            background-color: #fff;
        }

        .why-choose h2 {
            text-align: center;
            margin-bottom: 30px;
            font-size: 32px;
            font-weight: bold;
            position: relative;
        }
        
        .why-choose h2 .orange-text {
            color: #FF7F50;
        }
        
        .why-choose h2 .blue-dot {
            color: #637DFE;
        }
        
        .why-choose h2 .black-text {
            color: #333;
        }
        
        .why-choose p {
            text-align: center;
            margin-bottom: 50px;
            color: #666;
            font-size: 16px;
        }

        .why-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .why-card {
            width: 23%;
            background-color: #ffffff;
            border-radius: 15px;
            padding: 30px 20px;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(99, 125, 254, 0.1);
            transition: all 0.3s ease;
            text-align: center;
            border: 1px solid #f0f0f0;
            position: relative;
            border-top: 5px solid #637DFE;
            overflow: hidden;
            /* 背景渐变 */
            background: linear-gradient(180deg, rgba(234, 244, 255, 1), rgba(255, 255, 255, 1));
        }

        .why-card h3 {
            font-size: 22px;
            margin-bottom: 30px;
            color: #333;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .why-card h3::after {
            content: '';
            position: absolute;
            top: 180px;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 3px;
            background-color: #FF7F50;
        }

        .why-card:hover h3::after {
            content: '';
            background-color: #eeeeee;
        }

        .icon-container {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: #637DFE;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 28px;
            transition: all 0.3s ease;
           
        }

    
        .icon-container .icon {
            color: #ffffff;
            transition: all 0.3s ease;
        }
        
        .icon-container:hover svg {
            color: #fff;
        }


        .why-card button {
            padding: 10px 40px;
            border: 1px solid #637DFE;
            border-radius: 50px;
            cursor: pointer;
            font-size: 15px;
            background-color: #fff;
            color: #637DFE;
            transition: all 0.3s ease;
            width: 100%;
            max-width: 180px;
            margin: 0 auto;
        }

        .why-card:hover button {
            background-color: #637DFE;
            color: #fff;
            border-color: #ffffff;
        }


       

        .why-card:hover h3,
        .why-card:hover p {
            color: #fff;
        }

        .why-card:hover button {
            background-color: #637DFE;
            color: #fff;
            border-color: #ffffff;
        }

 
        /* 热门课程 */
        .hot-courses {
            padding: 60px 0;
            background-color: #f8f9fa;
        }

        .hot-courses h2 {
            text-align: center;
            margin-bottom: 40px;
            font-size: 32px;
            color: #333;
            font-weight: bold;
        }

        .course-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .course-list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .course-card {
            width: 100%;
            background: linear-gradient(180deg, #E6F2FF 0%, #FFFFFF 100%);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            border-bottom: 4px solid #BCCBEB;

        }

        .course-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 20px rgba(99, 125, 254, 0.2);
        }

        .course-card img {
            width: 100%;
            height: 210px;
            object-fit: cover;
        }

        .course-info {
            padding: 20px;
        }

        .course-info h3 {
            font-size: 22px;
            margin-bottom: 20px;
            color: #333;
            font-weight: bold;
        }

        .course-info p {
           font-size: 16px;
            font-weight: 400;
            letter-spacing: 0px;
            line-height: 21.95px;
            color: #666666;
            height: 84px;
        }

        .course-meta {
            display: flex;
            flex-direction: column;
            gap: 6px;
            font-size: 15px;
            color: #FF9500;
            margin-bottom: 20px;
        }

        .course-card button {
            width: 100%;
            padding: 12px 0;
            background-color: #637DFE;
            color: #fff;
            border: none;
            border-radius: 38px;
            width: 50%;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            transition: all 0.3s;
            box-shadow: 0 2px 8px rgba(99, 125, 254, 0.3);
        }

        .course-card button:hover {
            background-color: #5267e8;
            box-shadow: 0 4px 12px rgba(99, 125, 254, 0.4);
            transform: translateY(-1px);
        }

        .course-more {
            width: 100%;
            background: linear-gradient(180deg, #E6F2FF 0%, #FFFFFF 100%);
            border-radius: 8px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
            min-height: 350px;
            transition: all 0.3s;
            font-size: 24px;
            color: #637DFE;
            border-bottom: 4px solid #BCCBEB;
        }

        .course-more:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 20px rgba(99, 125, 254, 0.2);
        }

        .course-more span {
            font-size: 40px;
            color: #637DFE;
            margin-bottom: 15px;
        }

        .course-more button {
            padding: 8px 25px;
            background: transparent;
            color: #637DFE;
            border: 1px solid #637DFE;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            transition: all 0.3s;
        }

        .course-more button:hover {
            background-color: #637DFE;
            color: #fff;
        }

        /* 关于我们 */
        .about-us {
            padding: 60px 0;
            background-color: #f8f9fa;
            position: relative;
            overflow: hidden;
        }

        .about-us::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 350px;
            background: linear-gradient(90deg, #637DFE, #637DFE, #637DFE);
        }

        .about-us h2 {
            text-align: center;
            font-size: 32px;
            color: #333;
            font-weight: bold;
            position: relative;
        }

        .about-us h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
        }

        .about-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }
        .section-subtitle {
            position: absolute;
            top: 97px;
            width: 100%;
            color: #f8f8f8;
            z-index: 999;
            text-align: center;
            background-color: #637dfe;
        }
        .about-img {
            width: 45%;
            transition: all 0.3s ease;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .about-img:hover {
            transform: scale(1.02);
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
        }

        .about-img img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }

        .about-text {
            background-color: #fff;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            color: #333;
            z-index: 9;
        }

        .about-text h3 {
            font-size: 20px;
            letter-spacing: 0px;
            line-height: 27.44px;
            color: rgba(84, 112, 255, 1);
            position: relative;
            margin-top: 3px;
            font-weight: 700;
        }

        .about-text p {
            font-size: 15px;
            color: #666;
            line-height: 1.8;
            margin-bottom: 10px;
        }
        
        .about-text h4 {
            font-size: 15px;
            font-weight: 400;
            letter-spacing: 1.6px;
            line-height: 21.95px;
            color: #bfcbff;
            margin-top: 10px;
            margin-bottom: 10px;
            font-weight: 500;
        }
        
        .team-stats {
            display: flex;
            justify-content: space-between;
            margin-top: 40px;
            background-color: #f8faff;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }
        
        .stat-item {
            text-align: center;
        }
        
        .stat-number {
            font-size: 36px;
            font-weight: bold;
            color: #637DFE;
            margin-bottom: 8px;
        }
        
        .stat-label {
            font-size: 14px;
            color: rgba(146, 177, 214, 1);
        }

        .about-highlights {
            display: flex;
            flex-wrap: wrap;
            margin-top: 30px;
        }

        .highlight-item {
            width: 100%;
            background-color: #f8f9fa;
            border-radius: 8px;
            padding: 15px 20px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
        }

        .highlight-item:hover {
            background-color: #637DFE;
            transform: translateX(10px);
        }

        .highlight-item:hover i,
        .highlight-item:hover p {
            color: #fff;
        }

        .highlight-item i {
            color: #637DFE;
            margin-right: 15px;
            font-size: 20px;
            transition: all 0.3s ease;
        }

        .highlight-item p {
            font-size: 15px;
            margin: 0;
            color: #666;
            transition: all 0.3s ease;
        }

        /* 合作伙伴 */
        .partners {
            padding: 60px 0;
            background-color: #fff;
        }

        .partners h2 {
            text-align: center;
            margin-bottom: 40px;
            font-size: 32px;
            color: #333;
            font-weight: bold;
        }

        .partner-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            padding: 20px 0;
            background: url('img/bg2.png') no-repeat center center;
        }

        .partner-item {
            width: 18%;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
        }


        .partner-item img {
            max-width: 90%;
            max-height: 90px;
            object-fit: contain;
            transition: all 0.3s ease;
        }

        .partner-item:hover img {
            transform: scale(1.1);
        }

        /* 师资力量 */
        .teachers {
            padding: 60px 0;
            background-color: #f8f9fa;
        }

        .teachers h2 {
            text-align: center;
            margin-bottom: 40px;
            font-size: 32px;
            color: #333;
            font-weight: bold;
        }

        .teacher-list {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .teacher-card {
            position: relative;
            height: 350px;
            overflow: hidden;
            border-radius: 12px;
            background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        .teacher-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 20px rgba(99, 125, 254, 0.3);
        }

        .teacher-avatar {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f0f4ff;
            z-index: 1;
        }

        .teacher-avatar img {
            width: 95%;
            height: auto;
            border-radius: 8px;
            transition: all 0.5s ease;
        }

        .teacher-details {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 0;
            padding: 0 20px;
            background-color: rgba(99, 125, 254, 0.95);
            color: white;
            transition: all 0.5s ease;
            z-index: 2;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        .teacher-card:hover .teacher-details {
            height: 400px;
            padding: 80px 20px;
        }

        .teacher-details h3 {
            font-size: 18px;
            text-align: left;
            font-weight: bold;
            margin-bottom: 10px;
            text-align: center;
        }

        .teacher-details p {
            font-size: 14px;
            line-height: 1.6;
            color: #e6ecff;
        }

        .teacher-social a {
            color: #999;
            margin: 0 10px;
            font-size: 18px;
            transition: all 0.3s ease;
        }

        .teacher-social a:hover {
            color: #637DFE;
            transform: scale(1.2);
        }
        .news {
            padding: 80px 0;
            background-color: #f8f9ff;
            position: relative;
            overflow: hidden;
        }
     
        .news .container {
            position: relative;
            z-index: 1;
        }
        .news-layout {
            display: flex;
            gap: 60px;
            align-items: flex-start;
        }
        .news-sidebar {
            width: 300px;
            flex-shrink: 0;
        }
        .news-main-title {
            font-size: 32px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }
        .news-main-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #637DFE, #99ccff);
        }
        .news-description {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #e0e0e0;
        }
        .news-buttons {
            display: flex;
            gap: 15px;
            margin-bottom: 40px;
        }
        .news-btn {
            padding: 12px 24px;
            border: none;
            border-radius: 5px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .blue-btn {
            background-color: #637DFE;
            color: white;
        }
        .blue-btn:hover {
            background-color: #4a62e0;
            transform: translateY(-2px);
        }
        .orange-btn {
            background-color: #ff7f00;
            color: white;
        }
        .orange-btn:hover {
            background-color: #e66f00;
            transform: translateY(-2px);
        }
        .news-nav {
            margin-bottom: 40px;
        }
        .nav-link {
            display: block;
            font-size: 16px;
            color: #666;
            text-decoration: none;
            padding: 15px 0;
            position: relative;
            transition: all 0.3s ease;
        }
        .nav-link:hover {
            color: #637DFE;
            padding-left: 10px;
        }
        .nav-link::before {
            content: '';
            position: absolute;
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: transparent;
            transition: all 0.3s ease;
        }
        .nav-link.active {
            color: #637DFE;
            font-weight: bold;
        }
        .nav-link.active::before {
            background-color: #637DFE;
        }
        .news-nav-buttons {
            display: flex;
            gap: 10px;
        }
        .nav-arrow {
            width: 40px;
            height: 40px;
            border: 1px solid #ddd;
            background-color: white;
            border-radius: 50%;
            font-size: 18px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
        .nav-arrow:hover {
            background-color: #637DFE;
            color: white;
            border-color: #637DFE;
        }
        
        /* 右侧新闻列表样式 */
        .news-list {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        .news-card {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            display: flex;
            gap: 20px;
        }
        .news-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }
        .news-date-section {
            flex-shrink: 0;
            text-align: center;
        }
        .news-date {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 5px;
        }
        .news-year {
            font-size: 12px;
            color: #999;
            margin-bottom: 10px;
        }
        .news-date-section::after {
            content: '';
            display: block;
            width: 1px;
            height: calc(100% - 40px);
            background-color: #e0e0e0;
            margin: 10px auto 0;
        }
        .news-card-title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
            line-height: 1.4;
        }
        .news-card-content {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin: 0;
        }
        
        /* 响应式设计 */
        @media (max-width: 1200px) {
            .news-layout {
                gap: 40px;
            }
            .news-sidebar {
                width: 250px;
            }
        }
        @media (max-width: 992px) {
            .news-layout {
                flex-direction: column;
            }
            .news-sidebar {
                width: 100%;
                margin-bottom: 40px;
            }
            .news-card {
                padding: 20px;
            }
        }
        /* 最新动态 */
        .news {
            padding: 60px 0;
            background-color: #f8f9fa;
            position: relative;
            overflow: hidden;
        }

        .news::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100px;
            background: url('img/bg3.png') no-repeat center center;
            background-size: cover;
            z-index: 1;
            height: 650px;
        }

        .news h2 {
            text-align: center;
            margin-bottom: 40px;
            font-size: 32px;
            color: #333;
            font-weight: bold;
            position: relative;
        }

        .news h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: #637DFE;
        }

        .news-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 30px;
        }

        .news-item {
            width: calc(33.333% - 20px);
            margin-bottom: 30px;
            border-radius: 12px;
            overflow: hidden;
            background-color: #fff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

        .news-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }

        .news-image {
            height: 220px;
            overflow: hidden;
            position: relative;
        }

        .news-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .news-item:hover .news-image img {
            transform: scale(1.1);
        }

        .news-content {
            padding: 25px;
        }

        .news-date {
            font-size: 14px;
            color: #637DFE;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .news-date i {
            margin-right: 5px;
        }

        .news-title {
            font-size: 20px;
            margin-bottom: 15px;
            color: #333;
            font-weight: 600;
            line-height: 1.4;
            transition: color 0.3s ease;
        }

        .news-item:hover .news-title {
            color: #637DFE;
        }

        .news-excerpt {
            font-size: 15px;
            color: #666;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .news-link {
            display: inline-block;
            padding: 10px 20px;
            background-color: #637DFE;
            color: #fff;
            border-radius: 6px;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .news-link:hover {
            background-color: #66b3ff;
            transform: translateX(5px);
        }

        .news-link::after {
            content: ' →';
            transition: margin-left 0.3s ease;
        }

        .news-link:hover::after {
            margin-left: 5px;
        }

        /* 学员评价 */
        .reviews {
            padding: 60px 0;
            background-color: #ffffff;
            position: relative;
            overflow: hidden;
        }

 

        .reviews .title-container {
            text-align: center; 
            margin-bottom: 40px; 
        }
        
        .reviews .subtitle {
            color: #999; 
            font-size: 14px; 
            position: relative; 
            display: inline-block;
        }
        
        .reviews .subtitle::after {
            content: '';
            position: absolute; 
            bottom: -8px; 
            left: 0; 
            width: 100%; 
            height: 2px; 
            background-color: #637DFE;
        }
        
        .reviews .slider-container {
            position: relative;
            overflow: hidden;
            padding: 20px 0;
        }
        
        .reviews .carousel-wrapper {
            overflow: hidden;
            position: relative;
            width: 100%;
        }
        .reviews .review-slider {
            display: flex; 
            gap: 20px; 
            flex-wrap: nowrap;
            will-change: transform;
            transition: none;
        }
        
        
        
        .reviews .review-card {
            flex-shrink: 0; 
            width: 370px; 
            background-color: #f8faff; 
            border-radius: 8px; 
            padding: 20px; 
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }
        
        .reviews .reviewer-info {
            display: flex; 
            align-items: center; 
            margin-bottom: 15px;
        }
        
        .reviews .reviewer-info img {
            width: 50px; 
            height: 50px; 
            border-radius: 50%; 
            margin-right: 15px;
        }
        
        .reviews .reviewer-details h4 {
            margin: 0; 
            font-size: 16px; 
            color: #333; 
            font-weight: bold;
        }
        
        .reviews .reviewer-details p {
            margin: 2px 0; 
            font-size: 13px; 
            color: #666;
        }
        
        .reviews .rating {
            color: #FFD700; 
            font-size: 12px;
        }
        
        .reviews .review-content {
            font-size: 14px; 
            line-height: 1.6; 
            color: #333; 
            margin: 0; 
            padding-top: 10px; 
            border-top: 1px solid #e8f2ff;
        }
        
        .reviews h2 {
            text-align: center;
            margin-bottom: 40px;
            font-size: 32px;
            color: #333;
            font-weight: bold;
            position: relative;
        }

        .reviews h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: #637DFE;
        }

        .review-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 30px;
        }

        .review-card {
            width: calc(50% - 15px);
            background-color: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
            position: relative;
            transition: all 0.3s ease;
        }

        .review-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }

        .review-card::before {
            content: '"';
            position: absolute;
            top: 20px;
            left: 20px;
            font-size: 60px;
            color: #637DFE;
            opacity: 0.1;
            font-family: Georgia, serif;
        }

        .review-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .review-header img {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            margin-right: 20px;
            border: 3px solid #f0f7ff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .review-header .info h4 {
            font-size: 18px;
            color: #333;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .review-header .info p {
            font-size: 15px;
            color: #666;
            margin-bottom: 3px;
        }

        .review-content p {
            font-size: 16px;
            color: #666;
            line-height: 1.8;
            margin-bottom: 20px;
            padding-left: 10px;
            position: relative;
        }

        .review-content p::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 3px;
            height: 100%;
            background-color: #637DFE;
            border-radius: 3px;
        }

        /* 报名区域 */
        .enroll {
            padding: 50px 0;
            background: url('img/img (1).png') no-repeat center center;
            background-size: cover;
            color: #000000;
            text-align: center;
            height: 650px;
        }

          .enroll-title {
            font-size: 66px;
            font-weight: bold;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }

        .enroll p {
            font-size: 28px;
            margin-bottom: 30px;
        }

        .enroll button {
            padding: 10px 30px;
            color: #ffffff;
            border: none;
            border-radius: 30px;
            font-size: 18px;
            cursor: pointer;
            font-weight: bold;
            width: 360px;
            height: 55px;
            opacity: 1;
            border-radius: 27.5px;
            background: rgba(84, 112, 255, 1);
        }

        /* 底部 */
        .footer {
            background-color: #1a1a2e;
            color: #fff;
            padding: 60px 0 30px;
            position: relative;
        }

   

        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 40px;
        }

        .footer-col {
            width: 23%;
            margin-bottom: 30px;
        }

        .footer-col h3 {
            font-size: 20px;
            margin-bottom: 25px;
            color: #fff;
            font-weight: 600;
            position: relative;
            padding-bottom: 15px;
        }


        .footer-col p {
            font-size: 15px;
            line-height: 1.8;
            color: #ccc;
            margin-bottom: 20px;
        }

        .footer-col ul {
            list-style: none;
            padding: 0;
        }

        .footer-col ul li {
            margin-bottom: 12px;
            position: relative;
            padding-left: 15px;
        }

    

        .footer-col ul li a {
            color: #ccc;
            text-decoration: none;
            font-size: 15px;
            transition: all 0.3s ease;
        }

        .footer-col ul li a:hover {
            color: #637DFE;
            padding-left: 5px;
        }

        .footer-bottom {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid #2c2c44;
            font-size: 14px;
            color: #aaa;
        }

        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .social-links a {
            color: #ccc;
            font-size: 20px;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-color: #2c2c44;
            transition: all 0.3s ease;
        }

        .social-links a:hover {
            color: #fff;
            background-color: #637DFE;
            transform: translateY(-3px);
        }

        .contact-info {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .contact-info i {
            color: #637DFE;
            margin-right: 12px;
            font-size: 18px;
            margin-top: 3px;
        }

        .contact-info span {
            color: #ccc;
            font-size: 15px;
            line-height: 1.6;
        }

        /* 为什么选择我们 */
        .why-choose {
            padding: 100px 0;
            background-color: white;
        }

        .section-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .section-header h2 {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }

        .section-header h2::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -15px;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, #637DFE, #99ccff);
        }

        .orange-text {
            color: #ff7f00;
        }

        .blue-dot {
            color: #637DFE;
            margin: 0 10px;
            font-size: 28px;
        }

        .black-text {
            color: #333;
        }

        .section-header p {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
            max-width: 600px;
            margin: 30px auto 0;
        }

        .why-cards {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            
        }

    

        .why-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            text-align: center;
            border: 1px solid #e0e0e0;
            transition: all 0.3s ease;
            flex: 0 0 calc(25% - 20px);
            margin-bottom: 20px;
            background: linear-gradient(180deg, rgba(234, 244, 255, 1), rgba(255, 255, 255, 1));
        }

        .why-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(99, 125, 254, 0.2);
            border-color: #637DFE;
            background: #637dfe;
            color: white;
        }

        .why-card .icon-container {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto 25px;
            transition: all 0.3s ease;
        }

        .why-card:hover .icon-container {
            background-color: rgb(248, 240, 240);
            transform: scale(1.1);
        }
        
        .why-card h3 {
            font-size: 20px;
            margin-bottom: 40px;
            font-weight: bold;
            color: #333;
        }
        
        .why-card p {
            color: #666;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        
        .why-card button {
            background: none;
            border: 1px solid #637DFE;
            color: #637DFE;
            padding: 8px 20px;
            border-radius: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .why-card:hover h3,
        .why-card:hover p {
            color: white;
        }
        
        .why-card:hover button {
            background: white;
            color: #637DFE;
        }
        .why-card .icon-container {
            background: #637DFE;
        }

        .why-card .icon-container .svgIcon {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .why-card .icon-container svg {
            fill: #637DFE;
            transition: all 0.3s ease;
        }

        .why-card:hover .icon-container svg {
            fill: white;
            transform: scale(1.1);
        }

        .section-title {
           height: 200px;
        }
        .flexBox {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .flexBox .right {
            width: 50%;
            margin-left: 10px;
        }

        .footer-logo-img {
            height: 30px;
            vertical-align: middle;
            margin-right: 10px;
        }
        body .container .reMen {
            background-color: #f8f9fa !important;
        }
        /* 咨询模态框样式 */
        #consultation-modal {
            position: fixed;
            bottom: 30%;
            right: 1%;
            width: 375px;
            background: #E8F3FF;
            border-radius: 12px;
            border: 1px solid #D0E3FF;
            display: none;
            z-index: 1000;
        }
        
        .modal-content {
            padding: 20px;
            position: relative;
        }
        
        .modal-close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
            font-size: 20px;
            cursor: pointer;
            color: #999;
        }
        
        .modal-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .modal-logo {
            width: 40px;
            height: 40px;
            border-radius: 8px;
            margin-right: 15px;
            object-fit: contain;
        }
        
        .modal-title {
            margin: 0;
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }
        
        .modal-subtitle {
            margin: 4px 0 0 0;
            font-size: 12px;
            color: #666;
        }
        
        .message-container {
            display: flex;
            margin-bottom: 20px;
        }
        
        .avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            margin-right: 10px;
            object-fit: cover;
        }
        
        .message-bubble {
            background-color: white;
            padding: 12px 16px;
            border-radius: 18px 18px 18px 0;
            max-width: 70%;
            box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }
        
        .message-text {
            margin: 0;
            font-size: 14px;
            color: #333;
        }
        
        .qrcode-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: white;
            padding: 25px;
            border-radius: 12px;
            margin-bottom: 20px;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        }
        
        .qrcode-image {
            width: 220px;
            height: 220px;
            object-fit: contain;
        }
        
        .input-container {
            display: flex;
            align-items: center;
            background-color: white;
            border-radius: 22px;
            padding: 6px 12px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.08);
        }
        
        .message-input {
            flex: 1;
            border: none;
            outline: none;
            padding: 8px 12px;
            font-size: 14px;
            color: #666;
        }
        
        .message-input::placeholder {
            color: #999;
        }
        
        .input-button {
            background: none;
            border: none;
            cursor: pointer;
            margin: 0 3px;
            padding: 4px;
        }
        
        .icon-image {
            width: 20px;
            height: 20px;
            object-fit: contain;
        }
        
        .send-button {
            border: none;
            border-radius: 50%;
            width: 32px;
            height: 32px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 5px;
        }
        
        .send-icon {
            width: 16px;
            height: 16px;
            object-fit: contain;
        }

        .container {
            position: relative;
        }

        body .container .containerP {
            position: absolute;
            width: 100%;
            text-align: center;
            top: 90px;
            padding: 10px 0;
            z-index: 999;
            color: #adadad;
            background: #ffffff;
        }
        .newsP {
            position: absolute;
            text-align: left;
            top: 109px;
            width: 300px;
            padding: 8px 0;
            z-index: 999;
            color: #adadad;
            background: #f2f7fc;
        }
        .consultation-box {
            position: fixed;
            bottom: 20%;
            right: 1%;
            width: 375px;
            display: none;
            z-index: 1000;
            display: flex;
            align-items: center;
            max-width: 600px;
            margin: 40px auto;
            padding: 10px;
            background: linear-gradient(90deg, rgba(227, 238, 255, 1) 0%, rgba(245, 248, 255, 1) 100%);
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        .consultation-input {
            width: 282px;
            padding: 12px 20px;
            border: none;
            border-radius: 20px;
            font-size: 16px;
            color: #333;
            background-color: white;
            outline: none;
            margin-right: 10px;
        }
        
        .consultation-input::placeholder {
            color: #999;
        }
        
        .consultation-button {
            width: 68px;
            height: 66px;
            border: none;
            border-radius: 0 10px 10px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform 0.2s;
            background-color: rgba(99, 125, 254, 1);
            padding: 28px;
            position: absolute;
            right: 0;
        }
        
        .consultation-button:hover {
            transform: scale(1.05);
        }
        
        .message-icon {
            width: 24px;
            height: 24px;
            color: #7B5FFF;
        }
