body {
	margin: auto;
	cursor: default;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div,
a,
textarea,
input,
span {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

div,
input {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
}

/* a:hover,
button:hover {
	opacity: 0.7;
} */

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1400px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}
.container2 {
	margin-top: 200px;
	width: 1400px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}
.banner{
	width: 100%;
}
.banner .swiper {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
}
.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #D52729;
}
.banne{
	width: 100%;
	position: relative;
}
.banne1{
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.banne2{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banne3{
	width: 100%;
}
.banne3_1{
	width: 100%;
	font-size: 38px;
	color: white;
}
.banne3_2{
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	color: white;
}
.inde_gywms{
	width: 100%;
	background: #ffffff;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.inde_gywms::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #1e40af, #3b82f6, #60a5fa);
	z-index: 1;
}
.inde_gywms::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 10% 20%, rgba(30, 64, 175, 0.03) 0%, transparent 30%),
		radial-gradient(circle at 90% 80%, rgba(213, 39, 41, 0.03) 0%, transparent 30%);
	z-index: 1;
}
.inde_gywm{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.inde_gywm2{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 80px;
	padding: 50px 0;
	background: linear-gradient(135deg, rgba(30, 64, 175, 0.05) 0%, rgba(59, 130, 246, 0.03) 100%);
	border-radius: 20px;
	padding: 60px;
	box-shadow: 0 15px 40px rgba(30, 64, 175, 0.1);
	border: 1px solid rgba(30, 64, 175, 0.1);
	position: relative;
	overflow: hidden;
}

.inde_gywm2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 10% 20%, rgba(213, 39, 41, 0.03) 0%, transparent 20%),
		radial-gradient(circle at 90% 80%, rgba(30, 64, 175, 0.03) 0%, transparent 20%);
	z-index: 1;
}

.inde_gywm2_1{
	width: 520px;
	height: 380px;
	object-fit: cover;
	border-radius: 16px;
	box-shadow: 
		0 20px 60px rgba(30, 64, 175, 0.2),
		0 8px 32px rgba(0, 0, 0, 0.1);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(30, 64, 175, 0.2);
	position: relative;
	overflow: hidden;
	filter: brightness(0.95) saturate(0.9);
	animation: subtleFloat 6s ease-in-out infinite;
}

.inde_gywm2_1::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(30, 64, 175, 0.15) 0%, rgba(59, 130, 246, 0.1) 100%);
	z-index: 1;
	border-radius: 16px;
	transition: all 0.5s ease;
}

.inde_gywm2_1::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(213, 39, 41, 0.1) 0%, transparent 30%);
	z-index: 2;
	border-radius: 16px;
	opacity: 0;
	transition: all 0.5s ease;
}

.inde_gywm2_1:hover {
	transform: translateY(-12px) scale(1.05) rotate(1deg);
	box-shadow: 
		0 40px 100px rgba(30, 64, 175, 0.3),
		0 20px 60px rgba(213, 39, 41, 0.2);
	filter: brightness(1.1) saturate(1.2);
	animation-play-state: paused;
}

.inde_gywm2_1:hover::before{
	background: linear-gradient(135deg, rgba(30, 64, 175, 0.25) 0%, rgba(59, 130, 246, 0.2) 100%);
	transform: scale(1.05);
}

.inde_gywm2_1:hover::after{
	opacity: 1;
	transform: scale(1.1);
}

/* 图片浮动动画 */
@keyframes subtleFloat {
	0%, 100% {
		transform: translateY(0px) scale(1);
	}
	50% {
		transform: translateY(-4px) scale(1.01);
	}
}

/* 图片加载时的淡入动画 */
.inde_gywm2_1 {
	animation: fadeInScale 0.8s ease-out;
}

