body{
	background-color: #ffffff !important;
}
/* 文字叠加层 */
.text-overlay { color: #ffffff;  width: 100%; font-size: 50px; line-height: 90px; background: url("../images/core-banner.jpg") no-repeat center; background-size: 100% 100%; height: 450px; }
.line3{ font-size: 30px; margin-top: 20px; font-weight: normal}

/* 顶部背景和tab栏样式 */
.header-section {
	height: 100%;
	width: 100%;
	margin-top: 60px;
}
.text-overlay img{
	width: auto;
	margin-top: 70px;
}
.text-img{
	width: 1400px;
	margin:0 auto;
}

.tab-bar {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	background-color: white;
	border-radius: 2px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
margin-top: -20px;
	position: relative;
}

.tab-item {
	padding: 10px 20px;
	cursor: pointer;
	color: #5c5a5a;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
	flex: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	line-height: 60px;
}

.tab-item.active {
	background-color: #eef5ff;
	color: #0562e6;
}

.tab-item img {
	height: 20px;
	margin-right: 5px;
}



 /* 标题样式 */
.main-title {
  font-size: 30px;
  margin-top: 70px;
  margin-bottom: 10px;
  text-align: center;
  color: #18375e;
  font-weight: 500;
  width: 100%;
  text-align: center;
}

/* 副标题样式 */
.sub-title {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}

/* 导航按钮样式 */
.nav-buttons {
  text-align: center;
  margin-bottom: 50px;
}

.nav-buttons button {
	margin: 0 10px;
	padding: 16px 20px;
	border: 0;
	background-color: #f2f9ff;
	border-radius: 5px;
	cursor: pointer;
	color: #333333;
	font-size: 16px;
}

/* 内容区样式 */
.content-section {
	width: 100%; /* 调整：改为百分比宽度 */
	max-width: 1200px; /* 新增：设置最大宽度 */
	margin: 0 auto;
}

.content-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #18375e;
  font-weight: 500;
  width: 100%;
  text-align: center;
}

.content-description {
	margin-bottom: 30px;
	font-size: 14px;
	color: #817d7d;
	font-weight: normal;
	line-height: 1.6;
	user-select: text;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	word-wrap: break-word;
	box-sizing: border-box;
  
}


/* 列表项样式 - 使用 Flexbox 对齐图标和文字 */
.content-list {
  list-style: none;
  padding: 0;
  width: 100%;
  width: 100%;
  text-align: center;
}
.content-left{
	margin-left: 30%;
	text-align: left;
}

.content-list li {
  align-items: center;  /* 垂直居中 */
  margin-bottom: 15px;  /* 列表项之间的间距 */
  line-height: 1.5;
}

.content-list li span{
  margin-left: 5px;
	font-size: 14px;
	color: #817d7d;
	font-weight: normal;
	line-height: 1.6;
	user-select: text;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	word-wrap: break-word;
	box-sizing: border-box;
}


.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}




/*右侧部分开始*/


/*右侧部分结束*/

@media (max-width: 1200px) {
    .new_top_nav {
        width: 40%; /* 调整：在小屏幕上增加导航栏宽度 */
    }

    .new_top_login {
        width: 30%; /* 调整：在小屏幕上增加登录栏宽度 */
    }
}

@media (max-width: 768px) {
    .new_top_nav {
        display: none; /* 新增：在小屏幕上隐藏导航栏 */
    }

    .new_top_login {
        width: 50%; /* 调整：在小屏幕上增加登录栏宽度 */
    }

    .tab-bar {
        width: 100%; /* 调整：在小屏幕上让 tab 栏占满宽度 */
    }

    .platform-item {
        width: 48%; /* 调整：在小屏幕上让平台项显示为两列 */
    }
}

@media (max-width: 480px) {
    .platform-item {
        width: 100%; /* 调整：在超小屏幕上让平台项显示为单列 */
    }
}

@media (max-width: 768px) {
    .sk_right_main_postion {
        display: none; /* 新增：在小屏幕上隐藏右侧悬浮按钮 */
    }
}

/* 响应式调整 */
@media (max-width: 768px) {
    .new_top_tab {
        display: none; /* 在小屏幕上隐藏 Tab 栏 */
    }

    .new_top_login {
        margin-left: auto; /* 右侧内容靠右对齐 */
    }

    .search-item input {
        width: 80px; /* 缩小搜索框宽度 */
    }
}
/* 图片网格容器 */
.pro_content_eleven_img {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 2px; /* 图片之间的间距 */
	width: 100%;
	max-width: 100%; /* 最大宽度 */
	min-width: 0; /* 允许子项收缩 */
	height: 40%;
	margin: 0 auto; /* 居中 */
	position: relative;
	top: -88%;
	bottom: 20px;
	margin-top: 50px;
}

/* 图片项样式 */
.image-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px; /* 圆角 */
}

/* 图片样式 */
.image-item img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 保持图片比例 */
	display: block;
	transition: transform 0.5s ease; /* 图片放大效果 */
}

/* 遮罩层样式 */
.image-item .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	transition: opacity 0.5s ease; /* 遮罩层消失效果 */
}

/* 鼠标悬停时遮罩层消失，图片放大 */
.image-item:hover .mask {
	opacity: 0; /* 遮罩层消失 */
}

.image-item:hover img {
	transform: scale(1.1); /* 图片放大 */
}