body {
	background-color: #f9f9f9 !important;
}

.serve-top {
	/* width: 1684px; */
	/* height: 600px; */
	width: 1053px;
	height: 600px;
	margin: 40px auto 0 auto;
}
.serve-top img {
	width: 100%;
	height: 100%;
}

.serve-info {
	width: 1684px;
	min-height: 260px;
	margin: 0 auto;
	background-color: #fff;
}
.serve-info .title {
	height: 107px;
	box-sizing: border-box;
	padding-top: 25px;
	padding-bottom: 44px;
	line-height: 42px;
	font-size: 30px;
	color: #333;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	position: relative;
}
.serve-info .title::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	width: 100px;
	height: 4px;
	background-color: #83cbc5;
}
.serve-info .txt {
	padding: 0 90px;
	font-size: 20px;
	line-height: 28px;
	color: #666;
	margin-bottom: 50px;
}

.serve-tab {
	width: 1684px;
	margin: 50px auto 60px auto;
	display: flex;
	justify-content: center;
}
.serve-tab li {
	min-width: 80px;
	height: 48px;
	font-size: 20px;
	color: #333;
	margin-right: 52px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.serve-tab li:last-child {
	margin-right: 0;
}
.serve-tab li.active::after,
.serve-tab li:hover::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	width: 80px;
	height: 4px;
	background-color: #83cbc5;
}

.serve-body {
	width: 1684px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 20px;
}
.serve-body::after {
	content: "";
	flex: auto;
}
.serve-body > li {
	width: 548px;
	height: 690px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 19px 24px;
	margin-bottom: 60px;
}
.serve-body > li a {
	display: block;
	width: 100%;
	height: 100%;
}
.serve-body > li .img {
	width: 500px;
	height: 500px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.serve-body > li ol {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;

}
.serve-body > li ol li {
	width: 100px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	background: #002163;
}
.serve-body > li ol li.t2 { background: #ff7100; }
.serve-body > li .title {
	line-height: 42px;
	font-size: 30px;
	color: #333;
	margin-bottom: 20px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.serve-body > li .r2 {
	font-size: 24px;
	line-height: 34px;
	color: #999;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#laypage-serve {
	display: flex;
	justify-content: center;
	zoom: 1.25;
	margin-bottom: 40px;
}

.serve-slide {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 170px;
	height: 88px;
	border-radius: 50px 0 0 50px;
	background-color: #83CBC5;
}
.serve-slide a {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 2px;
	color: #fff;
	font-size: 20px;
}
.serve-slide a img {
	width: 50px;
	height: 50px;
}

.box-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 94px auto 200px auto;
}
.box-empty img {
	width: 300px;
	height: 300px;
	margin-bottom: 40px;
}
.box-empty div {
	font-size: 24px;
	line-height: 34px;
	color: #999;
}
