.home1 {
	width: 100%;
	height: calc(100vh - 120px);
	position: relative;
}

.home1 .swiper-slide {
	position: relative;
}

.home1 .swiper-slide .pic,
.home1 .swiper-slide .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all linear 6s;
}

.home1 .swiper-slide-active .pic img {
	transform: scale(1.1);
}

.home1 .swiper-slide .intr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding: 0 0 13.385vw;
	transform: translateY(1.042vw);
	transition: all ease 1s 1s;
}

.home1 .swiper-slide-active .intr {
	opacity: 1;
	transform: translateY(0vw);
}

.home1 .swiper-slide .intr h2 {
	font-size: 2.5vw;
	font-weight: bold;
	color: #FFFFFF;
}

.home1 .swiper-slide .intr p {
	font-size: 2.448vw;
	font-family: Barmeno;
	font-weight: 400;
	color: #FFFFFF;
}

.home1 .swiper-pagination {
	bottom: 3.906vw;
}

.home1 .swiper-pagination-bullet {
	width: 0.833vw;
	height: 0.833vw;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 0.5 !important;
	margin: 0 0.365vw !important;
	position: relative;
}

.home1 .swiper-pagination-bullet::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	border-radius: 50%;
	background: #009C45;
	width: 50%;
	height: 50%;
}

.home1 .swiper-pagination-bullet-active {
	opacity: 1 !important;
	margin: 0 0.365vw !important;
	transition: all ease 0.3s;
}

.home1 .swiper-pagination-bullet-active::after {
	transition: all ease 0.3s;
	transform: translate(-50%, -50%) scale(1);
}

.home2 {
	padding: 5.313vw 0 0;
}

.home2 .wrap {
	position: relative;
}

.home2 .intr {
	width: 23.75vw;
	height: auto;
	padding: 3.042vw 0 0;
	position: absolute;
	left: 0;
	top: 0;
}

.home2 .intr h3 {
	font-size: 0.938vw;
	font-family: Barmeno;
	color: #000000;
}

.home2 .intr h2 {
	font-size: 1.058vw;
	margin: 1.042vw 0;
	font-weight: 800;
	color: #161615;
}

.home2 .intr p {
	font-size: 0.729vw;
	margin-bottom: 2.083vw;
	color: #666666;
}

.home2 .pic {
	width: 55.729vw;
}

.home3 {
	padding: 7.708vw 0 6.563vw;
}

.home2,
.home3,
.home5 {
	background: url('/img/tree.svg') no-repeat center/cover;
}

.home3 .ev {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 12vw;
	text-align: center;
}

.home3 .ev b {
	font-size: 4.896vw;
	font-family: Poppins;
	font-weight: bold;
	color: #000000;
}

.home3 .ev span {
	font-size: 0.833vw;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 1.146vw;
	color: #000000;
}

.home3 .ev:nth-of-type(2) {
	margin: 5.469vw 0 0 31.25vw;
}

.home3 .ev:nth-of-type(3) {
	margin: 1.563vw 0 0 11.458vw;
}

.home3 .ev:nth-of-type(4) {
	margin: 4.271vw 0 0 28.646vw;
}

.home4 {
	padding: 6.771vw 14.063vw 6.25vw;
	background: #F1F1F4;
}

.home4 .swiper-father {
	position: relative;
	padding: 3.958vw 0 0;
}

.home4 .swiper-slide .pic {
	width: 100%;
}


.home4 .swiper-slide .pic {
	width: 100%;
	overflow: hidden;
}

.home4 .swiper-slide .pic img {
	transition: all ease .6s;
}

.home4 .swiper-slide:hover .pic img {
	transform: scale(1.1);
}

.home4 .swiper-slide .intr h2 {
	font-size: 0.938vw;
	margin: 1.771vw 0 0.677vw;
	font-weight: 800;
	color: #161615;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.home4 .swiper-slide:hover .intr h2 {
	color: #019944;
}

.home4 .swiper-slide .intr p {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home4 .swiper-slide .intr p,
.home4 .swiper-slide .intr h3 {
	font-size: 0.729vw;
	color: #666666;
	font-weight: 400;
}

.home4 .swiper-slide .intr h3 span {
	display: inline-block;
	margin: 0.729vw 1.146vw 0 0;
}

.home4 .C-more {
	margin-top: 3.958vw;
}

.home4 .C-jt {
	position: absolute;
	top: 30%;
	z-index: 5;
	cursor: pointer;
}

.home4 .C-jt.prev {
	left: 0;
	transform: translateX(-50%);
}

.home4 .C-jt.next {
	right: 0;
	transform: translateX(50%) rotateY(180deg);
}

.home5 {
	padding: 4.688vw 0 7.917vw;
	width: 100%;
	overflow: hidden;
}

.home5 .swiper-container {
	overflow: visible;
	margin-top: 1.042vw;
}

.home5 .C-jt.next {
	margin-left: 1.563vw;
}

.home6 {
	width: 100%;
	padding-bottom: 8.49vw;
	overflow: hidden;
	position: relative;
}

.home6 .swiper-slide {
	width: 20vw;
	margin-right: 1.198vw;
	position: relative;
}

.home6 .pic {
	width: 100%;
}

.home6 .intr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.36);
	padding: 5.104vw 2.552vw;
	display: flex;
	align-items: flex-end;
	transition: all ease .6s;
}

