/* fuwu */
.sapp .banner {
	line-height: 0;
	position: relative;
	aspect-ratio: 16 / 5;
}

.sapp .banner-h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #F7F7F7;
	font-weight: bold;
	font-size: 55px;
	font-family: 'Montserrat';
	text-align: center;
	line-height: 55px;
	width: 100%;
}

.sapp .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	line-height: 0;
}

.why {
	width: 100%;
	height: 100%;
	background: #F5F5F5;
	padding-top: 85px;
	padding-bottom: 137px;
}

.why-content {
	width: 1400px;
	margin: auto;
}

.why-xian {
	width: 110px;
	height: 5px;
	background: #009173;
	border: 1px solid #009173;
	margin-bottom: 38px;
}

.why-text {
	display: flex;
	justify-content: space-between;
	margin-bottom: 127px;
}

.why-text-left {
	width: 267px;
	height: 158px;
}

.why-text-left h3 {
	font-weight: bold;
	font-size: 40px;
	line-height: 49px;
	color: #000000;
	margin-bottom: 11px;
	width: 100%;
	font-family: 'Montserrat';
}

.why-text-left a {
	width: 263px;
	height: 49px;
	border-radius: 10px;
	background: #009173;
	border: 1px solid #009173;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 20px 16px 15px;
}

.why-text-left a span:first-child {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 17px;
	font-family: 'Montserrat';
}

.why-text-left a span:last-child {
	width: 40px;
	height: 100%;
	position: relative;
}

.why-text-left a span:last-child::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 2px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-weight: 300;
}

.why-text-left a span:last-child::after {
	content: '>';
	position: absolute;
	font-size: 25px;
	line-height: 25px;
	top: 50%;
	right: 7px;
	color: #FFFFFF;
	transform: translateY(-50%);
	font-family: 'Montserrat';
}

.why-text-right {
	font-size: 20px;
	line-height: 40px;
	color: #000000;
	font-weight: 400;
	width: 940px;
	font-family: 'Montserrat';
}

.whyh3 {
	font-size: 40px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 26px;
	text-align: center;
	font-weight: bold;
	font-family: 'Montserrat';
}

.whyp {
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 23px;
	text-align: center;
	font-weight: 300;
	font-family: 'Montserrat';
}

.why-xian2 {
	width: 110px;
	height: 5px;
	margin: auto;
	background: #009173;
	border: 1px solid #009173;
}

.our {
	width: 100%;
	background: #FFFFFF;
	padding-top: 47px;
	padding-bottom: 53px;
	height: 100%;
	position: relative;
}

.our-content {
	width: 1400px;
	margin: auto;
}

.mobileour {
	display: none;
}

.ourh3 {
	text-align: center;
	margin-bottom: 69px;
	font-size: 55px;
	line-height: 55px;
	font-weight: bold;
	color: #000000;
	font-family: 'Montserrat';
}

.our-item {
	width: 100%;
	height: 384px;
	display: flex;
	justify-content: space-between;
}

.our-item-content {
	width: 450px;
	height: 54px;
	cursor: pointer;
}

.our-item-top {
	width: 100%;
	height: 54px;
	background: #B8B8B8;
	padding: 15px 24px 15px 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
}

.our-item-z {
	height: 384px !important;
}

.our-item-z .our-item-bottom {
	height: 330px !important;
}

.our-item-top span:first-child {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: #FFFFFF;
	font-family: 'Montserrat';
}

.our-item-top span:last-child {
	display: inline-block;
	width: 21px;
	height: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
}

.our-item-bottom {
	width: 100%;
	height: 0;
	border-radius: 0 0 10px 10px;
	background: #009173;
	padding-left: 22px;
	padding-right: 39px;
	transition: all 0.3s linear;
}

.our-item-bottom h5 {
	font-size: 17px;
	line-height: 23px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 26px;
	opacity: 0;
	font-family: 'Montserrat';
}

.our-item-bottom p {
	font-size: 15px;
	line-height: 23px;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 26px;
	width: 100%;
	height: 201px;
	margin-bottom: 7px;
	opacity: 0;
	font-family: 'Montserrat';
}

.our-item-bottom img {
	width: 21px;
	height: 19px;
	cursor: pointer;
	opacity: 0;
}

.our-item-z .our-item-bottom img,
.our-item-z .our-item-bottom h5,
.our-item-z .our-item-bottom p {
	opacity: 1 !important;
}

.global {
	width: 100%;
	background: #F5F5F5;
	padding-top: 47px;
	padding-bottom: 79px;
}

.global .glh3 {
	font-size: 55px;
	line-height: 55px;
	color: #000000;
	margin-bottom: 98px;
	text-align: center;
	font-weight: bold;
	font-family: 'Montserrat';
}

.glh32 {
	font-size: 35px;
	line-height: 35px;
	color: #000000;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-family: 'Montserrat';
}

