.ny-qyry .qyry .bd ul .rtlb .swiper-container {
	padding-bottom: 60px;
}

.ny-qyry .qyry .rtlb{
	width: 100%;
	height: auto;
	/* padding: 50px 0px; */	
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}

.ny-qyry .qyry .rtlb  .swiper-slide {
	width: 100%;
	/* height: 408px; */
	/* background: #fff;
	box-shadow: 0 8px 30px #ddd; */
	text-align: center;
}

.ny-qyry .qyry .rtlb .swiper-slide .img{
	width: 100%;	
	height: 230px;
	overflow: hidden;
	line-height: 230px;
	position: relative;
	text-align: center;
}

.ny-qyry .qyry .rtlb  .swiper-slide .img img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
	object-fit: cover; /* 或 contain，取决于你的需求 */
	display: inline-block;
	transition: all 0.55s;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
}

.ny-qyry .qyry .rtlb .swiper-slide:hover img{
	transform: scale(1.1);
	transition: all 0.55s;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;

}

.ny-qyry .qyry .rtlb  .swiper-slide p {
	line-height: 50px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ny-qyry .qyry .rtlb .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.ny-qyry .qyry .rtlb .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.ny-qyry .qyry .rtlb .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

.ny-qyry .qyry .rtlb .swiper-button-prev {
	left: 0;
	width: 50px;
	height: 50px;
	background: url(../images/zz-icon-14.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	bottom: -30%;
	top: auto;
}

/* .ny-qyry .qyry .rtlb .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
} */

.ny-qyry .qyry .rtlb .swiper-button-next {
	left: 70px;
	width: 50px;
	height: 50px;
	background: url(../images/zz-icon-13.png) no-repeat;
	background-size: 100%;
	bottom: -30%;
	top: auto;
}

/* .ny-qyry .qyry .rtlb .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
} */


/*****/
.ny-page3 .qyry .tabs{
	display: block;
}
.ny-page3 .qyry .tabs-wap{
	display: none;
}
.ny-page3 .qyry .tabs .content{
	width: 100%;
	height: 440px;
	position: relative;
}

.ny-page3 .qyry .tabs .content section{
	width: 100%;
	height: auto;
	position: relative;
	opacity: 0;
	position: absolute;
	top: 0;
}

.ny-page3 .qyry .tabs .content section.show{
	opacity: 1;
}
