.smart-product a {
	background: #f4f4f4;
}

.smart-product a span {
	height: 32px;
}

.zjaroe {
	width: 100%;
	height: 100%;
	margin-top: 29px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.zjaroe .xvplay {
	width: 100%;
	height: auto;
	cursor: pointer;
}

#index-play {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	display: none;
}

.zjaroe .xvplay:hover+#index-play {
	display: block;
}

#index-play:hover {
	display: block;
}

.tcaroe {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	display: none;

}

.tcaroe .dvplay {
	width: 1000px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 15px;
	overflow: hidden;
}

.tcaroe .dvplay video {
	width: 100%;
	height: 100%;
}

.playc {
	color: #FFFFFF;
	font-size: 22px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 0;
}

@media (max-width:1000px) {
	#index-play {
		display: block;
	}

	.tcaroe .dvplay {
		width: 95%;
		height: auto;
	}
}

/* smart */



.appspart .banner {
	width: 100%;
	aspect-ratio: 16 / 5;
	position: relative;
	line-height: 0;
}

.appspart .banner-h3 {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);

	font-weight: bold;
	font-size: 55px;
	color: #FFFFFF;
	text-align: center;
	line-height: 55px;
	width: 100%;
	font-family: 'Montserrat';

}

.appspart .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	line-height: 0;
}

.appspart .smart {
	width: 1400px;
	margin: auto;
}

.appspart .smart-p1 {
	width: 80%;
	font-size: 17px;
	line-height: 25px;
	color: #000000;
	font-weight: 300;
	margin: 56px auto 34px auto;
	text-align: center;
	font-family: 'Montserrat';
}

.smart-xian {
	width: 105px;
	height: 5px;
	margin: auto;
	background: #009173;
	border: 1px solid #009173;
}

.smart-img {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.smart-h5 {
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-top: 55px;
	margin-bottom: 31px;
	font-family: 'Montserrat';

}

.msmart {
	display: none;
}

.smart-qh .h5sc {
	position: sticky;
	top: calc(25% - 55px);
}

.smart-item {
	width: 100%;
	height: 100%;
	margin-bottom: 114px;
	text-align: center;
}

.appspart .smart-item img {

	width: 427px;
	height: 290px;
	margin-bottom: 35px;
	object-fit: cover;
}

.smart-item p {
	font-size: 17px;
	line-height: 25px;
	color: #000000;
	font-weight: 300;
	text-align: center;
	font-family: 'Montserrat';
}

.smart-sc {
	width: 100%;
	height: 220vh;
	position: relative;
}

.smart-qh {
	width: 100%;
	height: 500px;
	position: sticky;
	margin-bottom: 264px;
	top: 25%;
}

.smart-qh-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 55px;
	left: 0;
	opacity: 0;
	transition: all 0.4s linear;


}

.smart-qh-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.smart-qh-item p {
	font-weight: 500;
	color: #000000;
	font-size: 17px;
	line-height: 25px;
	font-family: 'Montserrat';
	text-align: center;
	margin: 15px auto 30px auto;
	position: relative;
	letter-spacing: 2px;

}

.smart-qh-item p::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	width: 145px;
	height: 2px;
	background: #009173;
	color: #009173;

}

.smart-o {
	opacity: 1 !important;
}

.smart-h1 {
	font-weight: 500;
	font-size: 55px;
	line-height: 55px;
	color: #000000;
	margin-bottom: 74px;
	text-align: center;
	font-family: 'Montserrat';
}

.appspart .smart-form {
	width: 100%;

}

/* bd */
.appspart .form-bd {
	width: 100%;
	background: #F5F5F5;
	padding-top: 79px;
	padding-bottom: 70px;
}

.appspart .form-bd-content {
	width: 1400px;
	margin: auto;
}

.appspart .form-bd-content h3 {
	margin-bottom: 36px;
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	font-family: 'Montserrat';
}

.appspart .cc-content {
	width: 100%;
}

