swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
text-align: center;
font-size: 18px;
background: antiquewhite;
display: flex;
justify-content: center;
align-items: center;
}

swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.85;
}
.aboutSwiper{
	margin-top: -7%;
}
#wap3 {
	width:100%;
	margin-right: auto;
	margin-left: auto;	
	color:black;
	background-color:antiquewhite;
}
#wap3 .text{
	text-align:justify;
	line-height:200%;
	color: rgb(0, 0, 0);
}
.info {
	font-size: 165%;
	color: black;
	width: 80%;
	margin: 0 auto; 
	border-top: 1px solid #aaa;
	padding-bottom: 20px;
	font-family: 'SourceHanSerif';
	overflow: auto;
	font-feature-settings : "palt";
}
.resTable2{
	color: black;
	font-family: 'SourceHanSerif';
	text-align: center;
	font-size: large;
	width: 60%;
	table-layout: fixed;
	margin: 5% 0% 5% 35%;
    line-height: 35px;

}
.resTable2 th{
	font-size: x-large;
	font-weight: bolder;
	line-height: 60px;
}
.resTable2 a{
	color: black;
	text-decoration:none;
}
@media screen and (max-width:767px) {
	
}