.banner {
		background: #F0F1F3;
		margin: 30px 0;
		position: relative;
	}

	.homeBar {
		width: 100%;
		height: 100%;
	}

	.homeBar .swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
		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;
	}

	#homeBar .swiper-slide img {
		width: 100%;
		height: auto;
	}

	.homeBar_pagination {
		height: 15px;
	}

	.homeBar_pagination .swiper-pagination-bullet {
		background: #fff;
		opacity: 1;
		/*margin-top:2px;*/
		vertical-align: middle;
	}

	.homeBar_pagination .swiper-pagination-bullet-active {
		width: 10px;
		height: 10px;
		margin-top: 0px;
	}

	.homeBar_but .swiper-button-next {
		right: 13%;
		background: url(/eportal/uiFramework/commonResource/image/2023082410281763161.png) center center no-repeat;
		background-size: 25px;
	}

	.homeBar_but .swiper-button-prev {
		left: 13%;
		background: url(/eportal/uiFramework/commonResource/image/2023082410330831895.png) center center no-repeat;
		background-size: 25px;
	}

	.homeBar_pagination .swiper-button-disabled {
		opacity: 1
	}