* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 20px;
}

/* 导航栏 */
.navbar {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.nav-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 180px 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-icon {
	width: 46px;
	height: 46px;
}

.logo-text {
    font-size: 16px;
    font-weight: 600;
    color: #6426FF;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-menu a {
    text-decoration: none;
    color: #8987F2;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
}
.nav-menu .active {
	color: #6426FF;
	font-weight: bold;
	font-size: 16px;
}

.nav-menu a:hover {
    color: #6426FF;
}
.content-box{
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 4px;
	position: absolute;
	right: 155px;
	top: 55px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	display: none;
}
.content-box a {
    text-decoration: none;
    color: #8987F2;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
}
.content-box a:hover {
    color: #6426FF;
}

/* 介绍区域 */
.intro-section {
    padding-top: 60px;
    text-align: center;
}

.intro-section h2 {
    font-size: 40px;
    line-height: 80px;
    color: #000000;
    font-weight: 500;
}
.intro-section p {
	width: 502px;
	text-align: center;
	font-size: 13px;
	margin: 0 auto;
	color: #999999;
	z-index: 99;
}
.intro-section img{
	margin-top: -35px;
	position: relative;
	z-index: -1;
	width: 656px;
	height: 656px;
}

/* 答人特色 */
.features-section {
    padding-bottom: 50px;
    text-align: center;
    background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 74px;
}
.features-section-title{
	font-size: 36px;
	font-weight: 700;
	color: #333333;
	border-bottom: 2px dashed #8987F2;
	margin-bottom: 34px;
	padding-bottom: 17px;
}
.features-section-content{
	font-size: 14px;
	color: #999999;
	width: 199px;
	height: 84px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* 功能展示 */
.feature-demo{
	max-width: 1013px;
	margin: 0 auto;
	position: relative;
	padding: 56px 0 32px 0;
}
.feature-demo-wrapper{
	/* width: 100%; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.feature-demo-list{
	width: 270px;
	color: #666666;
	font-size: 15px;
}
.demo-title{
	font-size: 26px;
	font-weight: 700;
	color: #3D5CFF;
}
.feature-demo-img{
	position: absolute;
	top: 0;
	left: 290px;
}

/* 专业荐审 */
.professional-recommendation{
	max-width: 1200px;
	margin: 0 auto;
}
.professional-recommendation-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333333;
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 46px;
}
.professional-recommendation-tips{
	font-size: 16px;
	font-weight: 400;
	color: #999999;
}
.professional-list{
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}
.bg1{
	width: 458px;
	height: 720px;
	
	background-size: 100% 720px;
}
.bg2{
	width: 350px;
	height: 350px;
	
	background-size: 100% 350px;
}
.bg3{
	width: 350px;
	height: 350px;
	background-size: 100% 350px;
}
.bg4{
	width: 350px;
	height: 350px;
	background-size: 100% 350px;
}
.bg5{
	width: 350px;
	height: 350px;
	background-size: 100% 350px;
}

/* 案例展示 */
.case-studies {
    padding-top: 80px;
    background: #ffffff;
	margin-bottom: 120px;
}

.case-item {
    display: flex;
    align-items: center;
	justify-content: space-between;
    max-width: 1095px;
    margin-left: auto;
    margin-right: auto;
}

.case-image {
    width: 566px;
	height: 381px;
    border-radius: 12px;
}

.case-content {
	font-size: 24px;
	color: #666666;
}
.case-content img {
	width: 14px;
	height: 19px;
	margin-right: 14px;
}

/* 服务内涵 */
.service-connotation{
	max-width: 1618px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.service-connotation-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333333;
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 46px;
}
.service-connotation-tips{
	font-size: 16px;
	font-weight: 400;
	color: #999999;
}
.service-connotation-list{
	width: 375px;
	font-size: 14px;
	font-weight: 400;
	color: #8D8D8D;
}
.list-title{
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	margin: 25px 0 16px 0;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    
    .hero-section {
        height: 400px;
    }
    
    .slide-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 0 20px;
    }
    
    .slide-image {
        padding-right: 0;
    }
    
    .slide-image img {
        width: 240px;
        height: 300px;
    }
    
    .slide-title {
        font-size: 24px;
    }
    
    .case-item,
    .case-item.reverse {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .innovation-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 20px;
    }
    
    .mobile-phones {
        gap: 15px;
    }
    
    .architecture-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .slide-title {
        font-size: 20px;
    }
    
    .hero-section {
        height: 350px;
    }
    
    .slide-image img {
        width: 200px;
        height: 250px;
    }
    
    .carousel-btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .prev-btn {
        left: 10px;
    }
    
    .next-btn {
        right: 10px;
    }
}