@keyframes fadeInScale {
	from {
		opacity: 0;
		transform: scale(0.95);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.inde_gywm2_2{
	flex: 1;
	padding: 30px 0;
	position: relative;
	z-index: 3;
}

.inde_gywm2_3{
	width: 100%;
	font-weight: 700;
	font-size: 30px;
	color: #2c2c2c;
	margin-bottom: 30px;
	line-height: 1.3;
	letter-spacing: -0.5px;
	position: relative;
}

/*.inde_gywm2_3::after{
	content: '';
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, #1e40af, #D52729);
	position: absolute;
	left: 0;
	bottom: -15px;
	border-radius: 2px;
}*/


.inde_gywm2_4{
	width: 100%;
	margin-top: 50px;
	font-weight: 400;
	font-size: 17px;
	color: #4b5563;
	line-height: 1.8;
	text-align: justify;
	position: relative;
}

/*.inde_gywm2_4::before{
	content: '';
	width: 40px;
	height: 3px;
	background: linear-gradient(90deg, #1e40af, #D52729);
	position: absolute;
	left: 0;
	top: -25px;
	border-radius: 2px;
}*/

.inde_hxyws{
	width: 100%;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.inde_hxyws::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%230562a7' fill-opacity='0.03' d='M0,96L48,112C96,128,192,160,288,186.7C384,213,480,235,576,213.3C672,192,768,128,864,128C960,128,1056,192,1152,197.3C1248,203,1344,149,1392,122.7L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
	background-size: cover;
	opacity: 0.5;
	z-index: 0;
}
.inde_hxyw{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.inde_hxyw1{
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
.inde_hxyw1_1{
	width: 100%;
	font-weight: 700;
	font-size: 42px;
	background-color: #0562A7;
	/*background: linear-gradient(135deg, #0562A7 0%, #D52729 100%);*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 15px;
	position: relative;
}
.inde_hxyw1_1::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background: linear-gradient(90deg, #0562A7, #D52729);
	border-radius: 2px;
}
.inde_hxyw1_2{
	width: 120px;
	height: 4px;
	background: linear-gradient(90deg, #D52729 0%, #0562A7 100%);
	margin: 20px auto 0;
	border-radius: 2px;
	box-shadow: 0 2px 10px rgba(5, 98, 167, 0.3);
}
.inde_hxyw1_3{
	width: 100%;
	font-weight: 400;
	font-size: 22px;
	color: #666;
	margin-top: 20px;
	line-height: 1.6;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.inde_hxyw2{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
	margin-top: 40px;
}
.inde_hxyw3{
	background: white;
	border-radius: 20px;
	padding: 0;
	overflow: hidden;
	box-shadow: 20 10px 30px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.inde_hxyw3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(5, 98, 167, 0.05) 0%, rgba(213, 39, 41, 0.05) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 0;
}
.inde_hxyw3:hover{
	transform: translateY(-10px);
	box-shadow: 0 25px 50px rgba(5, 98, 167, 0.15);
	background: linear-gradient(135deg, #0562A7 0%, #D52729 100%);
}
.inde_hxyw3:hover::before {
	opacity: 1;
}
.inde_hxyw3:hover .inde_hxyw3_3_1{
	color: white;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.inde_hxyw3:hover .inde_hxyw3_3_2{
	color: rgba(255, 255, 255, 0.9);
}
.inde_hxyw3_1{
	width: 100%;
	height: 250px;

	display: block;
	object-fit: cover;
	object-position: center;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	filter: brightness(0.95) saturate(0.9);
	position: relative;
	z-index: 1;
}
.inde_hxyw3:hover .inde_hxyw3_1 {
	transform: scale(1.08);
	filter: brightness(1.1) saturate(1.2);
}
.inde_hxyw3_2{
	width: 100%;
	height: 250px;
	position: relative;
	padding: 30px 25px;
	background: white;
	transition: background 0.3s ease;
	z-index: 1;
}
.inde_hxyw3:hover .inde_hxyw3_2 {
	background: transparent;
}
.inde_hxyw3_3{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}
.inde_hxyw3_3_1{
	width: 100%;
	font-weight: 600;
	font-size: 24px;
	color: #0562A7;
	transition: all 0.3s ease;
	margin-bottom: 12px;
}
.inde_hxyw3_3_2{
	width: 100%;
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	transition: all 0.3s ease;
}
.inde_djyls{
	width: 100%;
	background-image: url(../img/bg_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.inde_djyls::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, 
		rgba(0, 0, 255, 0.15) 0%, 
		rgba(255, 0, 0, 0.1) 50%, 
		rgba(0, 0, 255, 0.15) 100%);
	z-index: 1;
	opacity: 0.8;
}

.inde_djyl {
	width: 100%;
	margin:50px auto;
	position: relative;
	z-index: 2;
	padding: 40px 0;
}
.inde_djyl1{
	width: 100%;
	margin-top: 35px;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	color: #FFFFFF;
}
.inde_djyl2{
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}
.inde_djyl3{
	width: 150px;
	height: 55px;
	background: #1879D9;
	border-radius: 4px;
	text-align: center;
	line-height: 55px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	margin: auto;
	margin-top: 35px;
}
.inde_xwyws{
	width: 100%;
	background: #EBEBEB;
}
.inde_xwyw{
	width: 100%;
	margin:50px auto;
}
.inde_xwyw1{
	width: 100%;
	display: inline-block;
}
.inde_xwyw2{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 25px;
}
.inde_xwyw2:nth-child(4n){
	margin-right: 0;
}
.inde_xwyw2_1{
	width: 100%;
	height: 250px;
	display: block;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	filter: brightness(0.95) saturate(0.9);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.inde_xwyw2:hover .inde_xwyw2_1 {
	transform: scale(1.03) translateY(-3px);
	filter: brightness(1.05) saturate(1.1);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.inde_xwyw2_2{
	width: calc(100% - 20px);
	background: white;
	padding: 20px;
	margin: auto;
	margin-top: -30px;
	position: relative;
	z-index: 1;
}
.inde_xwyw2_3{
	width: 100%;
	font-weight: 400;
	font-size: 15px;
	color: #999999;
}
.inde_xwyw2_3 div{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.inde_xwyw2_3 img{
	width: 100%;
}
.inde_xwyw2_3_1{
	display: block;
}
.inde_xwyw2_3_2{
	display: none;
}
.inde_xwyw2_3 span{
	display: inline-block;
	vertical-align: middle;
}
.inde_xwyw2_4{
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: #101010;
	margin-top: 20px;
	 white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的文本 */
	  text-overflow: ellipsis; /* 显示省略号 */
}
.inde_xwyw2_5{
	width: 100%;
	margin-top: 10px;
	font-weight: 400;
	font-size: 13px;
	color: #999999;
	white-space: nowrap; /* 防止文本换行 */
	 overflow: hidden;    /* 隐藏溢出的文本 */
	 text-overflow: ellipsis; /* 显示省略号 */
}
.inde_xwyw2:hover .inde_xwyw2_2{
	background: #0562A7;
}
.inde_xwyw2:hover .inde_xwyw2_3{
	color: white;
}
.inde_xwyw2:hover .inde_xwyw2_3_1{
	display: none;
}
.inde_xwyw2:hover .inde_xwyw2_3_2{
	display: block;
}
.inde_xwyw2:hover .inde_xwyw2_4{
	color: white;
}
.inde_xwyw2:hover .inde_xwyw2_5{
	color: white;
}
.inde_fwsjs{
	width: 100%;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 100;
}
.inde_fwsj{
	width: auto;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 20px;
}
.inde_fwsj1{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 20px;
	background: rgba(255, 255, 255, 0.95);
	padding: 8px 12px;
	border-radius: 6px;
	box-shadow: none;
	border: none;
	min-width: 80px;
	transition: all 0.3s ease;
	transform: translateY(0);
}

.inde_fwsj1:hover {
	transform: translateY(-3px);
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.inde_fwsj1_1{
	font-weight: 600;
	font-size: 16px;
	color: #D52729;
	margin-bottom: 4px;
	transition: all 0.3s ease;
}

.inde_fwsj1_2{
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	margin-bottom: 4px;
	transition: all 0.3s ease;
}

.inde_fwsj1:hover .inde_fwsj1_1 {
	color: #b32022;
	transform: scale(1.05);
}

.inde_fwsj1:hover .inde_fwsj1_2 {
	color: #444444;
}

.visit-unit{
	font-size: 10px;
	color: #999;
	margin-left: 4px;
	font-weight: normal;
}
.nybanner{
	width: 100%;
	position: relative;
}
.nybanne1{
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.nybanne2{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.nybanne3{
	width: 100%;
}
.nybanne3_1{
	width: 100%;
	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
}
.nybanne3_2{
	width: 100%;
	font-weight: 400;
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 15px;
}
.nybanne3_3{
	width: 60px;
	display: block;
	margin-top: 10px;
}
.nybanne3_4{
	width: 100%;
	margin-top: 15px;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
}
.gywm_fls{
	width: 100%;
	background: #F2F4F7;
}
.gywm_fl{
	width: 100%;
	display: flex;
}
.gywm_fl1{
	width: 25%;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	position: relative;
}
.gywm_fl1::after{
	content: '';
	width: 1px;
	height: 20px;
	background: #999999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.gywm_fl1:last-child::after{
	display: none;
}
.gywm_fl1.on{
	color: #D52729;
	background-image: url(../img/bg_3.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 75px auto;
}
.gywm_gsjjs{
	width: 100%;
}
.gywm_gsjj{
	width: 100%;
	margin:60px auto;
	display: inline-block;
}
.gywm_gsjj1{
	width: 55%;
	padding-top: 20px;
	padding-right: 20px;
	margin-left: 5%;
	float: left;
	position: relative;
}
.gywm_gsjj1::after{
	content: '';
	width: 270px;
	height: 180px;
	background: #005BAB;
	position: absolute;
	right: 0;
	top: 0;
}
.gywm_gsjj1 img{
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.gywm_gsjj2{
	width: 40%;
	float: left;
}
.gywm_gsjj2_1{
	width: 100%;
	font-weight: 500;
	font-size: 30px;
	color: #333333;
}
.gywm_gsjj2_2{
	width: 30px;
	display: block;
	margin-top: 10px;
}
/* Add responsive design for PC scaling */

/* PC端缩放适配 - 确保元素等比例缩放 */
@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  .container2 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  /* 业务场景板块 */
  .inde_hxyw1_1 {
    font-size: 42px;
  }
  
  .inde_hxyw1_3 {
    font-size: 22px;
  }
  
  .inde_hxyw2 {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    margin-top: 40px;
  }
  
  .inde_hxyw3_3_1 {
    font-size: 24px;
  }
  
  .inde_hxyw3_3_2 {
    font-size: 16px;
  }
  
  /* 关于我们板块 */
  .inde_gywm2 {
    gap: 80px;
    padding: 60px;
  }
  
  .inde_gywm2_1 {
    width: 520px;
    height: 380px;
  }
  
  .inde_gywm2_3 {
    font-size: 30px;
  }
  
  .inde_gywm2_4 {
    font-size: 17px;
    margin-top: 50px;
  }
  
  /* 党建引领板块 */
  .inde_djyl1 {
    font-size: 24px;
  }
  
  .inde_djyl2 {
    font-size: 16px;
  }
  
  .inde_djyl3 {
    width: 150px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
  }
  
  /* 新闻中心板块 */
  .inde_xwyw2 {
    width: 23.5%;
  }
  
  .inde_xwyw2_1 {
    height: 250px;
  }
  
  .inde_xwyw2_3 {
    font-size: 15px;
  }
  
  .inde_xwyw2_4 {
    font-size: 16px;
    margin-top: 20px;
  }
  
  .inde_xwyw2_5 {
    font-size: 13px;
    margin-top: 10px;
  }
  
  /* 访问计数器 */
  .inde_fwsj1 {
    min-width: 80px;
    padding: 8px 12px;
  }
  
  .inde_fwsj1_1 {
    font-size: 16px;
  }
  
  .inde_fwsj1_2 {
    font-size: 12px;
  }
}

/* 平板端适配 (1024px - 1199px) */
@media screen and (max-width: 1199px) and (min-width: 769px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  
  .container2 {
    max-width: 100%;
    padding: 0 20px;
  }
  
  /* 业务场景板块 */
  .inde_hxyw1_1 {
    font-size: 36px;
  }
  
  .inde_hxyw1_3 {
    font-size: 20px;
  }
  
  .inde_hxyw2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
  
  .inde_hxyw3_3_1 {
    font-size: 22px;
  }
  
  .inde_hxyw3_3_2 {
    font-size: 15px;
  }
  
  /* 关于我们板块 */
  .inde_gywm2 {
    gap: 50px;
    padding: 40px;
  }
  
  .inde_gywm2_1 {
    width: 400px;
    height: 300px;
  }
  
  .inde_gywm2_3 {
    font-size: 26px;
  }
  
  .inde_gywm2_4 {
    font-size: 16px;
    margin-top: 40px;
  }
  
  /* 党建引领板块 */
  .inde_djyl1 {
    font-size: 22px;
  }
  
  .inde_djyl2 {
    font-size: 15px;
  }
  
  .inde_djyl3 {
    width: 130px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
  
  /* 新闻中心板块 */
  .inde_xwyw2 {
    width: 48%;
    margin-right: 4%;
    margin-top: 20px;
  }
  
  .inde_xwyw2:nth-child(2n) {
    margin-right: 0;
  }
  
  .inde_xwyw2_1 {
    height: 220px;
  }
  
  .inde_xwyw2_3 {
    font-size: 14px;
  }
  
  .inde_xwyw2_4 {
    font-size: 15px;
  }
  
  .inde_xwyw2_5 {
    font-size: 12px;
  }
  
  /* 访问计数器 */
  .inde_fwsj1 {
    min-width: 70px;
    padding: 6px 10px;
  }
  
  .inde_fwsj1_1 {
    font-size: 15px;
  }
  
  .inde_fwsj1_2 {
    font-size: 11px;
  }
}

/* 移动端适配 (768px及以下) */
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  
  .container2 {
    max-width: 100%;
    padding: 0 15px;
  }
  
  /* 业务场景板块 */
  .inde_hxyw1_1 {
    font-size: 32px;
  }
  
  .inde_hxyw1_3 {
    font-size: 18px;
  }
  
  .inde_hxyw2 {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  
  .inde_hxyw3_3_1 {
    font-size: 20px;
  }
  
  .inde_hxyw3_3_2 {
    font-size: 14px;
  }
  
  /* 关于我们板块 */
  .inde_gywm2 {
    flex-direction: column;
    gap: 40px;
    padding: 30px;
  }
  
  .inde_gywm2_1 {
    width: 100%;
    height: 300px;
    max-width: 520px;
  }
  
  .inde_gywm2_2 {
    width: 100%;
  }
  
  .inde_gywm2_3 {
    font-size: 24px;
  }
  
  .inde_gywm2_4 {
    font-size: 15px;
    margin-top: 30px;
  }
  
  /* 党建引领板块 */
  .inde_djyl1 {
    font-size: 20px;
  }
  
  .inde_djyl2 {
    font-size: 14px;
  }
  
  .inde_djyl3 {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  
  /* 新闻中心板块 */
  .inde_xwyw2 {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  
  .inde_xwyw2_1 {
    height: 200px;
  }
  
  .inde_xwyw2_2 {
    width: calc(100% - 20px);
  }
  
  .inde_xwyw2_3 {
    font-size: 13px;
  }
  
  .inde_xwyw2_4 {
    font-size: 14px;
  }
  
  .inde_xwyw2_5 {
    font-size: 12px;
  }
  
  /* 访问计数器 */
  .inde_fwsj1 {
    min-width: 60px;
    padding: 5px 8px;
  }
  
  .inde_fwsj1_1 {
    font-size: 14px;
  }
  
  .inde_fwsj1_2 {
    font-size: 10px;
  }
}

/* 超小屏幕适配 (480px及以下) */
@media screen and (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
  
  .container2 {
    padding: 0 10px;
  }
  
  /* 业务场景板块 */
  .inde_hxyw1_1 {
    font-size: 28px;
  }
  
  .inde_hxyw1_3 {
    font-size: 16px;
  }
  
  .inde_hxyw2 {
    gap: 25px;
    margin-top: 25px;
  }
  
  .inde_hxyw3_3_1 {
    font-size: 18px;
  }
  
  .inde_hxyw3_3_2 {
    font-size: 13px;
  }
  
  /* 关于我们板块 */
  .inde_gywm2 {
    gap: 30px;
    padding: 20px;
  }
  
  .inde_gywm2_1 {
    height: 250px;
  }
  
  .inde_gywm2_3 {
    font-size: 22px;
  }
  
  .inde_gywm2_4 {
    font-size: 14px;
    margin-top: 25px;
  }
  
  /* 党建引领板块 */
  .inde_djyl1 {
    font-size: 18px;
  }
  
  .inde_djyl2 {
    font-size: 13px;
  }
  
  .inde_djyl3 {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  
  /* 新闻中心板块 */
  .inde_xwyw2_1 {
    height: 180px;
  }
  
  .inde_xwyw2_3 {
    font-size: 12px;
  }
  
  .inde_xwyw2_4 {
    font-size: 13px;
  }
  
  .inde_xwyw2_5 {
    font-size: 11px;
  }
  
  /* 访问计数器 */
  .inde_fwsj1 {
    min-width: 50px;
    padding: 4px 6px;
  }
  
  .inde_fwsj1_1 {
    font-size: 13px;
  }
  
  .inde_fwsj1_2 {
    font-size: 9px;
  }
}

.gywm_gsjj2_3{
	width: 100%;
	margin-top: 25px;
	font-weight: bold;
	font-size: 30px;
	color: #333333;
}
.gywm_gsjj2_4{
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	margin-top: 20px;
}
.gywm_sjnums{
	width: 100%;
	background: #F2F4F7;
}
.gywm_sjnum{
	width: 100%;
	margin:60px auto;
	display: flex;
}
.gywm_sjnum1{
	border-right: 1px solid #999999;
	width: 25%;
	text-align: center;
}
.gywm_sjnum1:nth-child(4n){
	border-right: none;
}
.gywm_sjnum2{
	width: 100%;
	font-weight: 400;
	font-size: 30px;
	color: #0663A9;
}
.gywm_sjnum2 span{
	font-size: 60px;
	line-height: 60px;
	display: inline-block;
	vertical-align: bottom;
}
.gywm_sjnum3{
	width: 100%;
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #4D606E;
}
.gywm_zzjgs{
	width: 100%;
	background-image: url(../img/bg_4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gywm_zzjg{
	width: 100%;
	margin:70px auto;
}
.gywm_zzjg1{
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	color: #333333;
}
.gywm_zzjg1 img{
	width: 30px;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.gywm_zzjg2{
	width: 100%;
	margin-top: 65px;
}
.gywm_zzjg2 img{
	width: 100%;
	display: block;
}
.gywm_fzlcs{
	width: 100%;
}
.gywm_fzlc{
	width: 100%;
	margin:90px auto;
}
.gywm_fzlc1{
	width: 100%;
	margin-top: 20px;
}
.gywm_fzlc1 .swiper{
	width: 100%;
	height: 100%;
}
.gywm_fzlc1 .swiper-slide{
	width: 100%;
	height: 100%;
}
.gywm_fzlc2{
	width: 100%;
	display: inline-block;
}
.gywm_fzlc2_1{
	width: 37%;
	height: 330px;
	margin-right: 4%;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
}
.gywm_fzlc2_2{
	width: 59%;
	float: left;
}
.gywm_fzlc2_3{
	width: 170px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #0663A9;
	text-align: center;
	line-height: 50px;
	font-weight: 500;
	font-size: 28px;
	color: #0663A9;
	margin: auto;
}
.gywm_fzlc2_4{
	width: 2px;
	height: 60px;
	background: #0663A9;
	margin:20px auto;
}
.gywm_fzlc2_5{
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.gywm_fzlc3{
	width: 100%;
	margin-top: 45px;
}
.gywm_fzlc3 .swiper-father{
	width: 100%;
	height: 100%;
	position: relative;
}
.gywm_fzlc3 .swiper-father::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #BEBEBE;
	position: absolute;
	left: 0;
	top: 15px;
}
.gywm_fzlc3 .swiper{
	width: calc(100% - 110px);
	height: 100%;
	position: relative;
	z-index: 1;
}
.gywm_fzlc3 .swiper-slide{
	width: 100%;
	height: 100%;
}
.gywm_fzlc3 .swiper-button-prev::after,.gywm_fzlc3 .swiper-button-next::after{
	display: none;
}
.gywm_fzlc3 .swiper-button-prev{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #FFFFFF;
	background-image: url(../img/prev_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
	left: 0;
	top: 10px;
}
.gywm_fzlc3 .swiper-button-next{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #FFFFFF;
	background-image: url(../img/next_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
	right: 0;
	top: 10px;
}
.gywm_fzlc3_1{
	width: 100%;
}
.gywm_fzlc3_2{
	width: 100%;
	height: 30px;
	position: relative;
}
.gywm_fzlc3_2 img{
	max-width: 100%;
	max-height: 100%;
	border-radius: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.gywm_fzlc3_2_1{
	display: block;
}
.gywm_fzlc3_2_2{
	display: none;
}
.gywm_fzlc3_3{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	color: #999999;
}
.gywm_fzlc3_1.on .gywm_fzlc3_2_1{
	display: none;
}
.gywm_fzlc3_1.on .gywm_fzlc3_2_2{
	display: block;
}
.gywm_fzlc3_1.on .gywm_fzlc3_3{
	font-weight: 500;
	font-size: 24px;
	color: #333333;
}
.gywm_ryzzs{
	width: 100%;
	background-image: url(../img/bg_5.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gywm_ryzz{
	width: 100%;
	margin:100px auto;
}
.gywm_ryzz1{
	width: 100%;
	margin-top: 65px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
	display: inline-block;
	padding: 20px 20px;
}
.gywm_ryzz1_1{
	width: 30%;
	float: left;
	margin: 25px 0;
	margin-right: 2%;
	font-weight: 400;
	font-size: 18px;
	color: #0663A9;
	text-align: center;
}
.gywm_ryzz1_1:nth-child(4n){
	margin-right: 0;
}
.gywm_ryzz1_1 img{
	max-width: 100%;
	width: 227px;
	height: 320px;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
	display: block;
	object-fit: cover;
	object-position: center;
	margin: auto;
	margin-bottom: 15px;
}
.fd_box{
	width: 80px;
	position: fixed;
	right: 50px;
	top:25%;
	z-index: 1001;
}
.fd_bo1{
	width: 65px;
	background: linear-gradient( 180deg, #EA3945 0%, #D52729 100%);
	border-radius: 65px;
	display: block;
	padding: 2px;
	padding-bottom: 15px;
}
.fd_bo1_1{
	width: 60px;
	height: 60px;
	background: #EA7F6D;
	margin: auto;
	border-radius: 50%;
	position: relative;
}

.fd_bo1_1_1{
	width: 100%;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.fd_bo1_1_2{
	width: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.fd_bo1_2{
	width: 100%;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #FFE223;
}
.fd_bo2{
	width: 100%;
	margin-top: 30px;
}
.fd_bo2_1{
	border-bottom: 1px solid #f5f5f5;
	width: 100%;
	background: white;
	padding: 10px 0;
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	color: #101010;
	display: block;
position: relative;
}
.fd_bo2_1:last-child{
	border-bottom: none;
}
.fd_bo2_1 img{
	height: 30px;
	margin: auto;
	margin-bottom: 10px;
}
.fd_bo2_1_1{
	display: block;
}
.fd_bo2_1_2{
	display: none;
}
.fd_bo2_1_3{
width:140px;
background: #fff;
padding:10px;
display:none;
    position: absolute;
    right: 102%;
    top: 50%;
    transform: translateY(-50%);
}
.fd_bo2_1_3 img{
width:100%;
display:block;
    height: auto;
    margin-bottom: 0;
}
.fd_bo2_1:hover{
	background: #D8292C;
	color: white;
}
.fd_bo2_1:hover .fd_bo2_1_1{
	display: none;
}
.fd_bo2_1:hover .fd_bo2_1_2{
	display: block;
}
.fd_bo2_1:hover .fd_bo2_1_3{
display:block;
}
.fd_bo3{
	width: 60px;
	display: block;
	margin-top: 125px;
}
.news_box{
	width: 100%;
}
.news_bo{
	width: 100%;
	margin-bottom: 70px;
}
.news_list{
	width: 100%;
}
.news_li{
	border-bottom: 1px solid #E6E6E6;
	width: 100%;
	padding: 50px 0;
}
.news_lia{
	width: 100%;
	display: block;
}
.news_lib{
	width: 365px;
	height: 270px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	vertical-align: middle;
}
.news_lic{
	width: calc(100% - 375px);
	padding-left: 60px;
	display: inline-block;
	vertical-align: middle;
}
.news_lic1{
	width: 100%;
	display: flex;
}
.news_lic2{
	border-left: 1px solid #E5E5E5;
	width: 145px;
	text-align: center;
}
.news_lic2_1{
	width: 100%;
	font-weight: bold;
	font-size: 48px;
	color: #0562A7;
}
.news_lic2_2{
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	color: #0562A7;
}
.news_lic2_3{
	width: 15px;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.news_lic2_4{
	width: 15px;
	display: none;
	margin: auto;
	margin-top: 10px;
}
.news_lic3{
	width: calc(100% - 145px);
	padding-right: 60px;
}
.news_lic3_1{
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	color: #101010;
	white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的文本 */
	  text-overflow: ellipsis; /* 显示省略号 */
}
.news_lic3_2{
	width: 100%;
	margin-top: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 34px;
	display: -webkit-box; /* 必须设置 */
	  -webkit-line-clamp: 2; /* 限制显示的行数 */
	  -webkit-box-orient: vertical; /* 必须设置以使其工作 */
	  overflow: hidden; /* 隐藏溢出的文本 */
}
.news_lic4{
	width: 100%;
	margin-top: 60px;
	font-weight: 400;
	font-size: 14px;
	color: #0562A7;
}
.news_li:hover .news_lia{
	background: #0562A7;
}
.news_li:hover .news_lic3_1{
	color: white;
}
.news_li:hover .news_lic3_2{
	color: white;
}
.news_li:hover .news_lic2_1{
	color: white;
}
.news_li:hover .news_lic2_2{
	color: white;
}
.news_li:hover .news_lic2_3{
	display: none;
}
.news_li:hover .news_lic2_4{
	display: block;
}
.news_li:hover .news_lic4{
	color: white;
}
.pages {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	border: 1px solid inherit;
	box-sizing: border-box;
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	background: white;
	text-align: center;
	line-height: 50px;
	margin: 0 5px;
}
.pagination a.prev,.pagination a.next{
	border: 1px solid #0060AD;
	color: #0060AD;
}
.pagination span {
	border: 1px solid inherit;
	box-sizing: border-box;
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	background: white;
	text-align: center;
	line-height: 50px;
	margin: 0 5px;
}

.pagination a.active {
	border: 1px solid #0060AD;
	background: #0060AD;
	color: white;
}

.pagination a:active {
	border: 1px solid #0060AD;
	background: #0060AD;
	color: white;
}
.news_details{
	width: 680px;
}
.news_detail{
	width: 680px;
	margin:45px auto;
}
.news_deta1{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #101010;
}
.news_deta2{
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	width: 100%;
	margin-top: 25px;
	padding: 20px 0;
	display: inline-block;
}
.news_deta2_1{
	float: left;
	margin-right: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}
.news_deta2_2{
	float: right;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}
.news_deta3{
	width: 100%;
	padding: 40px 0;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.news_deta3 img{
	max-width: 100%;
}
.news_deta4{
	border-top: 1px solid #E6E6E6;
	width: 100%;
	padding: 25px 0;
	display: flex;
}
.news_deta4_1{
	width: 45%;
	margin-right: 10%;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	display: block;
	white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的文本 */
	  text-overflow: ellipsis; /* 显示省略号 */
}
.news_deta4_1:nth-child(2n){
	margin-right: 0;
	text-align: right;
}
.contact_tops{
	width: 100%;
	background: #F6F6F6;
}
.contact_top{
	width: 100%;
	background: white;
	margin:120px auto;
	display: flex;
}
.contact_tople{
	width: 50%;
	background: #0052A3;
	padding: 75px;
}
.contact_tople1{
	width: 100%;
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
}
.contact_tople2{
	width: 40px;
	margin-top: 25px;
	display: block;
}
.contact_tople3{
	width: 100%;
	margin-top: 45px;
}
.contact_tople4{
	width: 100%;
	margin-bottom: 25px;
	display: inline-block;
}
.contact_tople4:last-child{
	margin-bottom: 0;
}
.contact_tople4_1{
	width: 65px;
	height: 65px;
	background: rgba(255, 255, 255, .37);
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	position: relative;
}
.contact_tople4_1 img{
	width: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.contact_tople4_2{
	width: calc(100% - 80px);
	float: left;
}
.contact_tople4_3{
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}
.contact_tople4_4{
	width: 100%;
	margin-top: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
}
.contact_topri{
	width: 50%;
	padding: 75px;
}
.contact_topri1{
	width: 100%;
	font-weight: bold;
	font-size: 26px;
	color: #0052A3;
}
.contact_topri2{
	width: 40px;
	margin-top: 25px;
	display: block;
}
.contact_topri3{
	width: 100%;
	margin-top: 50px;
}
.contact_topri3_1{
	border: 1px solid #E1E1E1;
	width: 100%;
	height: 50px;
	border-radius: 4px;
	padding: 0 15px;
	display: flex;
	line-height: 50px;
	margin-bottom: 20px;
}
.contact_topri3_1 div{
	width: 70px;
	font-weight: 300;
	font-size: 14px;
	color: #666666;
	margin-right: 10px;
}
.contact_topri3_1 input{
	border: none;
	outline: none;
	width: calc(100% - 80px);
	height: 100%;
	font-weight: 300;
	font-size: 14px;
	color: #666666;
}
.contact_topri3_2{
	border: 1px solid #E1E1E1;
	width: 100%;
	height: 110px;
	border-radius: 4px;
	padding: 15px;
	display: flex;
	margin-bottom: 20px;
}
.contact_topri3_2 div{
	width: 70px;
	font-weight: 300;
	font-size: 14px;
	color: #666666;
	margin-right: 10px;
}
.contact_topri3_2 textarea{
	border: none;
	outline: none;
	width: calc(100% - 80px);
	height: 100%;
	font-weight: 300;
	font-size: 14px;
	color: #666666;
}
.contact_topri3_3{
	border: none;
	outline: none;
	width: 185px;
	height: 50px;
	background: #0052A3;
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
}
.contact_down{
	width: 100%;
	/*height: 700px;*/
}
.contact_down1{
width: 100%;
}
.jyfw_box{
	width: 100%;
}
.jyfw_bo{
	width: 100%;
	margin-top: 25px;
	margin-bottom: 90px;
}
.jyfw_list{
	width: 100%;
	display: inline-block;
}
.jyfw_li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 40px;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px 1px rgba(128,128,128,0.16);
	border-radius: 15px;
	overflow: hidden;
	display: block;
}
.jyfw_li:nth-child(3n){
	margin-right: 0;
}
.jyfw_li1{
	width: 100%;
	height: 260px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.jyfw_li2{
	width: 100%;
	padding: 20px;
}
.jyfw_li3{
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	color: #101010;
	white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的文本 */
	  text-overflow: ellipsis; /* 显示省略号 */
}
.jyfw_li4{
	width: 100%;
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的文本 */
	  text-overflow: ellipsis; /* 显示省略号 */
}
.jyfw_li5{
	width: 100%;
	margin-top: 35px;
}
.jyfw_li5_1{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.jyfw_li5_1 img{
	width: 100%;
}
.jyfw_li5_1_1{
	display: block;
}
.jyfw_li5_1_2{
	display: none;
}
.jyfw_li5_2{
	width: calc(100% - 30px);
	font-weight: 400;
	font-size: 15px;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}
.jyfw_li:hover{
	background: #0052A3;
}
.jyfw_li:hover .jyfw_li3{
	color: white;
}
.jyfw_li:hover .jyfw_li4{
	color: white;
}
.jyfw_li:hover .jyfw_li5_1_1{
	display: none;
}
.jyfw_li:hover .jyfw_li5_1_2{
	display: block;
}
.jyfw_li:hover .jyfw_li5_2{
	color: white;
}
.gjwh_qyzzs{
	width: 100%;
	overflow: hidden;
	display: inline-block;
}
.gjwh_qyzz{
	width: 100%;
	margin-top: 70px;
}
.gjwh_qyzz1{
	width: 100%;
	margin: 35px auto;
	margin-top: 70px;
	background: #0052A3;
}
.gjwh_qyzz2{
	width: 100%;
	margin:100px auto;
}
.gjwh_qyzz3{
	width: 45%;
	display: inline-block;
	vertical-align: middle;
}
.gjwh_qyzz3_1{
	width: 100%;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
}
.gjwh_qyzz3_2{
	width: 100%;
	margin-top: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}
.gjwh_qyzz4{
	width: calc(55% + 260px);
	margin: -135px 0;
	margin-right: -265px;
	display: inline-block;
	vertical-align: middle;
}
.gjwh_smyjs{
	width: 100%;
}
.gjwh_smyj{
	width: 100%;
	margin: 100px auto;
}
.gjwh_smyj1{
	width: 100%;
	margin-top: 60px;
}
.gjwh_smyj2{
	width: 100%;
	margin-bottom: 50px;
}
.gjwh_smyj2:last-child{
	margin-bottom: 0;
}
.gjwh_smyj2_1{
	width: 50%;
	height: 280px;
	margin-right: -4.5%;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	vertical-align: middle;
}
.gjwh_smyj2_2{
	width: 54%;
	background: #F5F7FA;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
	padding: 45px 40px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.gjwh_smyj2_3{
	width: 100%;
	font-weight: 500;
	font-size: 24px;
	color: #0056A7;
}
.gjwh_smyj2_3 img{
	width: 35px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.gjwh_smyj2_3 div{
	width: calc(100% - 55px);
	display: inline-block;
	vertical-align: middle;
}
.gjwh_smyj2_4{
	width: 100%;
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}
.gjwh_smyj2_5{
	width: 50%;
	height: 280px;
	margin-left: -4.5%;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	vertical-align: middle;
}
.gjwh_hxjzgs{
	width: 100%;
	background: #F2F4F7;
}
.gjwh_hxjzg{
	width: 100%;
	margin:90px auto;
}
.gjwh_hxjzg1{
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.gjwh_hxjzg2{
	width: 49%;
	background: white;
	border-radius: 30px;
	margin-top: 30px;
	margin-right: 2%;
	padding: 45px 20px;
}
.gjwh_hxjzg2:nth-child(2n){
	margin-right: 0;
}
.gjwh_hxjzg2_1{
	width: 95px;
	height: 95px;
	background: #E8F4FC;
	border-radius: 50%;
	margin: auto;
	position: relative;
}
.gjwh_hxjzg2_1 img{
	width: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.gjwh_hxjzg2_2{
	width: 100%;
	margin-top: 25px;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	color: #0056A7;
}
.gjwh_hxjzg2_3{
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}
.gjwh_tdwhs{
	width: 100%;
}
.gjwh_tdwh{
	width: 100%;
	margin: 90px auto;
}
.gjwh_tdwh1{
	width: 100%;
	margin-top: 70px;
	display: flex;
}
.gjwh_tdwh2{
	width: 33.33%;
	background: #F2F2F2;
}
.gjwh_tdwh2_1{
	width: 100%;
	height: 230px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.gjwh_tdwh2_2{
	width: 100%;
	height: 230px;
	position: relative;
}
.gjwh_tdwh2_3{
	width: 100%;
	padding: 0 60px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.gjwh_tdwh2_4{
	width: 100%;
	font-weight: 500;
	font-size: 24px;
	color: #0056A7;
}
.gjwh_tdwh2_5{
	width: 100%;
	margin-top: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}
.gjwh_tdwh2:hover{
	background: #0056A7;
}
.gjwh_tdwh2:hover .gjwh_tdwh2_4{
	color: white;
}
.gjwh_tdwh2:hover .gjwh_tdwh2_5{
	color: white;
}

/* 关于我们标题样式 - PC端独立控制 */
.inde_gywm1{
	width: 100%;
	position: relative;
	margin-bottom: 60px;
	text-align: center;
	padding: 0;
	background: transparent;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

/* 关于我们主标题独立样式 - PC端优化 */
.inde_gywm1 .about-us-title{
	display: block;
	font-weight: 800;
	font-size: 40px;
	color: #0562A7;
	position: relative;
	padding: 0 40px;
	letter-spacing: 4px;
	margin-bottom: 25px;
	text-align: center;
	text-shadow: 0 4px 12px rgba(5, 98, 167, 0.3);
	font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
	background: linear-gradient(135deg, #0562A7 0%, #1e40af 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.inde_gywm1 .about-us-title:hover {
	transform: translateY(-3px);
	text-shadow: 0 8px 24px rgba(5, 98, 167, 0.4);
}
.inde_gywm1 .about-us-title::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
	height: 8px;
	background: linear-gradient(90deg, #D52729 0%, #0562A7 50%, #D52729 100%);
	border-radius: 6px;
	box-shadow: 0 6px 20px rgba(5, 98, 167, 0.5);
	transition: all 0.4s ease;
}
.inde_gywm1 .about-us-title:hover::after {
	width: 200px;
	height: 10px;
	background: linear-gradient(90deg, #0562A7 0%, #D52729 50%, #0562A7 100%);
	box-shadow: 0 8px 30px rgba(213, 39, 41, 0.6);
}

/* 搭建校企融合桥梁副标题独立样式 - PC端优化 */
.inde_gywm1 .about-us-subtitle{
	display: block;
	font-weight: 500;
	font-size: 24px;
	color: #1f1e1e;
	margin-top: 35px;
	line-height: 1.8;
	text-align: center;
	font-style: normal;
	letter-spacing: 2px;
	padding: 0 60px;
	position: relative;
	font-family: 'SimSun', 'STSong', serif;
	opacity: 0.95;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: linear-gradient(135deg, #666 0%, #8B8B8B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	transition: all 0.4s ease;
}
.inde_gywm1 .about-us-subtitle:hover {
	opacity: 1;
	transform: translateY(-2px);
	text-shadow: 0 2px 8px rgba(139, 139, 139, 0.3);
}
.inde_gywm1 .about-us-subtitle::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -18px;
	transform: translateX(-50%);
	width: 120px;
	height: 4px;
	background: linear-gradient(90deg, transparent, #D52729, transparent);
	border-radius: 3px;
	transition: all 0.4s ease;
}
.inde_gywm1 .about-us-subtitle:hover::before {
	width: 150px;
	height: 5px;
	background: linear-gradient(90deg, transparent, #0562A7, transparent);
}
.inde_gywm1 .about-us-subtitle::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, transparent, #0562A7, transparent);
	border-radius: 2px;
	transition: all 0.4s ease;
}
.inde_gywm1 .about-us-subtitle:hover::after {
	width: 100px;
	height: 4px;
	background: linear-gradient(90deg, transparent, #D52729, transparent);
}

/* 兼容原有样式 */
.inde_gywm1 span{
	display: block;
	font-weight: bold;
	font-size: 36px;
	color: #0562A7;
	position: relative;
	padding: 0 30px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-align: center;
}
.inde_gywm1 span::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background: linear-gradient( 225deg, #D52729 0%, #0562A7 100%);
	border-radius: 2px;
}
.inde_gywm1_subtitle{
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
	line-height: 1.5;
	text-align: center;
	font-style: normal;
}

/* 就业帮扶和校企融合桥梁板块样式 - PC端 */
.employment-bridge-section {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(5, 98, 167, 0.05) 0%, rgba(213, 39, 41, 0.05) 100%);
    border-top: 1px solid rgba(5, 98, 167, 0.1);
    border-bottom: 1px solid rgba(5, 98, 167, 0.1);
}

.employment-bridge-title::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 8px;
    background: linear-gradient(90deg, #D52729 0%, #0562A7 50%, #D52729 100%);
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(5, 98, 167, 0.5);
    transition: all 0.4s ease;
}

.employment-bridge-title:hover::after {
    width: 200px;
    height: 10px;
    background: linear-gradient(90deg, #0562A7 0%, #D52729 50%, #0562A7 100%);
    box-shadow: 0 8px 30px rgba(213, 39, 41, 0.6);
}

/* 就业帮扶板块副标题样式 */
.employment-bridge-subtitle {
    display: block;
    font-weight: 500;
    font-size: 24px;
    color: #1f1e1e;
    margin-top: 35px;
    line-height: 1.8;
    text-align: center;
    font-style: normal;
    letter-spacing: 2px;
    padding: 0 60px;
    position: relative;
    font-family: 'SimSun', 'STSong', serif;
    opacity: 0.95;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(135deg, #666 0%, #8B8B8B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.4s ease;
}

.employment-bridge-subtitle:hover {
    opacity: 1;
    transform: translateY(-2px);
    text-shadow: 0 2px 8px rgba(139, 139, 139, 0.3);
}

.employment-bridge-content {
    
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.employment-item, .bridge-item, .platform-item, .career-item {
    flex: 1;
    text-align: center;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(5, 98, 167, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(5, 98, 167, 0.1);
}

/* 就业帮扶板块专属优化 */
.employment-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
    border: 1px solid rgba(37, 99, 235, 0.15);
    box-shadow: 0 20px 45px rgba(37, 99, 235, 0.12);
    position: relative;
    overflow: hidden;
}

.employment-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.05), transparent);
    transition: left 0.6s ease;
}

.employment-item:hover::before {
    left: 100%;
}

.employment-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 0.98) 100%);
    border-color: rgba(37, 99, 235, 0.25);
    box-shadow: 0 25px 60px rgba(37, 99, 235, 0.18);
}

/* 企航增效板块专属优化 */
.bridge-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 248, 250, 0.95) 100%);
    border: 1px solid rgba(219, 39, 119, 0.15);
    box-shadow: 0 20px 45px rgba(219, 39, 119, 0.12);
    position: relative;
    overflow: hidden;
}

.bridge-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(219, 39, 119, 0.05), transparent);
    transition: left 0.6s ease;
}

.bridge-item:hover::before {
    left: 100%;
}

.bridge-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(252, 248, 250, 0.98) 100%);
    border-color: rgba(219, 39, 119, 0.25);
    box-shadow: 0 25px 60px rgba(219, 39, 119, 0.18);
}

/* 尚职对接板块专属优化 */
.platform-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 252, 248, 0.95) 100%);
    border: 1px solid rgba(34, 197, 94, 0.15);
    box-shadow: 0 20px 45px rgba(34, 197, 94, 0.12);
    position: relative;
    overflow: hidden;
}

.platform-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.05), transparent);
    transition: left 0.6s ease;
}

.platform-item:hover::before {
    left: 100%;
}

.platform-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(250, 252, 248, 0.98) 100%);
    border-color: rgba(34, 197, 94, 0.25);
    box-shadow: 0 25px 60px rgba(34, 197, 94, 0.18);
}

/* 职场守护板块专属优化 */
.career-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
    border: 1px solid rgba(139, 92, 246, 0.15);
    box-shadow: 0 20px 45px rgba(139, 92, 246, 0.12);
    position: relative;
    overflow: hidden;
}

.career-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.05), transparent);
    transition: left 0.6s ease;
}

.career-item:hover::before {
    left: 100%;
}

.career-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 0.98) 100%);
    border-color: rgba(139, 92, 246, 0.25);
    box-shadow: 0 25px 60px rgba(139, 92, 246, 0.18);
}

/* 就业帮扶板块专属优化 */
.employment-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
    border: 1px solid rgba(37, 99, 235, 0.15);
    box-shadow: 0 20px 45px rgba(37, 99, 235, 0.12);
    position: relative;
    overflow: hidden;
}

.employment-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.05), transparent);
    transition: left 0.6s ease;
}

.employment-item:hover::before {
    left: 100%;
}

.employment-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 0.98) 100%);
    border-color: rgba(37, 99, 235, 0.25);
    box-shadow: 0 25px 60px rgba(37, 99, 235, 0.18);
}

/* 企航增效板块专属优化 */
.bridge-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 248, 250, 0.95) 100%);
    border: 1px solid rgba(219, 39, 119, 0.15);
    box-shadow: 0 20px 45px rgba(219, 39, 119, 0.12);
    position: relative;
    overflow: hidden;
}

.bridge-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(219, 39, 119, 0.05), transparent);
    transition: left 0.6s ease;
}

