  :root {
            --primary-color: #54C3F1;
            --secondary-color: #54C3F1;
            --light-color: rgba(255, 255, 255, 0.8);
            --dark-color: #000;
        }
        
        body {
            font-family:  "Noto Sans SC","Source Han Sans","Microsoft YaHei","Noto Sans CJK SC","PingFang SC","Hiragino Sans GB",sans-serif;
            color: #333;
            /* background: linear-gradient(135deg, #2bacd6, #d02d26, #258fb7); */
			/* background: linear-gradient(135deg, #2bacd6, #9d6662, #258fb7); */
			background: #F2F2F3;
            background-size: 400% 400%; 
            line-height: 1.8;
            overflow-x: hidden;
            min-height: 100vh;
        }
        .lead {
    font-size: 1.5rem; 
}
		a {color:#333}
        /* @keyframes gradientBG { */
            /* 0% { background-position: 0% 50%; } */
            /* 50% { background-position: 100% 50%; } */
            /* 100% { background-position: 0% 50%; } */
        /* } */
		.top-15{margin-top:-70px}
 
		.end-15{margin-left:280px}
        .end-25{margin-left:718px} 
		a{text-decoration:none!important}
        /* 玻璃效果核心样式 */
        .glass-effect {
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
            transition: all 0.4s ease;
        }
        
        .glass-effect-dark {
            background: rgba(43, 172, 214, 0.15);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
            transition: all 0.4s ease;
        }
        
        .glass-effect:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        }
        
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Quicksand', sans-serif;
            font-weight: 700;
        } 
        .navbar {
         
		    background: #54C3F1  !important;;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.18);
            padding: 15px 0;
        }
        
        .navbar-nav .nav-link {
            font-weight: 600;
            color: #333 !important;
            position: relative;
            padding: 8px 15px;
            border-radius: 20px;
            transition: all 0.3s;
        }
        
        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
          //  background: rgba(43, 172, 214, 0.2);
            color: white !important;
        }
        
        .dropdown-menu {
            background: white; ;
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(0, 0, 0, 0.18);
            border-radius: 12px;
        }
        
        /* 轮播图区域样式 */
        .carousel-container {
            height: 75vh;
            min-height: 500px;
            position: relative;
            overflow: hidden;
        }
        
        .carousel-item {
            height: 75vh;
            min-height: 500px;
        }
        
        .carousel-inner {
            border-radius: 0 0 20px 20px;
            overflow: hidden;
        }
        
        .carousel-item img {
            object-fit: cover;
            height: 100%;
            width: 100%;
            filter: brightness(0.85);
        }
         .page-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--secondary-color);
    border-radius: 2px;
}
 .content-box img{max-width:100%}
        .carousel-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 50px;
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            color: white;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }
        
        .carousel-caption {
            position: absolute;
            bottom: 100px;
            right: 100px;
            text-align: right;
            max-width: 600px;
        }
        
        .carousel-indicators {
            bottom: 70px;
        }
        
        /* 完整导航样式 */
        .full-nav {
            background: rgba(43, 172, 214, 0.7);
            border-radius: 0 0 12px 12px;
            padding: 15px 0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            margin-top: -5px;
            z-index: 1000;
        }
        
        .full-nav .nav-item {
            margin: 0 5px;
            position: relative;
        }
        
        .full-nav .nav-link {
            color: white !important;
            font-weight: 500;
            padding: 8px 15px;
            border-radius: 20px;
            transition: all 0.3s;
        }
        
        .full-nav .nav-link:hover,
        .full-nav .nav-link.active {
            background: rgba(208, 45, 38, 0.8);
        }
        
        .nav-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            border-radius: 12px;
            padding: 15px;
            min-width: 220px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s;
            z-index: 1001;
        }
        .nav-item{margin-left:0.5rem;}
        .nav-item:hover .nav-dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .nav-dropdown .dropdown-item {
            padding: 8px 12px;
            border-radius: 8px;
            margin-bottom: 5px;
            color: #333;
            display: block;
            transition: all 0.2s;
        }
        
        .nav-dropdown .dropdown-item:hover {
            background: #54C3F1 ;
            color: var(--primary-color);
        }
        
        .nav-dropdown-title {
            font-weight: 600;
            color: var(--secondary-color);
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid rgba(208, 45, 38, 0.2);
        }
        
        .core-services {
            padding: 100px 0 0 15px;
        }
        
        .service-card {
            height: 100%;
            transition: all 0.4s ease;
            border-radius: 16px;
            overflow: hidden;
            border: none;
            /* background: rgba(255, 255, 255, 0.15); */
			background: #898989; 
            -webkit-backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.18);
			 box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
		 .service-card .card-title {
			color: #fff !important;
		}

		.service-card .card-text {
			color: #fff !important;
		}
        
        .service-card:hover {
            transform: translateY(-10px); 
			background:#8FD3F5
        }
        
        .card-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            color:#54C3F1;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }
        
        .service-card.autism {
            box-shadow: 0 6px 20px rgba(43, 172, 214, 0.3);
        }
        
        .service-card.hearing {
            box-shadow: 0 6px 20px rgba(255, 159, 64, 0.3);
        }
        
        .service-card.learning {
            box-shadow: 0 6px 20px rgba(108, 92, 231, 0.3);
        }
        
        .news-container {
            padding: 30px; 
            /* background: rgba(255, 255, 255, 0.15); */
			 background: white;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 16px;
            transition: all 0.3s;
        }
        
        .news-container:hover {
            background: rgba(255, 255, 255, 0.25);
        }
        
        .news-header {
            /* border-bottom: 2px solid rgba(255, 255, 255, 0.5); */
			border-bottom: 2px solid #77c1ee;
            padding-bottom: 15px;
            margin-bottom: 20px;
            color: #333;
            font-weight: 700;
            font-size: 1.5rem;
        }
        
        .news-item {
            padding: 10px 0;
            border-bottom: 1px dashed #ccc;
        }
        
        .news-item:last-child {
            border-bottom: none;
        }
        .carousel-caption h1,
