/* 首页 */
.swiper-banner{
	position: relative;
	overflow: hidden;
	container-type: inline-size;
	container-name: swiper-banner;
}
.swiper-banner .swiper-slide{
	position: relative;
	overflow: hidden;
}

/* 按钮相对「图片本身」定位，避免 slide 比图高导致 top% 偏下 */
.banner-slide-pic{
	position: relative;
	display: block;
	line-height: 0;
	width: 100%;
}
.banner-slide-pic .w100{
	display: block;
	width: 100%;
	height: auto;
	line-height: 0;
}

/*
  Banner 2/3/4「了解更多」——对照原图（图二）修正：
  原图按钮更高更饱满、字更大、与文案间距更近；勿做成扁宽的细条
*/
.banner-more-btn{
	position: absolute;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 15.431%;              /* 179/1160 */
	/* 不用 height%，部分环境下会塌成内容高度显得又扁又宽 */
	height: auto;
	aspect-ratio: 179 / 36;      /* 比纯描边实测略高，贴近原图视觉（字+上下边距） */
	padding: 1.5% 0;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 999px;
	background: transparent;
	color: #fff;
	font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", Arial, sans-serif;
	font-size: 15px;
	font-size: 1.293cqi;         /* ~15px @1160 */
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.04em;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	transition: background .2s ease, color .2s ease;
}
.banner-more-btn:hover{
	background: rgba(255,255,255,.1);
	color: #fff;
}
/* 原图约 top:481，文案到底距离更近；略上移弥补边框视觉 */
.banner-more-btn-2{
	left: 6.293%;
	top: 74.4%;
}
.banner-more-btn-3{
	left: 7.155%;
	top: 75.2%;
}
.banner-more-btn-4{
	left: 10%;
	top: 68.9%;
}

.swiper-banner .ban-pagination{
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 9;
	text-align: center;
}
.ban-pagination .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background: rgba(255,255,255,1);
	position: relative;
	border-radius: 50%;
	opacity: 1;
	margin: 0 10px !important;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.ban-pagination .swiper-pagination-bullet-active{
	background: #005eae;
	
}
.swiper-notification{
	display: none;
}


@media screen and (max-width:600px ) {
	.news_content_item {
		flex-direction: column;
	}
	.news_content_item_title{
		margin-left:0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.banner-more-btn{
		font-size: 1.293cqi;
		border-width: 1.5px;
	}

}
