.w-title button:hover{
	background-color: #000000;
	color: #FFFFFF;
}
@media (max-width:1000px) {
	.banner {
		width: 100%;
		position: relative;
	}
	.wrap {
		width: 100%;
		height:auto;
		height: 250px;
		position: relative;
		margin: 0px auto;
	}
	.wrap img {
		width: 100%;
		height: 250px;
		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;
	}
	.w-title p {
		width: 90%;
		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:2; 
	}
	.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;
	}
}
/* PC */
@media (min-width:1000px) {
	.banner {
		width: 100%;
		height: auto;
		/* position: relative; */
	}
	.wrap {
		width: 1200px;
		height: 500px;
		margin: 0 auto;
		position: relative;
	}
	.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%;
		/* padding: 20px 0 20px; */
		/* text-align: center; */
	}
	.w-title p {
		width: 90%;
		margin: 400px auto 0;
		font-size: 30px;
		color: #FFFFFF;
		font-weight: 600;
		text-align: center;
		overflow:hidden;
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;  
		-webkit-line-clamp:2; 
	}
}