body {
	margin: auto;
	cursor: default;
}

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: 1200px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.inde_box {
	width: 100%;
	background-color: #F7F8F9;
	background-image: url(../img/bg_1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_bo {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 65px;
}

.inde_fls {
	width: 100%;
	background: white;
	border-radius: 8px;
	padding: 20px;
}

.inde_fl {
	width: 100%;
	display: inline-block;
}

.inde_fl1 {
	width: 90px;
	height: 30px;
	background: linear-gradient(270deg, #F48962 0%, #F8363A 100%);
	border-radius: 8px;
	text-align: center;
	line-height: 30px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
	float: left;
}

.inde_fl2 {
	width: calc(100% - 90px);
	display: inline-block;
	float: left;
}

.inde_fl2_1 {
	height: 30px;
	line-height: 30px;
	float: left;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: 500;
	font-size: 16px;
	color: #666666;
}

.inde_rmhj {
	width: 100%;
	display: inline-block;
}

.inde_rmhj1 {
	width: 12.555%;
	float: left;
	margin-right: 2%;
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}

.inde_rmhj1:nth-child(7n) {
	margin-right: 0;
}

.inde_rmhj1 img {
	width: 100%;
	height: 80px;
	border-radius: 10px;
	display: block;
	object-fit: cover;
	object-position: center;
	margin-bottom: 10px;
}

.inde_rmhj1 div {
	width: 100%;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
	font-size: 12px;
}

.inde_sbzx {
	width: 100%;
	/*margin-top: 60px;*/
	display: flex;
	margin: 0 0 45px 0;
}

.inde_sbzxle {
	width: 59%;
}

.inde_sbzxlea {
	width: 100%;
}

.inde_sbzxlea .swiper {
	width: 100%;
	height: 100%;
}

.inde_sbzxlea .swiper-slide {
	width: 100%;
	height: 100%;
}

.inde_sbzxlea .swiper-pagination {
	text-align: right;
	padding: 0 20px;
}

.inde_sbzxlea .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: white;
	border-radius: 10px;
}

.inde_sbzxlea .swiper-pagination-bullet-active {
	width: 30px;
	background: white;
}

.inde_sbzxlea1 {
	width: 100%;
	height: 415px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	display: block;
	overflow: hidden;
	position: relative;
}
.inde_sbzxlea1::after{
    content:'';
    width: 100%;
    height: 100%;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.inde_sbzxlea1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_sbzxlea1 div {
	width: 100%;
	padding: 20px;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}

.inde_sbzxleb {
	width: 100%;
	margin-top: 20px;
}

.inde_sbzxleb1 {
	width: 100%;
	height: 90px;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
}

.inde_sbzxleb1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_sbzxleb1::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
}

.inde_sbzxleb1.on::after {
	display: none;
}

.inde_sbzxri {
	width: 39%;
	margin-left: 2%;
}

.inde_sbzxria {
	width: 100%;
	background: white;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
}

.inde_sbzxria1 {
	width: 33.33%;
	height: 45px;
	border-radius: 8px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}

.inde_sbzxria1_1 {
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.inde_sbzxria1_1 img {
	width: 100%;
}

.inde_sbzxria1_1_1 {
	display: block;
}

.inde_sbzxria1_1_2 {
	display: none;
}

.inde_sbzxria1_2 {
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
}

.inde_sbzxria1.on {
	background: linear-gradient( 0deg, #FFC13F 0%, #FFE97A 100%);
	color: white;
}

.inde_sbzxria1.on .inde_sbzxria1_1_1 {
	display: none;
}

.inde_sbzxria1.on .inde_sbzxria1_1_2 {
	display: block;
}

.inde_sbzxrib {
	width: 100%;
	margin-top: 20px;
}

.inde_sbzxrib1 {
	width: 100%;
	display: none;
}

.inde_sbzxric {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 10px 20px;
}

.inde_sbzxric1 {
	width: 100%;
	display: inline-block;
}

.inde_sbzxric1_1 {
	width: 190px;
	height: 105px;
	border-radius: 10px;
	float: left;
	margin-right: 10px;
}

.inde_sbzxric1_2 {
	width: calc(100% - 200px);
	float: left;
}

.inde_sbzxric1_3 {
	width: 100%;
	height: 63px;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.inde_sbzxric1_4 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #C8C9CC;
	margin-top: 20px;
}

.inde_sbzxric2 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 10px 0;
	display: flex;
}

.inde_sbzxric2:last-child {
	border-bottom: 0;
}

.inde_sbzxric2_1 {
	width: calc(100% - 50px);
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_sbzxric2_2 {
	width: 40px;
	margin-left: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #C8C9CC;
	text-align: right;
}

.inde_sbzxrid {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 0 20px;
}

.inde_sbzxrid1 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 20px 0;
	display: inline-block;
}

.inde_sbzxrid1:last-child {
	border-bottom: 0;
}

.inde_sbzxrid1_1 {
	width: 190px;
	height: 105px;
	border-radius: 10px;
	float: left;
	margin-right: 10px;
}

.inde_sbzxrid1_2 {
	width: calc(100% - 200px);
	float: left;
}

.inde_sbzxrid1_3 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.inde_sbzxrid1_4 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #C8C9CC;
	margin-top: 10px;
}

.inde_sbzxrie {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 0 20px;
}

.inde_sygjs {
	width: 100%;
	background-color: #F7F8F9;
	background-image: url(../img/bg_2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_sygj {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 60px;
}

.inde_sygj1 {
	width: 100%;
	display: inline-block;
}
.inde_sygj1 .inde_newb2_2{
        margin-top: 16px;
}
.inde_sygj1_1 {
	height: 55px;
	display: block;
	/*float: left;*/
	margin: 50px auto;
}

.inde_sygj2 {
	width: 100%;
	display: inline-block;
}

.inde_sygj3 {
	width: 11.625%;
	float: left;
	margin-top: 15px;
	background: #FFFFFF;
	border-radius: 8px;
	margin-right: 1%;
	padding: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	display: block;
}

.inde_sygj3:nth-child(8n) {
	margin-right: 0;
}

.inde_sygj3 img {
	width: 80px;
	height: 80px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
	border-radius: 5px;
}

.inde_sygj3 div {
	width: 100%;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_yxks {
	width: 100%;
	/* background-color: #F7F8F9; */
	background-image: url(../img/bg_3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_yxk {
	width: 100%;
	margin: 50px auto;
}

.inde_yxk1 {
	height: 55px;
	display: block;
}

.inde_yxk2 {
	width: 100%;
	display: inline-block;
}

/*新写的2026-1-3*/


/* 1. 容器整体布局：横向排列栏目，间距美观，避免竖排 */
.inde_yxk2 {
    display: flex;
    gap: 10px; /* 栏目之间的间距，可按需调整 */
    flex-wrap: wrap; /* 栏目过多自动换行 */
    box-sizing: border-box;
}

/* 2. 单个栏目核心样式：默认状态（灰底、圆角、指定尺寸） */
.inde_yxk2_1 {
    width: 124px; /* 要求的方框宽度 */
    height: 40px; /* 要求的方框高度 */
    background: #434343; /* 要求的默认底色 */
    border-radius: 8px; /* 要求的圆角（简写，等同于8px 8px 8px 8px） */
    box-sizing: border-box;
    padding: 0 12px; /* 左右内边距，给图标和文字留空间 */
    display: flex; /* 横向排列：左边图标 + 右边文字 */
    align-items: center; /* 垂直居中对齐 */
    justify-content: center; /* 从左侧开始排列，贴合需求 */
    color: #ffffff; /* 默认白色文字 */
    font-size: 14px; /* 文字大小，可按需调整 */
    cursor: pointer; /* 鼠标悬浮手型，提升交互感 */
    position: relative; /* 为图标伪元素提供定位参考 */
    transition: all 0.3s ease; /* 状态切换顺滑过渡 */
}

/* 3. 核心：默认状态 - 左侧白色图标（lm1b.png ~ lm10b.png），排除“全部”（第一个栏目无图标） */
/* 3.1 图标基础样式（用伪元素实现，无需修改HTML） */
.inde_yxk2_1:not(:first-child)::before {
    content: ""; /* 伪元素必备，为空即可 */
    display: inline-block; /* 块级元素，保证尺寸生效 */
    width: 24px; /* 图标宽度，适配40px高度，可按需调整 */
    height: 24px; /* 图标高度，与宽度一致避免拉伸 */
    margin-right: 8px; /* 图标与文字之间的间距 */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; /* 自适应图标大小，不变形 */
}

/* 3.2 逐个绑定默认白色图标（lm1b.png ~ lm10b.png，对应除“全部”外的栏目） */
.inde_yxk2_1:nth-child(2)::before { /* 第2个栏目：放置挂机 */
    background-image: url("/img/lm1b.png");
}
.inde_yxk2_1:nth-child(3)::before { /* 第3个栏目：二次元 */
    background-image: url("/img/lm2b.png");
}
.inde_yxk2_1:nth-child(4)::before { /* 第4个栏目：其他游戏 */
    background-image: url("/img/lm3b.png");
}
.inde_yxk2_1:nth-child(5)::before { /* 第5个栏目：动作冒险 */
    background-image: url("/img/lm4b.png");
}
.inde_yxk2_1:nth-child(6)::before { /* 第6个栏目：卡牌养成 */
    background-image: url("/img/lm5b.png");
}
.inde_yxk2_1:nth-child(7)::before { /* 第7个栏目：策略战争 */
    background-image: url("/img/lm6b.png");
}
.inde_yxk2_1:nth-child(8)::before { /* 第8个栏目：角色扮演 */
    background-image: url("/img/lm7b.png");
}
.inde_yxk2_1:nth-child(9)::before { /* 第9个栏目：模拟经营 */
    background-image: url("/img/lm8b.png");
}
.inde_yxk2_1:nth-child(10)::before { /* 第10个栏目：复古传奇 */
    background-image: url("/img/lm9b.png");
}
.inde_yxk2_1:nth-child(11)::before { /* 第11个栏目：回合PRG */
    background-image: url("/img/lm10b.png");
}

/* 4. 选中状态（.on类）：黄色背景、黑色文字、黑色图标（lm1.png ~ lm10.png） */
.inde_yxk2_1.on {
    background: #ffcc00; /* 选中后黄色背景（经典亮黄，可按需微调色值） */
    color: #000000; /* 选中后黑色文字 */
}

/* 4.1 选中状态 - 替换为黑色图标（lm1.png ~ lm10.png），排除“全部” */
.inde_yxk2_1.on:not(:first-child)::before {
    filter: none; /* 清除默认白色图标滤镜，直接替换背景图 */
}
.inde_yxk2_1.on:nth-child(2)::before { /* 放置挂机-选中 */
    background-image: url("/img/lm1.png");
}
.inde_yxk2_1.on:nth-child(3)::before { /* 二次元-选中 */
    background-image: url("/img/lm2.png");
}
.inde_yxk2_1.on:nth-child(4)::before { /* 其他游戏-选中 */
    background-image: url("/img/lm3.png");
}
.inde_yxk2_1.on:nth-child(5)::before { /* 动作冒险-选中 */
    background-image: url("/img/lm4.png");
}
.inde_yxk2_1.on:nth-child(6)::before { /* 卡牌养成-选中 */
    background-image: url("/img/lm5.png");
}
.inde_yxk2_1.on:nth-child(7)::before { /* 策略战争-选中 */
    background-image: url("/img/lm6.png");
}
.inde_yxk2_1.on:nth-child(8)::before { /* 角色扮演-选中 */
    background-image: url("/img/lm7.png");
}
.inde_yxk2_1.on:nth-child(9)::before { /* 模拟经营-选中 */
    background-image: url("/img/lm8.png");
}
.inde_yxk2_1.on:nth-child(10)::before { /* 复古传奇-选中 */
    background-image: url("/img/lm9.png");
}
.inde_yxk2_1.on:nth-child(11)::before { /* 回合PRG-选中 */
    background-image: url("/img/lm10.png");
}

/* 5. 可选优化：“全部”栏目（第一个）选中状态样式统一（无图标） */
.inde_yxk2_1:first-child.on {
    background: #ffcc00;
    color: #000000;
    justify-content: center; /* 无图标，文字居中更美观 */
}



.inde_yxk3 {
	width: 100%;
}

.inde_yxk3_1 {
	width: 100%;
	display: none;
}

.inde_yxk4 {
	width: 100%;
	display: inline-block;
}

.inde_yxk4_1 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}

.inde_yxk4_1:nth-child(4n) {
	margin-right: 0;
}

.inde_yxk4_1 img {
	width: 100%;
	height: 185px;
	border-radius: 10px;
	display: block;
	object-fit: cover;
	object-position: center;
	margin-bottom: 10px;
}

.inde_yxk4_1 div {
	width: 100%;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_news {
	width: 100%;
	background-color: #F7F8F9;
	background-image: url(../img/bg_4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_new {
	width: 100%;
	margin: 50px auto;
}

.inde_new1 {
	height: 55px;
	display: block;
}

.inde_new2 {
	width: 100%;
	margin-top: 15px;
	display: flex;
}

.inde_newa {
	width: 36%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px;
	margin-left: 2%;
}

.inde_newa1 {
	width: 100%;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}

.inde_newa2 {
	width: 100%;
	height: 220px;
	border-radius: 8px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}

.inde_newa2 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_newa3 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 10px 0;
	display: block;
}

.inde_newa3:last-child {
	border-bottom: 0;
}

.inde_newa3_1 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_newa3_2 {
	width: 100%;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	color: #C8C9CC;
	margin-top: 10px;
}

.inde_newa3_2 img {
	width: 150px;
	height: 85px;
	border-radius: 8px;
	float: left;
	margin-right: 10px;
}

.inde_newa3_2 div {
	width: calc(100% - 160px);
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.inde_newb {
	width: 33%;
	margin-left: 2%;
}

.inde_newb1 {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 20px;
}

.inde_newb1:last-child {
	margin-bottom: 0;
}

.inde_newb2 {
	width: 100%;
	margin-bottom: 15px;
	display: inline-block;
}

.inde_newb2_1 {
	float: left;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}

.inde_newb2_2 {
	float: right;
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #C8C9CC;
}

.inde_newb2_2 span {
	display: inline-block;
	vertical-align: middle;
}

.inde_newb2_2 img {
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}

.inde_newb3 {
	width: 100%;
	display: inline-block;
}

.inde_newb3_1 {
	width: 120px;
	height: 70px;
	border-radius: 8px;
	float: left;
	object-fit: cover;
	object-position: center;
	margin-right: 10px;
}

.inde_newb3_2 {
	width: calc(100% - 130px);
	float: left;
}

.inde_newb3_3 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_newb3_4 {
	width: 100%;
	margin-top: 25px;
	font-weight: 400;
	font-size: 14px;
	color: #C8C9CC;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_newb4 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 7px 0;
	display: flex;
}

.inde_newb4:last-child {
	border-bottom: 0;
}

.inde_newc {
	width: 27%;
	background: #FFFFFF;
	border-radius: 8px;

	padding: 20px;
}

.inde_newc1 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 10px 0;
	display: flex;
}

.inde_newc1:last-child {
	border-bottom: 0;
}

.inde_newc1_1 {
	width: 130px;
	height: 75px;
	border-radius: 8px;
	margin-right: 10px;
	object-fit: cover;
	object-position: center;
}

.inde_newc1_2 {
	width: calc(100% - 140px);
}

.inde_newc1_3 {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.inde_newc1_4 {
	width: 100%;
	margin-top: 5px;
	font-weight: 400;
	font-size: 14px;
	color: #C8C9CC;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_newc1_4 span {
	margin-right: 5px;
}

.inde_newc1_4 span:last-child {
	margin-right: 0;
}

.inde_hjs {
	width: 100%;
	background-color: #F7F8F9;
	background-image: url(../img/bg_5.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_hj {
	width: 100%;
	margin: 50px auto;
}

.inde_hj1 {
	width: 100%;
	display: inline-block;
}

.inde_hj1_1 {
    min-width: 80px;
    padding: 0 20px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    float: left;
    margin-top: 15px;
    font-weight: 500;
    margin-right: 15px;
    width: 112px;
    height: 40px;
    background: #434343;
    border-radius: 8px 8px 8px 8px;
}

.inde_hj1_1:last-child {
	margin-right: 0;
}

.inde_hj1_1.on {
    background: linear-gradient( 0deg, #FFC13F 0%, #FFE97A 100%);
    color: #3a3a3a;
}

.inde_hj2 {
	width: 100%;
	margin-top: 15px;
}

.inde_hj2_1 {
	width: 100%;
	display: none;
}

.inde_hj3 {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 10px 20px;
	display: inline-block;
}

.inde_hj3_1 {
	width: 19.2%;
	float: left;
	margin: 10px 0;
	margin-right: 1%;
	display: block;
	position: relative;
}
.inde_hj3_1::after{
    content:'';
    width: 1px;
    height: 100%;
    background: #E5E5E5;
    position: absolute;
    right: -3%;
    top: 0;
}
.inde_hj3_1:nth-child(5n) {
	margin-right: 0;
}
.inde_hj3_1:nth-child(5n)::after{
    display: none;
}
.inde_hj3_1:nth-child(5n) .inde_hj3_4 {
	border-right: 0;
}

.inde_hj3_2 {
	width: 100%;
	height: 125px;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_hj3_3 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_hj3_4 {
	/*border-right: 1px solid #E5E5E5;*/
	width: 100%;
	height: 75px;
	margin-top: 15px;
	text-align: center;
	padding: 0 20px;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.inde_yxgls {
	width: 100%;
	background-color: #F7F8F9;
	background-image: url(../img/bg_6.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_yxgl {
	width: 100%;
	margin: 50px auto;
}

.inde_yxgl1 {
	width: 100%;
	margin-top: 15px;
	display: flex;
}

.inde_yxgl2 {
	width: 41%;
}

.inde_yxgl2_1 {
	width: 100%;
	height: 250px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 15px;
}

.inde_yxgl2_1:last-child {
	margin-bottom: 0;
}

.inde_yxgl2_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_yxgl2_1 div {
	width: 100%;
	padding: 15px;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
	position: absolute;
	left: 0;
	bottom: 0;
}

.inde_yxgl3 {
	width: 57%;
	background: #FFFFFF;
	border-radius: 8px;
	margin-left: 2%;
	padding: 5px 20px;
}

.inde_yxgl3_1 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 10px 0;
	display: flex;
}

.inde_yxgl3_1:last-child {
	border-bottom: 0;
}

.inde_yxgl3_2 {
	width: 96px;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_yxgl3_3 {
	width: calc(100% - 96px - 45px);
	padding: 0 10px;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_yxgl3_4 {
	width: 45px;
	text-align: right;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
}

.inde_phbs {
	width: 100%;
	background-color: #F4F5F6;
	background-image: url(../img/bg_7.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_phb {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 100px;
}

.inde_phb1 {
	width: 100%;
	margin-top: 15px;
	display: flex;
}

.inde_phb2 {
	width: 32%;
	margin-right: 2%;
	border-radius: 8px;
	overflow: hidden;
	padding: 20px;
	background-color: white;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_phb2:nth-child(3n) {
	margin-right: 0;
}

.inde_phb3 {
	width: 100%;
}

.inde_phb3_1 {
	width: 100%;
	font-weight: 600;
	font-size: 24px;
}

.inde_phb3_2 {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
}
/*小图标修改*/
.inde_phb4 {
	width: 100%;
	min-height: 612px;
}

.inde_phb4_1 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 15px 0;
	display: block;
	box-sizing: border-box;
	/* 关键新增1：设置定位基准，让小图标基于此元素定位（而非嵌套的.inde_phb4_2） */
	position: relative;
	/* 关键新增2：给小图标腾出左侧空间，避免遮挡内容（值=小图标宽度+间距） */
	padding-left: 38px; /* 30px图标宽度 + 8px间距，可微调 */
}

.inde_phb4_1:last-child {
	border-bottom: 0;
}

.inde_phb4_2 {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	border-radius: 8px;
	overflow: hidden;
	/* 保留inline-block，确保和文字区域横向排列 */
	display: inline-block;
	vertical-align: middle;
	/* 关键修改1：移除原有relative定位，取消对小图标的嵌套约束 */
	/* position: relative; 注释/删除此属性 */
}

.inde_phb4_2_1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_phb4_2_2 {
	width: 30px;
	height: auto;
	/* 关键修改2：重新设置绝对定位，基于.inde_phb4_1（而非.inde_phb4_2） */
	position: absolute;
	left: 0; /* 贴紧.inde_phb4_1左侧 */
	top: 32%; /* 垂直居中第一步：对齐父元素垂直中点 */
	transform: translateY(-50%); /* 垂直居中第二步：自身向上偏移50%，实现完美居中 */
	/* 关键新增：小图标与主图片的间距（通过调整left值替代margin，避免脱离文档流后margin失效） */
	/* 若想增大图标与主图片间距，可将left改为8px，同时对应调整.inde_phb4_1的padding-left为46px */
	z-index: 1; /* 确保小图标在最上层，不被主图片/文字遮挡 */
}

.inde_phb4_3 {
	/* 关键修改3：重新计算宽度（主图片宽度+主图片与文字间距，无需计算小图标，因它已脱离文档流） */
	width: calc(100% - 90px); /* 80px主图片 + 10px主图片与文字间距，恢复原计算逻辑但适配新布局 */
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	float: right;
}

.inde_phb4_4 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inde_phb4_5 {
	width: 100%;
	display: inline-block;
}

.inde_phb4_5 div {
    max-width: 100px;
	min-width: 40px;
	height: 25px;
	background: #EEEEEE;
	border-radius: 4px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: 500;
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 25px;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inde_phb4_5 div:last-child {
	margin-right: 0;
}



/*小图标结束*/

.inde_phb4_5 {
	width: 100%;
	display: inline-block;
}

.inde_phb4_5 div {
    max-width: 100px;
	min-width: 40px;
	height: 25px;
	background: #EEEEEE;
	border-radius: 4px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: 500;
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 25px;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inde_phb4_5 div:last-child {
	margin-right: 0;
}

.inde_phb5 {
	width: 100%;
	height: 40px;
	background: #FFD04A;
	border-radius: 8px;
	margin-top: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
}

.inde_phb5 span {
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.inde_phb5 img {
	width: 6px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.yxk_box {
	width: 100%;
	background: #F4F5F6;
}

.yxk_bo {
	width: 100%;
	margin-bottom: 65px;
}

.tit_box {
	width: 100%;
	padding: 25px 0;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
}

.tit_box img {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.tit_box div {
	width: calc(100% - 25px);
	display: inline-block;
	vertical-align: middle;
}

.tit_box span {
	margin: 0 5px;
}

.yxk_bo1 {
	width: 100%;
	font-weight: 600;
	font-size: 20px;
	color: #333333;
}

.yxk_bo2 {
	width: 100%;
    /* display: inline-block; */
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    box-sizing: border-box;
	
}

/* 1. 父容器样式（新增独立类名，避免与子元素冲突） */
.yxk_bo2_1_wrap {
    display: flex;
    gap: 10px; /* 栏目之间的间距，可按需调整 */
    flex-wrap: wrap; /* 栏目过多自动换行 */
    padding: 10px 0;
    box-sizing: border-box;
}

/* 2. 单个栏目核心样式：默认状态（灰底、圆角、指定尺寸） */
.yxk_bo2_1 {
    width: 124px; /* 要求的方框宽度 */
    height: 40px; /* 要求的方框高度 */
    background: #434343; /* 要求的默认底色 */
    border-radius: 8px; /* 要求的圆角（简写，等同于8px 8px 8px 8px） */
    box-sizing: border-box;
    padding: 0 12px; /* 左右内边距，给图标和文字留空间 */
    display: flex; /* 横向排列：左边图标 + 右边文字 */
    align-items: center; /* 垂直居中对齐 */
    justify-content: center; /* 从左侧开始排列，贴合需求 */
    color: #ffffff; /* 默认白色文字 */
    font-size: 14px; /* 文字大小，可按需调整 */
    cursor: pointer; /* 鼠标悬浮手型，提升交互感 */
    position: relative; /* 为图标伪元素提供定位参考 */
    transition: all 0.3s ease; /* 状态切换顺滑过渡 */
    text-decoration: none; /* 去除a标签默认下划线，优化样式 */
}

/* 3. 核心：默认状态 - 左侧白色图标（lm1b.png ~ lm10b.png），排除“全部”（第一个栏目无图标） */
/* 3.1 图标基础样式（用伪元素实现，无需修改HTML） */
.yxk_bo2_1:not(:first-child)::before {
    content: ""; /* 伪元素必备，为空即可 */
    display: inline-block; /* 块级元素，保证尺寸生效 */
    width: 24px; /* 图标宽度，适配40px高度，可按需调整 */
    height: 24px; /* 图标高度，与宽度一致避免拉伸 */
    margin-right: 8px; /* 图标与文字之间的间距 */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; /* 自适应图标大小，不变形 */
}

/* 3.2 逐个绑定默认白色图标（lm1b.png ~ lm10b.png，对应除“全部”外的栏目） */
.yxk_bo2_1:nth-child(2)::before { /* 第2个栏目：放置挂机 */
    background-image: url("/img/lm1b.png");
}
.yxk_bo2_1:nth-child(3)::before { /* 第3个栏目：二次元 */
    background-image: url("/img/lm2b.png");
}
.yxk_bo2_1:nth-child(4)::before { /* 第4个栏目：其他游戏 */
    background-image: url("/img/lm3b.png");
}
.yxk_bo2_1:nth-child(5)::before { /* 第5个栏目：动作冒险 */
    background-image: url("/img/lm4b.png");
}
.yxk_bo2_1:nth-child(6)::before { /* 第6个栏目：卡牌养成 */
    background-image: url("/img/lm5b.png");
}
.yxk_bo2_1:nth-child(7)::before { /* 第7个栏目：策略战争 */
    background-image: url("/img/lm6b.png");
}
.yxk_bo2_1:nth-child(8)::before { /* 第8个栏目：角色扮演 */
    background-image: url("/img/lm7b.png");
}
.yxk_bo2_1:nth-child(9)::before { /* 第9个栏目：模拟经营 */
    background-image: url("/img/lm8b.png");
}
.yxk_bo2_1:nth-child(10)::before { /* 第10个栏目：复古传奇 */
    background-image: url("/img/lm9b.png");
}
.yxk_bo2_1:nth-child(11)::before { /* 第11个栏目：回合PRG */
    background-image: url("/img/lm10b.png");
}

/* 4. 选中状态（.on类）：黄色背景、黑色文字、黑色图标（lm1.png ~ lm10.png） */
.yxk_bo2_1.on {
    background: #ffcc00; /* 选中后黄色背景（经典亮黄，可按需微调色值） */
    color: #000000; /* 选中后黑色文字 */
}

/* 4.1 选中状态 - 替换为黑色图标（lm1.png ~ lm10.png），排除“全部” */
.yxk_bo2_1.on:not(:first-child)::before {
    filter: none; /* 清除默认白色图标滤镜，直接替换背景图 */
}
.yxk_bo2_1.on:nth-child(2)::before { /* 放置挂机-选中 */
    background-image: url("/img/lm1.png");
}
.yxk_bo2_1.on:nth-child(3)::before { /* 二次元-选中 */
    background-image: url("/img/lm2.png");
}
.yxk_bo2_1.on:nth-child(4)::before { /* 其他游戏-选中 */
    background-image: url("/img/lm3.png");
}
.yxk_bo2_1.on:nth-child(5)::before { /* 动作冒险-选中 */
    background-image: url("/img/lm4.png");
}
.yxk_bo2_1.on:nth-child(6)::before { /* 卡牌养成-选中 */
    background-image: url("/img/lm5.png");
}
.yxk_bo2_1.on:nth-child(7)::before { /* 策略战争-选中 */
    background-image: url("/img/lm6.png");
}
.yxk_bo2_1.on:nth-child(8)::before { /* 角色扮演-选中 */
    background-image: url("/img/lm7.png");
}
.yxk_bo2_1.on:nth-child(9)::before { /* 模拟经营-选中 */
    background-image: url("/img/lm8.png");
}
.yxk_bo2_1.on:nth-child(10)::before { /* 复古传奇-选中 */
    background-image: url("/img/lm9.png");
}
.yxk_bo2_1.on:nth-child(11)::before { /* 回合PRG-选中 */
    background-image: url("/img/lm10.png");
}

/* 5. 可选优化：“全部”栏目（第一个）选中状态样式统一（无图标） */
.yxk_bo2_1:first-child.on {
    background: #ffcc00;
    color: #000000;
    justify-content: center; /* 无图标，文字居中更美观 */
}


.yxk_list {
	width: 100%;
	display: inline-block;
}

.yxk_li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
}

.yxk_li:nth-child(4n) {
	margin-right: 0;
}

.yxk_li1 {
	width: 100%;
	height: 185px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.yxk_li2 {
	width: 100%;
	padding: 15px;
}

.yxk_li3 {
	width: 100%;
}

.yxk_li3_1 {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.yxk_li3_2 {
	width: calc(100% - 60px);
	display: inline-block;
	vertical-align: middle;
}

.yxk_li3_3 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxk_li3_4 {
	width: 100%;
	font-weight: 500;
	font-size: 12px;
	color: #C8C9CC;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxk_li4 {
	width: 100%;
	margin-top: 10px;
	font-weight: 500;
	font-size: 12px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.yxk_li5 {
	width: 100%;
	margin-top: 10px;
	display: flex;
}

.yxk_li5_1 {
	width: 80px;
	height: 40px;
	border-radius: 8px;
	border: 1px solid #90969C;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	font-size: 16px;
	color: #90969C;
	margin-right: 10px;
}

.yxk_li5_2 {
	width: calc(100% - 90px);
	height: 40px;
	background: #FFD04A;
	border-radius: 8px;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}

.pages {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	border: 1px solid #90969C;
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border-radius: 8px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #90969C;
	line-height: 40px;
	margin: 0 5px;
}

.pagination span {
	border: 1px solid #90969C;
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border-radius: 8px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #90969C;
	line-height: 40px;
	margin: 0 5px;
}

.pagination a.active {
    border: 1px solid #FFD04A;
    background: #FFD04A;
    color: white;
}

.pagination a:active {
	border: 1px solid #000000;
	background: #000000;
	color: white;
}

.xwzx_box {
	width: 100%;
	margin-top: 15px;
	display: inline-block;
}

.xwzx_right {
	width: 400px;
	float: left;
	margin-left: 20px;
}

.xwzx_ri {
	width: 100%;
	background: white;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 20px;
}

.xwzx_ri:last-child {
	margin-bottom: 0;
}

.xwzx_ria {
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}

.xwzx_rib {
	width: 100%;
	padding: 5px 0;
	display: inline-block;
}

.xwzx_rib1 {
	width: 20px;
	height: 20px;
	background: #FF0000;
	border-radius: 2px;
	text-align: center;
	line-height: 20px;
	float: left;
	margin-right: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
}

.xwzx_rib2 {
	width: calc(100% - 30px);
	float: left;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}

.xwzx_rib2 img {
	width: 120px;
	height: 70px;
	border-radius: 8px;
	float: left;
	margin-right: 10px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.xwzx_rib2 div {
	width: calc(100% - 130px);
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.xwzx_ric {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 10px 0;
	display: flex;
}

.xwzx_ric:last-child {
	border-bottom: 0;
}

.xwzx_ric1 {
	width: 20px;
	height: 20px;
	background: #D9D9D9;
	border-radius: 2px;
	text-align: center;
	line-height: 20px;
	float: left;
	margin-right: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
}

.xwzx_ric1.on1 {
	background: #FF9500;
}

.xwzx_ric1.on2 {
	background: #FFCA37;
}

.xwzx_ric1.on3 {
	background: #FF0000;
}

.xwzx_ric2 {
	width: calc(100% - 30px);
	line-height: 20px;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.xwzx_rid {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 10px 0;
	display: inline-block;
}

.xwzx_rid:last-child {
	border-bottom: 0;
}

.xwzx_rid1 {
	width: 120px;
	height: 70px;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
	margin-right: 10px;
}

.xwzx_rid2 {
	width: calc(100% - 130px);
	float: left;
}

.xwzx_rid2_1 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.xwzx_rid2_2 {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	color: #C8C9CC;
	margin-top: 25px;
}

.xwzx_rid2_2 img {
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.xwzx_rid2_2 span {
	display: inline-block;
	vertical-align: middle;
}

.xwzx_left {
	width: calc(100% - 420px);
	float: left;
	background: white;
	border-radius: 8px;
	padding: 0 20px;
}

.xwzx_le {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 19px 0;
	display: inline-block;
}

.xwzx_le:last-child {
	border-bottom: 0;
}

.xwzx_le1 {
	width: 190px;
	height: 105px;
	border-radius: 8px;
	float: left;
	margin-right: 10px;
	object-fit: cover;
	object-position: center;
}

.xwzx_le2 {
	width: calc(100% - 200px);
	float: left;
}

.xwzx_le2_1 {
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.xwzx_le2_2 {
	width: 100%;
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.xwzx_le2_3 {
	width: 100%;
	margin-top: 10px;
	text-align: right;
	font-weight: 500;
	font-size: 14px;
	color: #C8C9CC;
}

.phb_top {
	width: 100%;
	margin-top: 15px;
	position: relative;
}

.phb_top1 {
	width: 100%;
	display: block;
}

.phb_top2 {
	/*border: 1px solid red;*/
	width: 38%;
	display: flex;
	position: absolute;
	top: 45px;
	right: 12.5%;
	z-index: 1;
}

.phb_top2_1 {
	width: 33.33%;
	margin: 0px 28px 21px 8px;
}

.phb_top2_2 {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	display: block;
	object-fit: cover;
	object-position: center;
	margin: auto;
}

.phb_top2_3 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	color: #006483;
}


.phb_top2_4 {
    max-width: 100%;
    /* 尺寸缩小：原120px → 按需调整（示例80px，可自行微调） */
    width: 80px;
    /* 尺寸缩小：原40px → 按需调整（示例30px，可自行微调） */
    height: 30px;
    background: #F0FDFF;
    border-radius: 6px;
    /* 以下均为位置相关属性，完全保留，确保位置不变 */
    margin: auto;
    margin-top: 70px;
    text-align: center;
    /* 关键：line-height需与修改后的height一致，保证文字垂直居中 */
    line-height: 30px;
    font-weight: 500;
    /* 可选优化：字体大小随方框缩小微调，避免文字拥挤（原20px → 16px） */
    font-size: 16px;
    color: #00A7DA;
    display: block;
}


.phb_top2_1:nth-child(1) {
	margin: 26px 24px 20px 32px;
}

.phb_top2_1:nth-child(3) {
	margin: 28px 0px 20px 0px;
}

.phb_top2_1:nth-child(3) .phb_top2_3 {
	color: #830200;
}

.phb_top2_1:nth-child(3) .phb_top2_4 {
	color: #C30300;
	background: #FFF0F0;
}

.phb_top2_1:nth-child(2) .phb_top2_4 {
	margin-top: 115px;
}

.phb_top2_1:nth-child(2) .phb_top2_3 {
	color: #835A00;
}

.phb_top2_1:nth-child(2) .phb_top2_4 {
	color: #A96900;
	background: #FFFAF0;
}

.phb_down {
	width: 100%;
	margin-top: 65px;
	display: flex;
}

.sygj_list {
	width: 100%;
	display: inline-block;
}

.sygj_li {
	width: 11.625%;
	float: left;
	margin-right: 1%;
	margin-top: 15px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 10px;
	display: block;
}

.sygj_li:nth-child(8n) {
	margin-right: 0;
}

.sygj_li1 {
	width: 80px;
	height: 80px;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	object-position: center;
	margin: auto;
	margin-bottom: 10px;
}

.sygj_li2 {
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.hj_list {
	width: 100%;
	display: inline-block;
}

.hj_li {
	width: 32%;
	background: white;
	border-radius: 8px;
	overflow: hidden;
	float: left;
	margin-right: 2%;
	margin-top: 15px;
}

.hj_li:nth-child(3n) {
	margin-right: 0;
}

.hj_li1 {
	width: 100%;
	height: 215px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.hj_li2 {
	width: 100%;
	padding: 20px;
}

.hj_li2_1 {
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.hj_li2_2 {
	width: 100%;
	margin-top: 5px;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
}

.hj_li2_3 {
	width: 100%;
	height: 58px;
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.wzdeta_box {
	width: 100%;
	display: inline-block;
}

.wzdeta_right {
	width: 400px;
	float: left;
	margin-left: 20px;
}

.wzdeta_ri {
	width: 100%;
	background: white;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 20px;
}

.wzdeta_ri1 {
	width: 100%;

}

.wzdeta_ri1_1 {
	width: 80px;
	height: 80px;
	/*border-radius: 15px;*/
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.wzdeta_ri1_2 {
	width: calc(100% - 100px);
	display: inline-block;
	vertical-align: middle;
}

.wzdeta_ri1_3 {
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.wzdeta_ri1_4 {
	width: 100%;
	display: inline-block;
	color: #90969c;
    font-size: 14px;
}

.wzdeta_ri1_4 div {
	min-width: 40px;
	height: 25px;
	background: #EEEEEE;
	border-radius: 4px;
	padding: 0 5px;
	text-align: center;
	line-height: 25px;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
	font-weight: 500;
	font-size: 12px;
	color: #999999;
}

.wzdeta_ri1_4 div:last-child {
	margin-right: 0;
}

.wzdeta_ri2 {
	width: 100%;
    height: 40px;
    border-radius: 8px;
    margin-top: 15px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: rgb(255, 255, 255);
    background: linear-gradient( 0deg, #FFC13F 0%, #FFE97A 100%);
    display: block;
}

.wzdeta_left {
	width: calc(100% - 420px);
	float: left;
}

.wzdeta_lea {
	width: 100%;
	background: white;
	border-radius: 8px;
	padding: 30px;
}

.wzdeta_lea1 {
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	color: #333333;
	margin: 0;
}

.wzdeta_lea2 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #C8C9CC;
}

.wzdeta_lea2 span {
	margin-right: 20px;
}

.wzdeta_lea2 span:last-child {
	margin-right: 0;
}

.wzdeta_lea3 {
	width: 100%;
	margin-top: 25px;
	font-weight: 500;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.wzdeta_lea3 p{
    line-height: 30px;
    font-size: 16px;
}

.wzdeta_lea3 img {
    width: 600px !important;
    margin-top: 20px;
    height: 100% !important;
}

.wzdeta_leb {
	width: 100%;
	margin-top: 25px;
}

.wzdeta_leb1 {
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}

.wzdeta_leb2 {
	width: 100%;
	display: inline-block;
}

.wzdeta_leb2_1 {
	width: 47%;
	height: 40px;
	background: #EFEFEF;
	border-radius: 8px;
	float: left;
	margin-top: 15px;
	margin-right: 2%;
	padding: 0 5px;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
	display: block;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.wzdeta_leb2_1:nth-child(4n) {
	margin-right: 0;
}

.yxzt_tops {
	width: 100%;
	height: 450px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.yxzt_top1 {
	/*width: 100%;*/
	display: block;
	height: 450px;
}

.yxzt_top2 {
	width: 32%;
	height: 100%;
	padding: 40px 30px;
	/*background: rgba(0, 0, 0, 0.54);*/
	 background: rgba(28,35,39, 0.85);
	position: absolute;
	right: 0;
	top: 0;
}

.yxzt_top3 {
	width: 100%;
	display: inline-block;
}

.yxzt_top3_1 {
	width: 95px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 5px;
	text-align: center;
	float: left;
	margin-left: 20px;
}

.yxzt_top3_1_1 {
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	color: #333333;
}

.yxzt_top3_1_2 {
	width: 100%;
	font-weight: 900;
	font-size: 40px;
	color: #FFBC32;
}

.yxzt_top3_1_3 {
	width: 100%;
	font-weight: 400;
	font-size: 12px;
	color: #999999;
}

.yxzt_top3_2 {
	width: calc(100% - 115px);
	float: left;
}

.yxzt_top3_2_1 {
	width: 100%;
	font-weight: 600;
	font-size: 30px;
	color: #FFFFFF;
	margin: 0;
}

.yxzt_top3_2_2 {
	width: 100%;
	margin-top: 10px;
	font-weight: 600;
	font-size: 14px;
	color: #DCDCDC;
}

.yxzt_top4 {
	width: 100%;
	display: inline-block;
}

.yxzt_top4 div {
	min-width: 65px;
	height: 25px;
	background: #D9D9D9;
	border-radius: 4px;
	padding: 0 5px;
	text-align: center;
	line-height: 25px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 14px;
}

.yxzt_top4 div:last-child {
	margin-right: 0;
}

.yxzt_top5 {
	width: 100%;
	margin-top: 40px;
	display: flex;
}

.yxzt_top5_1 {
	width: 48%;
	height: 40px;
	background: #FFFFFF;
	border-radius: 8px;
	text-align: center;
	margin-right: 4%;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	display: block;
}

.yxzt_top5_1:last-child {
	margin-right: 0;
}

.yxzt_top5_1 img {
	width: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_top5_1 span {
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_top6 {
	width: 100%;
	height: 55px;
	background: #FFBC32;
	border-radius: 8px;
	display: block;
	margin-top: 15px;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
}

.yxzt_top6 img {
	width: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_top6 span {
	line-height: 55px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_box {
	width: 100%;
	margin-top: 25px;
	display: inline-block;
}

.yxzt_right {
	width: 375px;
	float: left;
	margin-left: 25px;
}

.yxzt_ria {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	margin-bottom: 25px;
	padding: 20px;
}

.yxzt_ria1 {
	width: 100%;
	display: inline-block;
}

.yxzt_ria1_1 {
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	float: left;
}

.yxzt_ria1_2 {
	float: right;
	font-weight: 400;
	font-size: 16px;
	color: #C8C9CC;
	margin-bottom: 5px;
}

.yxzt_ria1_2 span {
	display: inline-block;
	vertical-align: middle;
}

.yxzt_ria1_2 img {
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_ria2 {
	width: 100%;
}

.yxzt_ria3 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	display: block;
	padding: 10px 0;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_ria3:last-child {
	border-bottom: 0;
}

.yxzt_rib {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px;
}

.yxzt_rib1 {
	width: 100%;
	display: inline-block;
}

.yxzt_rib2 {
	width: 25%;
	display: block;
	float: left;
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.yxzt_rib2 img {
	width: 70px;
	height: 70px;
	background: #DADADA;
	border-radius: 8px;
	display: block;
	margin: auto;
	margin-bottom: 5px;
}

.yxzt_rib2 div {
	width: 100%;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_left {
	width: calc(100% - 400px);
	float: left;
}

.yxzt_lea {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px;
}

.yxzt_lea1 {
	width: 100%;
	display: inline-block;
}

.yxzt_lea1_1 {
	float: left;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}

.yxzt_lea1_2 {
	float: right;
	font-weight: 400;
	font-size: 16px;
	color: #C8C9CC;
	margin-bottom: 5px;
}

.yxzt_lea1_2 span {
	display: inline-block;
	vertical-align: middle;
}

.yxzt_lea1_2 img {
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_lea2 {
	width: 100%;
	margin-top: 15px;
	font-weight: 500;
	font-size: 14px;
	color: #666666;
}

/*简介下面的列表*/

.yxzt_leb {
	width: 100%;
	margin-top: 25px;

}

.yxzt_leb1 {
	width: 48%;
}

.yxzt_leb2 {
	width: 100%;
}

.yxzt_leb2 .swiper {
	width: 100%;
	height: 100%;
}

.yxzt_leb2 .swiper-slide {
	width: 100%;
	height: 100%;
}

.yxzt_leb2 .swiper-button-prev::after,
.yxzt_leb2 .swiper-button-next::after {
	display: none;
}

.yxzt_leb2 .swiper-button-prev {
	width: 25px;
	height: 55px;
	border-radius: 4px;
	background-image: url(../img/prev_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.yxzt_leb2 .swiper-button-next {
	width: 25px;
	height: 55px;
	border-radius: 4px;
	background-image: url(../img/next_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.yxzt_leb2_1 {
	width: 100%;
	height: 225px;
	display: block;
	border-radius: 8px;
	overflow: hidden;
}

.yxzt_leb2_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.yxzt_leb3 {
	width: 100%;
	display: inline-block;
}

.yxzt_leb3_1 {
	width: 49%;
	height: 105px;
	border-radius: 10px;
	overflow: hidden;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 2%;
	position: relative;
}

.yxzt_leb3_1:nth-child(2n) {
	margin-right: 0;
}

.yxzt_leb3_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.yxzt_leb3_1 div {
	width: 100%;
	padding: 10px;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
	position: absolute;
	left: 0;
	bottom: 0;
}

.yxzt_leb4 {
	width: 48%;
	margin-left: 4%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px;
}

.yxzt_leb5 {
	width: 100%;
}

.yxzt_leb5_1 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 8px 0;
	display: flex;
}

.yxzt_leb5_1:last-child {
	border-bottom: 0;
}

.yxzt_leb5_2 {
	width: 60px;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
}

.yxzt_leb5_3 {
	width: calc(100% - 100px);
	padding: 0 5px;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_leb5_4 {
	width: 40px;
	text-align: right;
	font-weight: 500;
	font-size: 14px;
	color: #C8C9CC;
}
.yxzt_leb6{
    background: #FFFFFF;
    border-radius: 8px;
    float: right;
    width: 50%;
    margin-top: -350px;
    padding: 20px;
}



/*结束简介下面的列表*/


.yxzt_lec {
	width: 100%;
	margin-top: 25px;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}

.yxzt_led {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	margin-top: 15px;
	padding: 20px;
}

.yxzt_led1 {
	width: 100%;
	display: inline-block;
}

.yxzt_led2 {
	width: 32%;
	float: left;
	margin-top: 15px;
	margin-right: 2%;
	display: block;
	font-weight: 500;
	font-size: 16px;
}

.yxzt_led2:nth-child(3n) {
	margin-right: 0;
}

.yxzt_led2 img {
	width: 100%;
	height: 135px;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	object-position: center;
	margin-bottom: 10px;
}

.yxzt_led2 div {
	width: 100%;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_lee {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	margin-top: 25px;
	padding: 20px;
}

.yxzt_lee1 {
	width: 100%;
	display: inline-block;
}

.yxzt_lee1_1 {

    float: left;
    width: 13.428%;
    margin-top: 15px;
    margin-right: 1%;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    padding: 0 5px;
    font-weight: 500;
    font-size: 16px;
    color: #f7f8f9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #434343;
}

.yxzt_lee1_1:nth-child(7n) {
	margin-right: 0;
}

.yxzt_lee1_1.on {
    background: linear-gradient( 0deg, #FFC13F 0%, #FFE97A 100%);
	color: white;
}

.yxzt_lee2 {
	width: 100%;
}

.yxzt_lee2_1 {
	width: 100%;
	display: none;
}

.yxzt_lee3 {
	width: 100%;
	display: inline-block;
}

.yxzt_lee3_1 {
	width: 15%;
	float: left;
	margin-right: 2%;
	margin-top: 15px;
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.yxzt_lee3_1:nth-child(6n) {
	margin-right: 0;
}

.yxzt_lee3_1 img {
    width: 100%;
    height: 80px;
	display: block;
	border-radius: 8px;
	margin-bottom: 5px;
}

.yxzt_lee3_1 div {
	width: 100%;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_lee4 {
	width: 100%;
	display: inline-block;
}

.yxzt_lee4_1 {
    float: left;
    width: 13.428%;
    margin-top: 15px;
    margin-right: 1%;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    padding: 0 5px;
    font-weight: 500;
    font-size: 16px;
    color: #f7f8f9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #434343;
}

/*.yxzt_lee4_1:nth-child(8n) {*/
/*	margin-right: 0;*/
/*}*/

.yxzt_lee4_1.on {
    background: linear-gradient( 0deg, #FFC13F 0%, #FFE97A 100%);
    color: white;
}

.yxzt_lee5 {
	width: 100%;
}

.yxzt_lee5_1 {
	width: 100%;
	display: none;
}

.yxzt_lee6 {
	width: 100%;
	display: inline-block;
}

.yxzt_lee6_1 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	display: block;
	margin-top: 15px;
}

.yxzt_lee6_1:nth-child(4n) {
	margin-right: 0;
}

.yxzt_lee6_2 {
	width: 100%;
	height: 100px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.yxzt_lee6_2 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.yxzt_lee6_2 div {
	width: 35px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: 500;
	font-size: 12px;
	color: #FFFFFF;
	background: linear-gradient(180deg, #FFA05C 0%, #E20000 100%);
	border-radius: 0px 6px 0px 6px;
	position: absolute;
	right: 0;
	top: 0;
}

.yxzt_lee6_3 {
	width: 100%;
	margin-top: 5px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_lee7 {
	width: 100%;
	display: inline-block;
}

.yxzt_lee7_1 {
    float: left;
    width: 13.428%;
    margin-top: 15px;
    margin-right: 1%;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    padding: 0 5px;
    font-weight: 500;
    font-size: 16px;
    color: #f7f8f9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #434343;
}

.yxzt_lee7_1:nth-child(7n) {
	margin-right: 0;
}

.yxzt_lee7_1.on {
    background: linear-gradient( 0deg, #FFC13F 0%, #FFE97A 100%);
    color: white;
}

.yxzt_lee8 {
	width: 100%;
}

.yxzt_lee8_1 {
	width: 100%;
	display: none;
}

.yxzt_lee9 {
	width: 100%;
	display: inline-block;
}

.yxzt_lee9_1 {
	width: 19.2%;
	float: left;
	margin-right: 1%;
	margin-top: 15px;
	height: 40px;
	background: #EFEFEF;
	border-radius: 8px;
	padding: 0 5px;
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
	line-height: 40px;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_lee9_1:nth-child(5n) {
	margin-right: 0;
}

.yxzt_down {
	width: 100%;
	margin-top: 65px;
}

.yxzt_down1 {
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}

.yxzt_down2 {
	width: 100%;
	display: inline-block;
}

.yxzt_down3 {
	width: 18.4%;
	float: left;
	margin-top: 15px;
	margin-right: 2%;
	display: block;
}

.yxzt_down3:nth-child(5n) {
	margin-right: 0;
}

.yxzt_down3_1 {
	width: 100%;
	height: 125px;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.yxzt_down3_2 {
	width: 100%;
	margin-top: 5px;
	font-weight: 500;
	font-size: 16px;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_down3_3 {
	width: 100%;
	margin-top: 5px;
	font-weight: 500;
	font-size: 12px;
	color: #999999;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}
/*dengjinying新增*/
/* 1. 新增：1200px宽大框（居中展示，作为外层容器） */

/* 2. 内部栏目容器：实现第一个/最后一个栏目贴边，均匀分布 */
.inde_yxk6 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    padding: 32px 0;
    margin: auto;
    box-sizing: border-box;
    width: 1200px;
}

/* 3. 外层统一框样式：正方形大小改为102px */
.column-item-wrap {
width: 102px;
height: 102px;
background: linear-gradient( 0deg, #FFFFFF 0%, #FFFFFF 100%);
border-radius: 8px 8px 8px 8px;
}

/* 4. 栏目可点击区域：垂直排列，hover发黄光（核心效果） */
.column-box {
    display: flex;
    flex-direction: column; /* 上图标、下文字布局 */
    align-items: center; /* 水平居中 */
    justify-content: center; /* 垂直居中 */
    width: 100%;
    height: 100%;
    text-decoration: none; /* 清除a标签下划线 */
    border-radius: 4px; /* 可选：圆角，让发光效果更柔和 */
    background-color: #f8f8f8; /* 方框默认背景色 */
    transition: all 0.3s ease; /* 过渡效果，发光更顺滑，不生硬 */
    border: 1px solid transparent; /* 透明边框，防止hover时布局偏移 */
}

/* 5. 核心：hover时边框发黄光效果（用box-shadow实现发光，不撑大盒子） */
.column-box:hover {
    box-shadow: 0 0 12px 2px rgba(255, 204, 0, 0.8); /* 黄色发光：水平/垂直偏移0，模糊12px，扩散2px，半透明黄色 */
    border-color: #ffcc00; /* 可选：配套黄色边框，增强发光质感 */
    background-color: #fff; /* 可选：hover时背景变白，视觉更突出 */
}

/* 6. i标签图标容器：适配102px正方形，适当调大图标尺寸 */
.column-icon {
    display: block;
    width: 40px; /* 适配102px正方形，调大图标尺寸（比之前32px更协调） */
    height: 40px;
    margin-bottom: 10px; /* 增大图标与文字间距，更协调 */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

/* 7. 所有栏目默认黑色图标（lm1.png ~ lm10.png） */
.inde_yxk6_1 .column-icon {
    background-image: url("/img/lmc01.png");
}
.inde_yxk6_2 .column-icon {
    background-image: url("/img/lmc02.png");
}
.inde_yxk6_3 .column-icon {
    background-image: url("/img/lmc03.png");
}
.inde_yxk6_4 .column-icon {
    background-image: url("/img/lmc04.png");
}
.inde_yxk6_5 .column-icon {
    background-image: url("/img/lmc05.png");
}
.inde_yxk6_6 .column-icon {
    background-image: url("/img/lmc06.png");
}
.inde_yxk6_7 .column-icon {
    background-image: url("/img/lmc07.png");
}
.inde_yxk6_8 .column-icon {
    background-image: url("/img/lmc08.png");
}
.inde_yxk6_9 .column-icon {
    background-image: url("/img/lmc09.png");
}
.inde_yxk6_10 .column-icon {
    background-image: url("/img/lmc10.png");
}

/* 8. 所有栏目hover切换黄色图标（lm1s.png ~ lm10s.png） */
.inde_yxk6_1:hover .column-icon {
    background-image: url("/img/lm1s.png");
}
.inde_yxk6_2:hover .column-icon {
    background-image: url("/img/lm2s.png");
}
.inde_yxk6_3:hover .column-icon {
    background-image: url("/img/lm3s.png");
}
.inde_yxk6_4:hover .column-icon {
    background-image: url("/img/lm4s.png");
}
.inde_yxk6_5:hover .column-icon {
    background-image: url("/img/lm5s.png");
}
.inde_yxk6_6:hover .column-icon {
    background-image: url("/img/lm6s.png");
}
.inde_yxk6_7:hover .column-icon {
    background-image: url("/img/lm7s.png");
}
.inde_yxk6_8:hover .column-icon {
    background-image: url("/img/lm8s.png");
}
.inde_yxk6_9:hover .column-icon {
    background-image: url("/img/lm9s.png");
}
.inde_yxk6_10:hover .column-icon {
    background-image: url("/img/lm10s.png");
}

/* 9. 文字样式：适配102px正方形，微调大小 */
.nav-item-text {
width: 64px;
height: 22px;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 16px;
color: #333333;
text-align: center;
font-style: normal;
text-transform: none;
}
.column-box:hover .nav-item-text {
    color: #ffcc00; /* 文字变黄，与发光边框呼应 */
}




.inde_yxks666{
    width: 100%;
    /* background-color: #F7F8F9; */
    background-image: url(../img/bg_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




.yxk_bo3 {
	width: 100%;
    /* display: inline-block; */
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    box-sizing: border-box;
	
}

/* 1. 父容器样式（新增独立类名，避免与子元素冲突） */
.yxk_bo3_1_wrap {
    display: flex;
    gap: 10px; /* 栏目之间的间距，可按需调整 */
    flex-wrap: wrap; /* 栏目过多自动换行 */
    padding: 10px 0;
    box-sizing: border-box;
}

/* 2. 单个栏目核心样式：默认状态（灰底、圆角、指定尺寸） */
.yxk_bo3_1 {
    width: 124px; /* 要求的方框宽度 */
    height: 40px; /* 要求的方框高度 */
    background: #434343; /* 要求的默认底色 */
    border-radius: 8px; /* 要求的圆角（简写，等同于8px 8px 8px 8px） */
    box-sizing: border-box;
    padding: 0 12px; /* 左右内边距，给图标和文字留空间 */
    display: flex; /* 横向排列：左边图标 + 右边文字 */
    align-items: center; /* 垂直居中对齐 */
    justify-content: center; /* 从左侧开始排列，贴合需求 */
    color: #ffffff; /* 默认白色文字 */
    font-size: 14px; /* 文字大小，可按需调整 */
    cursor: pointer; /* 鼠标悬浮手型，提升交互感 */
    position: relative; /* 为图标伪元素提供定位参考 */
    transition: all 0.3s ease; /* 状态切换顺滑过渡 */
    text-decoration: none; /* 去除a标签默认下划线，优化样式 */
}


/* 4. 选中状态（.on类）：黄色背景、黑色文字、黑色图标（lm1.png ~ lm10.png） */
.yxk_bo3_1.on {
    background: #ffcc00; /* 选中后黄色背景（经典亮黄，可按需微调色值） */
    color: #000000; /* 选中后黑色文字 */
}


/* 5. 可选优化：“全部”栏目（第一个）选中状态样式统一（无图标） */
.yxk_bo3_1:first-child.on {
    background: #ffcc00;
    color: #000000;
    justify-content: center; /* 无图标，文字居中更美观 */
}



    @media (max-width: 1020px) {
        .inde_yxk6 {
    padding: 13px;
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}


.column-item-wrap {
    width: 17%;
    height: 72px;
    background: linear-gradient( 0deg, #FFFFFF 0%, #FFFFFF 100%);
    border-radius: 8px 8px 8px 8px;
    margin: 5px;
}

.column-box {
    display: flex;
    flex-direction: column; /* 上图标、下文字布局 */
    align-items: center; /* 水平居中 */
    justify-content: center; /* 垂直居中 */
    width: 100%;
    height: 100%;
    text-decoration: none; /* 清除a标签下划线 */
    border-radius: 4px; /* 可选：圆角，让发光效果更柔和 */
    background-color: #f8f8f8; /* 方框默认背景色 */
    transition: all 0.3s ease; /* 过渡效果，发光更顺滑，不生硬 */
    border: 1px solid transparent; /* 透明边框，防止hover时布局偏移 */
}

/* 5. 核心：hover时边框发黄光效果（用box-shadow实现发光，不撑大盒子） */
.column-box:hover {
    box-shadow: 0 0 12px 2px rgba(255, 204, 0, 0.8); /* 黄色发光：水平/垂直偏移0，模糊12px，扩散2px，半透明黄色 */
    border-color: #ffcc00; /* 可选：配套黄色边框，增强发光质感 */
    background-color: #fff; /* 可选：hover时背景变白，视觉更突出 */
}

.column-box:hover .nav-item-text {
    color: #ffcc00; /* 文字变黄，与发光边框呼应 */
}


/* 6. i标签图标容器：适配102px正方形，适当调大图标尺寸 */
.column-icon {
    display: block;
    width: 40px; /* 适配102px正方形，调大图标尺寸（比之前32px更协调） */
    height: 40px;
    margin-bottom: 10px; /* 增大图标与文字间距，更协调 */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

/* 9. 文字样式：适配102px正方形，微调大小 */
.nav-item-text {
width: 64px;
height: 22px;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 16px;
color: #333333;
text-align: center;
font-style: normal;
text-transform: none;
}
.column-box:hover .nav-item-text {
    color: #ffcc00; /* 文字变黄，与发光边框呼应 */
}


    }















