.banner {
	background-color: #000000;
	width: 100%;
	display: flex;
	align-items: center;
	height: calc(100vh - 130px);
	position: relative;
}

.banner .swiper-container {
	width: 100%;
}

.banner .swiper-container img {
	width: 100%;
	max-width: 25vw;
	height: 25vw;
	object-fit: cover;
}

.banner .swiper-slide {
	transition: 300ms;
	transform: scale(0.8);
	opacity: 0.4;
}

.banner .swiper-slide-active,
.banner .swiper-slide-duplicate-active {
	transform: scale(1);
	opacity: 1;
	z-index: 999;
}

.banner .name {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 999;
	margin: auto;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.banner .name img {
	width: 30px;
	margin: 0 20px;
}

.banner .more a {
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 2px solid #fff;
	position: absolute;
	z-index: 999;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
}

.box-1 .li {
	margin-bottom: 30px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
}

.box-1 .li .image {
	width: 70%;
	position: relative;
}

.box-1 .li .image img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
}

.box-1 .li .image .border {
	border: 2px solid #fff;
	margin: 20px;
	position: absolute;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	left: 0;
	top: 0;
	box-sizing: border-box;
}

.box-1 .li .info {
	width: 30%;
	text-align: center;
}

.box-1 .li .info .name {
	font-size: 22px;
}

.box-1 .li .info span {
	margin: 0 10px;
	font-weight: bold;
	font-size: 24px;
}

.box-1 .li .info .line {
	width: 70%;
	margin: 30px 0;
}

.box-1 .li .info .btn a {
	display: block;
	line-height: 1.7;
	border: 1px solid #000000;
	width: max-content;
	margin: auto;
	padding: 0 14px;
	border-radius: 4px;
}

.box-1 .li.invert {
	flex-direction: row-reverse;
}

.box-2 .list {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 20px;
	margin-top: 20px;
}

.box-2 .list .li {
	padding: 20px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.box-2 .list .li img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}

.box-2 .list .li .name {
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 22px;
}

.box-3 {
	background-color: #f3f2ee;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	padding: 40px 0;
}

.box-3 .max-container {
	display: flex;
	justify-content: space-between;
}

.box-3 .max-container .left {
	width: 360px;
	text-align: center;
}

.box-3 .max-container .left img {
	width: 240px;
	height: 240px;
	object-fit: cover;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.box-3 .max-container .right {
	width: calc(100% - 440px);
	text-align: center;
}

.box-3 .max-container .right .h {
	font-size: 20px;
}

.box-3 .max-container .right img {
	width: 30px;
	margin: 20px 0;
}

.box-3 .max-container .right .title {
	text-align: left;
}