.glp {
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 32px;
	text-align: center;
	font-weight: 400;
	font-family: 'Montserrat';
}

.glxian {
	width: 110px;
	height: 5px;
	background: #009173;
	border: 1px solid #009173;
	margin: 0 auto 42px auto;
}

.glitem {
	width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.glimg {
	width: 430px;
	height: 290px;
	border-radius: 10px;
	margin-bottom: 32px;
}

.glimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.glitem-p {
	width: 314px;
	color: #707070;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	margin: auto;
	font-family: 'Montserrat';
}

.pro {
	width: 100%;
	background: #FFFFFF;
	padding-top: 114px;
	padding-bottom: 114px;
}

.pro h3 {
	font-size: 55px;
	line-height: 55px;
	color: #000000;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-family: 'Montserrat';
}

.pro p {
	font-size: 35px;
	line-height: 35px;
	color: #000000;
	margin-bottom: 42px;
	text-align: center;
	font-weight: 400;
	font-family: 'Montserrat';
}

.pro div {
	width: 110px;
	height: 5px;
	background: #009173;
	border: 1px solid #009173;
	margin: auto;
}

.we {
	width: 100%;
	padding-top: 89px;
	padding-bottom: 110px;
	background: #F5F5F5;
}

.we-content {
	width: 1400px;
	margin: auto;
}

.wexian {
	width: 110px;
	height: 5px;
	background: #009173;
	border: 1px solid #009173;
	margin-bottom: 41px;
}

.we-text {
	display: flex;
	justify-content: space-between;
}

.we-text-left {
	font-size: 40px;
	line-height: 45px;
	color: #000000;
	font-weight: bold;
	width: 602px;
	font-family: 'Montserrat';
}

.we-text-right {
	width: 505px;
	font-size: 20px;
	line-height: 40px;
	color: #000000;
	font-weight: 300;
	font-family: 'Montserrat';
}

.we-content a {
	width: fit-content;
	height: 49px;
	border-radius: 10px;
	background: #009173;
	border: 1px solid #009173;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 20px 16px 15px;
	margin: 63px auto 0 auto;
}

.we-content a span:first-child {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 17px;
	font-family: 'Montserrat';
	margin-right: 10px;
}

.we-content a span:last-child {
	position: relative;
	color: #FFFFFF;
	width: 40px;
	height: 100%;
}

.we-content a span:last-child::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 2px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.we-content a span:last-child::after {
	content: '>';
	position: absolute;
	font-size: 25px;
	line-height: 25px;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	font-family: 'Montserrat';
}

.our-item .our-item-content:nth-child(1) {
	z-index: 8;
}

.our-item .our-item-content:nth-child(2) {
	z-index: 9;
}

.our-item .our-item-content:nth-child(3) {
	z-index: 10;
}

.our-item-bottom {

	position: relative;
}

.our-item-bottom img {

	position: absolute;
	bottom: 2px;
}

@media (max-width: 1440px) {
	.our-item-z .our-item-bottom {
		height: 370px !important;
	}

	.our-item-bottom p {
		height: 251px;
	}

	.why-content,
	.our-content,
	.glitem,
	.we-content {
		width: 1140px;
	}

	.glimg,
	.our-item-content {
		width: 370px;
	}

	.why-text-right {
		width: 65%;
	}

	.why-text-left {
		width: 30%;
	}
}

@media (max-width:1140px) {
	.our-item-z .our-item-bottom {

		padding-bottom: 30px;
	}

	.sapp .banner img {
		height: 60vh;
	}

	.our-item-z .our-item-top {
		background: #009173 !important;
		border-radius: 10px 10px 0 0;
	}

	.our-item-z .our-item-bottom {
		height: 100% !important;
	}

	.our-item-bottom p {
		height: 100%;
	}

	.our-item-z {
		height: 100% !important;
	}

	.mobileour {
		display: block;
	}

	.pcour {
		display: none;
	}

	.why {
		padding-bottom: 57px;
	}

	.global .glh3 {
		margin-bottom: 37px;
	}

	.we {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.pro {
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.why-content,
	.our-content,
	.glitem,
	.we-content {
		width: 95%;
	}

	.why-text {
		flex-direction: column;
	}

	.why-text-left {
		width: 100%;
	}

	.why-text-right {
		width: 100%;
	}

	.why-text {
		margin-bottom: 37px;
	}

	.our-item {
		flex-direction: column;
		height: auto;
	}

	.glimg {
		width: 100%;
		margin: 15px auto;
	}

	.our-item-content {
		width: 80%;
		margin: 20px auto;
		box-sizing: border-box;
	}

	.our-item-top span:last-child {
		font-size: 20px !important;
		line-height: 20px !important;
		display: flex;
		align-items: center;
	}

	.glitem {
		flex-direction: column;
	}

	.we-text {
		flex-direction: column;
	}

	.we-text-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.we-text-right {
		width: 100%;
	}
}