#slide {
	width: 100%;
	height: 6.2rem;
	overflow: hidden;
}

.swiper-slide {
	height: 5.4rem;
	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-slide a {
	width: 100%;
}

.slide-title {
	position: absolute;
	left: 0;
	bottom: .8rem;
	z-index: 2;
	width: 100%;
	/* background: linear-gradient(to bottom,rgba(0,0,0,0) 8%,rgba(0,0,0,0.24) 40%,rgba(0,0,0,0.29) 47%,rgba(0,0,0,0.65) 95%); */
	height: .82rem;
	background-color: rgba(0, 72, 129,0.8);
	line-height:  .82rem;
	font-size: .3rem;
	padding-left: .3rem;
	color: #fff;
}

.swiper-pagination {
	text-align: center;
}

.swiper-pagination-bullet {
	margin: 0 1vw !important;
	width: .2rem !important;
	height: .2rem  !important;
	background: #ddd !important;
}

.swiper-pagination-bullet-active {
	background: #1b5395 !important;
}


#slide img {
	width: 100%;
	height: 70vw;
}