.carousel-caption h2,
.carousel-caption p {
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* 调整通知公告和新闻链接颜色 */
.news-item a {
    color: #333 !important;
}

.news-item a:hover {
    color: #77c1ee !important;
}

        .footer {
            background: #898989;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            color: white;
            padding: 20px 0 30px;
            margin-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

 .footer:hover { 
			background:#8FD3F5
        }
        
 .footer a {
    color: rgba(255,255,255,0.8);
}



.footer a:hover {
    color: white;
}
        
        .footer h5 {
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 25px;
            color: white;
            font-weight: 600;
        }
        
        .footer h5::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: white;
            border-radius: 3px;
        }
        
        .contact-info li {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .contact-info i {
            width: 24px;
            text-align: center;
            margin-right: 15px;
            color: white;
            font-size: 1.2rem;
        }
        
        .scroll-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 1000;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #898989;
            backdrop-filter: blur(5px);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            cursor: pointer;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s;
        }
        
        .scroll-to-top:hover {
            transform: translateY(-5px) scale(1.1);
            background: #54C3F1;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }
        
        /* 首页特别样式 */
        .special-notice {
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(5px);
            border-left: 4px solid var(--secondary-color);
            padding: 20px;
            border-radius: 0 10px 10px 0;
            margin: 25px 0;
            transition: all 0.3s;
        }
        
        .special-notice:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateX(5px);
        }
        
        .gallery-slider {
            overflow: hidden;
            border-radius: 10px;
            height: 220px;
            position: relative;
        }
        
        .gallery-slider::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(43, 172, 214, 0.3);
            backdrop-filter: blur(3px);
        }
        
      
		select option { 
  color: #000;
}
        
   
        
        .btn {
            border-radius: 30px;
            padding: 10px 25px;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .btn-outline-light {
            border: 2px solid white;
            color: white;
        }
        
        .btn-outline-light:hover {
            background: white;
            color: var(--primary-color);
        }
        
        .btn-primary {
            background: #54C3F1;
            border: none;
        }
        .bg-blue{  background: #54C3F1;}
        .btn-primary:hover {
            background: rgba(43, 172, 214, 1);
            transform: translateY(-3px);
        }
        
        .btn-secondary-custom {
            border:1px solid  #fff;;
            color: white;
        }
        
        .btn-secondary-custom:hover {
           border:1px solid  #fff;; 
        }
        
        /* 响应式调整 */
        @media (max-width: 992px) {
            .carousel-container, .carousel-item {
                height: 60vh;
            }
            .navbar>.container{display:inline}
            .carousel-caption {
                right: 50px;
                bottom: 50px;
            }
            .navbar-toggler {margin-left:35px}
            .full-nav .nav {
                flex-wrap: wrap;
            }
            .content-box img{max-width:100%}
            .full-nav .nav-item {
                width: 48%;
                margin-bottom: 10px;
            }
            .navbar-brand img{height:28px}
            .nav-dropdown {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                margin-top: 5px;
                background: rgba(255,255,255,0.6);
            }
            
            .core-services {
                padding: 60px 0;
            }
            
            .service-card {
                margin-bottom: 30px;
            }
        }
        
        @media (max-width: 768px) {
            .carousel-container, .carousel-item {
                height: 50vh;
                min-height: 400px;
            }
            .news-container {display:none} 
		.end-15{margin-left:230px}
            .carousel-caption {
                right: 30px;
                bottom: 30px;
            }
            
            .carousel-caption h1 {
                font-size: 2rem;
            }
            
            .full-nav .nav-item {
                width: 100%;
            }
        }
        
        /* 动画效果 */
        .animate-on-scroll {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }
        
        .visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* 装饰元素 */
        .decoration {
            position: absolute;
            z-index: 0;
            opacity: 0.1;
            border-radius: 50%;
            background: white;
            pointer-events: none;
        }
        
        .decoration.one {
            width: 300px;
            height: 300px;
            top: -150px;
            right: -150px;
        }
        
        .decoration.two {
            width: 200px;
            height: 200px;
            bottom: 100px;
            left: -100px;
        }
        
        .decoration.three {
            width: 150px;
            height: 150px;
            top: 30%;
            left: 20%;
        }
        
        .decoration.four {
            width: 100px;
            height: 100px;
            bottom: 30%;
            right: 20%;
        }
		.rounded-circle{    border-radius: 10% !important;}
		