.bridge-item:hover::before {
    left: 100%;
}

.bridge-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(252, 248, 250, 0.98) 100%);
    border-color: rgba(219, 39, 119, 0.25);
    box-shadow: 0 25px 60px rgba(219, 39, 119, 0.18);
}

/* 尚职对接板块专属优化 */
.platform-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 252, 248, 0.95) 100%);
    border: 1px solid rgba(34, 197, 94, 0.15);
    box-shadow: 0 20px 45px rgba(34, 197, 94, 0.12);
    position: relative;
    overflow: hidden;
}

.platform-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.05), transparent);
    transition: left 0.6s ease;
}

.platform-item:hover::before {
    left: 100%;
}

.platform-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(250, 252, 248, 0.98) 100%);
    border-color: rgba(34, 197, 94, 0.25);
    box-shadow: 0 25px 60px rgba(34, 197, 94, 0.18);
}

/* 职场守护板块专属优化 */
.career-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
    border: 1px solid rgba(139, 92, 246, 0.15);
    box-shadow: 0 20px 45px rgba(139, 92, 246, 0.12);
    position: relative;
    overflow: hidden;
}

.career-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.05), transparent);
    transition: left 0.6s ease;
}

.career-item:hover::before {
    left: 100%;
}

.career-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 0.98) 100%);
    border-color: rgba(139, 92, 246, 0.25);
    box-shadow: 0 25px 60px rgba(139, 92, 246, 0.18);
}

