.serve-banner {
	width: 100%;
	min-width: 1200px;
}

.serve-module-one {
	width: 100%;
	min-width: 1200px;
	height: 1190px;
	padding-top: 80px;
	background-image: url(/images/serve/bj01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.serve-module-one>div:first-child {
	width: 100%;
	display: flex;
	justify-content: center;
}

.serve-title-one {
	width: 217px;
}

.serve-module-one>div:nth-child(2) {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.serve-module-one>div:last-child {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.serve-module-one>div:last-child>p {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: solid 1px #a0a0a0;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
}

.serve-module-one>div:last-child>p:hover {
	background-color: #fb368e;
	border: solid 1px #fb368e;
	color: #FFFFFF;
}

.serve-module-two {
	width: 100%;
	min-width: 1200px;
	height: 3120px;
	padding-top: 80px;
	background-image: url(/images/serve/bj02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.serve-module-two>div:first-child {
	width: 100%;
	display: flex;
	justify-content: center;
}

.serve-title-two {
	width: 265px;
}

.serve-module-two-list {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.serve-module-two-list-img {
	width: 520px;
	height: 285px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 117px;
}

.serve-module-two-list-cont {
	width: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.serve-module-two-list-cont>p {
	font-family: PingFang-SC-Bold;
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 3px;
	color: #333333;
	text-align: center;
	margin-bottom: 26px;
}
.serve-module-two-list-cont>div>p{
	font-family: PingFang-SC-Regular;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #666666;
}
.serve-module-two-list-img-other {
	width: 520px;
	height: 285px;
	border-radius: 4px;
	overflow: hidden;
	margin-left: 117px;
}
.serve-btn{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

.serve-btn>p {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: solid 1px #a0a0a0;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
}

.serve-btn>p:hover {
	background-color: #fb368e;
	border: solid 1px #fb368e;
	color: #FFFFFF;
}

.serve-module-three {
	width: 100%;
	min-width: 1200px;
	padding: 80px 0;
	background-color: #FFFFFF;
}

.serve-module-three>div:first-child {
	width: 100%;
	display: flex;
	justify-content: center;
}
.serve-title-three{
	width: 275px;
}

.serve-title-three-list-img {
	width: 540px;
	height: 352px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 117px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.serve-title-three-list-img-other {
	width: 540px;
	height: 352px;
	border-radius: 4px;
	overflow: hidden;
	margin-left: 117px;
	justify-content: center;
	align-items: center;
}

.serve-module-three-list-cont {
	width: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.serve-module-three-list-cont>p {
	font-family: PingFang-SC-Bold;
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 3px;
	color: #333333;
	text-align: center;
	margin-bottom: 26px;
}
.serve-module-three-list-cont>div>p{
	font-family: PingFang-SC-Regular;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #666666;
}