/* system.css - 已修改主色调为登录页蓝色系 */

/* === 基础通用样式 === */
.right {
	text-align: right;
}

body {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-height: 100vh;
	margin: 0;
}

@media screen and (max-width:1200px){
	body{
	min-width: 1250px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
}

p {
	text-indent: 2em;
}

a ,a:hover{
	text-decoration: none;
}

span {
	float: right;
}
.base .fagui_con1 p a {
	color: #337ab7;
}
.base .fagui_con1 {
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	border-bottom: 4px solid #2a5f9e;
	margin-left: 35px;
	margin-right: 35px;
}
.base .fagui_con1-1 {
	font-family: "微软雅黑";
	font-size: 26px;
	text-align: center;
	margin-top: 35px;
	margin-right: 35px;
	margin-left: 35px;
}
.base .fagui_con1-2 {
	text-align: center;
	color: #666;
	margin-top: 15px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #458FCE;
	margin-right: 35px;
	margin-left: 35px;
}
.base .fagui_con1-3 {
	line-height: 30px;
	font-size: 16px;
	margin-right: 35px;
	margin-left: 35px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}
.base .fagui_con1-4 {
	font-size: 18px;
	line-height: 35px;
	padding-right: 100px;
	padding-left: 100px;
	background-color: #FFF;
	margin-right: 35px;
	margin-left: 35px;
}
.base .fagui_con1-5 {
	margin-right: 35px;
	margin-left: 35px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 30px;
	padding-top: 30px;
}

/* === 文本样式类 === */
.wenbenjuzhong {
	text-align: center;
	font-weight: bold;
}

.text_jiacu {
	font-weight: bold;
	font-size: 18px;
	text-indent: 0;
}

.text_jiacu_left {
	font-weight: bold;
	text-align: left;
}

.text_huise {
	color: #979797;
	font-size: 14px;
}

.wenbenjuzhong_jiacu {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
}

.text_jiacu_center {
	font-weight: bold;
	text-align: center;
}

.text_right {
	text-align: right;
}

/* === 布局模块 === */
.column1 {
	clear: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
	padding: 0px;
	margin-top: 10px;
}

.column1 .column1-1 {
	width: 590px;
	float: left;
	font-size: 18px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #2a5f9e;
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	text-align: left;
}

.column1 .column1-2 {
	width: 590px;
	float: right;
	font-size: 18px;
	margin: 0px;
	background-color: #2a5f9e;
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
}

.column1-1 a {
	color: #FFFFFF;
}

.column1-1 a:hover {
	color: #D0FF01;
}

.column1-2 a {
	color: #FFFFFF;
}

.column1-2 a:hover {
	color: #D0FF01;
}

.column2 {
	list-style-type: none;
	font-size: 14px;
	padding-top: 230px;
}

.base .column2 ul {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.base .column2 ul li {
	border: #393;
	margin: 15px;
	background-repeat: repeat;
}

.base .column2 ul li::marker{
	color:blue;
	font-size:16px;
}

.base .column2 span {
	float: right;
	color: #999;
}

.base .column2 a {
	color: #000;
}

.base .column2 .column2-1{
	float: left;
	width: 580px;
}

.base .column2 .column2-2{
	float: right;
	width: 590px;
}

.column3 {
	height: 50px;
	background-color: #1e4f8a;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 50px;
}

.column3_pic {
	margin-top: 10px;
	border-left: 0px solid #2a5f9e;
	border-right: 0px solid #2a5f9e;
	border-bottom: 0px solid #2a5f9e;
	border-top: 2px solid #2a5f9e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.column4 ul {
	margin: 0px;
	list-style-type: none;
	background-color: #FFF;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 0px solid #ccc;
}

.base .column4 ul li {
	height: 230px;
	width: 268px;
	border: 1px solid #F90;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-type: none;
}

.column6 {

}

.column6 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.column6 ul li {
	height: 68px;
	width: 230px;
	float: left;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 4px;
	border: 1px solid #F9D902;
}

/* === 头部区域 === */
.head {
	width: 100%;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: 50% 50%;
	background-image: url(../images/he1.jpg);
	opacity: 1;
}

.head-con  {
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

/* === 导航菜单 === */
.menu {
	background-color: rgba(30,79,138,1.00);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	width: 100%;
	height: 100px;
	z-index: 101;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	margin-bottom: 0px;
}

/* 核心：将导航内容容器宽度固定为1200px */
.menu .menu-con {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1200px; /* 固定宽度1200px */
	background-color: #1e4f8a;
	height: 100px;
}

/* 导航项容器保持横向排列，内容在1200px内 */
.menu .menu-con ul {
	list-style-type: none;
	color: #FFF;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: space-around; /* 导航项在1200px内均匀分布 */
	height: 100%;
}

.menu .menu-con ul li {
	height: 100px;
	position: relative;
	font-size: 16px;
	padding-right: 0px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 120px; /* 每个导航项宽度适配1200px */
}

.menu .menu-con ul li a {
	color: #FFF;
	text-decoration: none;
	line-height: normal;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	font-family: "思源黑体 CN Regular";
	font-size: 16px;
	width: 100%;
	height: 100%;
}

.menu .menu-con ul li a .iconfont {
	font-size: 24px;
	margin-bottom: 8px;
	display: block;
}

.menu .menu-con ul li a:hover{
	color: #FFF600;
	border-bottom: 1px solid #E84A27;
}

/* 新导航样式 */
.menu-con {
	max-width: 1200px;
	height: 100px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
}

.menu-con ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 120px;
	padding: 0;
	margin: 0;
	width: 100%;
}

.menu-con ul li {
	height: 100px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.menu-con ul li a {
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	font-size: 15px;
	position: relative;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.menu-con ul li a .iconfont {
	font-size: 22px;
	margin-bottom: 6px;
	transition: all 0.3s ease;
}

.menu-con ul li a:hover {
	color: #FFF600;
}

.menu-con ul li a:hover .iconfont {
	transform: translateY(-3px);
}

.menu-con ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, #FF6B35, #2a5f9e);
	transition: all 0.3s ease;
}

.menu-con ul li a:hover::after {
	width: 100%;
}

.menu-con ul div[style*="clear:both"] {
	display: none;
}

/* === 顶部通栏 === */
.top-bar {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(90deg, #1e4f8a, #2a5f9e);
    color: #FFFFFF;
    font-size: 16px;
    overflow: hidden;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 0 20px;
}

/* 滚动文字容器 */
.scroll-container {
    float: left;
    width: calc(100% - 300px);
    overflow: hidden;
    position: relative;
    height: 40px;
}

/* 滚动文字内容 */
.scroll-text {
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: 0;
    animation: scrollLeft 30s linear infinite;
}

/* 向左滚动动画 */
@keyframes scrollLeft {
    0% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

/* 时间固定显示 */
.top-bar .time-text {
    float: right;
    font-size: 14px;
    color: #D1D5DB;
    width: 280px;
    text-align: right;
}

/* === 主体内容区域 === */
.base {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 0px none #930;
}

.base .banner {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* === 核心服务区域 === */
.core-services {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.service-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fdff 100%);
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(30, 79, 138, 0.1);
    border: 1px solid rgba(42, 95, 158, 0.2);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FF6B35, #2a5f9e);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(30, 79, 138, 0.15);
    background: linear-gradient(135deg, #ffffff 0%, #eff9fc 100%);
}

.service-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(42, 95, 158, 0.15), rgba(30, 79, 138, 0.15));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px !important;
    color: #2a5f9e;
    transition: all 0.4s ease;
    position: relative;
    border: 2px solid rgba(42, 95, 158, 0.2);
}

.service-icon i {
    font-size: 48px !important;
    line-height: 1;
    display: block;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, #FF6B35, #2a5f9e);
    color: white;
    border-color: transparent;
    box-shadow: 0 10px 25px rgba(42, 95, 158, 0.4);
}

.service-name {
    font-size: 20px;
    font-weight: 700;
    color: #1e4f8a;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.service-card:hover .service-name {
    color: #FF6B35;
}

.service-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 40px;
}

.service-btn {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(135deg, #2a5f9e, #1e4f8a);
    color: white;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.service-btn:hover {
    background: linear-gradient(135deg, #FF6B35, #E84A27);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
    color: white;
    text-decoration: none;
}

/* === 新闻资讯区域 === */
.news-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.news-columns {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 固定为两列 */
    gap: 40px; /* 增加间距 */
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(42, 95, 158, 0.1);
}

.news-column {
    padding: 0; /* 去掉内边距，让列表更紧凑 */
}

.news-column h3 {
    font-size: 20px;
    color: #1e4f8a;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(42, 95, 158, 0.3);
    display: flex;
    align-items: center;
}

.news-column h3 i {
    margin-right: 10px;
    color: #2a5f9e;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list li:hover {
    background: rgba(42, 95, 158, 0.03);
    padding-left: 8px;
}

.news-list li a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    display: block;
    line-height: 1.5;
}

.news-list li a:hover {
    color: #FF6B35;
}

.news-list li span {
    color: #666;
    font-size: 13px;
    margin-right: 15px;
    float: right;
}

/* === 图片展示区 === */
.jdtu {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 10px;
}

.jdtu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.jdtu li {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    position: relative;
}

.jdtu li:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.jdtu li img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.jdtu li::after {
    content: attr(data-title);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background: linear-gradient(transparent, rgba(30, 79, 138, 0.85));
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* === 标语区域 === */
.slogan-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    text-align: center;
}

.slogan-box {
    padding: 30px 40px;
    background: linear-gradient(135deg, rgba(30, 79, 138, 0.1), rgba(42, 95, 158, 0.1));
    border-radius: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #1e4f8a;
    line-height: 1.5;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #2a5f9e;
    border-right: 4px solid #FF6B35;
}

.slogan-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FF6B35, #2a5f9e, #FFF600);
}

.slogan-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FFF600, #2a5f9e, #FF6B35);
}

/* === 服务对象区域 === */
.clients-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    position: relative;
}

.clients-section .module-title {
    margin-bottom: 40px;
    text-align: center;
}

.clients-section .module-title::after {
    background: linear-gradient(90deg, #2a5f9e, #FF6B35);
    width: 100px;
}

/* 装饰线条 */
.clients-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.decoration-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2a5f9e, transparent);
    max-width: 200px;
}

.decoration-text {
    color: #FF6B35;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
    white-space: nowrap;
}

/* 主容器 */
.clients-elegant-wrapper {
    display: flex;
    gap: 40px;
    position: relative;
}

.clients-elegant {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* 卡片样式增强 */
.client-elegant-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 35px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #2a5f9e;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.client-elegant-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(42, 95, 158, 0.03), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.client-elegant-item:hover::before {
    opacity: 1;
}

.client-elegant-item:nth-child(1) { border-left-color: #FF6B35; }
.client-elegant-item:nth-child(2) { border-left-color: #2a5f9e; }
.client-elegant-item:nth-child(3) { border-left-color: #1e4f8a; }
.client-elegant-item:nth-child(4) { border-left-color: #E6B422; }

.client-elegant-item:hover {
    transform: translateX(8px) translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* 图标样式 */
.client-elegant-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: rgba(42, 95, 158, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
}

.client-elegant-icon::after {
    content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.2;
    transition: all 0.3s ease;
}

.client-elegant-item:hover .client-elegant-icon {
    transform: scale(1.1);
    background: #2a5f9e;
    color: white;
}

.client-elegant-item:nth-child(1):hover .client-elegant-icon {
    background: #FF6B35;
}

.client-elegant-item:nth-child(3):hover .client-elegant-icon {
    background: #1e4f8a;
}

.client-elegant-item:nth-child(4):hover .client-elegant-icon {
    background: #E6B422;
}

.client-elegant-icon i {
    font-size: 28px;
    color: #2a5f9e;
    transition: all 0.3s ease;
}

.client-elegant-item:hover .client-elegant-icon i {
    color: white;
}

/* 内容区域 */
.client-elegant-content {
    flex: 1;
}

.client-elegant-content h3 {
    font-size: 20px;
    color: #1e4f8a;
    margin: 0 0 8px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.client-elegant-item:hover .client-elegant-content h3 {
    color: #FF6B35;
}

.client-elegant-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* 数字编号 */
.client-elegant-number {
    font-size: 40px;
    font-weight: 800;
    color: rgba(42, 95, 158, 0.08);
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.client-elegant-item:hover .client-elegant-number {
    color: rgba(42, 95, 158, 0.15);
    transform: translateY(-50%) scale(1.1);
}

/* 标签 */
.client-elegant-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(42, 95, 158, 0.1);
    color: #2a5f9e;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.client-elegant-item:hover .client-elegant-badge {
    background: #2a5f9e;
    color: white;
}

.client-elegant-item:nth-child(1) .client-elegant-badge {
    background: rgba(255, 107, 53, 0.1);
    color: #FF6B35;
}

.client-elegant-item:nth-child(3) .client-elegant-badge {
    background: rgba(30, 79, 138, 0.1);
    color: #1e4f8a;
}

.client-elegant-item:nth-child(4) .client-elegant-badge {
    background: rgba(230, 180, 34, 0.1);
    color: #E6B422;
}

/* 右侧装饰 */
.clients-side-decoration {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 60px;
    padding: 20px 0;
}

.side-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2a5f9e;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.side-dot:nth-child(1) { animation: dotPulse 2s infinite; }
.side-dot:nth-child(2) { animation: dotPulse 2s infinite 0.5s; background: #FF6B35; }
.side-dot:nth-child(3) { animation: dotPulse 2s infinite 1s; background: #1e4f8a; }
.side-dot:nth-child(4) { animation: dotPulse 2s infinite 1.5s; background: #E6B422; }

@keyframes dotPulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.2); }
}

/* 服务优势 - 平均分布一行 */
.clients-advantages {
    margin-top: 50px;
    padding: 35px 0;
    border-top: 1px solid rgba(42, 95, 158, 0.15);
    background: linear-gradient(135deg, rgba(30, 79, 138, 0.02), rgba(42, 95, 158, 0.02));
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.clients-advantages::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #FF6B35, #2a5f9e, #1e4f8a);
}

.advantages-title {
    text-align: center;
    font-size: 20px;
    color: #1e4f8a;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.advantages-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #FF6B35, #2a5f9e);
    border-radius: 2px;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.advantage-grid-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(42, 95, 158, 0.1);
    position: relative;
    overflow: hidden;
}

.advantage-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #2a5f9e;
}

.advantage-grid-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2a5f9e, #1e4f8a);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto 15px;
    transition: all 0.3s ease;
}

.advantage-grid-item:hover .advantage-grid-icon {
    transform: scale(1.1) rotate(10deg);
    background: linear-gradient(135deg, #FF6B35, #E84A27);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
}

.advantage-grid-content {
    position: relative;
    z-index: 1;
}

.advantage-grid-title {
    font-size: 16px;
    color: #1e4f8a;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.advantage-grid-item:hover .advantage-grid-title {
    color: #FF6B35;
}

.advantage-grid-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    opacity: 0.8;
}

/* 装饰点 */
.advantage-grid-item::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(42, 95, 158, 0.3);
    transition: all 0.3s ease;
}

.advantage-grid-item:hover::before {
    background: #FF6B35;
    transform: scale(1.5);
}

/* === 考评风采区域 === */
.evaluation-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.marqueeleft{
	height: 252px;
	width: 1200px;
	overflow: hidden;
	margin: 40px auto;
	border: 1px solid #2a5f9e;
}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;display:inline;width:330px;height:252px;overflow:hidden;}
.marqueeleft li a{
	color: #000000;
	font-size: 14px;
}
.marqueeleft li .pic{
	display: block;
	border: 0px solid #ccc;
	width: 333px;
	height: 212px;
	padding: 2px;
	overflow: hidden;
    position: relative;
}
.marqueeleft li .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.marqueeleft li .txt{
	text-align: center;
	height: 23px;
	line-height: 23px;
	margin-top: 0px;
}

/* === 模块标题样式 === */
.module-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1e4f8a;
    margin: 50px 0 30px;
    position: relative;
    padding-bottom: 15px;
}

.module-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #FF6B35, #2a5f9e);
    border-radius: 2px;
}

/* 核心服务标题 */
.services-title::after {
    background: linear-gradient(90deg, #FF6B35, #2a5f9e);
}

/* 新闻资讯标题 */
.news-title::after {
    background: linear-gradient(90deg, #FF6B35, #2a5f9e);
}

/* 考评风采标题 */
.evaluation-title::after {
    background: linear-gradient(90deg, #FF6B35, #2a5f9e);
}

/* === 漂浮声明弹窗 === */
.floating-notice {
    position: fixed;
    z-index: 9999;
    width: 200px;
    background: linear-gradient(180deg, #2a5f9e, #1e4f8a);
    border: none;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
}

.floating-notice::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FF6B35, #FFF600);
}

.notice-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1;
    font-weight: 500;
}

.notice-close:hover {
    background: #FF6B35;
    color: #FFFFFF;
    transform: scale(1.05);
}

.notice-title {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
    margin-bottom: 15px;
}

.notice-btn {
    display: inline-block;
    padding: 8px 20px;
    background: #FF6B35;
    color: #FFFFFF !important;
    font-size: 15px;
    border-radius: 6px;
    text-decoration: none !important;
    margin-top: 10px;
    border: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.notice-btn:hover {
    background: #E84A27;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 107, 53, 0.3);
}

/* === 回到顶部按钮 === */
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #2a5f9e, #1e4f8a);
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

#backToTop:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #FF6B35, #2a5f9e);
}

/* === 页脚样式 === */
footer {
    width: 100%;
    background: #e8f0f5 !important;
    color: #FFFFFF;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
    margin-top: -50px;
}

.footer-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.footer-col h3 {
    font-size: 18px;
    color: #2a5f9e;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2a5f9e;
    display: inline-block;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin: 10px 0;
}

.footer-col ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-col ul li a:hover {
    color: #FF6B35;
    padding-left: 5px;
}

.footer-col ul li i {
    color: #2a5f9e;
    margin-right: 8px;
}

.qrcode-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.qrcode-item {
    text-align: center;
}

.qrcode-item img {
    width: 120px;
    height: 120px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    background: #FFFFFF;
    padding: 5px;
}

.qrcode-item p {
    color: rgba(255, 255, 255, 0.8);
    margin: 10px 0 0;
    font-size: 12px;
}

.friend-link {
    max-width: 1200px;
    margin: 0 auto 0;  /* 去掉上边距，与页脚贴紧 */
    padding: 25px 20px 15px 20px;
    border-top: 1px solid #c5d5e0;  /* 浅色分隔线 */
    background: #e8f0f5;  /* 新增浅色背景 */
}

.friend-link h4 {
    font-size: 16px;
    color: #2c7da0;  /* 主色调 */
    margin: 0 0 15px;
    font-weight: 500;
}

.link-list a {
    color: #4a627a;  /* 深灰文字 */
    border: 1px solid #c5d5e0;
    background: transparent;
}

.link-list a:hover {
    background: #2c7da0;  /* 悬停用主色调 */
    color: #ffffff;
    border-color: #2c7da0;
    text-decoration: none;  /* 默认无下划线 */

}

.link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}



.copyright {
    width: 100%;
    background: #e8f0f5;  /* 浅灰蓝背景 */
    padding: 20px 0;
    margin-top: 0;  /* 去掉上边距，与友情链接贴紧 */
    text-align: center;
    color: #4a627a;  /* 深灰文字 */
    font-size: 13px;
}

.copyright a {
    color: #2c7da0;  /* 主色调链接 */
}

.copyright a:hover {
    color: #f4a261;  /* 暖橙色悬停 */
    text-decoration: none;  /* 默认无下划线 */

}

.copyright p {
    margin: 5px 0;
    text-indent: 0;
}

