.box-1 {
	margin: 40px auto;
}

.box-1 .title_h {
	text-align: center;
}

.box-1 .title_h .name {
	font-size: 22px;
}

.box-1 .title_h .name span {
	margin: 0 10px;
	font-weight: bold;
	font-size: 24px;
}

.box-1 .title_h .line {
	width: 260px;
	margin: 30px 0;
}

.box-1 .search {
	margin: 40px 0;
	position: relative;
}

.box-1 .search input {
	background-color: #f3f2ed;
	width: 100%;
	border: 0;
	outline: none;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
}

.box-1 .search i {
	position: absolute;
	right: 10px;
	color: #333;
	bottom: 0;
	top: 0;
	height: max-content;
	margin: auto;
	cursor: pointer;
}

.box-1 .image-p img {
	width: 100%;
	height: 620px;
	object-fit: cover;
}

.box-1 .image-p img {
	width: 100%;
	height: 620px;
	object-fit: cover;
}

.box-1 .image-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 20px;
}

.box-1 .image-list a {
	width: 100%;
	height: 260px;
	object-fit: cover;
	box-sizing: border-box;
}

.box-1 .image-list a .li {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-1 .image-list .li:nth-child(3n) {
	padding-right: 0;
}

.box-3 {
	background-color: #f3f2ee;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	margin: 60px 0;
	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;
}