.swiper {
	width: 100%;
	overflow: hidden;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide {
	width: 1000px;
	height: auto;
	max-width: 1000px;
	min-width: 1000px;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

html {
	font-size: 19px;
}

.container {
	padding: 0 30px;
}

.main h3 {
	font-size: 1.6rem;
	padding-top: 30px;
}

.main h2 {
	font-size: 2.4rem;
}

.swiper-wrapper {
	transition-timing-function: linear;
}

.swiper-container{
	text-align: center;
}
.swiper-container .swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper > div > div > a > img {
	width: 100%;
	height: auto;
}

.swiper-button-next, .swiper-button-prev {
	color: #333;
	background: hsla(0, 0%, 100%, 0.75);
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

.swiper-navigation-icon {
	display: none;
}

.swiper-button-prev::before,
.swiper-button-next::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-top: 4px solid #333333;
	border-right: 4px solid #333333;
	border-radius: 2px;
	margin-right: -6px;
}

.swiper-button-next::before {
	transform: rotate(45deg);
	border-radius: 2px;
	margin-left: -14px;
}

.swiper-button-prev:before {
	transform: rotate(-135deg);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: #fff;
}

@media screen and (max-width: 1020px) {
	.swiper-slide {
		height: auto;
		max-width: 100%;
		min-width: auto;
	}

	.english a {
		font-size: 17px;
	}

}