.w-title button:hover{
	background-color: #000000;
	color: #FFFFFF;
}
@media (max-width:1000px) {
	.banner {
		width: 100%;
		position: relative;
	}
	.wrap {
		width: 100%;
		height: 250px;
		position: relative;
		overflow: hidden;
		margin: 0px auto;
	}
	.wrap img {
		width: 100%;
		height: 100%;
		position: relative;
		
		display: block;
	}
	/* .swiper-slide{
		width: 100%;
		height: 100%;
		position: relative;
	} */
	.w-title {
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.2);
		position: absolute;
		bottom: 0%;
		left: 0%;
		right: 0%;
		padding: 5% 0 7% 0;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 9999999;
		display: none;
	}
	.w-title p {
		width: 200%;
		/* margin: 45% auto 0; */
		line-height: 1.5;
		font-size: 18px;
		
		/* text-align: center; */
		color: #FFFFFF;
		font-weight: 600;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;  
		
		/* -webkit-line-clamp:3; */
	}
	.w-title button{
		display: block;
		width: 35%;
		height: 30px;
		margin: 5px 0 0 5%;
		font-size: 15px;
		font-weight: 600;
		color: #FFFFFF;
		border: none;
		background-color: #50bbeb;
	}
	.swiper-slide img {
		width: calc(100% - 14px);
		height: calc(100% - 14px);
		margin: 7px;
	}
	.swiper-slide-active {
		width: 100%;
		height: 100%;
		color: #fff;
		transform: scale(1.3);
		position: absolute;
		/* box-shadow: gray 0px 0px 18px; */
		z-index: 9999;
	}
	.swiper-slide-active img {
		width: 290%;
		margin-left: -96%;
		display: block;
	
	}
}
/* PC */
@media (min-width:1000px) {
	.banner {
		width: 100%;
		height: auto;
		/* position: relative; */
	}
	.wrap {
		width: 1400px;
		height: 500px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	.wrap img {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.w-title {
		width: 100%;
		height: 100%;
		/* background-color: rgba(0,0,0,0.2); */
		position: absolute;
		bottom: 0%;
		display: block;
		/* padding: 20px 0 20px; */
		/* text-align: center; */
	}
	.w-title p {
		width: 90%;
		margin: 400px auto 0;
		font-size: 30px;
		color: #FFFFFF;
		font-weight: 600;
		overflow:hidden;
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;  
		-webkit-line-clamp:2; 
	}
	.swiper-slide img {
		width: calc(100% - 14px);
		height: calc(100% - 14px);
		margin: 7px;
	}
	.swiper-slide-active {
		width: 100%;
		height: 100%;
		color: #fff;
		transform: scale(1.3);
		position: absolute;
		
		z-index: 9999;
	}
	.swiper-slide-active img {
		width: 150%;
		margin-left: -27%;
		box-shadow: gray 0px 0px 10px; 
	
	}
}