.inner-banner-card {
	width: 490px;
	height: 300px;
	background: #FFFFFF;
	box-shadow: 0px 7px 21px 6px rgba(140, 11, 31, 0.04);
	float: left;
}

.inner-swiper>.swiper-wrapper>.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* æ–°é—»bannerå›¾ç‰‡ */
.inner-banner {
	width: 460px;
	height: 280px;
	background: #FFFFFF;
	position: relative;
}

.inner-banner-desc {
	width: calc(100% - 24px);
	height: 40px;
	background: #33333380;
	position: absolute;
	bottom: 0;
	text-align: left;
	padding: 12px;
}
/* 遮罩层（全屏背景） */
    #overlay {
      display: none; /* 默认隐藏 */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8); /* 半透明黑 */
      z-index: 999;
      text-align: center;
      padding-top: 30px;
    }
/* 放大后的图片 */
    #bigImg {
      max-width: 90%;
      max-height: 85vh;
      box-shadow: 0 0 20px #fff;
    }
/* 关闭按钮 */
    #closeBtn {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 40px;
      color: white;
      cursor: pointer;
      background: none;
      border: none;
    }

.inner-banner-desc .title {
	width: 335px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-pagination {
	position: absolute;
	left: 345px !important;
	width: 115px !important;
	bottom: 40px !important;
	z-index: 9;
	text-align: center;
}

.inner-bullet {
	width: 15px;
	height: 15px;
	opacity: 0.4;
	display: inline-block;
	margin-right: 4px;
	background:#666;color:#FFF;cursor:pointer;font-family:"å¾®è½¯é›…é»‘";font-size:12px;line-height:15px;
}

.inner-bullet-active {
	opacity: 1 !important;
	background:#FF7700;
}

.news-small-container {
	width: 490px;
	height: 300px;
	background: #FFFFFF;
	box-shadow: 0px 7px 21px 6px rgba(140, 11, 31, 0.04);
	margin: 0 20px;
	float: left;
}

.platform-container {
	width: 180px;
	height: 300px;
	background: #FFFFFF;
	box-shadow: 0px 7px 21px 6px rgba(140, 11, 31, 0.04);
	float: right;
}

.platform {
	width: 140px;
	height: 190px;
	background: #F8F8F8;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.platform:hover {
	background: #3D55D4 !important;
	animation: platform-radius 0.3s forwards;
}

@keyframes platform-radius {
	from {
		border-radius: 0px;
	}

	to {
		border-radius: 15px;
	}
}

.platform:hover * {
	color: #FFFFFF !important;
}

/* å åŒºåŸŸ 1/2 çš„å¡ç‰‡ */
.half-card {
	width: 590px;
	height: 385px;
	background: #FFFFFF;
	box-shadow: 0px 7px 21px 6px rgba(140, 11, 31, 0.04);
}

.whole-card {
	margin-top: 20px;
	width: 1200px;
	height: 211px;
	background: #FFFFFF;
	box-shadow: 0px 7px 21px 6px rgba(140, 11, 31, 0.04);
}

.friends a:hover {
	color: #3D55D4 !important;
}

.friends,
.friend-swiper {
	height: 100%;
}






/* 业务范围板块容器 */
        .business-section {
            background-image: url(/img/tmp1729493792_2288818_s.png); /* 深色背景 */
            color: #000; /* 白色文字 */
            padding: 30px 0;
            text-align: center;
            margin: 40px 0;
        }

        /* 标题样式 */
        .business-title {
            font-size: 32px;
            margin-bottom: 20px;
            font-weight: 600;
        }

        /* 简介文本 */
        .business-desc {
            max-width: 1000px;
            margin: 0 auto 50px;
            font-size: 14px;
            line-height: 1.6;
            color: #5d5555;;
        }

        /* 业务卡片容器（弹性布局） */
        .business-cards {
            display: flex;
            justify-content: center;
            gap: 60px;
            flex-wrap: wrap; /* 适配小屏幕自动换行 */
            max-width: 1200px;
            margin: 0 auto;
        }

        /* 单个业务卡片 */
        .business-card {
            width: 220px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .img-banner{
            cursor: pointer;
        }

        /* 卡片图标 */
        .card-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%; /* 圆形图标 */
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            font-size: 36px;
            color: #fff;
        }

        /* 不同业务的图标背景色 */


        /* 卡片标题 */
        .card-title {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: 500;
        }

        /* 卡片描述文本 */
        .card-desc {
            font-size: 12px;
            line-height: 1.5;
            color: #423939;
            text-align: center;
        }

        /* 查看更多按钮 */
        .more-btn {
            margin-top: 60px;
            padding: 10px 25px;
            background: transparent;
            border: 1px solid #3D55D4;
            color: #3D55D4;
            cursor: pointer;
            font-size: 14px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s;
        }

        .more-btn:hover {
            background: #3D55D4;
            color:#fff;
        }
        

        .more-btn span {
            color: #3D55D4;
            transition: all 0.3s;
        }

        .more-btn:hover span {
            color: #fff;
        }


.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
}