/* 就业帮扶板块专属优化 */
.employment-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
    border: 1px solid rgba(37, 99, 235, 0.15);
    box-shadow: 0 20px 45px rgba(37, 99, 235, 0.12);
    position: relative;
    overflow: hidden;
}

.employment-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.05), transparent);
    transition: left 0.6s ease;
}

.employment-item:hover::before {
    left: 100%;
}

.employment-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 0.98) 100%);
    border-color: rgba(37, 99, 235, 0.25);
    box-shadow: 0 25px 60px rgba(37, 99, 235, 0.18);
}

/* 企航增效板块专属优化 */
.bridge-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 248, 250, 0.95) 100%);
    border: 1px solid rgba(219, 39, 119, 0.15);
    box-shadow: 0 20px 45px rgba(219, 39, 119, 0.12);
    position: relative;
    overflow: hidden;
}

.bridge-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(219, 39, 119, 0.05), transparent);
    transition: left 0.6s ease;
}

.bridge-item:hover::before {
    left: 100%;
}

.bridge-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(252, 248, 250, 0.98) 100%);
    border-color: rgba(219, 39, 119, 0.25);
    box-shadow: 0 25px 60px rgba(219, 39, 119, 0.18);
}

/* 尚职对接板块专属优化 */
.platform-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 252, 248, 0.95) 100%);
    border: 1px solid rgba(34, 197, 94, 0.15);
    box-shadow: 0 20px 45px rgba(34, 197, 94, 0.12);
    position: relative;
    overflow: hidden;
}

