@media (min-width: 1400px) {
	.container {
		width: 1400px !important;
		padding: 0 !important;
	}
}

#certify {
	width: 100%;
	margin: 10px auto 0;
	position: relative;

	/* margin-top: 23px; */
}

#certify .swiper-container {
	padding: 0px 0;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}


#certify .swiper-slide {
	width: 1160px !important;
	height: 676px;
	overflow: initial;
	position: relative;
	border-radius: 15px;
	padding-top: 23px;
}

#certify .swiper-slide .img {
	width: 1160px;
	height: 653px;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}

#certify .swiper-slide .img-mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	border-radius: 15px;

}

#certify .swiper-slide-active .img-mask {
	display: none;
}

#certify .swiper-slide img {
	width: 100%;
	height: 100% !important;
	border-radius: 18px;
	transition: all .4s;
}

#certify .swiper-slide img:hover {
	transform: scale(1.02);
}

#certify .swiper-slide .tit {
	position: absolute;
	left: 39px;
	right: 170px;
	bottom: 28px;
	z-index: 4;
	width: auto;
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-weight: bolder;
	/* 单行 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#certify .swiper-slide .tit a {
	color: #fff;
}

#certify .swiper-slide .tit:hover {
	color: #E2524A;
}

#certify .swiper-slide .tit h3 {
	font-size: 22px;
	font-weight: bolder;
	margin-bottom: 5px;
}

#certify .swiper-slide .tit p {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}


#certify .swiper-slide-active:after {
	display: none;
}

#certify .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}


#certify .swiper-pagination {
	bottom: 84px;
	right: 151px;
}

#certify .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.9) !important;
	margin-left: 8px;
}

#certify .swiper-pagination-bullet-active {
	background-color: #fff !important;
}

#certify .shadow {
	background: rgb(0 0 0 / 30%);
	box-shadow: 0 4px 40px rgb(0 0 0 / 100%);
	border-radius: 150px/10px;
	height: 100px;
	width: 70%;
	z-index: -1;
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 74%;
	margin: 0 13%;
}

#certify .prev1,
#certify .next1 {
	width: 120px;
	height: 653px;
	top: 46px;
	background-image: none !important;
}

#certify .prev1 {
	left: 0;
}

#certify .next1 {
	right: 0;
}

@media (max-width:1400px) {
	#certify .swiper-slide {
		width: 944.5px !important;
		height: 653px;
		background: none;
	}
}

@media (max-width:1400px) {
	#certify .swiper-slide {
		width: 100% !important;
		height: 653px;
	}

	/* 焦点图 */
	#certify {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	#certify .swiper-container {
		width: 100%;
	}

	#certify .swiper-slide {
		width: 100%;
		height: auto;
	}

	#certify .swiper-slide .tit {
		padding: 10px 5px 10px 5px;
	}

	#certify .swiper-slide .tit h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 1400px) {

	/* 焦点图 */
	#certify {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	#certify .swiper-container {
		width: 100%;
	}

	#certify .swiper-slide {
		width: 100%;
		height: auto;
	}

	#certify .swiper-slide .tit {
		padding: 10px 5px 10px 5px;
		white-space: initial;
		right: 39px;

	}

	#certify .swiper-slide .tit h3 {
		font-size: 18px;
	}

	#certify .swiper-pagination {
		bottom: 60px;
		right: 25px;
	}

}

@media screen and (max-width: 767px) {
	#certify .swiper-container {
		padding-bottom: 0;
	}

	#certify .swiper-slide {
		height: 100%;
	}

	#certify .shadow {
		display: none;
	}

	#certify .swiper-slide .img {
		width: 100%;
		display: block;
		/* border-radius: 15px !important; */
		/* overflow: hidden; */
		/* object-fit: cover; */
	}

	#certify .swiper-slide img {
		/* border-radius: 15px !important; */
		/* object-fit: contain; */
	}

	#certify .swiper-slide .tit {
		float: left;
		position: unset;
		/* margin-top: 15px; */
		padding: 15px 0;
		color: #333;
		z-index: 999;
	}

	#certify .swiper-slide .tit::after {
		content: '';
		height: 0;
		display: block;
		clear: both;
		visibility: hidden;
	}

	#certify .swiper-pagination {
		position: unset;
		padding-bottom: 50px;
		text-align: right;

	}

	#certify .swiper-pagination-bullet {
		background-color: #333 !important;
	}

	#certify .swiper-slide .img {
		height: 55vw;
	}
}

