body{
	background: #F8F8F8;
}
.header_banner {
	background: url("../img/xw_1.png") no-repeat center bottom; /* 改为底部对齐 */
	background-size: cover;
	height: 570px;
	width: 100%;
}

.header_navs {
	background: url("../img/xw_2.png") no-repeat center top; /* 改为顶部对齐 */
	background-size: cover;
	width: 100%;
	margin-top: -1px; /* 负边距消除可能的白边 */
	padding-top: 20px;
	box-sizing: border-box;
	height:440px;
}
.header_tab{
	padding-top: 525px;
	box-sizing: border-box;
}
.header_tab ul{
	display: flex;
	justify-content: space-between;
	padding: 0 120px;
	height:35px;
}
.header_tab ul li{
	position: relative;
}
.header_tab ul li a{
	font-size: 15px;
	color:#ffffff;
}
.header_tab ul li.active:after{
	content:"";
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:0;
	width:40px;
	height:8px;
	background:#fff;
	border-radius:4px;
}
.home_list{
	display: flex;
	justify-content: space-between;
}
.home_img{
	width:606px;
	height:300px;
}
.home_img img{
	width:606px;
	height:300px;
	border-radius: 8px;
}
.home_news{
	width: 435px;
	height: 300px;
	background: #FFFFFF;
	border-radius: 8px;
	
}