.platform-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.05), transparent);
    transition: left 0.6s ease;
}

.platform-item:hover::before {
    left: 100%;
}

.platform-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(250, 252, 248, 0.98) 100%);
    border-color: rgba(34, 197, 94, 0.25);
    box-shadow: 0 25px 60px rgba(34, 197, 94, 0.18);
}

/* 职场守护板块专属优化 */
.career-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
    border: 1px solid rgba(139, 92, 246, 0.15);
    box-shadow: 0 20px 45px rgba(139, 92, 246, 0.12);
    position: relative;
    overflow: hidden;
}

.career-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.05), transparent);
    transition: left 0.6s ease;
}

.career-item:hover::before {
    left: 100%;
}

.career-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 0.98) 100%);
    border-color: rgba(139, 92, 246, 0.25);
    box-shadow: 0 25px 60px rgba(139, 92, 246, 0.18);
}

/* 就业帮扶板块专属优化 */
.employment-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
    border: 1px solid rgba(37, 99, 235, 0.15);
    box-shadow: 0 20px 45px rgba(37, 99, 235, 0.12);
    position: relative;
    overflow: hidden;
}

.employment-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.05), transparent);
    transition: left 0.6s ease;
}

.employment-item:hover::before {
    left: 100%;
}

.employment-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 0.98) 100%);
    border-color: rgba(37, 99, 235, 0.25);
    box-shadow: 0 25px 60px rgba(37, 99, 235, 0.18);
}