.seciton{
	width:100%;
	margin-top: 40px;
	overflow: hidden;
}
.secitontitle{
	width: 90%;
	margin-left: 5%;
	height: 40px;
	font-size: 30px;
}
.line{
	width:100%;
	height: 1px;
	margin-top: 10px;
	border-bottom:1px solid #d6d6d6 ;
}
.news{
	width:100%;
	margin-top: 20px;
}
.newscon{
	width: 86%;
	margin-left: 7%;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
.newsconimg{
	width: 48%;
	float: left;
}
.newsconimg img{
	width:100%;
}
.newsconword{
	width: 50%;
	float: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 25px;
	box-sizing: border-box;
}

.kxcourse{
	width:100%;
	margin-top: 40px;
	overflow: hidden;
}
.kxcoursetitle{
	width: 90%;
	margin-left: 5%;
	height: 30px;
	font-size: 30px;
}
.kxcoursecon{
	width: 96%;
	margin-left: 2%;
	overflow: hidden;
	margin-top: 30px;
}
.kxcoursecondetail{
	width: 24%;
	float: left;
	margin-left: 1%;
	position: relative;
}
.kxcoursecondetail .kxcoursecon1{
	width:100%;
	pointer-events: none; /* 不阻挡鼠标 */
}
.kxcoursecondetail .kxcoursecon1 .img{
	width:100%;
	pointer-events: none; /* 不阻挡鼠标 */
}
.kxcoursecondetail .kxcoursecon1 .img img{
	width:100%;
	pointer-events: none; /* 不阻挡鼠标 */
}
/* 父容器：必须加相对定位 */
.kxcoursecondetail {
  position: relative;
  width: 24%;
  height: auto;
  cursor: pointer;
}

/* 图片容器（不用动） */
.kxcoursecon1 {
  width: 100%;
  height: auto;
}
.kxcoursecon1 img {
  width: 100%;
  display: block;
  cursor: pointer;
  border-radius: 6px;
}
.kxcoursecon1 .word{
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
}
/* 遮罩层：默认隐藏，悬浮显示 */
.kxcoursecon2 {
	position: absolute;
	bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    border-radius: 6px;
    /* 🔥 从下方上升动画 */
    transform: translateY(100%); /* 初始在下面 */
    opacity: 0;
    transition: all 0.4s ease; /* 流畅动画 */
    
    /* 文字排版 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    box-sizing: border-box;
}

/* 🔥 悬浮时显示遮罩 */
.kxcoursecondetail:hover .kxcoursecon2 {
	transform: translateY(0); /* 回到原位 */
    opacity: 1;
}
.wp1{
	font-size: 20px;
	font-weight: 800;
}
.kyeducon{
	width: 90%;
	margin-left: 6%;
	overflow: hidden;
	margin-top: 40px;
}
.kyeducondetail{
	width: 46%;
	float: left;
	margin-left: 2%;
	position: relative;
	height: auto;
	cursor: pointer;
}
.kyeducondetailcon{
	width: 100%;
	height: auto;
	cursor: pointer;
}
.kyeducondetailcon .img{
	width:100%;
}
.kyeducondetailcon .img img{
	width:100%;
}
.kyeducondetailcon .word{
	font-size: 16px;
	margin-top: 20px;
}
/* 父容器：必须加相对定位 */
.kyeducondetail {
  position: relative;
  width: 44%;
  height: auto;
  cursor: pointer;
}

/* 图片容器（不用动） */
.kyeducondetailcon {
  width: 100%;
  height: auto;
}

/* 遮罩层：默认隐藏，悬浮显示 */
.kyeducondetailcon1 {
	position: absolute;
	bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    border-radius: 6px;
    /* 🔥 从下方上升动画 */
    transform: translateY(100%); /* 初始在下面 */
    opacity: 0;
    transition: all 0.4s ease; /* 流畅动画 */
    
    /* 文字排版 */
}

/* 🔥 悬浮时显示遮罩 */
.kyeducondetail:hover .kyeducondetailcon1 {
	transform: translateY(0); /* 回到原位 */
    opacity: 1;
}
.word1{
	width: 80%;
	margin-left: 10%;
	margin-top: 10%;
	font-size: 20px;
	font-weight: 800;
	text-align: left;
}
.word2{
	width: 80%;
	margin-left: 10%;
	margin-top: 4%;
	font-size: 18px;
	text-align: left;
}



.gyaction{
	width:100%;
}
.gyactioncon{
	width:90%;
	margin-left: 5%;
	overflow: hidden;
}
.gyactioncon1{
	width:46%;
	float: left;
}
.gyactioncon1img{
	margin-top: 40px;
	width:100%;
}
.gyactioncon1img img{
	width:60%;
}
.gyactioncon2{
	width:46%;
	float: right;
}
.gyactioncon1banner{
	width:94%;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}
.gyactioncon1banner .swiper-container {
    width: 100%;
    overflow: hidden;
}
.gyactioncon1banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gyactioncon1banner .swiper-slide img {
    width: 98%;
    height: auto;
    display: block;
    border-radius: 8px;
}
.gyactioncon1banner .swiper-slide .title {
    margin-top: 10px;
    color: #7a7a7a;
    font-size: 16px;
}

/* ============================================== */
/* 🔥 核心：替换箭头为 #c18d4d 金色 + 浅灰色方形 */
/* ============================================== */
.gyactioncon1banner .mySwiperprev,.mySwipernext {
 /* 浅灰色方形背景 */
	background: #f2f2f2 !important;
    background-image: none !important;
    width: 22px !important;
    height: 44px !important;
    border-radius: 0 !important; /* 方形 */
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* 左箭头 #c18d4d */
.gyactioncon1banner .mySwiperprev:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #c18d4d;
    border-left: 2px solid #c18d4d;
    transform: rotate(-45deg);
    margin: 0 auto;
	margin-top: 14px;
}

/* 右箭头 #c18d4d */
.gyactioncon1banner .mySwipernext:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #c18d4d;
    border-right: 2px solid #c18d4d;
    transform: rotate(45deg);
    margin: 0 auto;
	margin-top: 14px;
}

.gyactioncon1banner .mySwiperprev { 
	left: -22px; 
}
.gyactioncon1banner .mySwipernext { 
	right: -22px; 
}
.gyactioncon2{
	width:46%;
}
.gyactioncon2img{
	width:92%;
	margin-top: 20px;
}
.gyactioncon2img img{
	width:90%;
}
.gyactioncon2word{
	width:92%;
}

.aboutuscon{
	width:80%;
	margin-left: 10%;
}
.aboutuscon p{
	text-align: center;
	font-size: 20px;
}

.honorcon{
	width:80%;
	margin-left: 10%;
}
.honorcon p{
	text-align: center;
	font-size: 20px;
}
#con1 {
	width: 100%;
	height: 210px;
	margin-top: 40px;
}

