:root {
	--primary-blue: #16208a;
	--secondary-blue: #1c6ca5;
	--accent-blue: #3a8bc8;
	--light-blue: #e6f2f9;
	--dark-blue: #30377f;
	--light-gray: #f8f9fa;
	--medium-gray: #6c757d;
	--dark-gray: #343a40;
}

body {
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	color: var(--dark-gray);
	line-height: 1.6;
}





/* 导航栏 */
.navbar {
	box-shadow:0 2px 10px rgba(0, 0, 0, 0.08);
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	background:linear-gradient(rgba(10, 74, 122, 0.085), rgba(28, 108, 165, 0.09)), url('../images/background.jpg');
	background-size:cover;
	background-position:center;
}
.navbar-brand {
	font-weight: 700;
	color:white;
	font-size: 2.25rem;
	line-height: 1.5;
}
.navbar-subtitle {
	font-size: 0.85rem;
	color:white;
	font-weight: normal;
	display: block;
	margin-top: 2px;
}
.navbar-nav .nav-link {
	font-weight: 500;
	color:white;
	padding: 0.5rem 1.5rem;
}
.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active,.navbar-brand:hover {
	color:white;
}
/* 响应式设计 - 大平板 */
@media (max-width: 1200px) {
	.navbar-brand {
		font-size: 2.25rem;
	}
}
/* 响应式设计 - 平板 */
@media (max-width: 992px) {
	.navbar-brand {
		font-size: 2rem;
	}
}
/* 响应式设计 - 手机 */
@media (max-width: 768px) {
	.navbar-brand {
		font-size: 1.75rem;
	}
}
/* 响应式设计 - 小手机 */
@media (max-width: 576px) {
	.navbar-brand {
		font-size: 1.5rem;
	}
}
/* 汉堡菜单图标颜色 - 白色 */
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
/* 汉堡菜单按钮样式 */
.navbar-toggler {
	border-color: rgba(255, 255, 255, 0.5) !important;
}





/* 我们的服务 */
.services-section {
	padding: 80px 0;
	background-color: var(--light-gray);
}
.section-title {
	color: var(--primary-blue);
	font-weight: 700;
	margin-bottom: 3rem;
	text-align: center;
	position: relative;
}
.section-title:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 3px;
	background-color: var(--accent-blue);
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
.service-card {
	background-color: white;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s, box-shadow 0.3s;
	height: 100%;
	border: none;
	display: flex;
	flex-direction: column;
}
.service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.service-img {
	height: 200px;
	background-color: var(--light-blue);
	display: flex;
	align-items: top center;
	justify-content: top;
	overflow: hidden;
}
.service-img img {
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	transition: transform 0.5s;
}
.service-card:hover {
	transform: scale(1.05);
}
.service-content {
	padding: 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.service-title {
	color: var(--primary-blue);
	font-weight: 700;
	margin-bottom: 15px;
}
.service-description {
	flex-grow: 1;
	margin-bottom: 20px;
}
.service-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
}
.btn-service {
	background-color: var(--primary-blue);
	color: white;
	font-weight: 500;
	padding: 0.25rem 0.5rem;
	border-radius: 4px;
	border: none;
	font-size: 0.9rem;
	transition: background-color 0.3s;
	display: flex;
	align-items: center;
}
.btn-service:hover {
	background-color: var(--secondary-blue);
	color: white;
}
.btn-service-outline {
	border: 1px solid var(--primary-blue);
	color: var(--primary-blue);
	background-color: transparent;
	font-weight: 500;
	padding: 0.25rem 0.5rem;
	border-radius: 4px;
	font-size: 0.9rem;
	transition: background-color 0.3s;
}
.btn-service-outline:hover {
	background-color: var(--light-blue);
	color: var(--primary-blue);
}
.btn-service-link {
	background-color: var(--light-blue);
	color: var(--primary-blue);
	font-weight: 500;
	text-decoration: none;
	padding: 0.25rem 0.5rem;
	border-radius: 4px;
	font-size: 0.9rem;
	transition: background-color 0.3s;
	border: 1px solid transparent;
}
.btn-service-link:hover {
	background-color: var(--light-blue);
	color: var(--accent-blue);
}





/* 首页-通知公告 */
.news-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--light-blue) 0%, rgba(230, 242, 249, 0.5) 100%);
    position: relative;
}
.news-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height:250px;
    /*background: linear-gradient(135deg, var(--light-blue) 0%, rgba(230, 242, 249, 0.5) 100%);*/
    z-index: 0;
}
.news-section .container {
    position: relative;
    z-index: 1;
}