.home6 .intr p {
	font-size: 1.458vw;
	font-weight: 800;
	color: #FFFFFF;
}

.home6 .swiper-slide:hover .intr {
	background: rgba(0, 0, 0, 0.8);
}

.home6 .swiper-container {
	overflow: visible;
}

.home6 .wrap-md {
	position: relative;
}

.home6 .control {
	position: absolute;
	left: 100%;
	bottom: 0;
	width: max-content;
	z-index: 5;
	transform: translateY(50%);
}

.home6 .C-jt.next {
	margin-left: 1.563vw;
}

.home7 {
	padding: 0 0 8.646vw;
}

.home7 .ev {
	width: 33.125vw;
	margin: 0 0.885vw;
}

.home7 .pic {
	width: 100%;
	overflow: hidden;
}

.home7 .pic img {
	transition: all ease .6s;
}

.home7 .ev:hover .pic img {
	transform: scale(1.1);
}

.home7 .intr {
	text-align: center;
}

.home7 h2 {
	font-size: 1.458vw;
	margin: 1.25vw 0 0.521vw;
	font-weight: 800;
	color: #161615;
}

.home7 p {
	font-size: 0.729vw;
	color: #666666;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {}

@media screen and (max-width:1519px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1250px) {}

@media screen and (max-width:991px) {
	.home1 {
		width: 100%;
		height: 250px;
	}

	.home1 .swiper-slide .intr {
		padding: 0 0 157px;
		transform: translateY(20px);
	}

	.home1 .swiper-slide .intr h2 {
		font-size: 30px;
	}

	.home1 .swiper-slide .intr p {
		font-size: 30px;
	}

	.home1 .swiper-pagination {
		bottom: 25px;
	}

	.home1 .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		opacity: 0.5 !important;
		margin: 0 7px !important;
	}

	.home1 .swiper-pagination-bullet-active {
		margin: 0 7px !important;
	}

	.home1 .swiper-pagination-bullet-active::after {
		transform: translate(-50%, -50%) scale(1);
	}

	.home2 {
		padding: 52px 0 0;
	}

	.home2 .intr {
		width: 60%;
		padding: 36px 0 0;
	}

	.home2 .intr h3 {
		font-size: 18px;
	}

	.home2 .intr h2 {
		font-size: 20px;
		margin: 20px 0;
	}

	.home2 .intr p {
		font-size: 14px;
		margin-bottom: 40px;
	}

	.home2 .pic {
		width: 80%;
	}

	.home3 {
		padding: 98px 0 76px;
	}

	.home3 .ev {
		max-width: none;
	}

	.home3 .ev b {
		font-size: 54px;
	}

	.home3 .ev span {
		font-size: 14px;
		line-height: 1.4;
	}

	.home3 .ev:nth-of-type(2) {
		margin: 15% 0 0 40%;
	}

	.home3 .ev:nth-of-type(3) {
		margin: 2% 0 0 20%;
	}

	.home3 .ev:nth-of-type(4) {
		margin: 15% 0 0 35%;
	}

	.home4 {
		padding: 80px 5% 70px;
	}

	.home4 .swiper-father {
		padding: 36px 0 0;
	}

	.home4 .swiper-slide .intr h2 {
		font-size: 16px;
		margin: 14px 0 10px;
	}

	.home4 .swiper-slide .intr p,
	.home4 .swiper-slide .intr h3 {
		font-size: 12px;
	}

	.home4 .swiper-slide .intr h3 span {
		margin: 14px 22px 0 0;
	}

	.home4 .C-more {
		margin-top: 46px;
	}

	.home5 {
		padding: 40px 0 52px;
	}

	.home5 .swiper-container {
		margin-top: 20px;
	}

	.home5 .C-jt.next {
		margin-left: 20px;
	}

	.home6 {
		padding-bottom: 63px;
	}

	.home6 .swiper-slide {
		width: 272px;
		margin-right: 23px;
	}

	.home6 .intr {
		padding: 28px;
	}

	.home6 .intr p {
		font-size: 20px;
	}

	.home6 .C-jt.next {
		margin-left: 30px;
	}

	.home6 .control {
		left: auto;
		right: 0
	}

	.home7 {
		padding: 0 0 66px;
	}

	.home7 .ev {
		width: 30vw;
		margin: 0 17px;
	}

	.home7 h2 {
		font-size: 18px;
		margin: 14px 0 5px;
	}

	.home7 p {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.home2 .wrap {
		flex-direction: column-reverse;
	}

	.home2 .pic {
		width: 100%;
	}

	.home2 .intr {
		width: 100%;
		position: static;
	}

	.home3 .ev {
		width: 50%;
		margin: 0 0 40px !important;
	}

	.home1 .swiper-slide .intr {
		padding: 0 0 107px;
	}

}

@media screen and (max-width:480px) {
	.home1 .swiper-slide .intr h2 {
		font-size: 26px;
	}

	.home1 .swiper-slide .intr p {
		font-size: 26px;
	}

	.home3 .ev {
		width: 100%;
	}

	.home3 .ev b {
		font-size: 44px;
	}

	.home3 .ev span {
		font-size: 12px;
	}

	.home2 .intr h2 {
		font-size: 18px;
		margin: 20px 0;
	}

	.home7 .ev {
		width: 60vw;
		margin: 0 20vw 20px;
	}
}