/* 轮播 */
.f-page>.carousel>[carousel-item]>* {
	position: relative;
}

.f-page>.carousel img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.f-page>.carousel .text {
	position: relative;
	z-index: 1;
	max-width: 1345px;
	margin: 0 auto;
	padding-top: 8%;
}

.f-page>.carousel .text>p {
	font-size: 18px;
	padding: 2px 0;
}

.f-page>.carousel .text>p:nth-child(1) {
	font-weight: bold;
}

.f-page>.carousel .text>p:nth-child(2) {
	font-size: 48px;
	font-weight: bold;
}

.f-page>.carousel .text>p:nth-child(3) {
	color: #49494a;
}

.f-page>.carousel .text>.btn {
	margin-top: 46px;
}

.f-page>.carousel .text>.btn .f-button {
	padding: 14px 33px;
}

/* 产品 */
.f-page .f-body>.product {
	width: 1200px;
	margin: 60px auto 0 auto;
}

.f-page .f-body>.product>.title {
	margin: 60px 0 70px 0;
	text-align: center;
}

.f-page .f-body>.product>.title>h1 {
	font-size: 38px;
	font-weight: 500;
}

.f-page .f-body>.product>.title>span {
	font-size: 22px;
	color: #999999;
}

.f-page .f-body>.product>.list {
	display: flex;
	flex-wrap: wrap;
	gap: 72px 30px;
}

.f-page .f-body>.product .list>.item {
	width: 380px;
}

.f-page .f-body>.product .list>.item>img {
	border-radius: 10px;
}

.f-page .f-body>.product .list>.item>.content {}

.f-page .f-body>.product .list>.item>.content>.title {
	font-size: 24px;
	color: #0880f8;
	line-height: 1.2;
	margin-top: 27px;
}

.f-page .f-body>.product .list>.item>.content>.memo {
	color: #888888;
	line-height: 1.2;
	margin-top: 24px;
}

.f-page .f-body>.product .list>.item>.content>.more {
	display: inline-block;
	margin-top: 34px;
	color: #0880f8;
}

.f-page .f-body>.product .list>.item.more>.content>.title {
	color: #888888;
}
/* 服务 */
.f-page .f-body>.service>.content {
	background: #eff3f9 url('../img/s-bg.png') no-repeat top center;
	padding-top: 60px;
}

.f-page .f-body>.service>.title {
	margin: 90px 0 18px 0;
	text-align: center;
}

.f-page .f-body>.service>.title>h1 {
	font-size: 38px;
	font-weight: 500;
}

.f-page .f-body>.service>.title>span {
	font-size: 22px;
	color: #999999;
}

.f-page .f-body>.service>.content>.list {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 47px;
}

.f-page .f-body>.service>.content>.list>.item {
	width: 200px;
	border-radius: 10px;
	overflow: hidden;
}

.f-page .f-body>.service>.content>.list>.item>.content {
	background-color: #ffffff;
	padding: 24px 26px;
	min-height: 50px;
	text-align: center;
	font-size: 16px;
}

.f-page .f-body>.service>.content>.list>.item>img {
	width: 100%;
	height: 162px;
}

/* 客户服务 */
.f-page .f-body>.service .customer {
	width: 450px;
	margin: 0 auto;
	text-align: center;
	padding: 75px 0 80px 0;
}

.f-page .f-body>.service .customer>h1 {
	font-size: 36px;
	color: #107eec;
	margin-bottom: 5px;
}

.f-page .f-body>.service .customer>p {
	color: #666666;
}

.f-page .f-body>.service .customer>.form {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.f-page .f-body>.service .customer>.form input {
	padding: 0 16px;
	height: 48px;
	border: none;
	background-color: #ffffff;
	border-radius: 5px;
}

.f-page .f-body>.service .customer>.form .f-button {
	padding: 11px 20px;
}

@media (max-width: 768px) {
	.f-page>.carousel {
		height: auto !important;
	}

	.f-page>.carousel img {
		opacity: .5;
	}

	.f-page>.carousel .text {
		padding: 8% 4%;
	}

	.f-page>.carousel .text>p {}

	.f-page>.carousel .text>p:nth-child(1) {
		font-weight: bold;
	}

	.f-page>.carousel .text>p:nth-child(2) {
		font-size: 32px;
	}

	.f-page>.carousel .text>p:nth-child(3) {
		color: #49494a;
	}

	.f-page>.carousel .text>.btn {
		margin-top: 28px;
	}

	/* 产品 */
	.f-page .f-body>.product {
		width: 100%;
		margin: 60px auto 0 auto;
	}

	.f-page .f-body>.product>.list {
		justify-content: center;
	}

	.f-page .f-body>.product .list>.item {
		width: 100%;
		text-align: center;
		padding: 0 16px;
	}

	/* 服务 */
	.f-page .f-body>.service>.content>.list {
		width: 100%;
		justify-content: center;
	}

	.f-page .f-body>.service>.content>.list>.item {
		width: 300px;
	}

	/* 客户服务 */
	.f-page .f-body>.service .customer {
		width: 100%;
	}

	.f-page .f-body>.service .customer>h1 {
		font-size: 28px;
	}

	.f-page .f-body>.service .customer>p {
		padding: 0 20%;
	}
}