/* 关于我们 */
.about-section {
    padding: 80px 0;
    background-color: white;
    position: relative;
	min-height:650px;
}
.about-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 450px;
    background: linear-gradient(135deg, var(--light-blue) 0%, rgba(230, 242, 249, 0.5) 100%);
    z-index: 0;
}
.about-section .container {
    position: relative;
    z-index: 1;
}
.about-content, .timeline-section {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.section-title {
    color: var(--primary-blue);
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}
.section-title:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: var(--accent-blue);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.about-intro {
    font-size: 1.1rem;
    line-height: 1.7;
}
.about-details p {
    margin-bottom: 1rem;
}
.about-image {
    background: linear-gradient(135deg, rgba(10, 74, 122, 0.05), rgba(58, 139, 200, 0.1));
    border-radius: 12px;
    border: 1px solid rgba(10, 74, 122, 0.1);
}
.icon-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--light-blue), white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 5px solid white;
}
.highlight-box {
    transition: transform 0.3s, box-shadow 0.3s;
}
.highlight-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}





/* 发展历程 */
.milestones-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
	position: relative;
	z-index: 2;
	padding: 20px 0 40px;
}
/* 卡片样式 */
.milestone-card {
	background: white;
	border-radius: 12px;
	padding: 20px 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(58, 139, 200, 0.15);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-height: 180px;
}
.milestone-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
	border-color: #3a8bc8;
}
.card-header {
	position: relative;
	margin-bottom: 15px;
	width: 100%;
}
.year-badge {
	display: inline-block;
	background: linear-gradient(135deg, #0a4a7a, #1c6ca5);
	color: white;
	padding: 6px 12px;
	border-radius: 20px;
	font-weight: 700;
	font-size: 0.9rem;
	margin-bottom: 10px;
	box-shadow: 0 3px 8px rgba(10, 74, 122, 0.2);
}
.card-icon {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	color: #3a8bc8;
	fill: currentColor;
}
.card-icon svg {
	width: 100%;
	height: 100%;
}
.card-body {
	flex: 1;
	width: 100%;
}
.card-body h5 {
	color: #333;
	font-weight: 600;
	font-size: 0.95rem;
	margin-bottom: 8px;
	line-height: 1.3;
}
.card-body p {
	color: #666;
	font-size: 0.8rem;
	line-height: 1.4;
	margin: 0;
}
/* 响应式设计 - 大平板 */
@media (max-width: 1200px) {
	.milestones-grid {
		gap: 12px;
	}
	.milestone-card {
		padding: 18px 12px;
		min-height: 170px;
	}
	.card-body h5 {
		font-size: 0.9rem;
	}
	.card-body p {
		font-size: 0.75rem;
	}
}
/* 响应式设计 - 平板 */
@media (max-width: 992px) {
	.milestones-grid {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, auto);
		gap: 20px;
	}
	.timeline-connector {
		display: none;
	}
	.milestone-card {
		min-height: 160px;
		padding: 20px 15px;
	}
	.section-title {
		font-size: 1.8rem;
	}
}
/* 响应式设计 - 手机 */
@media (max-width: 768px) {
	.milestones-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, auto);
		gap: 15px;
	}
	.milestone-card {
		min-height: 150px;
		padding: 18px 12px;
	}
	.section-title {
		font-size: 1.6rem;
	}
	.card-body h5 {
		font-size: 0.85rem;
	}
	.card-body p {
		font-size: 0.7rem;
	}
}
/* 响应式设计 - 小手机 */
@media (max-width: 576px) {
	.milestones-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.milestone-card {
		min-height: 140px;
		padding: 15px 10px;
		flex-direction: row;
		text-align: left;
		gap: 15px;
	}
	.card-header {
		flex-shrink: 0;
		width: auto;
		margin-bottom: 0;
	}
	.card-icon {
		margin: 10px auto 0;
	}
	.section-title {
		font-size: 1.5rem;
	}
	.section-title::after {
		width: 60px;
	}
}
/* 动画效果 */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.milestone-card {
	animation: fadeIn 0.4s ease forwards;
	opacity: 0;
}
/* 为每个卡片设置不同的动画延迟 */
.milestone-card:nth-child(1) { animation-delay: 0.1s; }
.milestone-card:nth-child(2) { animation-delay: 0.15s; }
.milestone-card:nth-child(3) { animation-delay: 0.2s; }
.milestone-card:nth-child(4) { animation-delay: 0.25s; }
.milestone-card:nth-child(5) { animation-delay: 0.3s; }
.milestone-card:nth-child(6) { animation-delay: 0.35s; }






/* 新闻列表样式 */
.news-list {
	list-style: none;
	padding: 0;
}
.news-item {
	background-color: #fff;
	padding: 15px 20px;
	margin-bottom: 10px;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: transform 0.3s, box-shadow 0.3s;
}
.news-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.news-title {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	transition: color 0.3s;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 20px;
}
.news-title:hover {
	color: #0056b3;
}
.news-date {
	color: #6c757d;
	font-size: 14px;
	white-space: nowrap;
}
/* 分页样式 */
.pagination-container {
	margin-top: 30px;
	text-align: center;
}
.page-link {
	color: #0056b3;
}
.page-item.active .page-link {
	background-color: #0056b3;
	border-color: #0056b3;
}
/* 响应式适配 */
@media (max-width: 768px) {
	.news-item {
		flex-direction: column;
		align-items: flex-start;
		padding: 12px 15px;
	}
	.news-date {
		margin-top: 8px;
		align-self: flex-end;
	}
	.news-title {
		margin-right: 0;
		white-space: normal;
	}
	.section-title {
		font-size: 24px;
	}
}





