.jiaoliu .index_content_biaoti_biao{
    opacity: 1;
}
/* bannner图 */
.bannner {
	height: 100vh;
	overflow: hidden;
	width: 100%;
	position: relative;
	transition: all 0.7s ease;
	min-height: 8rem;
	margin: 0 auto;
	margin-bottom: 0;
	background: #eef5fb;
	padding-bottom: 0;
}

.white_head1 {
	height: 2.21rem;
	min-height: 0;
	/* margin-bottom: 2.25rem; */
	/* padding-bottom: 2.25rem; */
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	/*text-align: center;*/
	font-size: 0.18rem;
	background: #fff;
	height: 100% !important;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannner .swiper-pagination-bullet {
	width: 0.1rem !important;
	height: 0.1rem !important;
	background-color: #fff !important;
	margin-left: 0.13rem !important;
	opacity: 0.5 !important;
	border-radius: 0.5rem !important;
}

.quanjingindex {
	position: absolute;
	height: 0.46rem;
	width: 1.8rem;
	bottom: 20%;
	left: 50%;
	margin-left: -0.9rem;
	z-index: 9999;
	background: #2f59b3;
	color: #fff;
	line-height: 0.46rem;
	text-align: center;
	border: 0px solid;
	font-size: 0.15rem;
	border-radius: 0.03rem;
	opacity: 0.4;
	cursor: pointer;
}

.quanjingindex:hover {
	opacity: 1;
	background: #2f59b3;
}

.pob {
	position: absolute;
	z-index: 10;
	bottom: 0.6rem;
	left: 50%;
	margin-left: -0.125rem;
	animation: myfirst 0.8s linear 0.8s infinite alternate;
	-moz-animation: myfirst 0.8s linear 0.8s infinite alternate;
	-webkit-animation: myfirst 0.8s linear 0.8s infinite alternate;
	-o-animation: myfirst 0.8s linear 0.8s infinite alternate;
}


@keyframes myfirst {
	0% {
		bottom: 0.5rem;
	}

	25% {
		bottom: 0.54rem;
	}

	50% {
		bottom: 0.6rem;
	}

	75% {
		bottom: 0.64rem;
	}

	100% {
		bottom: 0.7rem;
	}
}

.swiper-pagination1 {
	top: 96% !important;
	display: flex;
	justify-content: center;
	width: 100%;
}

.swiper-pagination1 span {
	display: block !important;
}

.bannner .swiper-pagination-bullet-active {
	background: url(../image/dian.png) !important;
	width: 0.34rem !important;
	height: 0.34rem !important;
	background-size: 100% 100% !important;
	margin-top: -0.2rem !important;
	opacity: 1 !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0.8rem !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0.8rem !important;
}

.swiper-num {
	position: absolute;
	left: 94%;
	top: 72%;
	bottom: 0;
	z-index: 2;
	color: #fff;
}

.swiper-num .active {
	display: inline-block;
	color: #fff;
	font-size: 0.23rem;
	padding-right: 0.03rem;
	margin-bottom: 0.05rem;
}

.swiper-num span {
	font-size: 0.32rem;
}

.swiper-num .total {
	display: inline-block;
	color: #fff;
	font-size: 0.12rem;
}

.bannner iframe {
	width: 100%;
	height: 100%;
}

.swiper-n {
	position: relative;
	bottom: 0.74rem;
	height: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-pagination1 {
	top: 9% !important;
	display: flex;
	justify-content: center;
	width: auto;
	position: relative;
}

.swiper_gd {
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
}

.swiper_gd p a {
	color: #fff;
	font-size: 0.16rem;
	display: block;
	transition: all 0.3s;

}

.swiper_gd p a:hover {
	color: #2f59b3;
}

.swiper_gd span {
	display: block;
	color: #fff;
	width: 0.01rem;
	height: 0.2rem;
	background-color: #fff;
	margin-left: 0.2rem;
	margin-right: 0.2rem
}
.container_more_li p{
		position: relative;
		z-index: 2;
	}
	.container_more_li img{
		position: relative;
		z-index: 2;
	}
	.container_more_li::after {
	    content: "";
	    position: absolute;
	    top: -2px;
	    left: -2px;
	    z-index: 1;
	    width: calc(100% + 2px);
	    height: calc(100% + 2px);
	    background: #0b67cb;
	    border-radius: 25px;
	    transform: scaleX(0);
	    transform-origin: right;
	    -webkit-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	    -moz-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	    -o-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	    transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	}
	.container_more_li:hover::after {
	    transform: scaleX(1);
	    transform-origin: left;
	}
/* 潍院要闻、校园动态 */
.index_content {
	width: 100%;
	padding-left: 1.82rem;
	padding-right: 1.82rem;
	padding-top: 1.4rem;
	padding-bottom: 1rem;
	background-image: url(../image/yw_banner.png);
	background-size: 100% 100%;
	display: flex;
	justify-content: space-between;
}

.index_content_left {
	width: 70%;
}

.index_content_right {
	width: 28%;
}

.index_content_biaoti {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.3rem;
}

.index_content_biaoti_gd {
	display: flex;
	align-items: center;
}

.index_content_biaoti_gd a {
	font-size: 0.18rem;
	color: #000;
}

.index_content_biaoti_gd a img {
	width: 0.15rem;
}

.index_content_biaoti_biao img {
	height: 0.4rem;
	margin-top: -0.25rem;
	/* opacity: 0; */
}

.iclo_tu {
	position: relative;
	overflow: hidden;
}

.left_lie1 {
	transition: all 0.3s;
	/* background-size: contain !important; */ /* 替换cover为contain */
	background-position: center; /* 图片居中显示 */
	background-repeat: no-repeat; /* 避免图片重复 */
}

.index_content_biaoti_lr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 0rem;
	position: relative;

}

.index_content_left_one {
	width: 62%;
}

.iclo_tu {
	width: 100%;
	height: 4.15rem;
	overflow: hidden;
}

.index_content_left_two {
	width: 35%;
}

.index_content_left_two ul li {
	position: relative;
	padding: 0.15rem 0;
	border-bottom: 1px solid #bcd6fd;
}

.index_content_left_two ul li:nth-child(1) {
	border-top: 1px solid #bcd6fd;
}

.index_content_left_two ul li p {
	font-size: 0.18rem;
	color: #222;
	white-space: nowrap;

	/* 2. 隐藏超出容器宽度的文本内容（核心属性） */
	overflow: hidden;

	/* 3. 为超出隐藏的文本添加省略号（...），提升用户体验（核心属性） */
	text-overflow: ellipsis;
	font-family: Microsoft YaHei;
}

.index_content_left_two ul li span {
	font-size: 0.16rem;
	color: #666;
	display: block;
	margin-top: 0.15rem;
	display: flex;
	align-items: center;
}
.index_content_left_two ul li span img{
	    height: 0.3rem;
	    margin-top: -0.1rem;
	    margin-right: 0.1rem;
}
.iclo_tu_item {
	padding: 0 0.15rem;
	background: linear-gradient(135deg, #285595 0%, #356abc 100%);
	;
}

.iclo_item_li {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #9cacc3;
	height: 0.8rem;
	align-items: center;
}

.iclo_item_li h1 {
	font-size: 0.23rem;
	color: #fff;
	width: 80%;
	/* font-family: Microsoft YaHei; */
}

.iclo_item_li span {
	text-align: right;
	width: 20%;
	color: #fff;
	font-size: 0.16rem;
	align-items: center;
	display: flex;
	justify-content: right;
}

.iclo_item_li2 {
	padding: 0.12rem 0;
	height: 0.65rem;
	display: none;
}

.iclo_item_li2 p {
	font-size: 0.16rem;
	color: #fff;
	white-space: normal; /* 恢复默认的换行行为 */
	word-wrap: break-word; /* 允许长单词换行 */
	word-break: break-all; /* 强制换行，兼容更多场景 */
  
  /* 核心：限制显示行数 */
	display: -webkit-box; /* 将元素转为弹性盒模型（webkit内核专用） */
	-webkit-box-orient: vertical; /* 设置弹性盒的排列方向为垂直 */
	-webkit-line-clamp: 2; /* 关键属性：限制显示的行数为2 */
  
  /* 超出部分隐藏 */
	overflow: hidden;
  
  /* 可选：添加省略号（超出两行时显示） */
	text-overflow: ellipsis;
}

.yw_gd {
	position: absolute;
	bottom: -0.05rem;
	display: flex;
	left: 0;
}

.yw_gd a {
	color: #ab1b26;
	font-size: 0.18rem;
}

.yw_gd a img {
	width: 0.4rem;
}

.index_content_left_one {
	display: none;
}

.index_content_left_one:nth-child(1) {
	display: block;
}

.index_content_left_one:hover .left_lie1 {
	transform: scale(1.2);
}

.ywac {
	position: relative;
}

.ywac::after {
	content: "";
	width: 0rem;
	height: 0.03rem;
	background-color: #ab1b26;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.3s;
}

.ywac2 p {
	color: #ab1b26 !important;
	font-weight: bold;
}

.ywac2::after {
	width: 1.2rem;
}

.index_content_right ul {
	margin-top: 0rem;
}

.index_content_right ul li {
	position: relative;
	padding: 0.11rem 0;
	border-bottom: 1px solid #bcd6fd;
}

.index_content_right ul li:nth-child(1) {
	border-top: 1px solid #bcd6fd;
}

.index_content_right ul li p {
	font-size: 0.18rem;
	color: #222;
	transition: all 0.3s;
	white-space: nowrap;

	/* 2. 隐藏超出容器宽度的文本内容（核心属性） */
	overflow: hidden;

	/* 3. 为超出隐藏的文本添加省略号（...），提升用户体验（核心属性） */
	text-overflow: ellipsis;
	font-family: Microsoft YaHei;
}

.index_content_right ul li span {
	font-size: 0.16rem;
	color: #666;
	display: block;
	margin-top: 0.10rem;
	    display: flex;
	    align-items: center;
}
.index_content_right ul li span img{
	    height: 0.3rem;
	    margin-top: -0.1rem;
	    margin-right: 0.1rem;
}
.index_content_right ul li:hover p {
	font-weight: bold;
	color: #2f59b3;
}

/* 学术聚焦、学术交流 */
.two_content {
	width: 100%;
	height: 7.2rem;
	padding-left: 1.82rem;
	padding-right: 1.82rem;
	padding-top: 0.6rem;
	padding-bottom: 0.5rem;
	background-image: url(../image/xs_banner.png);
	background-size: 100% 100%;
	display: flex;
	justify-content: space-between;
	background-color: #f6f8fb;
}

.jujiao {
	width: 70%;
}

.jiaoliu {
	width: 28%;
}

.jujiao_left {
	width: 31%;
}

.jujiao_right {
	width: 69%;
	height: 4.6rem;
	position: relative;
}

.jujiao_left_item {
	padding-left: 0.1rem;
	padding-right: 0.2rem;
	display: flex;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 0.377rem;
	transition: all 0.3s;
}

.jujiao_left_item_li {
	width: 0.09rem;
}

.jujiao_left_item_li img {
	width: 0.09rem;
	height: auto;
	display: block;
	margin-top: 0.1rem;
}

.jujiao_left_item_sj {
	width: 98%;
}

.jujiao_left_item_sj h1 {
	font-size: 0.18rem;
	margin-left: 0.1rem;
	font-weight: 500;
	white-space: nowrap;

	/* 2. 隐藏超出容器宽度的文本内容（核心属性） */
	overflow: hidden;

	/* 3. 为超出隐藏的文本添加省略号（...），提升用户体验（核心属性） */
	text-overflow: ellipsis;
	font-family: Microsoft YaHei;
	color: #333;
}

.jujiao_left_item_jiantou {
	position: absolute;
	right: 0.2rem;
	top: 0.5rem;
}

.jujiao_left_item_jiantou img {
	height: 0.4rem;
	width: auto;
}

.jujiao_left_item_sj span {
	font-size: 0.14rem;
	color: #ab1b26;
	display: block;
	margin-top: 0.15rem;
	margin-bottom: 0.1rem;
	margin-left: 0.1rem;
}

.jujiao_left_item_sj p {
	margin-left: 0.1rem;
	width: 80%;
	color: #666;
	font-size: 0.14rem;
	/* 1. 核心属性：限制文本显示的行数（此处设为2行） */
	-webkit-line-clamp: 2;
	/* 2. 配套属性：将元素内容设置为弹性盒模型（必须配合 line-clamp 使用） */
	display: -webkit-box;
	/* 3. 配套属性：设置弹性盒模型的子元素排列方向（垂直排列，对应文本换行） */
	-webkit-box-orient: vertical;
	/* 4. 核心属性：隐藏超出容器的文本内容（与单行截断一致） */
	overflow: hidden;
}

.jujiao_right_tu {
	width: 100%;
	height: 100%;
	position: relative;
}

.jujiao_right_tu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jujiao_lr {
	display: flex;
	justify-content: space-between;
	width: 100%;
	/* margin-top: 0.2rem; */
}

.jujiao_left_item_sj span {
	display: none;
}

.jujiao_left_item_sj p {
	display: none;
}

.jujiao_left_item_jiantou {
	display: none;
}

.jujiao_left_active {
	background-color: #fff;
	padding-bottom: 0.1rem;
	padding-top: 0.1rem;
	position: relative;
	z-index: 10;
	width: 120%;
	box-shadow: 0 5px 8px -2px rgb(0 0 0 / 14%);
	/* display: none; */
}

.jujiao_left_active .jujiao_left_item_sj h1 {
	height: 0.4927rem;
	-webkit-line-clamp: 2;
	/* 2. 配套属性：将元素内容设置为弹性盒模型（必须配合 line-clamp 使用） */
	display: -webkit-box;
	/* 3. 配套属性：设置弹性盒模型的子元素排列方向（垂直排列，对应文本换行） */
	-webkit-box-orient: vertical;
	/* 4. 核心属性：隐藏超出容器的文本内容（与单行截断一致） */
	overflow: hidden;
	white-space: pre-line;
}

.jujiao_left_active .jujiao_left_item_sj p {
	display: block;

}

.jujiao_left_active .jujiao_left_item_sj span {
	display: block;
}

.jujiao_left_active .jujiao_left_item_jiantou {
	display: block;
}

.jujiao_right_tu {
	display: none;

}

.jujiao_right_tu:nth-child(1) {
	display: block;
}

.jiaoliu_ul {
	/* margin-top: 0.2rem; */
}

.jiaoliu_ul_li {
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.13rem 0.2rem;
	margin-bottom: 0.2rem;
	position: relative;
	/* transition: all 0.3s; */
	box-shadow: 0 5px 8px -2px rgb(0 0 0 / 14%);
}

.jiaoliu_ul_li_item p {
	font-size: 0.18rem;
	color: #333;
	font-family: Microsoft YaHei;
}

.jiaoliu_ul_li_item {
	text-align: center;
}

.jiaoliu_ul_li_h1 {
	width: 75%;
}

.jiaoliu_ul_li span {
	width: 0.01rem;
	height: 0.3rem;
	background: #333;
}

.jiaoliu_ul_li_h1 p {
	font-size: 0.18rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: Microsoft YaHei;
	font-weight: 500;
}

.jiaoliu_ul_li:hover {
	background: url(../image/bj.png);
	background-size: 100% 100%;
	border-top-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.jiaoliu_ul_li:hover p {
	color: #fff !important;
	transition: all 0.3s;
}

.jiaoliu_ul_li:hover span {
	background-color: #fff !important;
	transition: all 0.3s;
}

/* 媒体关注潍院人物融媒潍院数字校报专题专栏 */
.there_content {
	background: #f1f4f7;
	position: relative;
}
.content_qiehuan{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0.7rem;
}
.content_qiehuan ul{
	display: flex;
	justify-content: center;
	
}
.cq_item{
	margin-left: 0.1rem;
	background: url(../image/q1.png);
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 0.6rem;
	cursor: pointer;
}
.cq_item:nth-child(2){
	background: url(../image/q2.png) !important;
	background-size: 100% 100% !important;
}
.cq_item:nth-child(3){
	background: url(../image/q3.png) !important;
	background-size: 100% 100% !important;
}
.cq_item:nth-child(4){
	background: url(../image/q4.png) !important;
	background-size: 100% 100% !important;
}
.cq_item:nth-child(5){
	background: url(../image/q5.png) !important;
	background-size: 100% 100% !important;
}
.cq_item p{
	font-size: 0.22rem;
	color: #fff;
	font-weight: bold;
}
.cq_item img{
	width: 0.3rem;
	display: none;
	margin-right: 0.1rem;
}
.cq_active img{
	display: block !important;
}


.container_more {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0.4rem;
	display: flex;
	justify-content: center;
}

.container_more_li {
	position: relative;
	width: 2rem;
	height: 0.5rem;
	overflow: hidden;
	border-radius: 0.5rem;
	display: flex;
	justify-content: right;
	align-items: center;
	background: linear-gradient(135deg, #285595 0%, #3468b8 100%);
	;
}

.container_more_li p {
	font-size: 0.18rem;
	color: #fff;
	padding-right: 0.2rem;
}

.container_more_li img {
	margin-right: 0.15rem;
	width: 0.4rem;
	height: auto;
}

.container {
	padding-left: 1.82rem;
	padding-right: 1.82rem;
	padding-bottom: 1.5rem;
	display: flex;
	width: 100%;
	padding-top: 2rem;
	justify-content: space-between;
	background: url(../image/meiti.png);
	background-size: 100% 100%;
	align-items: center;
}

/* 左侧+中间 盒子 */
.left-middle-box {
	display: flex;
	width: 60%;
	justify-content: space-between;

}

/* 左侧内容区（默认只显示第一个，其余隐藏） */
.left-content-wrap {
	width: 70%;
	position: relative;
	padding-top: 0.5rem;
	padding-bottom: 0.9rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	background: url(../image/meiti_banner.png);
	background-size: 100% 100%;
	height: 4.8rem;

}

.left-content-item {
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	display: none;
	position: relative;

	/* 默认全部隐藏 */
}

/* 默认显示第一个左侧内容 */
.left-content-item:first-child {
	display: block;
}

.left-content-item h3 {
	margin-bottom: 15px;
	font-size: 0.22rem;
	font-family: Microsoft YaHei;
}

.left-content-item span {
	width: 100%;
	border-bottom: 0.02rem solid #fff;
	display: block;


}

.left-content-item_p {
	font-size: 0.16rem;
	margin-top: 0.2rem;
	opacity: 0.9;
	line-height: 0.32rem;
	width: 100%;
	height: 1.2rem;
	overflow: hidden;
	margin-bottom: 1.2rem;
}

.left-content-item_gd {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.left-content-item_gd {
	font-size: 0.16rem;
	color: #fff;
	opacity: 0.9;
}

.left-content-item_gd a {
	font-size: 0.16rem;
	color: #fff;
}

.left-content-item_gd a img {
	width: 0.8rem;
	height: auto;
}

/* 中间导航区 */
.middle-nav {
	width: 28%;
	/* display: flex;
	flex-direction: column; */
}

.middle-nav .nav-item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.1rem;
	/* border-bottom: 1px solid #e0e0e0; */
	cursor: pointer;
	transition: background 0.3s;
	background-color: #fff;
	margin-bottom: 0.25rem;
	width: 100%;
	height: 0.75rem;
	border-top-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	box-shadow: 0 5px 8px -2px rgb(0 0 0 / 14%);
	float: right;
	transition: width 0.5s !important;
}

.news-active {
	position: relative;
	/* transition: width 0.5s !important; */
	width: 130% !important;
	width: 124% !important;
	left: 0rem;
	padding-left: 0.2rem !important;
	border: 0.03rem solid #2a64c8 !important;
}

.middle-nav .nav-item img {
	width: 1rem;
	height: auto;
}

.middle-nav .nav-item:hover {
	/* background: #f5f5f5; */
}

.nav-item img {
	max-width: 80%;
}

/* 右侧列表区 */
.right-list-box {
	width: 38%;
	height: 4.8rem;
	padding: 0.2rem 0.3rem 0rem 0.3rem;
	background: #fff;
	margin-top: -0.2rem;
}

.right-list-box .news-item {
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
	margin-bottom: 0.14rem;
	border-bottom: 0.01rem dashed #999;
}

.right-list-box .news-item a {
	font-size: 0.18rem;
	line-height: 0.32rem;
	color: #000;
	height: 0.52rem;
	display: block;
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei;
}

.right-list-box .news-item:hover a {
	color: #285595;
}

.news-item span {
	color: #999;
	font-size: 0.14rem;
	display: block;
	padding-bottom: 0.1rem;
	text-align: right;
}

.right-list-box .news-item:nth-last-child(1) {
	margin-bottom: 0;
	border-bottom: 0;
}

/* 选中状态的样式 */
.news-item.news_active {
	background: #e6f0ff;
	color: #2a64c8;
	font-weight: 600;
}

.news-item.news_active a {
	color: #2a64c8;
	text-decoration: none;
}

.container:nth-child(2) {
	background: url(../image/ls_banner.png) !important;
	background-size: 100% 100% !important;
}

.swiper3 {
	width: 100%;
	overflow: hidden;
	height: 4.7rem;
}

.swiper3 .swiper-slide {
	text-align: left;
	font-size: 18px;
	background: transparent;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: baseline;
	transition: 300ms;
	height: 2.8rem !important;
	/* border-left: 1px solid #999; */
	position: relative;
	box-sizing: border-box;
	/* 统一盒模型，避免 padding/border 影响宽度计算 */
}

.swiper3 .laoshi::after {
	content: "";
	position: absolute;
	width: 0.04rem;
	height: 0.2rem;
	background: #2a64c8;
	top: 2.2rem;
	left: 0;

}

.laoshi {
	width: 80%;
	height: 100%;
	position: relative;
	border-left: 1px solid #999;
}

.ls_tu img {
	width: 100%;
	height: 2rem;
	object-fit: cover;
}

.ls_p h2 {
	font-size: 0.16rem;
	padding: 0 0.2rem;
	padding-top: 0.2rem;
	font-weight: 500;
	font-family: Microsoft YaHei;
}

.ls_p span {
	display: none;
}

.swiper3 .swiper-slide-active .ls_tu img {
	width: 100%;
	height: 3.05rem;
	object-fit: cover;
}

.swiper3 .swiper-slide-active .laoshi::after {
	height: 0;
}

.swiper3 .swiper-slide-active .ls_tu {
	width: 100%;
	height: 3.05rem;
}

.swiper3 .swiper-slide-active {
	height: 4.7rem !important;
	
	/* 普通滑块宽度 * 2，实现两倍效果 */
	
	
	background-color: #fff;
}
.swiper3 .swiper-slide-active .laoshi{
	width: 134%;
    position: absolute;
	background-color: #fff;
	border: 0;
	border-bottom: 0.04rem solid #cf2b22;
	
}
.swiper3 .swiper-slide-active .ls_p h2 {
	font-size: 0.2rem;
	color: #cf2b22;
	padding: 0 0.3rem;
	padding-top: 0.3rem;

}

.swiper3 .swiper-slide-active .ls_p span {
	padding: 0 0.3rem;
	font-size: 0.16rem;
	color: #333;
	display: block;
	margin-top: 0.1rem;
}

.swiper3 .swiper-slide-prev {
	height: 4rem !important;
	left: -0.45rem;

}

.swiper3 .swiper-slide-next {
	height: 4rem !important;
	    right: -0.45rem;


}

.swiper3 .swiper-wrapper {
	align-items: end !important;
}

.swiper-button-next3 {
	background: url(../image/ls_y.png) !important;
	background-size: 100% 100% !important;
	width: 0.5rem !important;
	height: 0.5rem !important;
}

.swiper-button-prev3 {
	background: url(../image/ls_z.png) !important;
	background-size: 100% 100% !important;
	width: 0.5rem !important;
	height: 0.5rem !important;
}

.ls_zy {
	display: flex;
	position: absolute;
	top: 1.8rem;
	right: 1.4rem;
	width: 3rem;

}

.ls_zy2 {
	position: relative;
	width: 100%;
}

.container:nth-child(3) {
	background: #f7f8fc;
}

/* 外层容器：2列2行网格，拆分左侧大区域和右侧整区域 */
.rongmei {
	width: 100%;
	height: 7.5rem;
	/* background-color: #285595; */
	display: grid;
	grid-template-columns: 25% 75%;
	/* 左右两列，总和100% */
	grid-template-rows: 50% 50%;
	/* 上下两行，均分高度 */
	gap: 0.05rem;
	/* 统一间隙，视觉整洁 */
	box-sizing: border-box;
}

/* 1. 左侧大盒子（跨2行，直接写入background） */
.rongmei1:nth-child(1) {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
	box-sizing: border-box;
	/* 直接写入背景图，保证图片贴合 */
	background: url(https://picsum.photos/id/1036/400/800) no-repeat center center;
	background-size: cover;
}

/* 右侧嵌套容器：承载右上、右下排，无背景图，仅布局 */
.rongmei-right {
	grid-row: 1 / 3;
	grid-column: 2 / 3;
	display: flex;
	flex-direction: column;
	gap: 0.05rem;
	box-sizing: border-box;
}

/* 右上排：实现2个盒子宽度不同 */
.rongmei-right-top {
	flex: 1;
	display: flex;
	gap: 0.1rem;
	box-sizing: border-box;
}

/* 2. 右上第1个盒子（更宽，直接写入background） */
.rongmei-right-top .rongmei1:nth-child(1) {
	flex: 5.5;
	/* 宽度比例6，更宽 */
	box-sizing: border-box;
	/* 直接写入背景图 */
	background: url(https://picsum.photos/id/1061/400/400) no-repeat center center;
	background-size: cover;
}

/* 3. 右上第2个盒子（更窄，直接写入background） */
.rongmei-right-top .rongmei1:nth-child(2) {
	flex: 4.5;
	/* 宽度比例4，更窄 */
	box-sizing: border-box;
	/* 直接写入背景图 */
	background: url(https://picsum.photos/id/1062/400/400) no-repeat center center;
	background-size: cover;
}

/* 右下排：实现2个盒子宽度一致 */
.rongmei-right-bottom {
	flex: 1;
	display: flex;
	gap: 0.1rem;
	box-sizing: border-box;
}

/* 4. 右下第1个盒子（等宽，直接写入background） */
.rongmei-right-bottom .rongmei1:nth-child(1) {
	flex: 1;
	/* 均分宽度 */
	box-sizing: border-box;
	/* 直接写入背景图 */
	background: url(https://picsum.photos/id/1063/400/400) no-repeat center center;
	background-size: cover;
}

/* 5. 右下第2个盒子（等宽，直接写入background） */
.rongmei-right-bottom .rongmei1:nth-child(2) {
	flex: 1;
	/* 均分宽度 */
	box-sizing: border-box;
	/* 直接写入背景图 */
	background: url(https://picsum.photos/id/1064/400/400) no-repeat center center;
	background-size: cover;
}

.rongmei1 {
	position: relative;
	overflow: hidden;
	background-size: cover !important;
}

.rongmei1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.rongmei1:hover img {
	transform: scale(1.2);
}

.container:nth-child(4) {
	background: #14428d;
padding-left: 2.6rem;
	padding-right: 2.6rem;

}

.container .rongmei-right{
gap: 0.1rem;
}
.container .rongmei-right-top{
gap: 0.1rem;
}
.container  .rongmei-right-bottom {
    gap: 0.1rem;
}
.container .rongmei {

    gap: 0.1rem;

}
.swiper4 {
	position: relative;
	width: 100%;
	overflow: hidden;


}

.swiper-slide4 {
	flex-wrap: wrap;
	perspective: 12rem;
	background: transparent !important;
}

.swiper-slide4 p {
	width: 100%;
	text-align: center;
	font-size: 0.18rem;
	color: #fff;
	margin-top: 0.1rem;
	display: none;
}

.swiper-slide4 img {
	width: 100%;
	height: 5.9rem;
	transform-style: preserve-3d;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	transform: rotateY(-35deg) scale(0.9);
	object-fit: cover;


	/* 保持图片比例 */
	/* transform: skew(20deg, 0); */
}

.swiper4 .swiper-slide-active img {
	transform: rotateY(0deg) scale(1);
}

.swiper-slide4:nth-child(1) {
	z-index: 10;
}

.swiper-slide4:nth-child(2) {
	z-index: 9;
}

.swiper-slide4:nth-child(3) {
	z-index: 8;
}

.swiper-slide4:nth-child(4) {
	z-index: 7;
}

.swiper-slide4:nth-child(5) {
	z-index: 6;
}

.swiper-slide4:nth-child(6) {
	z-index: 5;
}

.swiper-slide4:nth-child(7) {
	z-index: 4;
}

.swiper-slide4:nth-child(8) {
	z-index: 3;
}

.swiper-slide4:nth-child(9) {
	z-index: 2;
}

.swiper-slide4:nth-child(10) {
	z-index: 1;
}

.swiper4 .swiper-slide-active {
	perspective: 0rem;
	z-index: 20;
}

.swiper4 .swiper-slide-active p {
	display: block;
}

.swiper5 {
	width: 100%;
	/* overflow: hidden; */
	margin-bottom: 0.7rem;
}

.swiper5 .swiper-slide {
	border-radius: 0.05rem;
	position: relative;
	/* box-shadow: 0 -2px 8px 2px rgb(0 0 0 / 0.4); */
}

.swiper5 .swiper-slide img {
	width: 100%;
	height: 1.46rem;
	object-fit: cover;
	box-shadow: 0 -2px 8px 2px rgb(0 0 0 / 0.4);
	border-radius: 0.1rem;
}

.container:nth-child(5) {
	background: url(../image/zt_banner.png) !important;
	background-size: 100% 100% !important;
}

.swiper-button-next5 {
	background: url(../image/z_right.png) !important;
	background-size: 100% 100% !important;
	width: 0.7rem !important;
	height: 0.7rem !important;
	right: 1.3rem !important;
}

.swiper-button-prev5 {
	background: url(../image/z_left.png) !important;
	background-size: 100% 100% !important;
	width: 0.7rem !important;
	height: 0.7rem !important;
	left: 1.4rem !important;
}
.container {
	position: relative;
	display: none;
}
.container:nth-child(1){
	display: flex;
}
.yujian {
	position: relative;
	width: 100%;
	padding: 2rem 1.82rem 0rem 1.82rem;
	background-color: #f7f8fc;
}

.yujian_biao {
	position: absolute;
	width: 100%;
	left: 0;
	top: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.yujian_biao_b {
	width: 5rem;
	height: 1rem;
	background-image: url(../image/yujian.png);
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yujian_biao_b img {
	width: auto;
	height: 0.4rem;
}

.yujian_biao .index_content_biaoti_gd {
	position: absolute;
	right: 1.4rem;
}

.index_content_biaoti_gd a {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}

.index_content_biaoti_gd a img {
	margin-left: 0.1rem;
}

.index_content_biaoti_gd a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 0.7rem;
	top: 0.15rem;
	height: 0.05rem;
	background: #b3c4de;
	opacity: 0.4;

}

.yujian .rongmei {
	width: 100%;
	height: 7.5rem;
	/* background-color: #285595; */
	display: grid;
	/* 修改点1：调换列的宽度顺序，75%在前（原右侧）、25%在后（原左侧） */
	grid-template-columns: 75% 25%;
	grid-template-rows: 50% 50%;
	gap: 0.1rem;
	box-sizing: border-box;
	margin-top: 0.7rem;
}

/* 1. 左侧大盒子（现在显示在右侧，调换grid-column归属） */
.yujian .rongmei1:nth-child(1) {
	grid-row: 1 / 3;
	/* 修改点2：对应第2列（原右侧列），保持跨2行不变 */
	grid-column: 2 / 3;
	box-sizing: border-box;
	background: url(https://picsum.photos/id/1036/400/800) no-repeat center center;
	background-size: cover;
}

/* 右侧嵌套容器（现在显示在左侧，调换grid-column归属） */
.yujian .rongmei-right {
	grid-row: 1 / 3;
	/* 修改点2：对应第1列（原左侧列），保持跨2行不变 */
	grid-column: 1 / 2;
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	box-sizing: border-box;
}

/* 2. 右上第1个盒子（更宽，直接写入background） */
.yujian .rongmei-right-top .rongmei1:nth-child(1) {
	flex: 4.5;

}

/* 3. 右上第2个盒子（更窄，直接写入background） */
.yujian .rongmei-right-top .rongmei1:nth-child(2) {
	flex: 5.5;

}

.danan {
	width: 100%;
	padding: 0.5rem 2.8rem;
	background-color: #f7f8fc;
}

.danan_ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.danan_ul_li {
	width: 20%;
	text-align: center;
	position: relative;
}

.danan_ul_li img {
	margin: 0 auto;
	height: 0.4rem;
	width: auto;
	display: block;
	margin-bottom: 0.15rem;
	transition: all 0.3s;
	opacity: 0.7;
	transition: opacity 0.5s ease-in-out, transform 0s ease-in-out;
	/* opacity: 1; */
	transform: scale(1) rotateY(0);
}

.danan_ul_li p {
	font-size: 0.18rem;
	transition: all 0.3s;
	color: #636363;
}

.danan_ul_li:hover p {
	color: #3163b0;
}

.danan_ul_li:hover img {
	transform: scale(1);
	opacity: 1;
	transform: scale(1) rotateY(360deg);
	transition: opacity 0.5s ease-in-out, transform 0.8s ease-in-out;
}

@media (max-width:1024px) {
	.index_content {

	    padding-left: 0.3rem;
	    padding-right: 0.3rem;
	    padding-top: 0.4rem;
	    padding-bottom: 0.5rem;
		flex-wrap: wrap;

	}
	.index_content_left{
		width: 100%;
	}
	.index_content_right{
		width: 100%;
		margin-top: 0.5rem;
	}
	.index_content_biaoti_lr{
		flex-wrap: wrap;
	}
	.index_content_left_one{
		width: 100%;
	}
	.index_content_left_two{
		width: 100%;
	}
	.bannner {
	    height: 40vh;
		min-height: auto;
	
	}
	.white_head1 {
	    height: 40vh;
	    min-height: 0;
	    margin-bottom: 0rem;
	
	}
	.swiper-button-prev1{
		display: none;
	}
	.swiper-button-next1{
		display: none;
	}
	.two_content {
	    width: 100%;
	    height: auto;
	    padding-left: 0.3rem;
	    padding-right: 0.3rem;
	    padding-top: 0.4rem;
	    padding-bottom: 0.5rem;
		flex-wrap: wrap;
	   
	}
	.jujiao{
		width: 100%;
	}
	.jiaoliu{
		width: 100%;
		margin-top: 0.2rem;
	}
	.jujiao_right{
		width: 100%;
		display: none;
	}
	.jujiao_left{
		width: 100%;
	}
	.jujiao_left_active{
		width: 100%;
	}
	.container {
	    padding-left: 0.3rem;
	    padding-right: 0.3rem;
		flex-wrap: wrap;
	
	}
	.left-middle-box{
		display: none;
	}
	.right-list-box{
		width: 100%;
	}
	.yujian {

	    padding: 2rem 0.3rem 0rem 0.3rem;
	  
	}
}
@media (max-width:768px) {
	.bannner {
	    height: 30vh;
		min-height: auto;
	
	}
	.white_head1 {
	    height: 30vh;
	  
	
	}
	.yw_gd {
	
	    bottom: -0.22rem;
	
	}
	.iclo_item_li h1 {
	    font-size: 0.2rem;
	    color: #fff;
	    width: 65%;
	}
	.iclo_item_li span {
	    width: 23%;
	 
	}
	.index_content_biaoti_biao img {
	    height: 0.3rem;
		margin-top: 0;
	   
	}
	.cq_item p {
	    font-size: 0.16rem;
	}
	.cq_item img {
	    width: 0.15rem;
	    display: none;
	    margin-right: 0.05rem;
	}
	.rongmei {
	    height: 2.5rem;
	
	}
	.swiper-slide4 img {
	    width: 100%;
	    height: 4rem;
	
	}
	.swiper5 .swiper-slide img{
	    width: 100%;
	    height: auto;
	}
	.swiper3 .swiper-slide-active {
	    width: auto !important;
	  
	}
	.yujian .rongmei {
	    height: 2.5rem;
	 
	}
	.yujian_biao_b img {
	    width: auto;
	    height: 0.3rem;
	}
	.yujian_biao .index_content_biaoti_gd {
	    right: 0.3rem;
	}
	.danan {
	    width: 100%;
	    padding: 0.5rem 0.3rem;
	}
	.danan_ul_li p {
	    font-size: 0.16rem;
	}
.container:nth-child(4) {
padding-left: 0.3rem;
	padding-right: 0.3rem;

}
}
@media (min-width:2050px) {
	.index_content {
padding-left: 5.5rem;
	    padding-right: 5.5rem;

	}
	.two_content {

	    padding-left: 5.5rem;
	    padding-right: 5.5rem;

	}
	.container {
	    padding-left: 5.5rem;
	    padding-right: 5.5rem;
	   
	}
	.yujian {
	 
	    padding: 2rem 5.5rem 0rem 5.5rem;
	  
	}
	.danan {
	 
padding: 0.5rem 6.8rem;
	}
	
	.bottom {
	    padding-left: 5.5rem;
	    padding-right: 5.5rem;

	}
	.container:nth-child(4) {
	    padding-left: 5.5rem;
	    padding-right: 5.5rem;
	}
	.swiper-slide4 img {
	    height: 5.9rem;

	}
	.yujian_biao .index_content_biaoti_gd {
	    right: 5.5rem;
	}
	.ls_zy {
	    right: 5.5rem;
	}
	.swiper-button-prev5 {

	    left: 5rem !important;
	}
	.swiper-button-next5 {
	    right: 4.9rem !important;
	}
.jujiao_right {
    height: 4.3rem;
}
.jiaoliu_ul_li {

    margin-bottom: 0.11rem;

}
.jujiao_left_item {

margin-top: 0.32rem;
}
.jujiao_left_active {

    width: 122%;

}
}
