

/* ========== 2. 页面过渡动画 ========== */
.indexBody {
	flex: 1;
	animation: pageFadeIn 0.25s ease-out;
	will-change: opacity;
	background: #f5f7fb;
	padding: 20px 0;
}
@keyframes pageFadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/* ========== 3. 全局链接颜色 ========== */
.aBlack, .aBlack a {
	color: #333;
	text-decoration: none;
}
.aBlack a:hover, .aBlack:hover {
	color: #fc3930;
}

.aWhite, .aWhite a {
	color: #fff;
}
.aWhite a:hover {
	color: #fc3930;
}

.index-aBlack {
	color: #2c3e50;
}
.index-aBlack:hover {
	color: #fc3930;
}

/* ========== 4. 横幅区域 ========== */
.bannerBox a {
	width: 100%;
	background: #f0311d;
	display: block;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.bannerBox a img {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	transition: transform 0.5s ease;
}
.bannerBox a:hover img {
	transform: scale(1.03);
}

/* ========== 5. 轮播图区 ========== */
.layui-container{
	width: 95%;
	max-width: 1380px;
	padding: 0;
}
.sjyx_banSwiper {
	width: 100%;
	height: 400px;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
	border-radius: 20px;
}
.sjyx_banSwiper img {
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}
.sjyx_banSwiper .swiper-pagination {
	width: auto;
	left: initial;
	right: 20px;
	bottom: 15px;
}
.sjyx_banSwiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 0.8;
	margin-left: 8px;
	transition: all 0.2s;
}
.sjyx_banSwiper .swiper-pagination-bullet-active {
	background: #fc3930;
	opacity: 1;
}

