:root {--primary: #2563eb; --primary-dark: #1d4ed8; --primary-light: #dbeafe; --secondary: #4f46e5; --light: #f8fafc; --dark: #0f172a; --gray: #64748b; --success: #10b981; --border: #e2e8f0; --shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } * {margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif; } body {background-color: #f9fafb; color: var(--dark); line-height: 1.6; overflow-x: hidden; font-size: 14px; max-width: 100vw; } .el-main{padding:0; overflow: hidden; } ul{margin:0; padding:0; } /* 产品与服务模块 */ .section-title {text-align: center; margin-bottom: 3rem; padding: 0 20px; } .section-title h2 {font-size: 2.8rem; color: var(--dark); margin-bottom: 1.5rem; position: relative; display: inline-block; } .section-title h2::after {content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: var(--primary); border-radius: 2px; } .section-title p {color: var(--gray); max-width: 800px; margin: 0 auto; font-size: 1.2rem; } .services {margin:auto; width:80%; padding: 4rem 0; } .services-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 2rem; } .service-card {background-color: white; border-radius: 15px; overflow: hidden; box-shadow: var(--shadow); transition: all 0.4s ease; display: flex; flex-direction: column; height: 100%; } .service-card:hover {transform: translateY(-15px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); } .service-img {height: 220px; background-size: cover; background-position: center; } .service-content {padding: 30px; flex-grow: 1; display: flex; flex-direction: column; } .service-content h3 {margin-bottom: 20px; color: var(--primary); font-size: 1.8rem; } .service-content p {margin-bottom: 25px; color: var(--gray); flex-grow: 1; } .features-list {list-style: none; margin-bottom: 25px; } .features-list li {padding: 10px 0; padding-left: 30px; position: relative; border-bottom: 1px solid #eee; } .features-list li:last-child {border-bottom: none; } .features-list li::before {content: '✓'; position: absolute; left: 0; top: 10px; color: var(--success); font-weight: bold; } .service-card .btn {display: inline-block; background-color: var(--primary); color: white; padding: 12px 30px; border-radius: 30px; text-decoration: none; font-weight: 600; text-align: center; transition: all 0.3s ease; border: 2px solid var(--primary); } .service-card .btn:hover {background-color: transparent; color: var(--primary); } /* SWS介绍模块样式 */ .sws-intro {padding: 4rem 0; background: white; } .sws-content {display: grid; grid-template-columns: 1fr; gap: 40px; margin-top: 2rem; align-items: start; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); padding: 40px; border-radius: 20px; } .sws-text h3 {font-size: 1.5rem; color: var(--primary); margin: 25px 0 15px; position: relative; padding-left: 20px; } .sws-text h3:first-child {margin-top: 0; } .sws-text h3::before {content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; background: var(--primary); border-radius: 50%; } .sws-text p {margin-bottom: 20px; color: var(--gray); line-height: 1.7; } .sws-visual {height: 100%; display: flex; align-items: center; flex-direction: column; } .sws-visual img {width: 100%; height: auto; object-fit: cover; transition: transform 0.5s ease; } .sws-visual:hover img {transform: scale(1.03); } .sws-header {text-align: center; margin-bottom: 40px; } .sws-header h2 {color: var(--primary); font-size: 2.2rem; margin-bottom: 15px; } .sws-header .subtitle {color: var(--gray); font-size: 1.2rem; max-width: 800px; margin: 0 auto; line-height: 1.6; } .integration-note {background: #e6f7ff; border-left: 4px solid #1890ff; padding: 15px; margin: 20px 0; border-radius: 4px; font-size: 1rem; } .architecture {display: flex; flex-direction: column; align-items: center; gap: 30px; } .layer {width: 95%; background: white; border-radius: 12px; padding: 30px 25px 25px; position: relative; } .layer.animate {opacity: 1; transform: translateY(0); } .layer-title {position: absolute; top: -15px; left: 20px; background: #2563eb; color: white; padding: 8px 20px; border-radius: 30px; font-weight: 600; font-size: 1.1rem; } .layer-description {margin-bottom: 15px; font-size: 0.95rem; } .components {display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px; margin-top: 15px; } .component {background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 20px; width: 220px; text-align: center; transition: all 0.3s ease; position: relative; display: flex; flex-direction: column; align-items: center; } .component:hover {transform: translateY(-5px); box-shadow: 0 10px 25px rgba(37, 99, 235, 0.15); border-color: var(--primary); } .component i {font-size: 2.5rem; color: var(--primary); margin-bottom: 15px; display: block; } .component h3 {margin-bottom: 10px; color: var(--dark); font-size: 1.1rem; } .component p {color: var(--gray); font-size: 0.85rem; line-height: 1.4; } .online-indicator {position: absolute; top: 10px; right: 10px; width: 10px; height: 10px; border-radius: 50%; background: #10b981; } .offline-indicator {position: absolute; top: 10px; right: 10px; width: 10px; height: 10px; border-radius: 50%; background: #f59e0b; } .hybrid-indicator {position: absolute; top: 10px; right: 10px; width: 10px; height: 10px; border-radius: 50%; background: #8b5cf6; } .connector {width: 4px; height: 40px; background: var(--primary); margin: 0 auto; position: relative; } .connector::before, .connector::after {content: ''; position: absolute; width: 15px; height: 15px; background: var(--primary); border-radius: 50%; left: 50%; transform: translateX(-50%); } .connector::before {top: -7px; } .connector::after {bottom: -7px; } .user-layer {background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: white; } .user-layer .layer-title {background: white; color: var(--primary); box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1); } .user-layer .component {background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); color: white; } .user-layer .component h3 {color: white; } .user-layer .component p {color: rgba(255, 255, 255, 0.8); } .user-layer .component i {color: white; } .integration-layer {background: linear-gradient(135deg, #7914da 0%, #2b03a1 100%); color: white; } .integration-layer .layer-title {background: white; color: #0ea5e9; box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1); } .integration-layer .component {background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); color: white; } .integration-layer .component h3 {color: white; } .integration-layer .component p {color: rgba(255, 255, 255, 0.8); } .integration-layer .component i {color: white; } .interaction-flows {display: flex; justify-content: space-between; margin: 30px 0; padding: 20px; background: white; border-radius: 12px; box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1); } .base .components{justify-content: flex-start; } .flow {text-align: center; flex: 1; padding: 15px; } .flow i {font-size: 2.5rem; color: var(--primary); margin-bottom: 15px; } .flow h3 {margin-bottom: 10px; color: var(--dark); } .flow p {color: var(--gray); font-size: 0.9rem; } .sws-value {background: white; border-radius: 12px; padding: 25px; box-shadow: var(--shadow); margin-top: 30px; } .sws-value h2 {color: var(--primary); margin-bottom: 20px; text-align: center; } .value-points {display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px; } .value-point {text-align: center; flex: 1; min-width: 250px; } .value-point i {font-size: 3rem; color: var(--primary); margin-bottom: 15px; } .value-point h3 {margin-bottom: 10px; color: var(--dark); } .value-point p {color: var(--gray); } /* SWS服务优势模块样式 */ .sws-advantages {background: white; border-radius: 12px; padding: 0px 25px; } .sws-advantages h2 {color: #2563eb; font-size: 2.5rem; margin-bottom: 15px; text-align: center; } .sws-advantages .advantage-subtitle {color: #64748b; font-size: 1.2rem; max-width: 800px; margin: 0 auto 40px; line-height: 1.6; text-align: center; } .advantage-content {display: flex; flex-direction: column; gap: 30px; } .advantage-flows {display: flex; flex-wrap: wrap; justify-content: space-around; gap: 10px; margin-bottom: 20px; } .advantage-flow {text-align: center; flex: 1; min-width: 220px; padding: 20px; background: #f8fafc; border-radius: 10px; transition: all 0.3s ease; } .advantage-flow:hover {transform: translateY(-5px); box-shadow: 0 10px 25px rgba(37, 99, 235, 0.15); } .advantage-flow i {font-size: 2.5rem; color: #2563eb; margin-bottom: 15px; } .advantage-flow h3 {margin-bottom: 10px; color: #1e293b; } .advantage-flow p {color: #64748b; font-size: 0.9rem; } .advantage-tools {display: flex; flex-wrap: wrap; justify-content: space-around; gap: 10px; } .advantage-tool {text-align: center; flex: 1; min-width: 220px; padding: 20px; } .advantage-tool i {font-size: 2.5rem; color: #2563eb; margin-bottom: 15px; } .advantage-tool h3 {margin-bottom: 10px; color: #1e293b; } .advantage-tool p {color: #64748b; } /* 产品优势模块 */ .advantages {padding: 4rem 0; background: linear-gradient(135deg, #f0f9ff 0%, #e0f7ff 100%); position: relative; overflow: hidden; } .advantages::before {content: ''; position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 70%); border-radius: 50%; } .advantages::after {content: ''; position: absolute; bottom: -100px; left: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(79, 70, 229, 0.1) 0%, transparent 70%); border-radius: 50%; } .advantages-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 2rem; position: relative; z-index: 2; } .advantage-card {background: white; border-radius: 15px; padding: 30px; box-shadow: var(--shadow); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); position: relative; overflow: hidden; display: flex; flex-direction: column; } .advantage-card::before {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 5px; background: var(--primary); transform: scaleY(0); transform-origin: bottom; transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .advantage-card:hover {transform: translateX(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); } .advantage-card:hover::before {transform: scaleY(1); } .advantage-header {display: flex; align-items: center; margin-bottom: 20px; flex-direction: column; } .advantage-icon {width: 60px; height: 60px; background: var(--primary-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 20px; transition: all 0.4s ease; } .advantage-icon i{color: var(--primary); } .advantage-card:hover .advantage-icon {color: var(--primary); transform: rotate(10deg) scale(1.1); } .advantage-card:hover .advantage-icon img {filter: brightness(0) invert(1); } .advantage-title {font-size: 1.5rem; color: var(--dark); font-weight: 700; } .advantage-number {display: inline-block; background: var(--primary); color: white; width: 30px; height: 30px; border-radius: 50%; text-align: center; line-height: 30px; font-weight: 700; margin-right: 10px; } .advantage-content p {margin-bottom: 15px; color: var(--gray); line-height: 1.7; position: relative; padding-left: 30px; } .advantage-content p::before {content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--primary); } /* 特色服务模块优化 */ .featured-services {background-color: #f0f9ff; padding: 4rem 0; /* 减小内边距 */ position: relative; overflow: hidden; } .featured-services::before {content: ''; position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; background: linear-gradient(135deg, var(--primary), var(--secondary)); border-radius: 50%; opacity: 0.1; } .featured-services::after {content: ''; position: absolute; bottom: -80px; left: -80px; width: 300px; height: 300px; background: linear-gradient(135deg, var(--primary), var(--secondary)); border-radius: 50%; opacity: 0.1; } .tabs {display: flex; justify-content: center; margin-bottom: 3rem; flex-wrap: wrap; gap: 15px; } .tab-btn {background: white; border: 2px solid var(--primary); color: var(--primary); padding: 12px 35px; border-radius: 50px; font-weight: 600; font-size: 1rem; /* 减小尺寸 */ cursor: pointer; transition: all 0.3s ease; min-width: 220px; text-align: center; } .tab-btn.active, .tab-btn:hover {background: var(--primary); color: white; box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3); } .tab-content {display: none; animation: fadeIn 0.5s ease; } .tab-content.active {display: block; } @keyframes fadeIn {from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .services-grid-featured {display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } /* 特色服务卡片优化 */ .feature-card {background: white; border-radius: 15px; overflow: hidden; box-shadow: var(--shadow); transition: all 0.3s ease; height: 100%; display: flex; flex-direction: column; position: relative; z-index: 1; } .feature-card:hover {transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); } .feature-img-container {height: 220px; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; } .feature-img {width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .feature-card:hover .feature-img {transform: scale(1.05); } /* 图标容器样式 */ #execution-tab .icon-container {border-radius: 50%; width: 130px; height: 130px; margin: 20px auto; position: relative; overflow: visible; display: flex; flex-direction: column; align-items: center; align-content: center; justify-content: center; } #execution-tab .icon-container::before {content: none; } #execution-tab .feature-icon {transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); transform: translateY(10px); filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1)); } #execution-tab .feature-card:hover .feature-icon {transform: translateY(-10px) scale(1.15); filter: drop-shadow(0 5px 10px rgba(37, 99, 235, 0.2)); } #execution-tab .feature-card:hover .icon-container {transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); background: #fff; } #execution-tab .icon-container::after {content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 60%; height: 5px; background: rgba(37, 99, 235, 0.2); border-radius: 50%; opacity: 0; transition: all 0.4s ease; } #execution-tab .feature-card:hover .icon-container::after {opacity: 1; bottom: -15px; width: 80%; } .feature-icon {width: 84px; height: 84px; object-fit: contain; transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); z-index: 2; } .icon-container::before {content: ''; position: absolute; width: 100%; height: 100%; opacity: 0; transition: opacity 0.3s ease; z-index: 1; } .feature-card:hover .feature-icon {transform: scale(1.2) rotate(5deg); filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2)); } .feature-card:hover .icon-container::before {opacity: 1; } .feature-content {padding: 25px; flex-grow: 1; display: flex; flex-direction: column; } .feature-content h3 {color: var(--dark); font-size: 1.4rem; /* 减小尺寸 */ margin-bottom: 15px; text-align: center; } .feature-content p {color: var(--gray); line-height: 1.7; text-align: center; font-size: 1rem; /* 减小尺寸 */ } /* ======================== */ /* 应用场景模块 */ /* ======================== */ .application-section {padding: 5rem 0; background-color: #fff; } .category-title {text-align: center; font-size: 2.2rem; color: var(--dark); margin-bottom: 3rem; position: relative; display: inline-block; width: 100%; } .category-title::after {content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: var(--primary); border-radius: 2px; } .application-container {display: flex; gap: 40px; margin-top: 2rem; } .application-tabs {flex: 0 0 280px; background: #f8fafc; border-radius: 15px; padding: 30px 20px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); } .tab-item {display: flex; align-items: center; padding: 20px; border-radius: 12px; margin-bottom: 15px; cursor: pointer; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); background: white; border-left: 4px solid transparent; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .tab-item:hover {background: var(--primary-light); transform: translateX(5px); box-shadow: 0 5px 15px rgba(37, 99, 235, 0.15); } .tab-item.active {background: var(--primary); color: white; transform: translateX(8px); box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25); border-left: 4px solid var(--primary-dark); } .tab-item.active .tab-icon {filter: brightness(0) invert(1); } .tab-item.active .title {color: white; } .tab-icon {width: 40px; height: 40px; margin-right: 15px; transition: all 0.3s ease; } .tab-content-wrapper {flex: 1; } .application-panel {display: none; animation: fadeIn 0.6s ease; } .application-panel.active {display: block; } .item-wrapper {display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; margin-bottom: 40px; } .application-item {background: white; border-radius: 15px; overflow: hidden; box-shadow: var(--shadow); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); display: flex; flex-direction: column; height: 100%; position: relative; } .application-item:hover {transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); } .application-item::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(37, 99, 235, 0.15) 100%); z-index: 1; } .app-icon-container {height: 200px; overflow: hidden; position: relative; } .app-icon-container img {width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .application-item:hover .app-icon-container img {transform: scale(1.1); } .app-content {padding: 20px; position: relative; z-index: 2; flex-grow: 1; display: flex; flex-direction: column; justify-content: center; text-align: center; background: rgba(255, 255, 255, 0.8); } .app-content .title {font-weight: 700; color: var(--dark); font-size: 1.2rem; margin:0; } .related-product {background: linear-gradient(to right, var(--primary-light), #e0f2fe); border-radius: 15px; padding: 30px; box-shadow: var(--shadow); position: relative; overflow: hidden; } .related-product::before {content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: rgba(255, 255, 255, 0.2); border-radius: 50%; } .sub-title {font-size: 1.8rem; color: var(--dark); margin-bottom: 25px; text-align: center; font-weight: 700; position: relative; display: inline-block; width: 100%; } .sub-title::after {content: ''; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: var(--primary); border-radius: 2px; } .product-wrapper {display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 15px; } .product-item {background: linear-gradient(135deg, var(--primary), var(--secondary)); color: white; padding: 12px 25px; border-radius: 30px; font-size: 1rem; font-weight: 600; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); cursor: pointer; box-shadow: 0 4px 6px rgba(37, 99, 235, 0.3); position: relative; overflow: hidden; } .product-item::before {content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: all 0.6s ease; } .product-item:hover {transform: translateY(-5px) scale(1.05); box-shadow: 0 8px 15px rgba(37, 99, 235, 0.4); } .product-item:hover::before {left: 100%; } /* 响应式设计 */ @media (max-width: 992px) {.slide-content h1 {font-size: 2.1rem; /* 减小尺寸 */ } .slide-content p {font-size: 1rem; /* 减小尺寸 */ } .swiper {height: 100vh; } .advantage-content {padding-left: 0; } } @media (max-width: 768px) {.navbar {flex-direction: column; gap: 20px; } .nav-links {flex-wrap: wrap; justify-content: center; } .swiper {height: 100vh; } .slide-content {padding: 30px 20px; margin: 0 20px; } .slide-content h1 {font-size: 1.8rem; /* 减小尺寸 */ } .section-title h2 {font-size: 2rem; /* 减小尺寸 */ } .tabs {flex-direction: column; align-items: center; } .tab-btn {width: 100%; max-width: 300px; } .feature-img-container {height: 180px; } .icon-container {height: 130px; } .item-wrapper {grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } .application-container {flex-direction: column; } .application-tabs {flex: 1; width: 100%; } } @media (max-width: 576px) {.slide-content h1 {font-size: 1.6rem; /* 减小尺寸 */ } .slide-content p {font-size: 0.95rem; /* 减小尺寸 */ margin-bottom: 20px; } .slider-btn {padding: 10px 25px; font-size: 0.95rem; /* 减小尺寸 */ } .services-grid-featured {grid-template-columns: 1fr; } .feature-img-container {height: 160px; } .icon-container {height: 120px; } .feature-icon {width: 70px; height: 70px; } .application-item {padding: 20px 10px; } .app-icon-container {height: 160px; } } /* 过往案例模块样式 */ .cases-section {padding: 5rem 0; background-color: #fff; } .cases-grid {display: grid; grid-template-columns: repeat(5, 1fr); gap: 25px; margin-top: 2rem; } .case-item {background: white; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); height: 100%; position: relative; } .case-item:hover {transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); } .case-img-container {overflow: hidden; position: relative; } .case-img-container img {width: 100%; height: auto; object-fit: cover; transition: transform 0.5s ease; } .case-item:hover .case-img-container img {transform: scale(1.05); } .case-content {padding: 20px; } .case-content h3 {font-size: 1rem; color: var(--dark); font-weight: 500; line-height: 1.4; margin: 0; } /* 响应式设计 */ @media (max-width: 1200px) {.cases-grid {grid-template-columns: repeat(4, 1fr); } } @media (max-width: 992px) {.cases-grid {grid-template-columns: repeat(3, 1fr); } } @media (max-width: 768px) {.cases-grid {grid-template-columns: repeat(2, 1fr); } } @media (max-width: 576px) {.cases-grid {grid-template-columns: 1fr; } } .carousel-slide {position: relative; height: auto; min-height: 700px; display: flex; align-items: center; background: linear-gradient(135deg, #518dee 0%, #3269d7 100%); color: white; overflow: hidden; padding:30px 0; } .content-container {width: 46%; z-index: 2; margin-top: 13%; margin-left: 10%; } .slogan {font-size: 3.5rem; font-weight: 800; margin-bottom: 25px; line-height: 1.2; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); color:#fff; } .sub-slogan {font-size: 1.6rem; margin-bottom: 40px; font-weight: 300; opacity: 0.95; line-height: 1.5; } .features {list-style: none; margin-bottom: 50px; } .features li {margin-bottom: 15px; display: flex; align-items: center; font-size: 1.2rem; } .features li i {margin-right: 15px; color: #ffcc00; font-size: 1.4rem; } .cta-buttons {display: flex; gap: 25px; } .btn {padding: 16px 35px; border-radius: 50px; font-weight: 600; font-size: 1.2rem; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; } .btn-primary {background: #ff6b6b; color: white; border: none; box-shadow: 0 5px 20px rgba(255, 107, 107, 0.5); } .btn-primary:hover {background: #ff5252; transform: translateY(-3px); box-shadow: 0 8px 25px rgba(255, 107, 107, 0.7); } .btn-secondary {background: transparent; color: white; border: 2px solid rgba(255, 255, 255, 0.8); } .btn-secondary:hover {background: rgba(255, 255, 255, 0.1); transform: translateY(-3px); border-color: white; } /* 修改徽章位置到左上角 */ .sws-badge {position: absolute; top: 120px; left: 10%; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); padding: 15px 30px; border-radius: 50px; font-weight: 700; font-size: 1.2rem; display: flex; align-items: center; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); animation: pulse 2s infinite; z-index: 1; text-shadow: 0 0 15px rgba(0, 0, 0, 0.8); } .sws-badge i {margin-right: 10px; color: #ffcc00; font-size: 1.6rem; animation: icon-float 3s infinite ease-in-out; } .carousel-controls {position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; gap: 15px; z-index:1; } .control-dot {width: 14px; height: 14px; border-radius: 50%; background: rgba(255, 255, 255, 0.5); cursor: pointer; transition: all 0.3s ease; } .control-dot.active {background: white; transform: scale(1.4); box-shadow: 0 0 10px rgba(255, 255, 255, 0.8); } .carousel-nav {position: absolute; top: 50%; width: 100%; display: flex; justify-content: space-between; padding: 0 30px; transform: translateY(-50%); z-index: 5; } .nav-btn {width: 60px; height: 60px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(5px); display: flex; align-items: center; justify-content: center; color: white; font-size: 1.8rem; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .nav-btn:hover {background: rgba(255, 255, 255, 0.3); transform: scale(1.1); } .visual-element {position: absolute; right: 10%; top: 50%; transform: translateY(-50%); width: 400px; height: 400px; z-index: 2; display: flex; align-items: center; justify-content: center; } .main-icon {font-size: 100px; color: white; text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); position:absolute; left: 0; bottom: 0; } .main-icon img{width:100%; opacity: 0.4; } /* 第二张幻灯片特定样式 */ .slider-2 {background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%); } /* 第三张幻灯片特定样式 */ .slider-3 {background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%); } .service-icon {font-size: 80px; color: rgba(255, 255, 255, 0.9); position: absolute; right: 15%; top: 50%; transform: translateY(-50%); text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); animation: float 6s ease-in-out infinite; } .service-icons-group {position: absolute; right: 15%; top: 50%; transform: translateY(-50%); display: flex; flex-wrap: wrap; width: 200px; height: 200px; justify-content: center; align-items: center; } .mini-icon {font-size: 30px; margin: 10px; color: white; background: rgba(255, 255, 255, 0.2); width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); animation: pulseMini 3s infinite; } .mini-icon:nth-child(1) { animation-delay: 0.2s; } .mini-icon:nth-child(2) { animation-delay: 0.4s; } .mini-icon:nth-child(3) { animation-delay: 0.6s; } .mini-icon:nth-child(4) { animation-delay: 0.8s; } .mini-icon:nth-child(5) { animation-delay: 1.0s; } .mini-icon:nth-child(6) { animation-delay: 1.2s; } @keyframes pulseMini {0%, 100% { transform: scale(1); opacity: 0.8; } 50% { transform: scale(1.1); opacity: 1; } } /* Animations */ @keyframes pulse {0%, 100% { transform: scale(1); opacity: 0.7; } 50% { transform: scale(1.05); opacity: 0.9; } } @keyframes float {0%, 100% { transform: translateY(0) rotate(0deg); } 33% { transform: translateY(-15px) rotate(3deg); } 66% { transform: translateY(10px) rotate(-3deg); } } .slide-in {opacity: 0; transform: translateY(50px); animation: slideIn 1s forwards; } @keyframes slideIn {to { opacity: 1; transform: translateY(0); } } .fade-in {opacity: 0; animation: fadeIn 1.5s forwards; } @keyframes fadeIn {to { opacity: 1; } } .delay-1 { animation-delay: 0.3s; } .delay-2 { animation-delay: 0.6s; } .delay-3 { animation-delay: 0.9s; } .delay-4 { animation-delay: 1.2s; } div.slider-1 div.image-background{width: 70%; height: 97%; position: absolute; right: -180px; opacity: 1; mask-image: radial-gradient(circle, black 39%, transparent 0%); -webkit-mask-image: radial-gradient(circle, black 0%, transparent 50%); bottom: -20px; } div.slider-1 div.image-background img{position: absolute; right: 44px; bottom: -86px; width: 87%; height: auto; } div.slider-2 div.image-background{width: 70%; height: 100%; position: absolute; right: -200px; opacity: 1; mask-image: radial-gradient(circle, black 39%, transparent 0%); -webkit-mask-image: radial-gradient(circle, black 0%, transparent 60%); bottom:0; } div.slider-2 div.image-background img{position: absolute; right: -382px; bottom: -17px; } /* 第三张幻灯片特定图标样式 */ .edu-icons-group {position: absolute; right: 10%; top: 50%; transform: translateY(-50%); display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 42px; } .edu-icon {font-size: 56px; color: white; background: rgba(255, 255, 255, 0.2); width: 150px; height: 150px; border-radius: 20px; display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); animation: bounce 4s infinite; } .edu-icon:nth-child(1) {animation-delay: 0.2s; background: rgba(255, 255, 255, 0.25); } .edu-icon:nth-child(2) {animation-delay: 0.4s; background: rgba(255, 255, 255, 0.2); } .edu-icon:nth-child(3) {animation-delay: 0.6s; background: rgba(255, 255, 255, 0.15); } .edu-icon:nth-child(4) {animation-delay: 0.8s; background: rgba(255, 255, 255, 0.1); } @keyframes bounce {0%, 20%, 50%, 80%, 100% { transform: translateY(0) scale(1); } 40% { transform: translateY(-20px) scale(1.05); } 60% { transform: translateY(-10px) scale(1.03); } } /* Responsive adjustments */ @media (max-width: 1200px) {.content-container {width: 70%; } .visual-element {right: 5%; width: 350px; height: 350px; } .circle-1 {width: 300px; height: 300px; } .circle-2 {width: 240px; height: 240px; } .circle-3 {width: 180px; height: 180px; } .main-icon {font-size: 80px; } } @media (max-width: 992px) {.content-container {width: 85%; padding: 0 5%; } .visual-element {display: none; } .slogan {font-size: 2.8rem; } .sub-slogan {font-size: 1.4rem; } .seo-content {padding: 20px; margin: 30px 20px; } .seo-content h2 {font-size: 1.7rem; } .seo-content h3 {font-size: 1.3rem; } } @media (max-width: 768px) {.carousel-slide {min-height: 600px; } .slogan {font-size: 2.2rem; } .sub-slogan {font-size: 1.2rem; } .features li {font-size: 1.1rem; } .btn {padding: 14px 25px; font-size: 1.1rem; } .sws-badge {top: 20px; left: 20px; font-size: 1rem; padding: 12px 20px; } .nav-btn {width: 50px; height: 50px; font-size: 1.5rem; } .seo-content {margin: 20px 15px; padding: 15px; } .seo-content h2 {font-size: 1.5rem; } } @media (max-width: 576px) {.swiper{width:100vw; } .carousel-slide {min-height: 500px; text-align: center; padding: 80px 20px 100px; } .content-container {width: 100%; max-width: 600px; z-index: 2; text-align: center; margin:auto; margin-top: 70%; padding:0; } .slogan {font-size: 1.8rem; } .sub-slogan {font-size: 1.1rem; } .features {text-align: left; margin-bottom: 30px; } .features li {font-size: 1rem; } .cta-buttons {display: flex; flex-direction: column; gap: 15px; width: 100%; } .btn {text-align: center; } .sws-badge {margin:auto; top: 20px; left: 0; right:0; width: max-content; } .carousel-nav {padding: 0 15px; } .nav-btn {width: 40px; height: 40px; font-size: 1.2rem; } .carousel-container.swiper-wrapper{height: 100vh; } div.slider-1 div.image-background {width: 100%; height: 65%; position: absolute; left: 0px; opacity: 1; mask-image: radial-gradient(circle, black 39%, transparent 0%); -webkit-mask-image: radial-gradient(circle, black 0%, transparent 50%); top: -120px; } div.slider-1 div.image-background img {position: absolute; left: 8px; top: 120px; width: 105%; height: auto; } div.slider-2 div.image-background {width: 100%; height: 65%; position: absolute; left: 0px; opacity: 1; mask-image: radial-gradient(circle, black 39%, transparent 0%); -webkit-mask-image: radial-gradient(circle, black 0%, transparent 50%); top: -120px; } div.slider-2 div.image-background img {position: absolute; left: 8px; top: 83px; width: auto; height: 66%; } /* 第三张幻灯片特定图标样式 */ .edu-icons-group {width: 180px; height: 180px; position: absolute; left: 0; right: 0; top: 200px; transform: translateY(-50%); display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 42px; margin: auto; } .edu-icon {font-size: 30px; color: white; background: rgba(255, 255, 255, 0.2); width: 70px; height: 70px; border-radius: 15px; display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); animation: bounce 4s infinite; } .services{width:auto; } .section-title h2 {font-size: 1.5rem; } .service-content h3 {font-size: 1.2rem; } .sws-text h3 {font-size: 1.2rem; } .sws-header h2 {font-size: 1.5rem; } .layer {width: 100%; padding: 25px 15px 15px; } .sws-content {gap: 20px; margin-top: 1.5rem; padding: 20px; } .components{display: flex; flex-direction: column; gap: 10px; margin-top: 12px; } .component {padding: 15px; width: 100%; } .layer-title {top: -12px; left: 15px; padding: 6px 15px; font-weight: 600; font-size: 0.9rem; } .section-title p {font-size: 0.9rem; } .advantage-header {display: flex; align-items: center; margin-bottom: 15px; flex-direction: row; } .advantage-icon {margin-right: 15px; } .advantage-title {font-size: 1.2rem; font-weight: 700; } .feature-content h3 {font-size: 1.1rem; } .feature-content p {line-height: 1.5; font-size: 0.85rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .category-title {font-size: 1.5rem; margin-bottom: 1.5rem; width: 100%; } .application-section {padding: 2rem 0; } .application-tabs {flex: 0 0 auto; background: #f8fafc; border-radius: 12px; padding: 15px 10px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); display: flex; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; } .application-container {display: flex; flex-direction: column; gap: 20px; margin-top: 1.5rem; } .tab-item{display: flex; align-items: center; padding: 12px 15px; border-radius: 8px; margin-right: 10px; cursor: pointer; transition: all 0.3s ease; background: white; border-left: 3px solid transparent; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); white-space: nowrap; flex-shrink: 0; } .item-wrapper {display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 20px; } .application-item {padding: 0; } .app-content .title {font-weight: 700; font-size: 0.95rem; margin-top: 5px; } }