/* 企航增效板块专属优化 */
.bridge-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 248, 250, 0.95) 100%);
    border: 1px solid rgba(219, 39, 119, 0.15);
    box-shadow: 0 20px 45px rgba(219, 39, 119, 0.12);
    position: relative;
    overflow: hidden;
}

.bridge-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(219, 39, 119, 0.05), transparent);
    transition: left 0.6s ease;
}

.bridge-item:hover::before {
    left: 100%;
}

.bridge-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(252, 248, 250, 0.98) 100%);
    border-color: rgba(219, 39, 119, 0.25);
    box-shadow: 0 25px 60px rgba(219, 39, 119, 0.18);
}

/* 尚职对接板块专属优化 */
.platform-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 252, 248, 0.95) 100%);
    border: 1px solid rgba(34, 197, 94, 0.15);
    box-shadow: 0 20px 45px rgba(34, 197, 94, 0.12);
    position: relative;
    overflow: hidden;
}

.platform-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.05), transparent);
    transition: left 0.6s ease;
}

.platform-item:hover::before {
    left: 100%;
}

.platform-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(250, 252, 248, 0.98) 100%);
    border-color: rgba(34, 197, 94, 0.25);
    box-shadow: 0 25px 60px rgba(34, 197, 94, 0.18);
}