.appspart .cc-input {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.appspart .cc-input input {
	font-size: 16px;
	font-weight: 300;
	color: #8D8D8D;
	font-family: 'Montserrat';
}

.appspart .cc-input input:not(:last-child) {
	width: 695px;
	height: 60px;
	margin-bottom: 12px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
}

.appspart .cc-input input:last-child {
	width: 100%;
	height: 60px;
	margin-bottom: 12px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
}

.appspart .guinpu #attr_37 {
	width: 100%;
	height: 60px;
	margin-bottom: 12px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
	font-size: 16px;
	font-weight: 300;
	color: #8D8D8D;
	font-family: 'Montserrat';
}

.appspart .guinpu #attr_38 {
	width: 100%;
	height: 203px;
	margin-bottom: 61px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
	font-size: 16px;
	font-weight: 300;
	color: #8D8D8D;
	padding-top: 13px;
	font-family: 'Montserrat';
}

.appspart .guinpu .cc-b {
	width: 101px;
	height: 33px;
	border-radius: 40px;
	border: 1px solid #009173;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #009173;
	font-weight: 400;
	background: transparent;
	margin: auto;
	cursor: pointer;
	font-family: 'Montserrat';
}

.appspart .smart-product {
	position: relative;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 50px;
}

.smart-product .swiper {
	padding-bottom: 30px;
}

.smart-product a {
	display: inline-block;
	border-radius: 10px;
	text-align: center;
}

.smart-product a span {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	color: #000000;
	font-family: 'Montserrat';

}


.smart-product a img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.smart-product .swiper-wrapper {
	transition-timing-function: linear !important;
}

.smart-product .swiper-pagination-bullet {
	width: 50px;
	height: 4px;
	border-radius: 0px;
	margin: 0 !important;
	display: inline-block !important;
}

.smart-product .swiper-pagination-bullet-active {
	border-radius: 10px !important;
	background: #009173 !important;
	border: 1px solid #009173 !important;
}

@media (max-width:1440px) {
	.appspart .cc-input input:not(:last-child) {
		width: 49%;
	}

	.smart-qh {
		top: 10%;
	}

	.smart-qh .h5sc {

		top: calc(10% - 55px);
	}

	.appspart .smart,
	.apappspartp .form-bd-content,
	.appspart .smart-form.abbanner,
	.appspart .form-bd-content {
		width: 1140px;

	}

	.appspart .smart-item img {
		width: 350px;
		height: 290px;
		margin-bottom: 35px;
		min-height: auto;
	}

}

@media (max-width:1140px) {
	.appspart .banner img {
		height: 60vh;
		object-fit: cover;
		object-position: 30% 80%;
	}

	.appspart .form-bd {
		padding-bottom: 10px;
	}

	.appspart .cc-input input:not(:last-child),
	.appspart .guinpu #attr_37,
	.guinpu #attr_38 {
		font-size: 13px;
	}

	.appspart .guinpu #attr_38 {
		margin-bottom: 31px;
	}

	.appspart .guinpu .cc-b {
		margin-bottom: 20px;
	}

	.appspart .smart-h1 {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.appspart .smart,
	.appspart .form-bd-content {
		width: 95%;

	}

	.msmart {

		display: block;
		position: relative;
		top: 0;
		height: 100%;
	}

	.smart-qh .h5sc {
		position: relative;
		top: 0;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.smart-sc {
		height: 100%;
	}



	.smart-qh {
		margin-bottom: 74px;
	}

	.smart-qh-item img {
		height: 40vh;
	}

	.smart-qh-item {
		position: relative;
	}

	.smart-qh-item {
		opacity: 1;
	}

	.smart-qh-item p {
		text-align: center;
		position: relative;
		color: #000000;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.psmart {
		display: none;
	}

	.smart-img {
		flex-direction: column;
		justify-content: center;
	}

	.smart-item {
		text-align: center;
		margin-bottom: 24px;
	}

	.smart-h1 {
		font-size: 24px;
		line-height: 24px;
	}

	.smart-product {
		width: 95%;
		margin: auto;
		padding-top: 1px;

	}
}

@media (max-width:750px) {
	.appspart .banner {
		aspect-ratio: 15 / 19;
	}
}