.con1detail {
	width: 90%;
	/* border-top: 2px solid #a3a3a3; */
	margin-left: 5%;
}

#con2 {
	width: 100%;
	height: 260px;
	margin-top: 40px;
}

.con2detail {
	width: 90%;
	/* border-top: 2px solid #a3a3a3; */
	margin-left: 5%;
}



/* 整体容器 */
#development {
	width: 100%;
	margin-top: 80px;
	overflow: hidden;
	border-top: 1px solid #333;
}

.licheng {
	width: 90%;
	/* border-top: 2px solid #a3a3a3; */
	margin-left: 5%;
}

/* 标题 */
.title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: left;
}

/* 时间轴主体 */
.timeline {
	position: relative;
	width: 70%;
	margin-left: 15%;
	margin-top: 120px;
}

/* 时间轴横线 */
.timeline-line {
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e0e0e0;
	z-index: 1;
}

/* 节点容器 */
.timeline-nodes {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

/* 🔴 默认样式：空心圆圈 */
.node {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #c18d4d;
	/* 红色边框 */
	background-color: #ffffff;
	/* 白色空心 */
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

/* 🔴 点击激活样式：实心圆 + 外围大阴影光晕 */
.node.active {
	background-color: #c18d4d;
	/* 变成实心红色 */
	border-color: #c18d4d;
	/* 外围大阴影（核心效果） */
	box-shadow: 0 0 0 6px rgba(193, 141, 77, 0.3);
}

/* 年份文字 */
.timeline-years {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.year-text {
	font-size: 16px;
	color: #333;
	text-align: center;
}

/* 内容展示区 */
.timeline-content {
	padding: auto;
	margin-top: 50px;
	text-align: center;
	font-size: 26px;
	color: #333;
	min-height: 30px;
	font-weight: 500;
	/* background-color: #d1d1d1; */
	border-radius: 10px;
	line-height: 80px;
	/* text-shadow: 12px 12px 14px rgba(124, 124, 124, 0.3); */
	/* text-align: center;
	font-size: 18px;
	color: #333;
	min-height: 30px;
	display: inline-block;
	padding: 20px;
	margin: 0 auto;
	margin-top: 50px; */
}

.timeline-content {
	width: 50%;
	margin-left: 25%;
	background-color: #f5f5f5;
	border-radius: 20px;
	height: 150px;
}
.prevbz{
	width:10%;
	float: left;
	height: 150px;
	line-height: 150px;
	color: #c18d4d;
	font-size: 30px;
}
.contentbz{
	width:80%;
	float: left;
	color: #9a9a9a;
	font-size: 20px;
	text-align: center;
}
.nextbz{
	width:10%;
	float: left;
	height: 150px;
	line-height: 150px;
	color: #c18d4d;
	font-size: 30px;
}
#contentbz1{
	width:100%;
	height: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #333;
	line-height: 30px;
}
.contentbz11{
	width:100%;
	height: 20px;
	text-align: center;
	font-size: 15px;
	color: #969696;
	line-height: 20px;
}
#contentbz2{
	width:100%;
	height: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #333;
	line-height: 30px;
	margin-top: 20px;
}