/* 页脚样式更新 */
footer {
    background-color: var(--dark-blue);
    color:white;
    padding: 10px 0px 0px 0px;
}

/* 联系信息样式 */
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.contact-item i {
    color: var(--accent-blue);
    font-size: 1.2rem;
    margin-right: 12px;
    margin-top: 3px;
    flex-shrink: 0;
    width: 24px;
}
.contact-text {
    text-align: left;
}
.contact-text strong {
    color: var(--dark-gray);
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
}
.contact-text p {
    color: var(--dark-gray);
    margin-bottom: 0;
    line-height: 1.5;
}
.contact-text a {
    color: var(--dark-gray);
    text-decoration: none;
    transition: color 0.2s;
}
.contact-text a:hover {
    color: var(--dark-gray);
    text-decoration: underline;
}
/* 二维码卡片样式 */
.qr-code-container {
    display: flex;
    justify-content: center;
}
.qr-code-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    max-width: 240px;
    margin: 0 auto;
}
.qr-code-card:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--accent-blue);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.qr-code-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.qr-code-card h5 {
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
}
.qr-code-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.qr-placeholder {
    width: 150px;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(255, 255, 255, 0.2);
}
.qr-code-card .small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* 版权信息 */
.copyright {
    /*background-color: rgba(0, 0, 0, 0.2);*/
    padding: 1.5rem 0;
    margin-top: 0rem;
    /*border-top: 1px solid rgba(255, 255, 255, 0.1);*/
}
.copyright p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.copyright p a {
    color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}
.copyright p a:hover {
    color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

/* 响应式调整 */
@media (max-width: 992px) {
    .contact-item {
        justify-content: flex-start;
    }
    
    .contact-text {
        text-align: flex-start;
    }
    
    .qr-code-card {
        max-width: 220px;
    }
    
    .qr-placeholder {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 768px) {
    footer {
        padding-top: 40px;
    }
    
    .footer-title {
        font-size: 1.3rem;
    }
    
    .contact-item {
        justify-content: flex-start;
    }
    
    .contact-text {
        text-align: left;
    }
    
    .qr-code-card {
        max-width: 200px;
    }
    
    .qr-placeholder {
        width: 120px;
        height: 120px;
    }
    
    .qr-code-icon {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 576px) {
    .contact-item {
        margin-bottom: 12px;
    }
    
    .contact-item i {
        font-size: 1.1rem;
        margin-right: 10px;
    }
    
    .qr-code-card {
        padding: 20px;
        max-width: 180px;
    }
    
    .qr-placeholder {
        width: 110px;
        height: 110px;
    }
    
    .qr-code-card h5 {
        font-size: 1.1rem;
    }
    
    .copyright p {
        font-size: 0.85rem;
    }
}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
        
        /* 模态框样式 */
        .modal-service-header {
            background-color: var(--primary-blue);
            color: white;
        }
        
        .modal-service-header .btn-close {
            filter: invert(1) grayscale(100%) brightness(200%);
        }
        
        .price-table {
            font-size: 0.9rem;
        }
        
        .price-table th {
            background-color: var(--light-blue);
            color: var(--primary-blue);
            font-weight: 600;
            text-align: center;
            vertical-align: middle;
        }
        
        .price-table td {
            text-align: center;
            vertical-align: middle;
        }
        
        .table-note {
            font-size: 0.85rem;
            color: var(--medium-gray);
            margin-top: 10px;
        }
        
        /* 时间线 */
        .timeline {
            position: relative;
            padding-left: 30px;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            left: 15px;
            top: 0;
            bottom: 0;
            width: 2px;
            background-color: var(--accent-blue);
        }
        
        .timeline-item {
            position: relative;
            margin-bottom: 30px;
        }
        
        .timeline-item::before {
            content: '';
            position: absolute;
            left: -25px;
            top: 5px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: var(--primary-blue);
            border: 2px solid white;
            box-shadow: 0 0 0 3px var(--accent-blue);
        }
        
        .timeline-year {
            font-weight: 700;
            color: var(--primary-blue);
        }
        
        /* 响应式调整 */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.2rem;
            }
            
            .hero-subtitle {
                font-size: 1.1rem;
            }
            
            .section-title {
                font-size: 1.8rem;
            }

            
            .service-img {
                height: 100%;
            }
            
            .qa-img {
                height: 200px;
                margin-bottom: 30px;
            }
            
            .qa-img i {
                font-size: 4rem;
            }
            
            .service-buttons {
                flex-direction: column;
            }
            
            .btn-service, .btn-service-outline, .btn-service-link {
                width: 100%;
                justify-content: center;
            }
        }
        
        @media (max-width: 576px) {
            .hero-title {
                font-size: 1.9rem;
            }
            
            .hero-subtitle {
                font-size: 1rem;
            }
        }