.ysjc-home-project-case {
	padding: clamp(66.66667px, 5.20833vw, 100px) 0;
	background: #fff;
}

.ysjc-home-project-case__head {
	position: relative;
	margin-bottom: clamp(42px, 5.20833vw, 100px);
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.ysjc-home-project-case__title {
	font-family: "Lexend Giga", sans-serif;
	font-weight: 400;
	line-height: 1.15;
}

.ysjc-home-project-case__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(34px, 4.16667vw, 80px);
}

.ysjc-home-project-case__item {
	display: block;
}

.ysjc-home-project-case__name {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1.35;
}

.ysjc-home-project-case__name::before {
	content: "";
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #00785f;
}

.ysjc-home-project-case__name::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.ysjc-home-project-case__img {
	overflow: hidden;
	border-radius: 12px;
	background: #f5f5f5;
	aspect-ratio: 16 / 9;
}

.ysjc-home-project-case__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.ysjc-home-project-case__item:hover {
	color: #00785f;
}

.ysjc-home-project-case__item:hover .ysjc-home-project-case__img img {
	transform: scale(1.05);
}

@media screen and (max-width: 1023px) {
	.ysjc-home-project-case {
		padding: 55px 0 70px;
	}

	.ysjc-home-project-case__head {
		margin-bottom: 36px;
	}

	.ysjc-home-project-case__list {
		gap: 28px;
	}
}

@media screen and (max-width: 767px) {
	.ysjc-home-project-case__list {
		grid-template-columns: 1fr;
	}

	.ysjc-home-project-case__name {
		margin-bottom: 12px;
	}
}

.ysjc-home-why-choose {
	padding: clamp(66.66667px, 5.20833vw, 100px) 0;
	background: #fff;
}

.ysjc-home-why-choose__head {
	margin-bottom: clamp(42px, 5.20833vw, 100px);
}

.ysjc-home-why-choose__title {
	color: #000;
	font-family: "Lexend Giga", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	
}

.ysjc-home-why-choose__desc {
	max-width: 620px;
	margin-top: 34px;
	line-height: 1.35;
}

.ysjc-home-why-choose__list {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: clamp(20px, 2.6vw, 50px);
	/* padding: 0 clamp(20px, 2.6vw, 50px); */
	justify-content: space-between;
}

.ysjc-home-why-choose__item {
	position: relative;
	overflow: hidden;
	min-height: clamp(170px, 14.6vw, 280px);
	padding: 0 18px 0 0;
	background: #007336;
	border-radius: 28px;
	box-sizing: border-box;
	text-align: center;
}

.ysjc-home-why-choose__icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	/* height: clamp(58px, 4.95vw, 95px); */
}

.ysjc-home-why-choose__icon img {
	display: block;
	max-width: clamp(86.66667px, 6.77083vw, 130px);
	max-height: clamp(86.66667px, 6.77083vw, 130px);
	object-fit: contain;
}

.ysjc-home-why-choose__name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(48px, 4.01vw, 77px);
	padding: 10px 12px;
	background: #d9efe3;
	border-radius: 16px 16px 28px 28px;
	box-sizing: border-box;
	color: #007336;
	font-weight: 600;
	line-height: 1.3;
}

@media screen and (max-width: 1200px) {
	.ysjc-home-why-choose__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: 760px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.ysjc-home-why-choose {
		padding: 55px 0 70px;
	}

	.ysjc-home-why-choose__head {
		margin-bottom: 40px;
	}

	.ysjc-home-why-choose__desc {
		margin-top: 18px;
	}

	.ysjc-home-why-choose__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
		padding: 0;
	}

	.ysjc-home-why-choose__item {
		min-height: 190px;
		border-radius: 22px;
	}

	.ysjc-home-why-choose__name {
		border-radius: 14px 14px 22px 22px;
		font-size: 14px;
	}
}

.ysjc-home-certificate {
	padding: clamp(66.66667px, 5.20833vw, 100px) 0;
	background: #fff;
}

.ysjc-home-certificate__head {
	display: flex;
	align-items: baseline;
	gap: clamp(28px, 3.125vw, 60px);
	margin-bottom: clamp(33.33333px, 2.60417vw, 50px);
}

.ysjc-home-certificate__title {
	color: #000;
	font-family: "Lexend Giga", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	/*text-transform: uppercase;*/
}

.ysjc-home-certificate__desc {
	/* color: #4d4d4d; */
	/* font-weight: 600; */
	line-height: 1.35;
}

.ysjc-home-certificate__img {
	max-width: 1050px;
	margin: 0 auto;
	text-align: center;
}

.ysjc-home-certificate__img img {
	display: block;
	width: 100%;
	height: auto;
}

.ysjc-home-certificate__bottom-desc {
	max-width: 960px;
	margin: 0 auto;
	/* color: #5b5b5b; */
	/* font-weight: 500; */
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.ysjc-home-certificate {
		padding: 60px 0 80px;
	}

	.ysjc-home-certificate__head {
		display: block;
		margin-bottom: 42px;
	}


	.ysjc-home-certificate__desc {
		margin-top: 18px;
	}
}

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

	.ysjc-home-certificate__bottom-desc {
		margin-top: 35px;
	}
}

.ysjc-home-contact-cta {
	padding: 0 0 clamp(66.66667px, 5.20833vw, 100px);
	background: #fff;
}

.ysjc-home-contact-cta__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: clamp(40px, 4.6875vw, 47px) 30px clamp(46px, 4.16667vw, 80px);
	/*background: #007336;*/
	border-radius: 20px;
	box-sizing: border-box;
	text-align: center;
	        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
}
.ysjc-home-contact-cta__inner::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    background: rgba(0, 104, 53, .6);
}
.ysjc-home-contact-cta__inner > div{
    position: relative;
}

.ysjc-home-contact-cta__title {
	color: #fff;
	font-family: "Lexend Giga", sans-serif;
	font-weight: 400;
	line-height: 1.2;
}

.ysjc-home-contact-cta__desc {
	margin-top: 5px;
	color: #fff;
	font-weight: 500;
	line-height: 1.35;
}

.ysjc-home-contact-cta .flexBtn {
	display: flex;
	justify-content: center;
	margin-top: 32px; 
}

.ysjc-home-contact-cta .learnMorCur {
	background: #d9efe3;
	border-color: #d9efe3;
	color: #007336;
	font-size: 24px;
	font-weight: 500;
	width: 200px;
}

@media screen and (max-width: 767px) {
	.ysjc-home-contact-cta {
		padding: 55px 0 70px;
	}

	.ysjc-home-contact-cta__inner {
		padding: 42px 20px;
		border-radius: 18px;
	}

	.ysjc-home-contact-cta .flexBtn {
		margin-top: 24px;
	}
	
	.ysjc-home-contact-cta .learnMorCur { 
		font-size: 18px; 
		width: 160px;
	}
}
