
.mains{
	width:1400px;
	margin:0 auto;
}
@media (max-width: 1440px) {
	.mains{
		width:72%;
	}
}


.index-title {
	text-align: center;
}

.index-title h2 {
	font-size: 36px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
}

.index-title p {
	font-size: 20px;
	line-height: 1.2;
	color: #9e9f9f;
}
.index-more{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.index-more a{
	font-size: 15px;
	line-height: 2.2;
	padding: 0 26px;
	border:1px solid #0e4a9e;
	color: #0e4a9e;
	border-radius: 20px;
	transition: all 0.3s ease;
}
.index-more a:hover{
	transform: translateY(-5px);
	background-color: #0e4a9e;
	color:#fff;
}


/* 案例展示区域样式 */
.case-section {
	width: 20.9375rem;
	margin: 0 auto;
	padding: 60px 0;
}

@media (max-width: 1440px) {
	.case-section {
		/* width: 72%; */
		padding: 36px 0;
	}
}

.case-section  .case-tabs {
	margin:20px auto 25px auto;
}

.case-section  .case-tab-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}

.case-section  .case-tab {
	padding: 12px 0;
	font-size: 18px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.7);
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-bottom: 2px solid transparent;
	position: relative;
}

.case-section  .case-tab:hover {
	color: #0e4a9e;
}

.case-section  .case-tab.active {
	font-size: 20px;
	color: #0e4a9e;
	border-bottom-color: #0e4a9e;
}

.case-section  .case-content-wrapper {
	position: relative;
}

.case-section  .case-swiper-container {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.case-section  .case-swiper-container.active {
	display: block;
	opacity: 1;
}

.case-section  .case-swiper {
	width: 100%;
	padding-bottom: 50px;
}

.case-section  .case-swiper .swiper-slide {
	border-radius: 8px;
	height: auto;
	background-color: #fefefe;
}

.case-section  .case-item {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	backdrop-filter: blur(10px);
}

/* .case-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
} */

.case-section  .case-img {
	width: 100%;
	height: 310px;
	overflow: hidden;
}

.case-section  .case-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.case-section  .case-item:hover .case-img img {
	transform: scale(1.1);
}

.case-section  .case-info {
	padding:18px 18px;
	display: flex;
}
.case-section  .case-info a{
	width: 100%;
	background: url(../images/index/case_more.png) center right no-repeat;
	background-size: 26px 13px;
	text-align: left;
}

.case-section  .case-info h3 {
	width: calc(100% - 36px);
	font-size: 18px;
	color: #000000;
	margin: 0 ;
	line-height: 1.5;
	font-weight: normal;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap; 
}

.case-section  .case-swiper .swiper-button-next,
.case-section  .case-swiper .swiper-button-prev {
	width: 45px;
	height: 45px;
	background: rgba(255, 255, 255, 1.0);
	border-radius: 50%;
	color: #fff;
	transition: all 0.3s ease;
}

.case-section  .case-swiper .swiper-button-next:hover,
.case-section  .case-swiper .swiper-button-prev:hover {
	background-color: #0e4a9e;
	transform: scale(1.1);
}

.case-section  .case-swiper .swiper-button-next::after,
.case-section  .case-swiper .swiper-button-prev::after {
	font-size: 0;
	font-weight: bold;
}
.case-section  .case-swiper .swiper-button-next{
	background: url(../images/index/case_right.png) center center no-repeat #fff;
	background-size: 9px 10px;
}

.case-section  .case-swiper .swiper-button-prev{
	background: url(../images/index/case_left.png) center center no-repeat #fff;
	background-size: 9px 10px;
}
.case-section  .case-swiper .swiper-button-next:hover{
	background-image: url(../images/index/case_right2.png);
}
.case-section  .case-swiper .swiper-button-prev:hover{
	background-image: url(../images/index/case_left2.png);
}

.case-section  .case-swiper .swiper-button-next {
	right: 10px;
	top: 42%;
	transform: translateY(-50%);
}

.case-section  .case-swiper .swiper-button-prev {
	left: 10px;
	top: 42%;
	transform: translateY(-50%);
}

.case-section  .case-swiper .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.5);
	width: 10px;
	height: 10px;
}

.case-section  .case-swiper .swiper-pagination-bullet-active {
	background: #2a8cff;
	width: 30px;
	border-radius: 5px;
}

/* 响应式适配 */
@media (max-width: 768px) {
	.case-section {
		width: 90%;
		padding: 40px 0;
	}
	
	.case-section  .case-tab-list {
		gap: 10px;
	}
	
	.case-section  .case-tab {
		padding: 8px 15px;
		font-size: 14px;
	}
	
	.case-section  .case-img {
		height: 180px;
	}
	
	.case-section  .case-info {
		padding: 15px;
	}
	
	.case-section  .case-info h3 {	
		font-size: 14px;
		height: 40px;
	}
}

/* 友情链接 */
.footer-link {
	width: 100%;
	padding: 26px 0;
	background-color: #f4f4f4;
}

.footer-link .footer-link-content {
	width: 22.75rem;
	margin: 0 auto;
	display: flex;
	align-items:flex-start;
}

.footer-link-content h4 {
	font-size: 24px;
	line-height: 60px;
	color: #015293;
	font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}
.footer-link-content ul{
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
}
.footer-link-content ul li{
	font-size: 0;
	padding: 0 18px;
	background-color: #fff;
	overflow: hidden;
}
.footer-link-content ul li img{
	height: 60px;
	transition: all 0.3s ease;
}
.footer-link-content ul li:hover img{
	transform: scale(1.08);
}


/* 友情链接 end*/

