@media (max-width:1000px) {
	.banner {
		width: 100%;
		/* height: 450px; */
		/* margin: 50px auto; */
		/* background: linear-gradient(rgb(50, 180, 160), rgb(255, 255, 255)) 0% 0% / cover repeat; */
		position: relative;
		padding: 20px 0;

	}
	.swiper{
		width: 95%;
		height: 100%;
		box-shadow: 0px 0px 10px gray;
	}
	.swiper-slide{
		width: 100%;
		height: 180px !important;
		box-shadow: 0px 0px 10px gainsboro;
		/* margin-right: 20px; */
	}
	.swiperAddd{
		width: 100%;
		height: 100%;
	}
	.swiperAddd img {
		width: 100%;
		height: 100% !important;
		/* border-radius: 10px; */
	}
	.b-text{
		width: 85%;
		height:auto;
		padding: 10px 0;
		margin: auto;
		position: absolute;
		bottom: -130px;
		left: 0;
		right: 0;
		background-color: #fff;
		z-index: 10;
		box-shadow: 0px 0px 10px gainsboro;
		border: 5px solid gainsboro;
		
	}
	.b-title{
		text-align: center;
		line-height: 2.0;
		color: #f87875;
		font-size: 20px;
		font-weight: 600;
		
		
	}
	.b-text p{
		width: 90%;
		margin: 5px auto;
		text-align: center;
		line-height: 1.5;
		font-size: 13px;
	}

}

@media (min-width:1000px) {
	.banner {
		width: 100%;
		height: 600px;
		padding: 20px 0;
		position: relative ;
		/* margin: 50px auto; */
		/* background: linear-gradient(rgb(50, 180, 160), rgb(255, 255, 255)) 0% 0% / cover repeat; */
		/* background-size: 100% 100%; */
	}
	.swiper{
		width: 1400px;
		box-shadow: 0px 0px 10px gray;
		/* height: 100%; */
	}
	.swiper-slide{
		width: 100%;
		height: 550px !important;
		box-shadow: 0px 0px 10px gainsboro;
		/* margin-right: 20px; */
	}
	
	.swiperAddd img {
		width: 100%;
		height: 100% !important;
		/* border-radius: 10px; */
	}
	.b-text{
		width: 50%;
		height:auto;
		padding: 15px 0;
		margin: auto;
		position: absolute;
		bottom: 40px;
		left: 0;
		right: 0;
		background-color: #fff;
		z-index: 999999;
		box-shadow: 0px 0px 10px gainsboro;
		border: 10px solid gainsboro;
		
	}
	.b-title{
		text-align: center;
		line-height: 2.0;
		color: #f87875;
		font-size: 30px;
		font-weight: 600;
		
		
	}
	.b-text p{
		width: 90%;
		margin: 10px auto;
		text-align: center;
		line-height: 1.5;
		font-size: 17px;
	}



}