/* 职场守护板块专属优化 */
.career-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
    border: 1px solid rgba(139, 92, 246, 0.15);
    box-shadow: 0 20px 45px rgba(139, 92, 246, 0.12);
    position: relative;
    overflow: hidden;
}

.career-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.05), transparent);
    transition: left 0.6s ease;
}

.career-item:hover::before {
    left: 100%;
}

.career-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 0.98) 100%);
    border-color: rgba(139, 92, 246, 0.25);
    box-shadow: 0 25px 60px rgba(139, 92, 246, 0.18);
}





.employment-item:hover, .bridge-item:hover, .platform-item:hover, .career-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(5, 98, 167, 0.2);
    background: rgba(255, 255, 255, 1);
}

.employment-title, .bridge-title, .platform-title, .career-title {
    font-size: 28px;
    font-weight: 800;
    color: #154dac;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 4px 12px rgb(26, 54, 93);
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', sans-serif;
    letter-spacing: -0.5px;
    position: relative;
}

/* 就业帮扶板块标题专属优化 */
.employment-title {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    position: relative;
}

.employment-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.employment-item:hover .employment-title::after {
    width: 80px;
}

/* 企航增效板块标题专属优化 */
.bridge-title {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    position: relative;
}

.bridge-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.bridge-item:hover .bridge-title::after {
    width: 80px;
}

/* 尚职对接板块标题专属优化 */
.platform-title {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    position: relative;
}

.platform-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.platform-item:hover .platform-title::after {
    width: 80px;
}

/* 职场守护板块标题专属优化 */
.career-title {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    position: relative;
}

.career-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.career-item:hover .career-title::after {
    width: 80px;
}

/* 就业帮扶板块标题专属优化 */
.employment-title {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    position: relative;
}

.employment-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.employment-item:hover .employment-title::after {
    width: 80px;
}

/* 企航增效板块标题专属优化 */
.bridge-title {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    position: relative;
}

.bridge-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.bridge-item:hover .bridge-title::after {
    width: 80px;
}

/* 尚职对接板块标题专属优化 */
.platform-title {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    position: relative;
}

.platform-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.platform-item:hover .platform-title::after {
    width: 80px;
}

/* 职场守护板块标题专属优化 */
.career-title {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    position: relative;
}

