.section {
	width: 100%;
	height: 100vh;
}

.wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.hm-page2{
	padding-top: 60px;
	box-sizing: border-box;
	background: #f6f4f4;
}
.hm-page2 .wrap{
	height: calc(100% - 60px);
}
.hm-page2-con{
	display: flex;
	justify-content: space-between;
	height: calc(100% - 270px);
}
.hm-page2 .left{
	flex: 0 0 60%;
}
.hm-page2 .map{
	line-height: 60px;
	color: #999999;
}
.hm-page2 .title{
	font-size: 32px;
	font-weight: 300;
	color: #f66a0b;
	line-height: 50px;
}
.hm-page2 .desc{
	font-size: 24px;
	font-weight: 300;
	color: #666666;
	line-height: 40px;
}
.hm-page2 .content{
	font-size: 24px;
	font-weight: 300;
	padding-top: 20px;
	box-sizing: border-box;
	color: #333333;
	max-height: calc(100% - 90px);
	overflow-x: hidden;
	overflow-y: auto;
}
.hm-page2 .right{
	flex: 0 0 35%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.hm-page2 .right img{
	width: 100%;
}
.hm-page2 .bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	height: 180px;
	box-sizing: border-box;
	padding: 20px 80px 20px 80px;
	border-radius: 8px 8px 0 0;
}
.hm-page2 .bottom ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.hm-page2 .bottom .num {
	display: flex;
	justify-content: center;
}
.hm-page2 .bottom .num span{
	font-size: 42px;
	color: #f66a0b;
	font-weight: 300;
}
.hm-page2 .bottom .num em{
	font-size: 22px;
	color: #f66a0b;
	font-weight: bold;
	margin-top: -1px;
	font-style: normal;
}
.hm-page2 .bottom .name{
	text-align: center;
	font-size: 24px;
	color: #666666;
}


.hm-page3{
	
}

.hm-page3-con{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: relative;
}
.hm-page3-con::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
	z-index: 1;
	background: url(../images/abt_play.png) no-repeat center center;
	width: 80px;
	height: 80px;
	background-size: 100% 100%;
}
.hm-page4{
	padding-top: 60px;
	box-sizing: border-box;
}
.hm-page4 .wrap{
	height: auto;
	position: relative;
	top: calc(50% - 60px);
	transform: translate(0,-50%);
}
.hm-page4 .title{
	font-size: 32px;
	color: #333333;
	line-height: 60px;
	text-align: center;
	margin-bottom: 20px;
}
.hm-page4-con{
	width: 100%;
	height: 630px;
}
.hm-page4 .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}
.hm-page4 .swiper-slide {
	height: calc((100% - 30px) / 2) !important;
}
.hm-page4 .swiper-slide .image-container{
	width: 100%;
	height: 240px;
	border-radius: 4px;
	overflow: hidden;
}
.hm-page4 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover; /* 关键属性：等比缩放，短边填满，长边裁剪 */
	object-position: center; /* 可选：控制裁剪的焦点位置，默认居中 */
	transition: all 1s ease;
	display: flex;
}
.hm-page4 .swiper-slide:hover img{
	transform: scale(1.1); /* 关键：放大到 1.1 倍 */
}
.hm-page4 .swiper-slide .name{
	line-height: 25px;
	padding: 5px 0;
	height: 60px;
	font-size: 14px;
	color: #666666;
	box-sizing: border-box;
}
.hm-page4 .swiper-pagination{
	position: relative;
	height: 30px;
	line-height: 30px;
	z-index: 1;
}
@media only screen and (max-width: 1200px) {
	.wrap{
		box-sizing: border-box;
		padding: 0 20px;
	}
	

	.hm-page4-con{
		width: 100%;
		height: 550px;
	}
	
	.hm-page4 .swiper-slide .image-container{
		width: 100%;
		height: 200px;
		border-radius: 4px;
		overflow: hidden;
	}
}


@media only screen and (max-width: 900px) {
	.section {
		width: 100%;
		height: auto;
	}
	
	.hm-page1 {
		height: 250px;
	}
	
	.hm-page2{
		padding: 0 0 40px 0;
	}
	.hm-page2 .wrap{
		height: auto;
	}
	.hm-page2 .title{
		font-size: 24px;
		font-weight: 300;
		color: #f66a0b;
		line-height: 40px;
	}
	.hm-page2 .desc{
		font-size: 18px;
		font-weight: 300;
		color: #666666;
		line-height: 30px;
	}
	.hm-page2 .content{
		font-size: 24px;
		font-weight: 300;
		padding-top: 20px;
		box-sizing: border-box;
		color: #333333;
		max-height: unset;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.hm-page2-con{
		display: flex;
		justify-content: space-between;
		height: auto;
		flex-wrap: wrap;
	}
	
	.hm-page2-con{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		height: auto;
	}
	.hm-page2 .left{
		flex: 0 0 100%;
	}
	.hm-page2 .right{
		flex: 0 0 100%;
		display: none;
	}
	.hm-page2 .bottom{
		position: relative;
		margin-top: 20px;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #fff;
		height: auto;
		box-sizing: border-box;
		padding: 20px 0;
		border-radius: 8px;
	}
	.hm-page2 .bottom ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		height: 100%;
		gap: 20px 0;
	}
	.hm-page2 .bottom ul li{
		width: 50%;
	}
	.hm-page2 .bottom .num span{
		font-size: 24px;
		color: #f66a0b;
		font-weight: 500;
	}
	.hm-page2 .bottom .num em{
		font-size: 18px;
		color: #f66a0b;
		font-weight: bold;
		margin-top: -1px;
		font-style: normal;
	}
	.hm-page2 .bottom .name{
		text-align: center;
		font-size: 16px;
		color: #666666;
	}
	
	
	.hm-page3{
		height: 220px;
	}
	
	.hm-page3-con{
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		position: relative;
	}
	.hm-page3-con::after{
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		cursor: pointer;
		z-index: 1;
		background: url(../images/abt_play.png) no-repeat center center;
		width: 40px;
		height: 40px;
		background-size: 100% 100%;
	}
	
	
	.hm-page4{
		padding: 40px 0;
		box-sizing: border-box;
		height: auto;
	}
	.hm-page4 .wrap{
		height: auto;
		position: relative;
		top: 0;
		transform: translate(0,0);
	}
	.hm-page4 .title{
		font-size: 24px;
	}
	.hm-page4-con{
		width: 100%;
		height: auto;
	}
	.hm-page4 .swiper-slide {
		height: auto;
	}
	.hm-page4 .swiper-slide .image-container{
		width: 100%;
		height: auto;
		border-radius: 4px;
		overflow: hidden;
	}
	.hm-page4 .swiper-slide img{
		width: 100%;
		height: 100%;
		object-fit: cover; /* 关键属性：等比缩放，短边填满，长边裁剪 */
		object-position: center; /* 可选：控制裁剪的焦点位置，默认居中 */
		transition: all 1s ease;
	}
	.hm-page4 .swiper-slide:hover img{
		transform: scale(1.1); /* 关键：放大到 1.1 倍 */
	}
	.hm-page4 .swiper-slide .name{
		line-height: 25px;
		padding: 5px 0;
		height: 60px;
		font-size: 14px;
		color: #666666;
	}
	.hm-page4 .swiper-pagination{
		position: relative;
		height: 30px;
		line-height: 30px;
		z-index: 1;
	}
}