/* ========== 6. 通知通告卡片 ========== */
.essxTitle {
	background: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-top: 4px solid #fc3930;
	padding: 1px 0;
}
.essxTitle h2 {
	font-size: 20px;
	font-weight: 700;
	color: #1f2f3e;
	margin: 12px 0 12px 20px;
}
.essxTitle h2 span {
	color: #fc3930;
}
.mainList {
	background: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 0;
	min-height: 335px;
}
.mainList li {
	padding:15px;
	transition: all 0.2s;
	border-bottom: 1px solid #f0f2f5;
	display: flex;
	align-items: center;
}
.mainList li:hover {
	background: #fef6f5;
	transform: translateX(5px);
}
.mainList li span {
	width: 28px;
	font-weight: 700;
	color: #fc3930;
	font-size: 16px;
	flex-shrink: 0;
}
.mainList li a {
	flex: 1;
	margin-left: 8px;
	color: #2c3e50;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mainList li a:hover {
	color: #fc3930;
}
.textP {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.item2{
	padding: 0 0 0 20px;
}
/* ========== 7. 热门课程（录播课） ========== */
.rmkcBox {
	margin-top: 20px;
}
.course_live {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	border-radius: 30px;
	padding: 2px 8px;
	line-height: 1;
}
.course_live img {
	width: 20px;
	vertical-align: middle;
}
.zbktImg {
	position: relative;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	background: #f0f2f5;
}
.zbktImg a img {
	width: 100%;
	transition: transform 0.4s;
}
.zbktImg:hover a img {
	transform: scale(1.05);
}
.zbktZhi {
	position: absolute;
	top: 12px;
	right: 12px;
	background: rgba(0,0,0,0.6);
	backdrop-filter: blur(4px);
	color: #fff;
	padding: 2px 12px;
	border-radius: 30px;
	font-size: 12px;
}
.zbktName {
	background: #fff;
	padding: 16px;
	margin-top: -8px;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.zbktName dl dt {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
}
.zbktName dl dt a {
	font-weight: 600;
	color: #1f2f3e;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zbktName dl dt a:hover {
	color: #fc3930;
}
.stade, .index-stade {
	font-size: 12px;
	color: #8ba0bc;
	white-space: nowrap;
	margin-left: 8px;
}

/* ========== 8. 热门标签 ========== */
.essxList {
	background: #fff;
	border-radius: 0 0 20px 20px;
	height: 28vw;
	max-height: 395px;
	overflow: hidden;
}
.wzcBiao {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-bottom: 9px;
}
.wzcBiao a {
	background: #f1f5f9;
	padding: 0.65vw 0.8vw;
	border-radius: 40px;
	font-size: 13px;
	color: #4a627a;
	transition: all 0.2s;
	display: inline-block;
}
.wzcBiao a:hover {
	background: #fc3930;
	color: #fff;
	transform: translateY(-2px);
}

/* ========== 9. 推荐广告位 ========== */
div[style*="position: relative;"] {
	margin: 10px 0;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
div[style*="position: relative;"] a img {
	width: 100%;
	display: block;
}
.adver {
	position: absolute;
	right: 15px;
	bottom: 15px;
	background: rgba(0,0,0,0.6);
	backdrop-filter: blur(4px);
	padding: 4px 12px;
	border-radius: 40px;
	font-size: 12px;
	color: #fff;
	transition: all 0.2s;
}
div[style*="position: relative;"]:hover .adver {
	background: #fc3930;
}

/* ========== 10. 课程推荐（项目卡片） ========== */
.rmkcTitle {
	width: 100%;
}
.rmkcTitle h3 {
	margin-bottom: 15px;
}
.rmkcTitle .textBox {
	font-weight: 700;
	font-size: 18px;
	color: #1f2f3e;
	margin-left: 10px;
}
.rmkcTitle .textBox a {
	font-size: 13px;
	color: #8ba0bc;
	margin-left: 8px;
	float: right;
}
.rmkcTitle .textBox a:hover {
	color: #fc3930;
}
.projectImg {
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	background: #f0f2f5;
}
.projectImg a img {
	width: 100%;
	transition: transform 0.4s;
}
.projectImg a:hover img {
	transform: scale(1.05);
}
.prjectDl {
	background: #fff;
	padding: 16px;
	border-radius: 0 0 16px 16px;
	margin-top: -6px;
}
.prjectDl dt {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.bg1 {
	background: #fef1ef;
	color: #fc3930;
	padding: 4px 12px;
	border-radius: 40px;
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	font-style: normal;
	flex-shrink: 0;
}
.prjectDl dt a {
	flex: 1;
	color: #1f2f3e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}
.prjectDl dt a:hover {
	color: #fc3930;
}

/* ========== 11. 资讯、技能补贴、常见问题区块 ========== */
.blockquoteBox {
	margin-bottom: 20px;
}
.blockquoteBox .layui-elem-quote {
	border-left: 4px solid #fc3930;
	background: transparent;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.textBox {
	font-weight: 700;
	font-size: 18px;
	color: #1f2f3e;
	margin-left: 10px;
}
.pull-right a {
	font-size: 13px;
	color: #b6b6b6;
}
.pull-right a:hover {
	color: #fc3930;
}
.LocalBox ul li {
	padding: 12px 0;
	border-bottom: 1px solid #edf2f7;
	transition: all 0.2s;
}
.LocalBox ul li:hover {
	transform: translateX(4px);
}
.LocalBox ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #2c3e50;
	gap: 8px;
}
.LocalBox ul li a:hover {
	color: #fc3930;
}
.LocalBox ul li .left {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}
.LocalBox ul li .left img {
	margin-right: 4px;
	vertical-align: middle;
}
.LocalBox ul li span {
	color: #888c91;
	font-size: 12px;
	white-space: nowrap;
	flex-shrink: 0;
}

/* ========== 12. 友情链接 / 合作伙伴 ========== */
.frendlink {
	background: #fff;
	border-radius: 24px;
	padding: 20px 24px;
	margin: 30px 0 20px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.02);
	transition: all 0.2s;
}
.frendlink:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 24px -12px rgba(0,0,0,0.1);
}
.panel-title {
	font-size: 18px;
	font-weight: 600;
	color: #1f2f3e;
	padding-bottom: 12px;
	border-bottom: 1px solid #edf2f7;
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.panelMore {
	color: #b6b6b6;
	font-size: 13px;
}
.panelMore:hover {
	color: #fc3930;
}
.frendlink_second ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 32px;
}
.frendlink_second li a {
	color: #545454;
	font-size: 14px;
}
.frendlink_second li a:hover {
	color: #fc3930;
}

/* ========== 13. 响应式适配 ========== */

/* 平板及以下 */
@media screen and (max-width: 992px) {
	.item2{ 
		padding: 0;
	}
	.cjwt{
		display: none;
	}
	.bannerBox a {
		height: 300px;
	}
	.sjyx_banSwiper {
		height: 300px;
	}
	.sjyx_banSwiper img {
		min-height: 300px;
	}
	.mainList {
		min-height: auto;
	}
	.essxList {
		min-height: auto;
		max-height: none;
	}
	.layui-container {
		width: 100%;
		padding: 0 13px;
	}
	.item2 {
		margin-top: 20px;
	}
	.LocalBox ul li .left {
		width: 70%;
	}
	.frendlink_second ul {
		gap: 16px;
	}
	.rmkcBox .layui-col-md4 {
		width: 50% !important;
		float: left;
	}
}

/* 手机端 */
@media screen and (max-width: 768px) {
	.bannerBox a {
		height: 220px;
	}
	.sjyx_banSwiper {
		height: 250px;
		border-radius: 16px;
	}
	.sjyx_banSwiper img {
		min-height: 250px;
	}
	.layui-container {
		width: 100%;
		padding: 0 8px;
	}
	.essxTitle h2 {
		font-size: 18px;
		margin-left: 14px;
	}
	.mainList li {
		padding: 8px 12px;
	}
	.mainList li span {
		width: 24px;
		font-size: 14px;
	}
	.zbktName dl dt {
		flex-direction: column;
		align-items: flex-start;
	}
	.stade, .index-stade {
		margin-left: 0;
		margin-top: 4px;
	}
	.prjectDl dt {
		flex-wrap: wrap;
	}
	.rmkcBox .item2 .layui-col-md3 {
		width: 100% !important;
	}
	.wzcBiao {
		gap: 10px;
	}
	.wzcBiao a {
		font-size: 12px;
		padding: 5px 12px;
	}
	.textBox {
		font-size: 16px;
	}
	.rmkcTitle .textBox {
		font-size: 16px;
	}
	.frendlink {
		padding: 16px;
		border-radius: 20px;
		margin: 20px 0 15px;
	}
	.panel-title {
		font-size: 16px;
	}
	.frendlink_second ul {
		gap: 12px 16px;
	}
	.frendlink_second li a {
		font-size: 13px;
	}
	.adver {
		right: 8px;
		bottom: 8px;
		font-size: 10px;
		padding: 2px 8px;
	}
}

/* 超小屏手机 */
@media screen and (max-width: 480px) {
	.bannerBox a {
		height: 180px;
	}
	.sjyx_banSwiper {
		height: 200px;
		border-radius: 12px;
	}
	.sjyx_banSwiper img {
		min-height: 200px;
	}
	.layui-container {
		padding: 0 6px;
	}
	.essxTitle {
		border-radius: 12px 12px 0 0;
	}
	.essxTitle h2 {
		font-size: 16px;
	}
	.mainList {
		border-radius: 0 0 12px 12px;
	}
	.mainList li a {
		font-size: 13px;
	}
	.rmkcBox .layui-col-sm6,
	.rmkcBox .layui-col-xs6 {
		width: 50% !important;
	}
	.rmkcBox .layui-col-md4{
		width: 100%!important;
	}
	.wzcBiao a {
		font-size: 11px;
		padding: 4px 10px;
	}
	.zbktName {
		padding: 12px;
	}
	.zbktName dl dt a {
		font-size: 13px;
	}
	.prjectDl {
		padding: 12px;
	}
	.prjectDl dt a {
		font-size: 13px;
	}
	.bg1 {
		font-size: 10px;
		padding: 3px 8px;
	}
	.frendlink {
		padding: 12px;
	}
	.panel-title {
		font-size: 15px;
	}
	.frendlink_second li a {
		font-size: 12px;
	}
	.LocalBox ul li {
		padding: 10px 0;
	}
	.LocalBox ul li .left {
		font-size: 13px;
	}
	.LocalBox ul li span {
		font-size: 10px;
	}
	.essxList{
		height: auto!important
	}
}

/* 极小屏手机 */
@media screen and (max-width: 375px) {
	.bannerBox a {
		height: 150px;
	}
	.sjyx_banSwiper {
		height: 180px;
	}
	.sjyx_banSwiper img {
		min-height: 180px;
	}
	.rmkcBox .layui-col-md3,
	.rmkcBox .layui-col-sm6,
	.rmkcBox .layui-col-xs6 {
		width: 100% !important;
	}
	.wzcBiao a {
		font-size: 10px;
		padding: 3px 8px;
	}
}