@media (max-width:450px) {
	/* swiper */
	.swiper-container {
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	/* .swiper-slide { */
		/* text-align: center;
		font-size: 18px;
		background: #fff; */
		/* Center slide text vertically */
		/* display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center; */
	/* } */
	
	/*自定义分页指示器样式*/
	
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom:10px;
	}
	
	.swiper-pagination-bullet {
		width: 1rem;
		height: 0.5rem;
		border-radius:0.5rem;
		text-align: center;
		color: #000;
		opacity: 1;
		background: rgba(255, 255, 255, .5);
		border: 1px solid rgb(28, 68, 93);
	}
	
	.swiper-pagination-bullet-active {
		width:1rem;
	  height: 0.5rem;
	  color: #fff;
	  background: rgb(255, 255, 255);
	  border-radius:0.5rem;
	}
	.swiper-button-next, .swiper-button-prev{
		width:0.8125rem;
		height:1.375rem;
		background-size: 0.8125rem 1.375rem;
	}
	
	.swiper-button-next{
		background-image:url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f7f7f7'%2F><%2Fsvg>");
	}
	.swiper-button-prev{
			background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f7f7f7'%2F%3E%3C%2Fsvg%3E");
	
	}
	
	
	
}

@media (min-width:1200px) {

	/* swiper */
	.swiper-container {
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	/* .swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff; */
		/* Center slide text vertically */
	/* 	display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	} */

	
	/*自定义分页指示器样式*/
	
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom:50px;
	}
	
	.swiper-pagination-bullet {
		width: 20px;
		height: 20px;
		text-align: center;
		line-height: 20px;
		font-size: 12px;
		color: #000;
		opacity: 1;
		background: rgba(255, 255, 255, .5);
		border: 1px solid rgb(28, 68, 93);
	}
	
	.swiper-pagination-bullet-active {
		width: 16px;
	  height: 8px;
	  color: #fff;
	  background: rgb(255, 255, 255);
	  border-radius:4px;
	}
	
	.swiper-button-next{
		background-image:url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f7f7f7'%2F><%2Fsvg>");
	}
	.swiper-button-prev{
			background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f7f7f7'%2F%3E%3C%2Fsvg%3E");
	
	}
}