.career-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.career-item:hover .career-title::after {
    width: 80px;
}

/* 就业帮扶板块标题专属优化 */
.employment-title {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    position: relative;
}

.employment-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.employment-item:hover .employment-title::after {
    width: 80px;
}

/* 企航增效板块标题专属优化 */
.bridge-title {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    position: relative;
}

.bridge-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.bridge-item:hover .bridge-title::after {
    width: 80px;
}

/* 尚职对接板块标题专属优化 */
.platform-title {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    position: relative;
}

.platform-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.platform-item:hover .platform-title::after {
    width: 80px;
}

/* 职场守护板块标题专属优化 */
.career-title {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    position: relative;
}

.career-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.career-item:hover .career-title::after {
    width: 80px;
}

/* 就业帮扶板块标题专属优化 */
.employment-title {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    position: relative;
}

.employment-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.employment-item:hover .employment-title::after {
    width: 80px;
}

/* 业务场景板块标题专属优化 */
.bridge-title {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    position: relative;
}

.bridge-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.bridge-item:hover .bridge-title::after {
    width: 80px;
}

/* 尚职对接板块标题专属优化 */
.platform-title {
    background: linear-gradient(135deg, #144eac 0%, #144eac 50%, #144eac 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(20, 78, 172, 0.2);
    position: relative;
}

.platform-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.platform-item:hover .platform-title::after {
    width: 80px;
}

/* 职场守护板块标题专属优化 */
.career-title {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    position: relative;
}

.career-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
    border-radius: 2px;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.career-item:hover .career-title::after {
    width: 80px;
}

.employment-description, .bridge-description, .platform-description, .career-description {
    font-size: 18px;
    line-height: 1.7;
	font-weight: 600;
    color: #4a5568;
    margin-bottom: 25px;
    text-align: center;
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', sans-serif;
    text-shadow: 0 1px 2px rgba(74, 85, 104, 0.1);
    letter-spacing: 0.3px;
}

.employment-tag, .platform-tag {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #0562A7 0%, #1e40af 100%);
    color: white;
    border-radius: 20px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(5, 98, 167, 0.3);
}

.bridge-tag, .career-tag {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #D52729 0%, #e53e3e 100%);
    color: white;
    border-radius: 20px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(213, 39, 41, 0.3);
}



/* 公司介绍板块样式 - PC端 */
.company-intro-section {
    width: 100%;
    margin: 60px 0;
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
    border-radius: 20px;
    border: 1px solid rgba(5, 98, 167, 0.1);
    box-shadow: 0 20px 60px rgba(5, 98, 167, 0.08);
    backdrop-filter: blur(10px);
}

.company-intro-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 60px;
}

.company-intro-text {
    flex: 1;
    text-align: left;
}

.company-intro-text h3 {
    font-size: 30px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 25px;
    line-height: 1.3;
    text-shadow: 0 2px 8px rgba(5, 98, 167, 0.2);
    font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
}

.company-intro-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #2D3748;
    margin-bottom: 35px;
    text-align: justify;
    font-family: 'SimSun', 'STSong', serif;
}

.company-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid rgba(5, 98, 167, 0.1);
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #0562A7;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(5, 98, 167, 0.3);
}

.stat-label {
    display: block;
    font-size: 16px;
    color: #718096;
    font-weight: 500;
}

.company-intro-image {
    flex: 0 0 400px;
    text-align: center;
}

.company-image {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.company-image:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.image-caption {
    margin-top: 20px;
    font-size: 16px;
    color: #718096;
    font-style: italic;
}

/* Footer Styles */
.footer {
    background: #1e40af;
    color: white;
    padding: 40px 0 20px;
    border-top: 6px solid #D52729;
    margin-top: 5px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 60px;
    margin-bottom: 30px;
    align-items: start;
}





.footer-section h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
}

.footer-section h3:nth-child(n+3) {
    margin-top: 30px;
}

.footer-section h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #cbd5e0;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e0;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #cbd5e0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: white;
}

/* 公司理念板块样式 */
.company-philosophy {
    margin-right: 40px;
    padding: 30px 25px;
    width: 350px;
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.company-philosophy h3 {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.company-philosophy h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #dc2626;
    border-radius: 2px;
}

.philosophy-text {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.philosophy-text::before {
    content: '';
    display: none;
}

/* 关注我们板块居中样式 */
.center-title {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.center-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #dc2626;
    border-radius: 1px;
}

.qr-section {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 auto 30px auto;
	
    max-width: 400px;
}

.qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: none;
    margin: 20px;
	
}

.qr-image {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    margin-bottom: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.qr-image:hover {
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.qr-label {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.contact-methods {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 15px;
}

.contact-item {
    font-size: 14px;
    color: #cbd5e0;
    padding: 8px 15px;
    border: 1px solid #4a5568;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #cbd5e0;
}

/* Footer Copyright Section */
.footer-copyright {
    background: #0f172a;
    padding: 20px 0;
    border-top: 1px solid #4a5568;
}

.copyright-info {
    text-align: center;
}

.copyright-info p {
    font-size: 12px;
    color: #cbd5e0;
    margin: 0 0 8px 0;
    line-height: 1.5;
    font-weight: 400;
    opacity: 0.9;
}

.copyright-info p:last-child {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 30px 0 15px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .qr-section {
        /*flex-direction: column;*/
        gap: 25px;
    }
    
    .contact-methods {
        /*flex-direction: column;*/
        gap: 10px;
        align-items: center;
    }
    
    .footer-section h3:nth-child(n+3) {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 25px 0 10px;
    }
    
    .footer-content {
        gap: 25px;
    }
    
    .qr-section {
        gap: 20px;
    }
    
    .qr-item {
        flex: 1;
    }
    
    .qr-placeholder {
        width: 80px;
        height: 80px;
        font-size: 10px;
    }
    
    .qr-label {
        font-size: 11px;
    }
    
    .contact-item {
        font-size: 13px;
        padding: 6px 12px;
    }
    
    .copyright-info p {
        font-size: 11px;
    }
}

/* 中津科技彩色曲线 */
.colorful-line {
    width: 150px;
    height: 20px;
    margin: -20px -20px -20px;
    position: relative;
    overflow: hidden;
}

.colorful-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        #ff3366 0%, 
        #ff9933 25%, 
        #33cc33 50%, 
        #3366ff 75%, 
        #9933ff 100%);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20'%3E%3Cpath d='M0,10 Q25,0 50,10 T100,10' stroke='none' fill='black'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20'%3E%3Cpath d='M0,10 Q25,0 50,10 T100,10' stroke='none' fill='black'/%3E%3C/svg%3E");
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    animation: wave-move 4s ease-in-out infinite;
}

@keyframes wave-move {
    0%, 100% {
        transform: translateX(0) scaleY(1);
    }
    25% {
        transform: translateX(-5px) scaleY(1.1);
    }
    50% {
        transform: translateX(0) scaleY(0.9);
    }
    75% {
        transform: translateX(5px) scaleY(1.1);
    }
}

.colorful-line::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    background: linear-gradient(90deg, 
        rgba(255, 51, 102, 0.2) 0%, 
        rgba(255, 153, 51, 0.2) 25%, 
        rgba(51, 204, 51, 0.2) 50%, 
        rgba(51, 102, 255, 0.2) 75%, 
        rgba(153, 51, 255, 0.2) 100%);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 30'%3E%3Cpath d='M0,15 Q30,5 60,15 T120,15' stroke='none' fill='black'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 30'%3E%3Cpath d='M0,15 Q30,5 60,15 T120,15' stroke='none' fill='black'/%3E%3C/svg%3E");
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    filter: blur(3px);
    z-index: -1;
    animation: glow-move 4s ease-in-out infinite;
}

@keyframes glow-move {
    0%, 100% {
        transform: translateX(0) scaleY(1);
        opacity: 0.5;
    }
    25% {
        transform: translateX(-8px) scaleY(1.2);
        opacity: 0.7;
    }
    50% {
        transform: translateX(0) scaleY(0.8);
        opacity: 0.3;
    }
    75% {
        transform: translateX(8px) scaleY(1.2);
        opacity: 0.7;
    }
}


