
/* 平板样式 */
@media (max-width: 1024px) {
    .banner-slider {
        height: 500px;
    }
    
    .slide-title {
        font-size: 40px;
        margin-bottom: 15px;
    }
    
    .slide-subtitle {
        font-size: 20px;
    }
    
    .slider-nav {
        width: 45px;
        height: 45px;
    }
    
    .slider-nav.prev {
        left: 20px;
    }
    
    .slider-nav.next {
        right: 20px;
    }
}

/* 移动端样式 */
@media (max-width: 768px) {
    .banner-slider {
        height: 400px;
    }
    
    .slide-title {
        font-size: 28px;
        margin-bottom: 12px;
        padding: 0 20px;
    }
    
    .slide-subtitle {
        font-size: 16px;
        padding: 0 20px;
    }
    
    .slider-nav {
        width: 40px;
        height: 40px;
        opacity: 0.9;
    }
    
    .slider-nav.prev {
        left: 15px;
    }
    
    .slider-nav.next {
        right: 15px;
    }
    
    .slider-indicators {
        bottom: 20px;
        gap: 8px;
    }
    
    .indicator {
        width: 10px;
        height: 10px;
    }
}

/* 小屏幕移动端 */
@media (max-width: 480px) {
    .banner-slider {
        height: 300px;
    }
    
    .slide-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .slide-subtitle {
        font-size: 14px;
    }
    
    .slider-nav {
        width: 35px;
        height: 35px;
    }
    
    .slider-nav.prev {
        left: 10px;
    }
    
    .slider-nav.next {
        right: 10px;
    }
    
    /* 合作单位模块小屏幕适配 */
    .cooperation-units {
        height: auto;
        min-height: 400px;
        padding: 30px 0;
        margin-top: 30px;
    }
    
    .cooperation-units .container {
        padding: 0 10px;
    }
    
    .cooperation-logos {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(12, 1fr);
        gap: 12px;
        margin-top: 25px;
    }
    
    .logo-item {
        height: 70px;
        width: auto;
        padding: 8px;
    }
    
    .logo-item img {
        max-height: 45px;
    }
    
    /* 底部信息模块小屏幕适配 */
    .footer {
        margin-top: 30px;
    }
    
    .footer-links {
        padding: 25px 0 20px;
    }
    
    .links-header h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .links-list {
        gap: 15px;
    }
    
    .link-item {
        font-size: 15px;
        padding: 6px 0;
    }
    
    .footer-info {
        padding: 20px 0;
    }
    
    .footer-info .container {
        padding: 0 15px;
    }
    
    .info-item {
        font-size: 13px;
        margin-bottom: 15px;
        line-height: 1.8;
    }
    
    .footer-copyright {
        padding: 15px 0;
    }
    
    .footer-copyright .container {
        padding: 0 15px;
    }
    
    .footer-copyright p {
        font-size: 12px;
    }
    
    /* 研究院概况页面小屏幕适配 */
    .about-banner-section {
        margin-top: 60px;
    }
    
    .about-banner-image {
        height: 200px;
    }
    
    .about-main-content {
        padding: 30px 0;
    }
    
    .about-content-header {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 30px;
    }
    
    .about-title-decoration h2 {
        font-size: 20px;
    }
    
    .about-title-bar {
        height: 30px;
    }
    
    .about-title-arrow {
        font-size: 18px;
    }
    
    .about-module-nav {
        justify-content: flex-start;
        gap: 15px;
    }
    
    .about-nav-item {
        display: inline-block;
        padding: 8px 16px;
        flex: 1;
        text-align: center;
        min-width: 0;
        text-decoration: none;
        color: inherit;
    }
    
    .about-nav-item span {
        font-size: 13px;
    }
    
    /* 研究院简介模块移动端适配 */
    .about-intro-section {
        margin-top: 20px;
        padding: 0 5px;
    }
    
    .about-intro-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .about-intro-text {
        max-width: 100%;
        order: 1;
    }
    
    .about-intro-title {
        font-size: 16px;
        margin-bottom: 12px;
        line-height: 1.3;
    }
    
    .about-intro-line {
        width: 50px;
        height: 2px;
        margin-bottom: 15px;
    }
    
    .about-intro-description {
        margin-bottom: 0;
    }
    
    .about-intro-description p {
        font-size: 13px;
        margin-bottom: 12px;
        line-height: 1.6;
        text-align: left;
    }
    
    .about-intro-image {
        max-width: 100%;
        order: 2;
        text-align: center;
    }
    
    .about-intro-image img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .about-intro-image img:hover {
        transform: none;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    /* 发展历程模块移动端适配 */
    .about-history-section {
        margin-top: 30px;
        padding: 0 5px;
    }
    
    .about-history-header {
        margin-bottom: 20px;
    }
    
    .about-history-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .about-history-line {
        width: 40px;
        height: 2px;
    }
    
    .about-history-content {
        padding-bottom: 10px;
    }
    
    .timeline-horizontal {
        gap: 12px;
        padding: 0 10px;
    }
    
    .timeline-item-horizontal {
        flex: 0 0 160px;
        padding-bottom: 25px;
    }
    
    .date-text-horizontal {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 15px;
    }
    
    .timeline-dot-horizontal {
        width: 10px;
        height: 10px;
        border-width: 2px;
        margin-bottom: 10px;
    }
    
    .timeline-card-horizontal {
        min-height: 160px;
        padding: 10px 12px;
        border-radius: 8px;
    }
    
    .timeline-card-horizontal:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
    }
    
    .timeline-description-horizontal {
        font-size: 11px;
        line-height: 1.4;
    }
    
    .timeline-item-horizontal:not(:last-child)::after {
        width: 12px;
        left: calc(100% + 6px);
    }
    
    /* 组织架构模块移动端适配 */
    .about-structure-section {
        margin-top: 30px;
        padding: 0 5px;
    }
    
    .about-structure-header {
        margin-bottom: 20px;
    }
    
    .about-structure-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .about-structure-line {
        width: 40px;
        height: 2px;
    }
    
    .about-structure-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .structure-image {
        height: 160px;
    }
    
    .structure-info {
        padding: 10px;
    }
    
    .structure-name {
        font-size: 14px;
    }
    
    .structure-position {
        font-size: 12px;
    }
    
    /* 主要任务模块移动端适配 */
    .about-tasks-section {
        margin-top: 30px;
        padding: 0 5px;
    }
    
    .about-tasks-header {
        margin-bottom: 25px;
    }
    
    .about-tasks-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .about-tasks-line {
        width: 50px;
        height: 2px;
    }
    
    .about-tasks-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .task-card {
        padding: 18px 15px;
        border-radius: 10px;
        border-width: 1.5px;
    }
    
    .task-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(59, 130, 246, 0.15);
    }
    
    .task-number {
        margin-bottom: 12px;
    }
    
    .task-number img {
        width: 40px;
        height: 40px;
    }
    
    .task-title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .task-description {
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
    }
}
/* 平板样式 */
@media (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }
    
    .nav-list {
        gap: 20px;
    }
    
    .nav-link {
        font-size: 15px;
        padding: 8px 12px;
    }
    
    .logo h1 {
        font-size: 22px;
    }
    
    .hero h2 {
        font-size: 28px;
    }
    
    .hero p {
        font-size: 16px;
    }
    
    /* 企业概况平板样式 */
    .company-overview {
        margin-top: 60px;
        padding: 40px 0;
    }
    
    .overview-content {
        gap: 60px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .title-bar {
        height: 28px;
    }
    
    .overview-features {
        gap: 30px;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
    }
    
    /* 合作单位模块平板适配 */
    .cooperation-units {
        height: auto;
        min-height: 600px;
        padding: 60px 0;
        margin-top: 50px;
    }
    
    .cooperation-logos {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 25px 20px;
        margin-top: 50px;
    }
    
    .logo-item {
        height: 90px;
        width: auto;
        padding: 15px;
    }
    
    .logo-item img {
        max-height: 65px;
    }
    
    /* 底部信息模块平板适配 */
    .footer {
        margin-top: 60px;
    }
    
    .footer-links {
        padding: 40px 0 30px;
    }
    
    .links-header h3 {
        font-size: 22px;
    }
    
    .links-list {
        gap: 30px;
    }
    
    .link-item {
        font-size: 15px;
    }
    
    .footer-info {
        padding: 30px 0;
    }
    
    .info-item {
        font-size: 15px;
        margin-bottom: 15px;
    }
    
    .footer-copyright {
        padding: 20px 0;
    }
    
    /* 研究院概况页面平板适配 */
    .about-banner-section {
        /* margin-top: 75px; */
    }
    
    .about-banner-image {
        height: 300px;
    }
    
    .about-main-content {
        padding: 50px 0;
    }
    
    .about-content-header {
        gap: 35px;
        margin-bottom: 45px;
    }
    
    .about-title-decoration h2 {
        font-size: 28px;
    }
    
    .about-title-bar {
        height: 38px;
    }
    
    .about-title-arrow {
        font-size: 22px;
    }
    
    .about-module-nav {
        gap: 25px;
    }
    
    .about-nav-item {
        display: inline-block;
        padding: 11px 20px;
        text-decoration: none;
        color: inherit;
    }
    
    .about-nav-item span {
        font-size: 15px;
    }
    
    /* 研究院简介模块平板适配 */
    .about-intro-section {
        margin-top: 35px;
        padding: 0 10px;
    }
    
    .about-intro-content {
        gap: 40px;
        align-items: flex-start;
    }
    
    .about-intro-text {
        flex: 1;
        max-width: 55%;
    }
    
    .about-intro-title {
        font-size: 22px;
        margin-bottom: 16px;
        line-height: 1.4;
    }
    
    .about-intro-line {
        width: 65px;
        height: 3px;
        margin-bottom: 22px;
    }
    
    .about-intro-description p {
        font-size: 14px;
        margin-bottom: 16px;
        line-height: 1.7;
    }
    
    .about-intro-image {
        flex: 0 0 auto;
        max-width: 45%;
    }
    
    .about-intro-image img {
        border-radius: 6px;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    }
    
    /* 主要任务模块平板适配 */
    .about-tasks-section {
        margin-top: 50px;
        padding: 0 10px;
    }
    
    .about-tasks-header {
        margin-bottom: 45px;
    }
    
    .about-tasks-title {
        font-size: 26px;
    }
    
    .about-tasks-line {
        width: 70px;
        height: 3px;
    }
    
    .about-tasks-content {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .task-card {
        flex: 0 0 calc(50% - 10px);
        min-height: 260px;
        padding: 25px 18px;
    }
    
    .task-card:nth-child(5) {
        flex: 0 0 100%;
        max-width: 380px;
        margin: 0 auto;
    }
    
    .task-number img {
        width: 55px;
        height: 55px;
    }
    
    .task-title {
        font-size: 17px;
    }
    
    .task-description {
        font-size: 13px;
    }
}

/* 移动端样式 */
@media (max-width: 768px) {
    .header .container {
        height: 70px;
    }
    
    .logo h1 {
        font-size: 18px;
        line-height: 1.2;
        max-width: 200px;
    }
    
    .mobile-menu-btn {
        display: flex;
    }
    
    .nav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        z-index: 100;
        display: none;
    }
    
    .nav.active {
        display: block;
    }
    
    .nav-list {
        flex-direction: column;
        gap: 0;
    }
    
    .nav-link {
        padding: 12px 20px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .hero h2 {
        font-size: 24px;
    }
    
    /* 合作单位模块移动端适配 */
    .cooperation-units {
        height: auto;
        min-height: 500px;
        padding: 40px 0;
        margin-top: 40px;
    }
    
    .cooperation-units .container {
        padding: 0 15px;
    }
    
    .cooperation-logos {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 1fr);
        gap: 15px;
        margin-top: 30px;
    }
    
    .logo-item {
        height: 80px;
        width: auto;
        padding: 10px;
    }
    
    .logo-item img {
        max-height: 50px;
    }
    
    /* 底部信息模块移动端适配 */
    .footer {
        margin-top: 40px;
    }
    
    .footer-links {
        padding: 30px 0 25px;
    }
    
    .links-header h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .links-list {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .link-item {
        font-size: 16px;
        padding: 8px 0;
    }
    
    .footer-info {
        padding: 25px 0;
    }
    
    .footer-info .container {
        padding: 0 20px;
    }
    
    .info-item {
        font-size: 14px;
        margin-bottom: 18px;
        line-height: 1.8;
    }
    
    .footer-copyright {
        padding: 18px 0;
    }
    
    .footer-copyright .container {
        padding: 0 20px;
    }
    
    .footer-copyright p {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .hero p {
        font-size: 16px;
    }
    
    .main {
        /*min-height: calc(100vh - 70px);*/
        padding: 20px 0;
    }
    
    /* 企业概况移动端样式 */
    .company-overview {
        margin-top: 40px;
        padding: 30px 0;
    }
    
    .overview-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .overview-left {
        max-width: 100%;
    }
    
    .overview-right {
        max-width: 100%;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .title-bar {
        height: 24px;
        width: 3px;
        margin-right: 12px;
    }
    
    .section-subtitle {
        font-size: 14px;
        margin-left: 15px;
    }
    
    .overview-description p {
        font-size: 15px;
        line-height: 1.7;
    }
    
    .overview-features {
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .feature-item {
        flex: 1;
    }
    
    .feature-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 8px;
    }
    
    .feature-text {
        font-size: 13px;
    }
    
    .overview-action {
        margin-top: 30px;
        text-align: center;
    }
    
    .learn-more-btn {
        padding: 10px 28px;
        font-size: 15px;
    }
    
    .overview-image {
        height: 300px;
        max-width: 100%;
    }

    /* 产教融合移动端样式 */
    .industry-education {
        padding: 40px 0;
    }

    .integration-content {
        flex-direction: column;
        gap: 40px;
    }

    .integration-left {
        max-width: 100%;
    }

    .integration-right {
        flex: none;
        max-width: 100%;
    }

    .news-image {
        width: 100%;
        height: 250px;
    }

    .news-item {
        flex-direction: column;
        gap: 15px;
    }

    .news-thumbnail {
        flex: none;
        width: 100%;
        height: 180px;
    }

    .news-item-title {
        font-size: 15px;
    }

    .news-item-summary {
        font-size: 13px;
    }
}

/* 小屏幕移动端 */
@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
    
    .logo h1 {
        font-size: 16px;
        max-width: 180px;
    }
    
    .hero h2 {
        font-size: 20px;
    }
    
    .hero p {
        font-size: 14px;
    }
    
    .nav-link {
        font-size: 15px;
        padding: 12px 15px;
    }
    
    /* 企业概况小屏幕移动端样式 */
    .company-overview {
        margin-top: 30px;
        padding: 20px 0;
    }
    
    .overview-content {
        gap: 30px;
    }
    
    .section-title {
        font-size: 20px;
    }
    
    .title-bar {
        height: 20px;
    }
    
    .section-subtitle {
        font-size: 13px;
    }
    
    .overview-description p {
        font-size: 14px;
    }
    
    .overview-features {
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .feature-item {
        flex: 0 0 calc(33.333% - 10px);
        min-width: 80px;
    }
    
    .feature-icon {
        width: 40px;
        height: 40px;
    }
    
    .feature-text {
        font-size: 12px;
    }
    
    .learn-more-btn {
        padding: 8px 24px;
        font-size: 14px;
    }
    
    .overview-image {
        height: 250px;
    }

    /* 产教融合小屏幕移动端样式 */
    .industry-education {
        padding: 30px 0;
    }

    .integration-content {
        gap: 30px;
    }

    .news-image {
        height: 200px;
    }

    .news-item {
        padding: 15px;
    }

    .news-thumbnail {
        height: 150px;
    }

    .news-item-title {
        font-size: 14px;
    }

    .news-item-summary {
        font-size: 12px;
    }

    .view-more-btn {
        padding: 6px 16px;
        font-size: 13px;
    }
    
    /* 研究院概况页面移动端适配 */
    .about-banner-section {
        margin-top: 70px;
    }
    
    .about-banner-image {
        height: 250px;
    }
    
    .about-main-content {
        padding: 40px 0;
    }
    
    .about-content-header {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .about-title-decoration {
        gap: 12px;
    }
    
    .about-title-decoration h2 {
        font-size: 24px;
    }
    
    .about-title-bar {
        height: 35px;
    }
    
    .about-title-arrow {
        font-size: 20px;
    }
    
    .about-module-nav {
        justify-content: flex-start;
        gap: 20px;
    }
    
    .about-nav-item {
        display: inline-block;
        padding: 10px 18px;
        text-decoration: none;
        color: inherit;
    }
    
    .about-nav-item span {
        font-size: 14px;
    }
    
    /* 研究院简介模块移动端适配 */
    .about-intro-section {
        margin-top: 25px;
        padding: 0 5px;
    }
    
    .about-intro-content {
        flex-direction: column;
        gap: 25px;
    }
    
    .about-intro-text {
        max-width: 100%;
        order: 1;
    }
    
    .about-intro-title {
        font-size: 18px;
        margin-bottom: 14px;
        line-height: 1.3;
    }
    
    .about-intro-line {
        width: 55px;
        height: 2px;
        margin-bottom: 18px;
    }
    
    .about-intro-description p {
        font-size: 13px;
        margin-bottom: 14px;
        line-height: 1.6;
        text-align: left;
    }
    
    .about-intro-image {
        max-width: 100%;
        order: 2;
        text-align: center;
    }
    
    .about-intro-image img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    }
    
    .about-intro-image img:hover {
        transform: none;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    }
    
    /* 主要任务模块移动端适配 */
    .about-tasks-section {
        margin-top: 40px;
        padding: 0 5px;
    }
    
    .about-tasks-header {
        margin-bottom: 30px;
    }
    
    .about-tasks-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .about-tasks-line {
        width: 55px;
        height: 2px;
    }
    
    .about-tasks-content {
        flex-direction: column;
        gap: 18px;
    }
    
    .task-card {
        flex: none;
        padding: 22px 18px;
        min-height: auto;
        border-radius: 12px;
    }
    
    .task-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(59, 130, 246, 0.18);
    }
    
    .task-number {
        margin-bottom: 15px;
    }
    
    .task-number img {
        width: 45px;
        height: 45px;
    }
    
    .task-title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .task-description {
        font-size: 13px;
        line-height: 1.6;
        text-align: center;
    }
    
    /* 精彩瞬间模块移动端样式 */
    .about-moments-section {
        padding: 30px 0;
    }
    
    .about-moments-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .about-moments-line {
        width: 60px;
        height: 3px;
    }
    
    .moments-carousel-container {
        padding: 0 10px;
    }
    
    .moments-slide {
        padding: 0 3px;
    }
    
    .moments-slide img {
        height: 140px;
        border-radius: 8px;
    }
    
    .moments-indicators {
        margin-top: 20px;
        gap: 8px;
    }
    
    .moments-indicator {
        width: 10px;
        height: 10px;
    }
}