/* 移动端样式 */
@media (max-width: 768px) {

	/* 基础样式重置 */
	* {
		box-sizing: border-box;
	}

	.main {
		width: 100%
	}

	.nav-item:hover {
		background-color: #fff
	}

	.nav-item {
		float: none
	}

	.fc {
		display: none
	}

	/* 隐藏PC端导航 */
	.nav_content {
		display: none;
	}

	.lxfs {
		display: none
	}

	.t_other_info p {
		white-space: inherit;
		width: auto
	}

	.object_list ul li {
		margin-left: 0;
	}

	.object_list li {
		margin-bottom: 0;
	}


	.static_bg {
		width: 100%;
		height: auto;
	}

	.static_bg img {
		width: 100%;
	}




	/* 隐藏搜索框 */
	.search {
		display: none;
	}

	/* 头部样式调整 */
	.head_box,
	.nav_box,
	.w-1280 {
		width: 100% !important;
		padding: 0 15px;
	}

	.logo img {
		max-width: 80%;
	}

	/* 汉堡菜单按钮 */
	.hamburger {
		position: fixed;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 25px;
		cursor: pointer;
		z-index: 1001;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.hamburger span {
		display: block;
		width: 100%;
		height: 3px;
		background-color: #333;
		transition: all 0.3s ease;
	}

	/* 右侧滑出导航框 */
	.mobile-nav {
		position: fixed;
		top: 0;
		right: -50%;
		width: 50%;
		height: 100vh;
		background-color: #fff;
		box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
		z-index: 1000;
		transition: right 0.3s ease;
		overflow-y: auto;
		padding: 20px;
	}

	.mobile-nav.active {
		right: 0;
	}

	/* 导航链接样式 */
	.mobile-nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.mobile-nav .nav-item {
		width: 100% !important;
		position: relative;
		height: auto;
	}

	.mobile-nav .nav-item>a {
		display: block;
		color: #333;
		text-decoration: none;
		font-size: 16px;
		position: relative;
		padding-right: 25px;
	}

	/* 下箭头样式 - 添加在nav-item上 */
	.mobile-nav .nav-item.has-submenu::after {
		content: '▼';
		position: absolute;
		right: 5px;
		top: 27px;
		transform: translateY(-50%);
		font-size: 12px;
		color: #333;
		cursor: pointer;
		z-index: 10;
	}

	/* 展开状态下的箭头样式 */
	.mobile-nav .nav-item.has-submenu.expanded::after {
		content: '▲';
	}

	/* 下拉菜单样式 - 覆盖PC端的绝对定位 */
	.mobile-nav .nav-item-ul {
		margin-left: 20px;
		display: none;
		/* 覆盖PC端样式 */
		position: static !important;
		z-index: auto !important;
		width: auto !important;
		visibility: visible !important;
		top: auto !important;
		opacity: 1 !important;
		padding: 0 !important;
		background-color: transparent !important;
		transform: none !important;
		box-shadow: none !important;
		transition: none !important;
	}

	.mobile-nav .nav-item-ul.active {
		display: block;
	}

	/* 子菜单项样式 - 覆盖PC端样式 */
	.mobile-nav .nav-item-li {
		background-color: transparent !important;
		font-size: 14px !important;
		line-height: normal !important;
		margin: 5px 0 !important;
	}

	.mobile-nav .nav-item-li a {
		color: #333 !important;
		padding: 5px 0 !important;
		line-height: normal !important;
		background: #fff;
	}

	/* 关闭按钮 */
	.close-btn {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 25px;
		height: 25px;
		cursor: pointer;
		font-size: 24px;
		color: #333;
		text-align: center;
		line-height: 25px;
	}

	/* 轮播图调整 */
	.banner img {
		width: 100%;
		height: auto;
	}

	/* 新闻区域调整 */
	.news_box {
		padding: 0 15px;
	}

	.tab_banner {
		width: 100% !important;
		margin-bottom: 20px;
display:none
	}

	.tab_list {
		width: 100% !important;
	}

	/* 培训项目调整 */
	.object_list li {
		width: 100% !important;
		margin-bottom: 0;
	}

	.object_list ul li a {
		width: auto;
	}

	.train_box ul li:nth-child(5) {
		margin-left: 25px;
	}

	.train_box ul li:first-child {
		margin-left: 25px;
	}

	.school_img ul li .school_info2 {
		transform: translateY(-210px);
		padding: 12px;
	}

	.object_list img {
		width: 100%;
		height: auto;
	}

	.base {
		display: none
	}

	/* 师资人才调整 - 移动端轮播样式 */
	.people {
		display: none;
	}

	.news_box .tab_pal {
		display: none
	}

	.news_box .tab_bd {
		display: block
	}
	.news_notice>.tab_hd{
		width: 100%;
		position: unset;
	}
	.news_notice>.tab_hd .tab_nav{
		display: flex;
		justify-content: space-around;
		
	}
.tab_nav li{margin-left:0!important;}
.tab_nav li span{font-size:24px;}
	.banner_container .next {
		width: 40px
	}

	.banner_container .prev {
		width: 40px
	}

	.news_box {
		background-size: 100% 100%;
		padding: 0 15px 30px 15px;
	}

	.news_box .tab_list {
		height: auto
	}

	/* 教学基地调整 */
	.base_item {
		flex-direction: column;
	}

	.base_img,
	.base_intde {
		width: 100% !important;
	}

	/* 顶部功能区调整 */
	.fc ul {
		display: flex;
		justify-content: space-around;
		padding: 0 10px;
	}

	.fc li {
		margin: 0 !important;
	}

	.fc img {
		width: 30px;
		height: 30px;
	}


	/* 列表页 */


	.list_content .teacher-center-box-left {
		line-height: 1;
		float: none;
		background-color: #fff;
		margin-top: 0;
	}

	.list_content .teacher-center-box-left h2 {
		width: 100%;
		height: auto;
		color: #333;
		font-size: 26px;
		font-weight: bold;
		padding: 20px 0;
	}

	.list_content .teacher-center-box-left .teacher-nav {
		min-height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.list_content .teacher-center-box-left .teacher-nav li {
		height: auto;
		text-align: center;
		line-height: initial;
		padding-top: 20px;
width:45%;
	}

	.list_content .teacher-center-box-left .teacher-nav li a {
		width: auto;
		display: inherit;
		padding: 0;

	}

	.list_content .teacher-center-box-left .teacher-nav li.on a {
		background-color: #fff;
		color: #333;
		border-radius: inherit;
		height: auto;
	}


	.list_content .teacher-center-box-right {

		float: none;
		width: 100%;
	}

	.list_content .teacher-center-box-right .opcity-bg{display: none;}
	.list_content .teacher-center-box-right .location {
		display: none;
	}



	.list_content .teacher-center-box-right .search-list {
		margin-left: 0;
		min-height: auto;
	}

.list_content .teacher-center-box-right .search-list > ul > li .search-date{margin-left: 0;
    width: auto;
    max-width: 100%;}
.list_content .teacher-center-box-right .search-list > ul > li{margin-top: 10px;}
.list_content .teacher-center-box-right .search-list > ul > li .search-date .list_first_img{height: 100%;width:auto}
.list_content .teacher-center-box-right .search-list > ul > li .search-last-text{padding-left: 10px;width: auto;
    max-width: 100%;}
.list_content .teacher-center-box-right .search-list > ul > li .search-last-text h1{
	font-size: 16px;
	font-weight: normal;
	padding: 0 15px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: auto;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: pre-line;
	text-align: center;
}
.list_content .teacher-center-box-right .search-list > ul > li > a{
display: grid;

}
.show-content{}
.show-content .teacher-center-box-left{
	display: none;
}
.show-content .teacher-center-box-right{
	float: none;
	    width: 100%;
}
.show-content .teacher-center-box-right .location{
	margin-top:0;
	line-height: 35px;
	    font-size: 12px;
		z-index: 1;
}
.show-content .teacher-center-box-right .opcity-bg{
	margin-top: -35px;
}
.show-content .teacher-center-box-right .search-right{
	    padding: 0;
	    min-height: auto;
	    margin-left: 0;
		}
		
		
.show-content .teacher-center-box-right .search-right .value-tit h4{
font-size: inherit;
    line-height: 1.5;
    margin-top: 25px;
    color: rgb(9, 9, 9);
    text-align: center;

}

.show-content .teacher-center-box-right .search-right .value-tit .value-tit-p{
	text-indent: 0;
}
.show-content .teacher-center-box-right .search-right .value-tit .v_news_content p,
.show-content .teacher-center-box-right .search-right .value-tit .v_news_content span{
	white-space: inherit!important;
}
/*关于我们*/
.about-content .search-right{
overflow: auto;
    background-color: rgb(255, 255, 255);
    padding: 0 20px;
    min-height: 400px;
    margin-left: 0;
}
.about-content .v_news_content img{width:100%!important;;}
.about-content .v_news_content video{width:100%!important;;}


/* 底部 */

.footer .footer_logo img{width: 100%;}

.footer .footer_info{height: auto;padding-bottom: 20px;}
.list_left_lxwm{display:none}


.about-content .v_news_content_fast{flex-wrap: wrap;}

}

/* 全局 */
.nav .nav_content> ul{display: flex;    justify-content: space-around;}
.nav  ul .nav-item{width: auto!important;padding: 0 10px;}

.about-content .value-tit h4{font-size: 36px;}
    .value-text{margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
    color: #111111;}
   .about-content .value-text p{line-height: 1.8;}
   
   .about-content .v_news_content img{width: 50%;
    margin: auto;
    display: block;
    padding: 20px 0;}
   .about-content .v_news_content video{display: block;
    width: 50%;
    height: auto;
    margin: 20px auto;}
.list_content .search-last-text{padding-left: 1%;width: 46%;}
.ztlist_content .search-last-text{padding-left: 1%;width: auto!important;;}

.search-last-info{font-size: 12px;
    display: flex;
    color: #afafaf;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;}
.search-last-info span{}
.search-last-info span img{width: 14px;
    height: 14px;
    margin-right: 5px;}
.about-content .v_news_content_fast{display: flex;}


/* PC端隐藏移动端元素 */
@media (min-width: 769px) {
	.hamburger {
		display: none;
	}

	.mobile-nav {
		display: none;
	}



}