:root { --white-color: #ffffff; --primary-color: #365bab; --secondary-color: #3b82f6; --dark-color: #1e293b; --light-color: #f8fafc; --gray-color: #64748b; }
body { font-family: 'Noto Sans SC', 'Microsoft Yahei', sans-serif; background-color: var(--white-color); color: var(--dark-color); overflow-x: hidden; margin: 0; padding: 0; font-size: 14px; line-height: 1.4; font-weight: 500; -webkit-font-smoothing: antialiased; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, p, blockquote, th, td { margin: 0; padding: 0; outline: none; }
a { text-decoration: none; color: #666666; }
li { list-style: none; }
i, em { font-style: normal; }
.clearfix:after { content: ''; display: block; clear: both; width: 0; height: 0; }
img { vertical-align: middle; border: none; max-width: 100%; }
.img { width: 100%; height: 100%; object-fit: cover; }
input, textarea, select { font-size: 14px; font-family: 'Microsoft Yahei'; color: #666; font-weight: 500; }
input:focus, textarea:focus, select:focus { outline: none; }
::-webkit-input-placeholder { color: #ccc; }
::-moz-placeholder { color: #ccc; }
:-moz-placeholder { color: #ccc; }
:-ms-input-placeholder { color: #ccc; }
::placeholder { color: #ccc; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; }
::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
::-webkit-scrollbar-thumb:window-inactive { background: rgba(0,0,0,0.4); }
.over{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.over2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.disFlex{ display: flex; justify-content: space-between; align-items: center;}
.disFlexc{ display: flex; justify-content: center; align-items: center;}
.disFlexs{ display: flex; flex-direction: column; justify-content: center; align-items: center;}
html { scroll-behavior: smooth; }
.cont { max-width: 1700px; min-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.wrapper { width: 1200px; margin: 0 auto;}

/* 导航栏 */
header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background-color: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; }
header.scrolled { background-color: rgba(255, 255, 255, 0.95); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
header > .cont { padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.nav-left { display: flex; align-items: center; }
.nav-left img { height: 48px; width: auto; }
nav { display: flex; align-items: center; gap: 5px; margin-right: -50px; overflow: hidden;}
.nav-link { position: relative; text-decoration: none; font-size: 18px; font-weight: 400; color: #333; transition: all 0.3s ease; line-height: 66px; padding: 16px 50px; }
.nav-link::before{ content: ''; position: absolute; top: 0; right: -5px; width: 5px; height: 100%; z-index: -1; background: url(../img/nav-li-bord.png) no-repeat center right;}
.nav-link.active { color: var(--primary-color); font-weight: bold; }
.nav-link.active::after { content: ''; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; width: 41px; height: 40px; margin: auto; background: url(../img/nav-li-bg.png) no-repeat center; }
.nav-link:hover { color: var(--primary-color); font-weight: bold; }
.nav-link:hover::after { width: calc(100% - 32px); }
.nav-divider { height: 24px; width: 1px; background-color: #d1d5db; }

/* Banner轮播 */
.hero-slider { position: relative; width: 100%; overflow: hidden; margin-top: 80px; }
.hero-slider .swiper { width: 100%; height: 100%; }
.hero-slider .swiper-slide { position: relative; width: 100%; }
.hero-slider .swiper-slide > img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1920/720; }
.banner-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; display: flex; align-items: center; }
.banner-overlay .cont{ width: 100%;}
.banner-text { position: relative; z-index: 10; max-width: 500px; animation: bannerTextAnimation 1.5s ease-out; }
@keyframes bannerTextAnimation { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: translateX(0); } }
.banner-text > img:first-child { margin-left: -40px; margin-bottom: 24px; height: auto; width: auto; }

/* 轮播导航按钮 */
.banner-nav-container { position: absolute; bottom: 80px; left: 0; width: 100%; z-index: 20; }
.banner-nav { display: flex; gap: 8px; }
.banner-nav-btn { width: 31px; height: 31px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.9); color: var(--primary-color); border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); padding: 0; }
.banner-nav-btn:hover { background-color: white; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); transform: translateY(-2px); }
.banner-nav-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.banner-nav-btn svg { width: 24px; height: 24px; }
.banner-nav-btn .arrow-default { display: block; }
.banner-nav-btn .arrow-active { display: none; }
.banner-nav-btn:hover:not(:disabled) .arrow-default { display: none; }
.banner-nav-btn:hover:not(:disabled) .arrow-active { display: block; }

/* 公司简介 */
#about { padding: 80px 0; background-color: var(--light-color); }
.about-wrap { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
#about .fl { width: 54%; }
#about .fr { width: 41.7%; }
#about .fr img { width: 100%; aspect-ratio: 708/570; object-fit: cover; border-radius: 8px; }
#about h2 { font-size: 40px; font-weight: 500; color: #333; margin-bottom: 40px; }
#about .txt { position: relative; z-index: 1; padding-top: 80px; font-size: 16px; line-height: 1.6; color: #666; margin-bottom: 30px; }
#about .txt::before { content: ''; position: absolute; top: 0; left: 20px; width: 1px; height: 50px; background-color: #000; z-index: 1; }
#about .btn { display: flex; align-items: center; color: #365bab; cursor: pointer; }
#about .btn img { width: 32px; height: 32px; margin-right: 8px; }
#about .list { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
#about .list > div { background-color: white; border-radius: 8px; padding: 24px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; }
#about .list > div:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
.list-item-title { display: flex; align-items: center; margin-bottom: 12px; }
.list-item-title img { min-width: 29px; min-height: 26px; margin-right: 8px; }
.text-blue { color: #365bab; }
.text-blue1 { color: #6793b1; }
.text-32 { font-size: 32px; }
.text-22 { font-size: 22px; }
.italic { font-style: italic; }

/* 核心技术 */
#tech { background-color: #fff; }
.tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
#tech .item { position: relative; background-color: white; overflow: hidden; }

/* 底图层 */
#tech .item-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-height: 100%; z-index: 1; }
#tech .item-bg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: opacity 0.3s ease; }
#tech .item-bg .bg-default { opacity: 1; }
#tech .item-bg .bg-hover { opacity: 0; }
#tech .item:hover .item-bg .bg-default { opacity: 0; }
#tech .item:hover .item-bg .bg-hover { opacity: 1; }

/* 遮罩层 */
#tech .item-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-height: 100%; z-index: 2; }
#tech .item-overlay img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: opacity 0.3s ease; }
#tech .item-overlay .overlay-default { opacity: 1; }
#tech .item-overlay .overlay-hover { opacity: 0; }
#tech .item:hover .item-overlay .overlay-default { opacity: 0; }
#tech .item:hover .item-overlay .overlay-hover { opacity: 1; }

/* 内容层 */
#tech .item-content { position: relative; z-index: 4; padding: 60px 40px; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: flex-start; aspect-ratio: 640/714;}
#tech .name { font-size: 36px; color: #333; margin-bottom: 16px; }
#tech ul { list-style: none; padding: 0; margin: 0; width: 100%;}
#tech li { font-size: 18px; color: #666; margin-bottom: 8px; }
#tech .item a { display: block; width: 100%;}
#tech .item:hover li:hover a{ color: var(--primary-color);}
#tech .item-content > img { width: 64px; height: 64px; margin-bottom: 12px; }
#tech .item:hover h3{ color: #fff;}
#tech .item:hover a{ color: #fff;}
#tech .item .more{ position: absolute; bottom: 30px; margin-top: 30px; opacity: 0;}
#tech .item:hover .more{ transform: translateY(-10px); opacity: 1; transition: all 0.3s ease;}

/* 专家团队 */
#team { background-image: url('../img/izjtd-bg.png'); background-size: cover; background-position: left top -40px; background-repeat: no-repeat; }
#team h2 { margin-top: 80px; font-size: 40px; font-weight: 500; color: var(--primary-color); margin-bottom: 40px; }
.team-wrap { display: flex; gap: 40px; align-items: flex-start; }
.team-left .swiper{ width: 100%; padding-bottom: 80px;}
.team-left, .team-right { position: relative; z-index: 1; width: 50%; display: flex; flex-direction: column;}
.team-right{ justify-content: flex-start; align-items: center; position: relative; min-height: 600px;}
.team-right .item{ width: 50%; position: absolute; top: 0; left: 50%; transform: translateX(-50%) scale(0.8); opacity: 0; transition: transform 0.3s ease, opacity 0.3s ease;}
.team-right .item.active{ transform: translateX(-50%) scale(1); opacity: 1;}
.team-text-swiper { flex: 1; }
.team-member { margin-bottom: 24px; font-size: 16px; color: #758cc3; line-height: 1.5; }
.member-num { color: var(--primary-color); font-size: 24px; font-weight: bold; margin-bottom: 8px; }
.team-member h3 { font-size: 30px; font-weight: 500; margin-bottom: 20px; color: #000; }
.team-member p { font-size: 16px; line-height: 1.6; color: var(--gray-color); margin-bottom: 20px; }
.team-image-swiper { height: 100%; }
.team-image-swiper .swiper-slide { display: flex; align-items: center; justify-content: center; }
.team-right img { width: 100%; aspect-ratio: 329/628; object-fit: contain; border-radius: 8px; }
.team-btn { position: absolute; bottom: 0px; left: 0; z-index: 1; width: 90px; height: 34px; display: flex; gap: 12px; justify-content: flex-start; }
.team-btn .team-item-btn { width: 34px; height: 34px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.9); color: var(--primary-color); border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); padding: 0; }
.team-btn .team-item-btn:hover { background-color: white; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); transform: translateY(-2px); }
.team-btn .team-item-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.team-btn .swiper-button-prev { left: 0; background: #eaf0f4; margin-left: 2px;}
.team-btn .swiper-button-next { left: unset; right: 0; background: #eaf0f4;}
.team-btn .swiper-button-prev::after,
.team-btn .swiper-button-next::after { color: var(--primary-color); font-size: 16px; font-weight: bold; }
.team-btn .swiper-button-prev:hover::after,
.team-btn .swiper-button-next:hover::after { color: var(--white-color);}
.team-btn .swiper-button-prev:hover,
.team-btn .swiper-button-next:hover { background-image: linear-gradient(134deg, #45c76d 0%, #8197db 100%);}

/* 合作伙伴 */
#partners { padding-bottom: 140px;}
#partners .title { font-size: 40px; font-weight: 500; color: #333; margin-bottom: 30px; }
.partners-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.partner-item a{ background-color: #eaf0f4; border-radius: 10px; aspect-ratio: 275/163; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; padding: 24px; }
.partner-item:hover a{ transform: translateY(-2px); background-color: #fff; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
.partner-item img { max-height: 100%; max-width: 100%; width: auto; object-fit: contain; max-width: 100%; }
.partner-text { font-size: 24px; font-weight: bold; color: var(--primary-color); }

/* 底部 */
footer { position: relative; z-index: 10; padding-top: 64px; font-size: 14px; background-color: #25324e; color: white; }
.footer-wrap { display: flex; justify-content: space-between; gap: 40px; align-items: unset; }
.footer-left, .footer-center { flex: 1; }
.footer-logo { display: flex; align-items: center; margin-bottom: 24px; }
.footer-logo img { width: auto; }
.footer-contact { margin-top: 48px; }
footer h3 { font-size: 20px; font-weight: 500; margin-bottom: 24px; }
footer .foot-lxfs img { width: 35px; object-fit: contain; }
.foot-lxfs { display: flex; margin-bottom: 24px; }
.foot-lxfs img { margin-right: 8px; }
.foot-lxfs .name { font-size: 20px; }
.foot-lxfs .name div { line-height: 1; }
.foot-lxfs .name span { color: #92a7d1; font-size: 14px; }
.foot-lxfs-item { display: flex; margin-top: 8px; font-size: 16px; transition: all 0.3s ease; }
.foot-lxfs-item img { width: 16px; margin-right: 8px; }
.foot-lxfs-item span { color: #91a6d0; font-weight: bold; }
.foot-lxfs-item p { color: #637fb9; margin: 0; }
.footer-center h3{ font-size: 24px; position: relative; display: inline-block;}
.footer-center h3::after{ content: ''; position: absolute; bottom: -8px; left: 0; width: 14px; height: 2px; background-color: var(--white-color);}
.footer-info li a{ display: flex; align-items: center; font-size: 16px; margin-bottom: 20px; color: #92a7d1; }
.footer-info li:hover a{ color: var(--white-color); }
.footer-right{ justify-content: space-between; align-items: flex-end; }
.footer-right .rtop{ width: 74px; cursor: pointer;}
.footer-right ul { list-style: none; padding: 0; margin-bottom: 20px; }
.footer-right li { margin-left: 20px; }
.footer-right a { width: 30px; height: 30px; border-radius: 50%; background-color: #5e6d8e; text-decoration: none; transition: all 0.3s ease; }
.footer-right a:hover { background: linear-gradient(134deg, #45c76d 0%, #8197db 100%); }
.footer-bottom { width: 100%; margin-top: 70px; padding: 15px 0; text-align: center; color: #687aa0; font-size: 16px; background-color: #1c2a46; }

/* 图片懒加载 */
.lazyload { opacity: 0; transition: opacity 0.3s ease; }
.lazyload.loaded { opacity: 1; }
img.lazyload { max-width: 100%; height: auto; }

/* 科技服务页面样式 */

/* 科技服务Banner */
.services-banner { position: relative; display: inline-block; width: 100%; margin-top: 98px; }
.banner-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; color: white; width: 1200px; padding: 0 20px; box-sizing: border-box; }
.banner-content h1 { font-size: 48px; font-weight: 500; margin-bottom: 20px; }

/* 服务分类导航 */
.services-nav { background-color: white; border-bottom: 1px solid rgba(38, 35, 34, 0.1); font-weight: 400; padding: 15px 0; font-size: 18px; color: #666;}
.nav-tabs { display: flex; gap: 30px;}
.nav-tabs .nav-tab { display: block; padding: 8px 0; transition: color 0.3s ease; }
.nav-tabs .nav-tab.active { color: var(--primary-color); font-weight: 600; }
.nav-actions a:hover { color: var(--primary-color); }
.nav-actions { gap: 12px; }
.nav-actions span{ color: #333;}

/* 服务详情 */
.services-detail { padding: 60px 0; }
.detail-header { margin-bottom: 40px; }
.detail-header h2 { font-size: 32px; font-weight: 500; color: var(--primary-color); margin-bottom: 20px; }
.header-tabs { display: flex; gap: 30px; }
.header-tabs span { padding: 36px 0 20px; line-height: 28px; font-size: 18px; color: #333; cursor: pointer; transition: all 0.3s ease; position: relative; }
.header-tabs span:hover { color: var(--primary-color); font-weight: 600; }
.header-tabs span.active { color: var(--primary-color); font-weight: 600; }
.header-tabs span.active::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px; background-color: var(--primary-color); }
.detail-content { align-items: flex-start; gap: 60px; }
.detail-sidebar { width: 280px; background-color: white; border-radius: 8px; } 
.sidebar-category { border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 4px; overflow: hidden; } 
.sidebar-category.active { background-color: #f1f5f8;}
.sidebar-category h4 { font-size: 18px; font-weight: 400; color: #666; cursor: pointer;}
.sidebar-category.active h4 { color: var(--primary-color); font-size: 20px; font-weight: 600;}
.sidebar-category .category-link { padding: 16px 20px;}
.sidebar-category .category-link .icon { position: relative; z-index: 1; width: 24px; height: 24px; border: 1px solid #ccc; border-radius: 50%; object-fit: contain; transition: transform 0.3s ease; box-sizing: border-box;}
.sidebar-category .category-link .icon::after{ content: ''; width: 14px; height: 14px; background: url(../img/thr-nav-icon1.png) no-repeat center center / contain;}
.sidebar-category.active .category-link .icon { transform: rotate(90deg); border-color: var(--primary-color);}
.sidebar-category.active .category-link .icon::after{ background-image: url(../img/thr-nav-icon2.png);}
.sidebar-subcategory { display: none; padding: 0; } 
.sidebar-category.active .sidebar-subcategory { display: block; } 
.sidebar-subcategory li { cursor: pointer; transition: all 0.3s ease; } 
.sidebar-subcategory li a { padding: 12px 20px; font-size: 18px; color: #819daf; display: block; width: 100%; height: 100%; text-align: center; box-sizing: border-box; transition: all 0.3s ease;}
.sidebar-subcategory li:hover { background-color: #d8e3ea;} 
.sidebar-subcategory li:hover a { color: var(--primary-color); } 
.sidebar-subcategory li.active { background-color: #d8e3ea; } 
.sidebar-subcategory li.active a { color: var(--primary-color); } 
.detail-main { flex: 1; }
.detail-main .detail-header{ border-bottom: 1px solid #e5e7eb;}
.content-section { margin-bottom: 20px; }
.content-section h3 { font-size: 24px; font-weight: 500; color: #333; margin-bottom: 10px; position: relative; }
.content-section h3 .icon { margin-right: 15px; }
.content-section .txt { font-size: 16px; line-height: 26px; color: #666; font-weight: 400; margin-bottom: 16px; }
.content-section .process-image { border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden;}

/* 实验流程 */
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 20px; }
.process-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 20px; background-color: #f8fafc; border-radius: 8px; transition: all 0.3s ease; }
.process-item:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
.process-item img { width: 64px; height: 64px; object-fit: contain; margin-bottom: 12px; }
.process-item span { font-size: 14px; color: #64748b; font-weight: 500; }

/* 分析内容 */
.analysis-chart { margin-top: 20px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
.analysis-chart img { width: 100%; height: auto; object-fit: contain; }

/* 深碳优势 */
.advantage-list { margin-top: 20px; padding-left: 20px; }
.advantage-list li { list-style: disc; font-size: 16px; line-height: 1.6; color: #64748b; margin-bottom: 10px; }

/* 项目发表文章 */
.article-table { width: 100%; border-collapse: collapse; background-color: white; overflow: hidden;}
.article-table th { padding: 20px 0; white-space: nowrap; text-align: center; border: 1px solid #d6e3ec; }
.article-table td { height: 50px; white-space: nowrap; font-weight: 400; font-size: 16px; color: #666; text-align: center; border: 1px solid #d6e3ec; }
.article-table th { background-color: #365bab; font-size: 20px; font-weight: 500; color: var(--white-color); }
.article-table tr:nth-child(odd) { background-color: #f1f5f8; }
.article-table td i { width: 22px; height: 22px; background: url(../img/wzicon-default.png) no-repeat center center / contain;}
.article-table td a { height: 50px;}
.article-table td a:hover i { background-image: url(../img/wzicon-active.png);}
.article-table tr:hover td { color: var(--primary-color); font-weight: bold;}

/* 分页样式 */
.page { margin-top: 40px; justify-content: center; }
.page a { display: inline-block; padding: 8px 16px; margin: 0 4px; font-family: 'Arial'; font-size: 16px; border: 1px solid #d6e3ec; border-radius: 4px; color: #666; text-decoration: none; transition: all 0.3s ease; }
.page a:hover { border-color: var(--primary-color); color: var(--primary-color); }
.page a.active { border-color: transparent; color: white; background-image: linear-gradient(175deg, #8197db, #45c76d); }
.page a.more { font-family: '宋体'; font-weight: 600; color: #999;}
.page a.first, .page a.last { border-color: #d6e3ec; font-size: 14px; color: #666; }
.page a.first:hover, .page a.last:hover { border-color: var(--primary-color); color: var(--primary-color); }

/* 研发管线样式 */
.pipeline-content { background-color: white; border-radius: 8px; }
.pipeline-content h3 { font-size: 24px; font-weight: 500; color: var(--primary-color); margin-bottom: 30px; }

/* 项目分类标签 */
.pipeline-tabs { display: flex; margin-bottom: 40px; border-bottom: 1px solid #d6e3ec; }
.pipeline-tab { padding: 12px 24px; margin-right: 20px; font-size: 16px; color: #666; text-decoration: none; border-bottom: 2px solid transparent; transition: all 0.3s ease; }
.pipeline-tab:hover { color: var(--primary-color); border-bottom-color: var(--primary-color); }
.pipeline-tab.active { color: var(--primary-color); border-bottom-color: var(--primary-color); font-weight: 500; }

/* 管线章节 */
.pipeline-section { padding: 60px 0; border-bottom: 1px solid #e5e7eb; }
.pipeline-section:last-child { border-bottom: none; }
.section-content { display: flex; gap: 40px; align-items: flex-start; }
.section-left { flex: 0 0 304px; }
.section-left h4 { line-height: 1.2; font-size: 30px; font-weight: 500; color: #262322; }
.section-desc { font-size: 18px; color: #666; margin-bottom: 0; }
.section-right { flex: 856; }
.right-other { width: 100%; padding: 34px; box-sizing: border-box; background: url(../img/yf-bg.png) no-repeat center center / cover; border: 1px solid #e5e5e5;}

/* 转录调控精细化 */
.transcription-chart { width: 100%; }
.chart-labels { display: flex; gap: 2px; margin-bottom: 10px; }
.chart-labels span { flex: 1; font-size: 16px; color: #999; text-align: center; }
.chart-bars { position: relative; z-index: 1; width: 100%; height: 60px; background-color: #f1f5f8;}
.chart-bord { position: absolute; top: 0; left: 0; z-index: 10; justify-content: space-evenly; width: 100%; height: 100%;}
.bar-bord { width: 2px; height: 100%; background-color: #fff;}
.bar-bg { position: absolute; top: 0; left: 0; z-index: 1; width: 0%; height: 100%; background: linear-gradient(-158deg, #67acab, #799ecc);}
.bar { width: 100%; border-radius: 4px 4px 0 0; transition: all 0.3s ease; }
.bar:hover { transform: translateY(-5px); }

/* 复杂性状 */
.complexity-chart { width: 100%; }
.chart-container { display: flex; justify-content: center; }
.chart-circle { position: relative; width: 400px; height: 400px; border-radius: 50%; border: 1px solid #e5e7eb; display: flex; justify-content: center; align-items: center; background-color: #f8fafc; }
.circle-center { text-align: center; z-index: 10; }
.circle-center h5 { font-size: 18px; font-weight: 500; color: var(--primary-color); margin: 0; }
.chart-item { position: absolute; display: flex; flex-direction: column; align-items: center; }
.item-circle { width: 80px; height: 80px; border-radius: 50%; background-color: white; border: 2px solid #6495ED; display: flex; justify-content: center; align-items: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; }
.item-circle:hover { transform: scale(1.1); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
.item-circle span { font-size: 12px; color: #6495ED; font-weight: 500; text-align: center; }


/* 产品服务样式 */
.product { padding: 60px 0; background-color: #f8fafc; }
.product .list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.product .item { padding: 22px; box-sizing: border-box; border-radius: 10px; overflow: hidden; transition: all 0.3s ease; border: 1px solid #d6e3ec; }
.product .item:hover, .product .item.selected { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }
.product .item-img { width: 100%; height: 340px; overflow: hidden; border-radius: 10px; }
.product .item-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.product .item:hover .item-img img { transform: scale(1.1); }
.product .item-info { flex: 1; padding-top: 15px; align-items: flex-start; }
.product .item-info h4 { font-size: 24px; font-weight: 500; color: #262322; margin-bottom: 8px; transition: color 0.3s ease; }
.product .item:hover .item-info h4 { color: var(--primary-color); }
.product .item-info p { display: block; width: 100%; height: 48px; font-size: 16px; line-height: 24px; color: #666; font-weight: 400; margin-bottom: 16px; flex: 1; }
.product .item-more { width: 180px; height: 40px; border-radius: 40px; text-decoration: none; color: #819daf; font-size: 16px; transition: all 0.3s ease; background-color: #f1f5f8;}
.product .item-more i { margin-left: 12px; width: 16px; height: 14px; background: url(../img/serv-more-default.png) no-repeat center center / contain; }
.product .item-more:hover { color: #fff; background-image: linear-gradient(-134deg, #45c76d, #8197db 40%); }
.product .item-more:hover i { background-image: url(../img/serv-more-active.png);}


/* 在线留言表单 */
.contactus { position: relative; z-index: 1; padding: 80px 0;}
.contactus-content .map { position: absolute; top: -71px; right: -0; z-index: -1; width: 1419px;}
.contactus-left { width: 400px; padding-right: 40px; }
.contactus-left h1 { font-size: 40px; font-weight: 400; color: #222; margin-bottom: 35px; position: relative; padding-bottom: 30px; }
.contactus-left h1::after { content: ''; position: absolute; bottom: 0; left: 0; width: 80px; height: 1px; background-color: #222; }
.contactus-wrap { display: flex; flex-direction: column; gap: 24px; margin-bottom: 47px; }
.contactus-item { display: flex; flex-direction: column; }
.contactus-item-title { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.contactus-item-title img { max-width: 30px; height: 27px; object-fit: contain; }
.contactus-item-title span { font-size: 20px; color: #222; font-weight: 400; }
.contactus-item .tel, .contactus-item .email { font-size: 30px; color: var(--primary-color); font-weight: 500; margin-left: 30px; }
.contactus-item p { font-size: 20px; color: #222; font-weight: 400; margin-left: 30px; line-height: 28px; }
.contact-form { padding: 40px; background-color: white; border-radius: 20px; box-shadow: 0 2px 30px rgba(0,30,51,0.14); }
.contact-form h2 { line-height: 1; font-size: 30px; font-weight: 500; color: #333; margin-bottom: 30px; }
.form-content { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: flex; gap: 20px; }
.form-group { flex: 1; display: flex; align-items: flex-start; gap: 10px; padding: 12px 16px; border: 1px solid #e5e7eb; border-radius: 6px; }
.form-group img { max-width: 25px; max-height: 25px; }
.form-group input, .form-group textarea { flex: 1; border: none; background: transparent; font-size: 16px; color: #333; }
.textarea-group { width: 100%; }
.textarea-group textarea { width: 100%; height: 206px; resize: none; }
.form-bottom { justify-content: space-between; align-items: center; }
.captcha-group { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid #e5e7eb; border-radius: 6px; width: 360px; height: 52px; box-sizing: border-box;}
.captcha-group > img { max-width: 25px; max-height: 25px; }
.captcha-group input { flex: 1; border: none; background: transparent; font-size: 16px; color: #333; }
.captcha-code { font-size: 18px; color: #999; font-style: italic; letter-spacing: 2px; }
.captcha-code img{ max-width: 116px; max-height: 31px;}
.submit-btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 360px; height: 52px; padding: 12px 40px; border: none; border-radius: 6px; color: white; font-size: 16px; cursor: pointer; transition: all 0.3s ease; background: url(../img/lxfs-btn-bg.png) no-repeat center center / cover; box-sizing: border-box;}
.submit-btn:hover { opacity: 0.9; transform: translateY(-2px); }
.submit-btn img { width: 21px; }

/* 招聘信息页面 */
.jobinfo { padding: 60px 0; }
.jobinfo-content { max-width: 1200px; margin: 0 auto; }
.jobinfo-content h1 { font-size: 28px; font-weight: 500; color: #333; margin-bottom: 30px; position: relative; padding-bottom: 15px; }
.jobinfo-content h1::after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 2px; background-color: var(--primary-color); }
.job-table { background-color: white; border-radius: 8px 8px 0 0; overflow: hidden; }
.job-header { display: flex; background: #365bab; color: white; font-size: 20px;}
.job-header-item { flex: 1; gap: 8px; padding: 15px 20px; font-weight: 400; }
.job-header-item:not(:first-child) { border-left: 1px solid #d6e3ec; }
.job-header-item img { max-width: 24px; max-height: 22px; }
.job-list { display: flex; flex-direction: column; gap: 4px; margin-top: 4px; }
.job-item { border: 1px solid #e5e7eb; overflow: hidden; }
.job-item.active { background-color: #f1f5f8; }
.job-item-content { display: flex; padding: 20px; align-items: center; font-size: 18px; color: #333; font-weight: 400; cursor: pointer; transition: all 0.3s ease; }
.job-position, .job-location, .job-detail, .job-count { flex: 1; text-align: center; }
.job-position { font-weight: 500; color: #333; }
.job-location { color: #666; }
.job-detail-link { display: flex; align-items: center; gap: 8px; color: var(--primary-color); text-decoration: none; font-weight: 500; }
.job-arrow { display: inline-block; width: 10px; height: 10px; border-right: 2px solid #999; border-bottom: 2px solid #999; transform: rotate(-45deg); transition: all 0.3s ease; margin-left: 8px; }
.job-item.active .job-arrow { transform: rotate(45deg); border-color: var(--primary-color); }
.job-item.active .job-position { font-weight: bold; color: var(--primary-color); }
.job-count { text-align: center; color: #666; }
.job-description { position: relative; z-index: 1; padding: 0 20px; width: 100%; height: 0; overflow: hidden; transition: all 0.3s ease;  box-sizing: border-box;}
.job-item.active .job-description { height: 400px; padding: 25px; border-top: 1px solid #d6e3ec; }
.job-description-content { position: relative; z-index: 5; margin-bottom: 20px; padding: 0 45px 20px 25px; font-size: 16px; }
.job-description-content h4 { font-weight: 500; color: var(--primary-color); margin-bottom: 10px; }
.job-description-content ul { list-style: disc; font-weight: 400; color: #666; line-height: 1.6; }
.job-description-content li { margin-bottom: 5px; }
.job-email { justify-content: flex-start; align-items: flex-start; position: absolute; bottom: 0; right: 88px; z-index: 1; width: 316px; height: 287px; background: url(../img/zpxx-bg.png) no-repeat top center / cover;}
.job-email .email-txt { width: 285px; height: 82px; text-align: center; }
.job-email span { font-size: 16px; color: #666; }
.job-email a { font-size: 20px; color: var(--primary-color); text-decoration: none; font-weight: bold; }

/* 响应式调整 */
@media (max-width: 1200px) {
    .cont { padding: 0; }
    .process-grid { grid-template-columns: repeat(3, 1fr); } 
}