.home_top{
	display: flex;
	justify-content: space-between;
}
.home_top p:nth-of-type(1){
	/* width: 120px; */
	height: 58px;
	padding: 0 20px;
	box-sizing: border-box;
	background: #EBEDF0;
	border-radius: 8px 0px 32px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 58px;
	text-align: center;
}
.home_top p:nth-of-type(2){
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	border-top-right-radius: 8px;
}
.home_top img{
	width:32px;
	height:32px;
	cursor: pointer;
}
.home_new_list{
	padding: 20px;
	box-sizing: border-box;
	font-size: 15px;
	color:#333;
	font-weight: 400;
}
.home_new_list p{
	margin-bottom: 10px;
	font-family: Microsoft YaHei;
}
.home_news .home_new_list p .ellipsis{
	width:300px;
}
.policies_regulations .home_new_list p .ellipsis{
	width:500px;
}
.home_new_list p a{
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.home_new_list p a:hover{
	text-decoration: underline;
	color:#C32626;
}
.home_login{
	width: 333px;
	height: 300px;
	background: #FFFFFF;
	border-radius: 8px;
}
.home_report{
	display: flex;
	margin-top: -72px;
}
.home_report img{
	width:700px;
	height:100px;
	cursor: pointer;
}
.form{
	padding: 20px;
	padding-top: 15px;
	box-sizing: border-box;
}
.form .ipt{
	width: 293px;
	height: 40px;
	background: #EBEDF0;
	border-radius: 8px;
	line-height: 40px;
	font-size: 15px;
	border: none;
	margin-bottom: 16px;
	padding-left: 20px;
	box-sizing: border-box;
}

.form .btn{
	width: 293px;
	height: 40px;
	background: #C32626;
	border-radius: 8px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	
}

.form_links{
	display:flex;
	justify-content:space-between;
	margin-top:12px;
	font-size:15px;
	font-weight: 600;
}
.tips{
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}
.form_ewm{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.form_ewm img{
	width:190px;
	height:190px;
}
/* 专业 */
.tab_list{
	margin-top: 40px;
}
.tab_list ul{
	display: flex;
}
.tab_list ul li{
	position: relative;
}
.tab_list ul li a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	margin-right: 40px;
}
.tab_list ul li .active{
	color:#C32626;
	font-weight: bold;
}
.tab_list ul li.active:after{
	content:"";
	position:absolute;
	left: 30%;
	transform:translateX(-50%);
	bottom: -15px;
	width:40px;
	height:8px;
	background:#C32626;
	border-radius:4px;
}

/* section */
.section{background:#fff;margin-top: 20px;}
.filters{padding:39px 50px 0 50px;}
.filter_row{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;flex-wrap:wrap;}
.filter_row:last-child{margin-bottom:0;}
.category_content{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.major_category{display:grid;grid-template-columns:repeat(8,1fr);gap:8px 12px;width:100%;max-width:1200px;}
.demand_category{width:1200px;}
.label{color:#555;font-size:15px;min-width:80px;flex:0 0 80px;line-height:36px;}
.label_year{display:grid;grid-template-columns:80px repeat(8,1fr);gap:8px 12px;width:100%;}
  .label_year .tag{
    width:auto;
    margin-right:0;
    margin-bottom:0;
    text-align:center;
    white-space:nowrap;
    background:#f8f9fa;
    border-radius:20px;
    font-size:15px;
    color:#555;
    height:37px;
    line-height:37px;
    }
.major_category .tag{
    width:auto;
    margin-right:0;
    margin-bottom:0;
    text-align:center;
    white-space:nowrap;
    background:#f8f9fa;
    border-radius:20px;
    font-size:15px;
    color:#555;
    height:37px;
    line-height:37px;
        }
.demand_category .tag{
	display:inline-block;
	border-radius:20px;
	font-size:15px;
	color:#555;
	margin-bottom: 10px;
	margin-right: 34px;
	width:50px;
	text-align: center;
	height:37px;
	line-height: 37px;
}


/*
.major_category .tag:nth-of-type(1){
	margin-right: 26px;
}
.major_category .tag:nth-of-type(8){
	margin-right: 0;
}
.major_category .tag:nth-of-type(9){
	margin-left: 73px;
	margin-right: 20px;
}
.major_category .tag:nth-of-type(10){
	margin-right: 32px;
}
.major_category .tag:nth-of-type(17){
	margin-left: 73px;
	margin-right: 20px;
}
.major_category .tag:nth-of-type(18){
	margin-right: 32px;
}
.major_category .tag:nth-of-type(25){
	margin-left: 73px;
	margin-right: 20px;
}
.major_category .tag:nth-of-type(26){
	margin-right: 32px;
}
.major_category .tag:nth-of-type(2){
	width:224px;
}
*/

.tag.active{background:#c32626;border-color:#c32626;color:#fff;}
.tag:hover{border-color:#c32626;color:#c32626;}
.label_year .tag:not(.active):hover,.major_category .tag:not(.active):hover{background:#fde8e8;color:#c32626;}
.tag.active:hover{color:#fff;}

.course_grid{
	padding:14px 45px;
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:16px;
}

.course_card{cursor:pointer;width:315px;}
.course_cover {
    height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;          /* 防止放大时溢出 */
    border-radius: 8px;        /* 可选，圆角更美观 */
    transition: box-shadow 0.3s ease;
}

.course_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;         /* 保证图片填充容器且不变形 */
    transition: transform 0.3s ease, filter 0.3s ease;
}

.course_cover:hover img {
    transform: scale(1.08);    /* 图片放大 1.08 倍 */
    filter: brightness(1.05);  /* 轻微提亮 */
}

.course_cover:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* 容器阴影 */
}
.course_cover img{
	width: 315px;
	height: 177px;
	border-radius: 8px;
}
.course_name{
	margin-top:8px;
	font-size:15px;
	color:#333;
	overflow:hidden;
}
.course_meta{margin-top:8px;;font-size:15px;color:#999;}


/* service_platform */
.service_platform {
    margin-top: 40px;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    border-radius: 8px;
    box-sizing: border-box;
}

.home_top p {
    width: auto;
    height: 58px;
    padding: 0 20px;
    box-sizing: border-box;
    /*background: #EBEDF0;*/
    border-radius: 8px 0px 32px 0px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 58px;
    display: inline-block;
}

.service_navs {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.service_navs iframe {
    width: 100%;
    height: 200px; /* 可以根据实际内容高度调整 */
    border: none;
    border-radius: 8px;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
    .service_platform {
        padding: 15px;
        border-radius: 0;
    }
    
    .home_top p {
        font-size: 16px;
        height: 48px;
        line-height: 48px;
    }
    
    .service_navs iframe {
        height: 150px; /* 移动端减小高度 */
    }
}
/* training_process */
.training_process{
	margin-top: 40px;
	width: 1400px;
	height: 244px;
	background: #FFFFFF;
	border-radius: 8px;
}
.training_process_list{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	padding: 40px 30px;
	box-sizing: border-box;
}
.training_process_list img{
	width:1370px;
	height:107px;
}
/* policies_regulations */
.policies_regulations{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.policies,.regulations{
	width: 690px;
	height: 290px;
	background: #FFFFFF;
	border-radius: 8px;
}

/* 右侧 */
.fixed_right_container {
	position: fixed;
	right: 0;
	top: calc(20% + 50px);
	display: flex;
	flex-direction: column;
	gap: 20px;  /* 两个元素之间的间距 */
	align-items: center;
}

/* 左侧 */
.fixed_left_container {
    position: fixed;
    left: 0;
    top: calc(30% + 50px);
    display: flex;
    flex-direction: column;
    gap: 20px;  /* 两个元素之间的间距 */
    align-items: center;
}

.mask_right_tips{
	width: 72px;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 0px rgba(22,22,22,0.08);
	border-radius: 8px;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
}
.mask_right_tips img{
	width:32px;
	height:32px;
}
.mask_right_tips .mask_list{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px solid #DEDEDE;
	padding-top: 10px;
	box-sizing: border-box;
	position: relative;
}
.mask_right_tips .mask_list span{
	padding: 5px 0 8px 0;
	box-sizing: border-box;
}
.mask_right_tips .mask_list:nth-last-child(1){
	border-bottom: none;
}
.mask_phone{
	position: absolute;
	width: 280px;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 0px rgba(22,22,22,0.08);
	border-radius: 8px;
	/* 默认在右侧小块左边隐藏，移入时滑出 */
	left: -320px;
	top:20px;
	display: none;
}

/* 通用：滑入效果（与服务热线一致） */
.mask_phone{
	transform: translateX(20px);
	opacity: 0;
	transition: transform .2s ease, opacity .2s ease;
}
.mask_phone.is-show{
	display:block;
	transform: translateX(0);
	opacity: 1;
}

.mask_phone[style]{
	/* 避免内联style影响滑入动画 */
}


.mask_inclound{
	padding: 20px 32px;
	box-sizing: border-box;
	overflow-y: auto;
	max-height: 700px;
}
.mask_phone ul li{
	margin-bottom: 0;
	font-size: 13px;
	color: #444;
	padding: 9px 0;
	cursor: pointer;
	border-left: 3px solid transparent;
	transition: all 0.15s ease;
}
.mask_phone ul li:hover{
	color:#C90000;
	background: #fef5f5;
	border-left-color: #C90000;
	padding-left: 8px;
}

/* 弹出面板顶部红色装饰条 */
.mask_phone::before {
    content: '';
    position: absolute;
    right: -8px;
    top: 30px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white;
     filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
    z-index: 10;
}
.mask_phone::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #c93636, #e05555);
    border-radius: 8px 8px 0 0;
}

/* 点击列表项弹出的地区图片遮罩 */
.region-img-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.region-img-overlay img {
    width: 200px;
    height: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
/* .mask_registration{
	width:133px;
	height:154px;
	cursor: pointer;
}
.mask_registration img{
	width:133px;
	height:154px;
} */

.mask_inclound_wrap{
	width:100%;
	display: flex;
	justify-content: flex-end;
}
.mask_registration{
	width:110px;
	height:134px;
	cursor: pointer;
	background: url("../img/bm.png") no-repeat;
	background-size: cover;
	position: relative;
}
.mask_registration img{
	width:18px;
	height:19px;
	
}
.mask_tips{
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 3; 
}
.bm_close {
    position: relative;
    z-index: 10;
    pointer-events: auto; 
	cursor: pointer;
}



/* 遮罩层 - 背景半透明 */
.center_notice_content {
    position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 9999;
      display: flex;  /* 使用flex布局居中 */
      align-items: center;
      justify-content: center;
}

/* 弹出层主体 */
.center_list {
    width: 600px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: popIn 0.3s ease;
    /* 移除绝对定位相关属性，让flex控制居中 */
}

/* 弹出层头部 */
.center_header {
    background: url("../img/center_header.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 90px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 关闭按钮 */
.center_header img {
    width: 18px;
    height: 19px;
    cursor: pointer;
    transition: transform 0.2s ease;
    position: absolute;
    top: 20px;
    right: 20px;
}

.center_header img:hover {
    transform: scale(1.1);
}
.center_header p {
    color: #fff; /* 根据你的背景图颜色调整 */
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    flex: 1; /* 让文字占满剩余空间 */
}

/* 内容区域：内容短时自适应，内容长时出现滚动条 */
.center_mask_list {
    padding: 30px;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    background: #fff;
    min-height: 0;
    max-height: 320px;
    overflow-y: auto;
}

/* 滚动条美化（Chrome/Edge/Safari） */
.center_mask_list::-webkit-scrollbar {
    width: 8px;
}
.center_mask_list::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-radius: 8px;
}
.center_mask_list::-webkit-scrollbar-thumb {
    background: rgba(195, 38, 38, 0.45);
    border-radius: 8px;
}
.center_mask_list::-webkit-scrollbar-thumb:hover {
    background: rgba(195, 38, 38, 0.65);
}

/* 滚动条美化（Firefox） */
.center_mask_list {
    scrollbar-width: thin;
    scrollbar-color: rgba(195, 38, 38, 0.55) #f3f3f3;
}

/* 添加装饰元素 */
.center_mask_list::first-line {
    font-weight: bold;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .center_list {
        width: 90%;
        max-width: 600px;
    }
    
    .center_mask_list {
        padding: 30px 20px;
        font-size: 15px;
    }
}

.float_left{
	position:fixed;
	left:40px;
	top:50%;
	transform:translateY(-50%);
	display:flex;
	flex-direction:column;
	gap:10px;
	z-index:99;
	/* cursor: pointer;  移除这行，避免整个区域都是手型 */
}

.float_left_bg{
	background: url("../img/index_slider.png") no-repeat;
	background-size: cover;
	width:300px;
	height:239px;
	display: flex;
	justify-content: flex-end;
	position: relative; 
}
.left-bg-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px); 
    height: 100%;
    text-decoration: none;
    z-index: 1;
    cursor: pointer;
}

.bg-content {
    width: 100%;
    height: 100%;
}

.float_left_bg img{
	width:18px;
	height:19px;
	position: relative;  
	z-index: 2;         
	cursor: pointer;     
	margin: 10px;       
}