﻿.banner-page {
	background-color: #5168FF;
	width: 100%;
	height: 324px
}

.banner-page .banner-info {
	width: 100%;
	height: 100%;
	padding: 60px 0;
	text-align: center;
	box-sizing: border-box;
	background: url(../image/banner1.png) no-repeat center;
	background-size: cover
}

.banner-page .banner-info h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	background: linear-gradient(to right, #3A51BB, #AD60CE);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: 30px
}

.banner-page .banner-info .banner-info-btn {
	width: max-content;
	height: max-content;
	text-align: center;
	position: relative;
	margin: 0 auto
}

.banner-page .banner-info .banner-info-btn button {
	width: 210px;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	color: #FFFFFF;
	border-radius: 58px;
	background: #384AFF;
	border: none;
	outline: none;
	position: relative;
	transition: box-shadow 0.3s ease
}

.banner-page .banner-info .banner-info-btn button::after {
	content: '';
	position: absolute;
	top: -15px;
	left: -15px;
	display: block;
	width: 240px;
	height: 86px;
	border-radius: 58px;
	border: 1px solid rgba(56, 74, 255, 0.1)
}

.banner-page .banner-info .banner-info-btn::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	display: block;
	width: 220px;
	height: 66px;
	border-radius: 58px;
	border: 1px solid rgba(56, 74, 255, 0.5)
}

.banner-page .banner-info .banner-info-btn::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	display: block;
	width: 230px;
	height: 76px;
	border-radius: 58px;
	border: 1px solid rgba(56, 74, 255, 0.3)
}

.business-content-box .business-content-active {
	max-width: 100% !important;
	margin: 0 !important;
	background-color: #F9FAFC
}

.business-content-box .business-content-active .business-content-wrapper {
	max-width: 1200px;
	margin: 0 auto
}

.business-content-box .business-content-item {
	margin: 40px auto 0;
	padding: 40px 0
}

.business-content-box .business-content-item .flow-content {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
	position: relative
}

.business-content-box .business-content-item .flow-content .flow-mask {
	width: 100%;
	height: 90px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.business-content-box .business-content-item .flow-content .flow-mask .flow-mask-line {
	width: 100%;
	border-bottom: 1px dashed #D3E8FF;
	position: relative
}

.business-content-box .business-content-item .flow-content .flow-mask .flow-mask-line .flow-mask-icon {
	width: 100%;
	padding: 0 10%;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	display: flex;
	justify-content: space-around;
	transform: translateY(-10px)
}

.business-content-box .business-content-item .flow-content .flow-mask .flow-mask-line .flow-mask-icon .flow-bar {
	width: 17px;
	height: 23px
}

.business-content-box .business-content-item .flow-content .flow-mask .flow-mask-line .flow-mask-icon .flow-bar1 {
	background: url(../image/flow-bar1.png) no-repeat center;
	background-size: cover
}

.business-content-box .business-content-item .flow-content .flow-mask .flow-mask-line .flow-mask-icon .flow-bar2 {
	background: url(../image/flow-bar2.png) no-repeat center;
	background-size: cover
}

.business-content-box .business-content-item .flow-content .flow-content-item {
	width: 250px;
	text-align: center;
	position: relative;
	z-index: 1
}

.business-content-box .business-content-item .flow-content .flow-content-item .flow-content-img {
	width: 105px;
	height: 105px;
	margin: 0 auto
}

.business-content-box .business-content-item .flow-content .flow-content-item:nth-child(2) .flow-content-img {
	background: url(../image/flow1.png) center no-repeat;
	background-size: cover
}

.business-content-box .business-content-item .flow-content .flow-content-item:nth-child(3) .flow-content-img {
	background: url(../image/flow2.png) center no-repeat;
	background-size: cover
}

.business-content-box .business-content-item .flow-content .flow-content-item:nth-child(4) .flow-content-img {
	background: url(../image/flow3.png) center no-repeat;
	background-size: cover
}

.business-content-box .business-content-item .flow-content .flow-content-item .flow-content-name {
	font-size: 20px;
	height: 50px;
	font-weight: 550;
	color: #000000;
	line-height: 50px;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 10px
}

.business-content-box .business-content-item .flow-content .flow-content-item .flow-content-name .flow-name-mask {
	width: 64px;
	height: 46px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.5
}

.business-content-box .business-content-item .flow-content .flow-content-item .flow-content-name h3 {
	position: absolute;
	z-index: 1
}

.business-content-box .business-content-item .flow-content .flow-content-item .flow-content-txt {
	font-size: 20px;
	font-weight: lighter;
	color: #666666;
	margin-top: 10px
}

.business-content-box .business-content-item .recovery-content .recovery-product {
	border-radius: 16px;
	box-shadow: 0px 4px 20px 0px #D4E2FF;
	overflow: hidden
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list {
	height: 130px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	position: relative
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list .recovery-nav-item {
	width: 33.33%;
	height: 100%;
	color: #666666;
	padding: 15px 0;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.2s ease-in-out;
	border-bottom: 3px solid #D3E8FF
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list .recovery-nav-item .recovery-nav-itemcont {
	width: 100%;
	height: 100%;
	line-height: 1.8;
	border-right: 1px solid #CECECE
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list .recovery-nav-item .recovery-nav-itemcont h3 {
	font-size: 24px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list .recovery-nav-item .recovery-nav-itemcont p {
	padding: 0 10px;
	font-size: 16px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list .recovery-nav-item:nth-child(3) .recovery-nav-itemcont {
	border-right: none
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list .recovery-nav-active {
	font-size: 24px;
	font-weight: 700;
	color: #0C6FF9
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list .active-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 33.33%;
	height: 4px;
	background-color: #0C6FF9;
	-webkit-transition: left .51s ease;
	transition: left .51s ease
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont-active {
	display: flex !important
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont {
	display: none
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(1) .solution-cont .solution-cont-answer {
	background: #FFF7F0;
	border: 1px solid #FF591B;
	border-radius: 16px;
	position: relative;
	overflow: hidden
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(1) .solution-cont .solution-cont-answer .solution-answer-list {
	border-color: #FF7300
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(1) .solution-cont .solution-cont-answer .solution-answer-list li {
	color: #FF7300
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(1) .solution-cont .solution-cont-answer .solution-answer-list li .answer-list-icon {
	border-color: #FF7300
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(1) .solution-cont .solution-cont-answer::before {
	content: "";
	display: block;
	width: 68px;
	height: 66px;
	border: 23px solid rgba(255, 238, 224, 0.8);
	border-radius: 50%;
	position: absolute;
	left: -30px;
	bottom: -30px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(1) .solution-cont .solution-cont-answer::after {
	content: "";
	display: block;
	width: 166px;
	height: 166px;
	background: url(../image/answericon1.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	bottom: 8px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(1) .solution-cont .solution-cont-answer .solution-answer-desc::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url(../image/triangle1.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(-45deg);
	position: absolute;
	left: 150px;
	bottom: 40px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(1) .solution-cont .solution-cont-answer .solution-answer-desc::after {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background: url(../image/triangle1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 300px;
	bottom: 30px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(2) .solution-cont .solution-cont-answer {
	background: #FFF5F2;
	border: 1px solid #FF591B;
	border-radius: 16px;
	position: relative;
	overflow: hidden
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(2) .solution-cont .solution-cont-answer .solution-answer-list {
	border-color: #FF591B
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(2) .solution-cont .solution-cont-answer .solution-answer-list li {
	color: #FF591B
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(2) .solution-cont .solution-cont-answer .solution-answer-list li .answer-list-icon {
	border-color: #FF591B
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(2) .solution-cont .solution-cont-answer::before {
	content: "";
	display: block;
	width: 68px;
	height: 66px;
	border: 23px solid rgba(255, 234, 227, 0.8);
	border-radius: 50%;
	position: absolute;
	left: -30px;
	bottom: -30px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(2) .solution-cont .solution-cont-answer::after {
	content: "";
	display: block;
	width: 166px;
	height: 166px;
	background: url(../image/answericon2.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	bottom: 8px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(2) .solution-cont .solution-cont-answer .solution-answer-desc::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url(../image/triangle2.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(-45deg);
	position: absolute;
	left: 150px;
	bottom: 40px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(2) .solution-cont .solution-cont-answer .solution-answer-desc::after {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background: url(../image/triangle2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 300px;
	bottom: 30px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(3) .solution-cont .solution-cont-answer {
	background: #EEF7FF;
	border: 1px solid #0C6FF9;
	border-radius: 16px;
	position: relative;
	overflow: hidden
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(3) .solution-cont .solution-cont-answer .solution-answer-list {
	border-color: #0C6FF9
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(3) .solution-cont .solution-cont-answer .solution-answer-list li {
	color: #0C6FF9
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(3) .solution-cont .solution-cont-answer .solution-answer-list li .answer-list-icon {
	border-color: #0C6FF9
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(3) .solution-cont .solution-cont-answer::before {
	content: "";
	display: block;
	width: 68px;
	height: 66px;
	border: 23px solid rgba(224, 239, 255, 0.8);
	border-radius: 50%;
	position: absolute;
	left: -30px;
	bottom: -30px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(3) .solution-cont .solution-cont-answer::after {
	content: "";
	display: block;
	width: 166px;
	height: 166px;
	background: url(../image/answericon3.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	bottom: 8px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(3) .solution-cont .solution-cont-answer .solution-answer-desc::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url(../image/triangle3.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(-45deg);
	position: absolute;
	left: 150px;
	bottom: 40px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(3) .solution-cont .solution-cont-answer .solution-answer-desc::after {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background: url(../image/triangle3.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 300px;
	bottom: 30px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont {
	width: 100%;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-intro {
	width: 45%;
	height: 430px;
	border-radius: 16px;
	border: 1px solid #E5E5E5
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-intro img {
	width: 100%
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-intro .solution-intro-cont {
	padding: 20px 10px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-intro .solution-intro-cont h4 {
	font-size: 18px;
	color: #333333;
	padding-bottom: 15px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-intro .solution-intro-cont p {
	font-size: 14px;
	font-weight: 550;
	line-height: 1.8
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-intro .solution-intro-cont p:nth-of-type(1) {
	color: #666666
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-intro .solution-intro-cont p:nth-of-type(2) {
	color: #999999
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-answer {
	width: 53%;
	height: 430px;
	font-weight: 550;
	padding: 40px;
	box-sizing: border-box
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-answer .solution-answer-list {
	margin-bottom: 40px;
	border-bottom: 1px dashed transparent
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-answer .solution-answer-list li {
	font-size: 20px;
	margin-bottom: 40px;
	display: flex;
	align-items: center
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-answer .solution-answer-list li .answer-list-icon {
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	border: 5px solid transparent;
	margin-right: 5px
}

.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-answer .solution-answer-desc {
	width: 75%;
	font-size: 16px;
	color: #333333
}

@media (max-width: 1024px) {
	.banner-page {
		height: 28vw;
		margin-bottom: 16px;
		height: 180px
	}

	.banner-page .banner-info {
		padding: 30px 0;
		background: url(../image/banner1.png) no-repeat center;
		background-size: cover
	}

	.banner-page .banner-info h1 {
		font-size: 17px;
		margin-bottom: 30px
	}

	.banner-page .banner-info p {
		font-size: 12px;
		margin-bottom: 25px
	}

	.banner-page .banner-info p i {
		width: 1px;
		height: 10px
	}

	.banner-page .banner-info .banner-info-btn button {
		width: 120px;
		height: 35px;
		line-height: 35px;
		font-size: 14px
	}

	.banner-page .banner-info .banner-info-btn button::after {
		content: '';
		position: absolute;
		top: -15px;
		left: -15px;
		width: 150px;
		height: 65px
	}

	.banner-page .banner-info .banner-info-btn::before {
		content: '';
		position: absolute;
		top: -5px;
		left: -5px;
		width: 129px;
		height: 45px
	}

	.banner-page .banner-info .banner-info-btn::after {
		content: '';
		position: absolute;
		top: -10px;
		left: -10px;
		width: 140px;
		height: 55px
	}

	.business-content-box .business-content-active {
		background-color: #ffffff
	}

	.business-content-box .business-content-item {
		padding: 0 14px 20px;
		margin: 0
	}

	.business-content-box .business-content-item .recovery-content .recovery-product {
		border-radius: 16px;
		background-color: #ffffff;
		box-shadow: none
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-box {
		width: 100%;
		border-bottom: 2px solid #D3E8FF
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list {
		width: 70%;
		height: 50px;
		background-color: #FFFFFF;
		display: flex;
		align-items: center;
		position: relative;
		top: 2px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list .recovery-nav-item {
		width: 33.33%;
		height: 100%;
		padding: 0;
		font-size: 12px;
		text-align: center
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list .recovery-nav-item .recovery-nav-itemcont {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		border: none
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list .recovery-nav-item .recovery-nav-itemcont h3 {
		font-size: 16px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list .recovery-nav-item .recovery-nav-itemcont p {
		display: none
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list .recovery-nav-item:nth-child(4) .recovery-nav-itemcont {
		border-right: none
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list .recovery-nav-active {
		font-size: 14px;
		font-weight: 700;
		color: #0C6FF9
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-nav-list .active-bar {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 33.33%;
		height: 3px;
		background-color: #0C6FF9;
		-webkit-transition: left .51s ease;
		transition: left .51s ease
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont-active {
		display: flex !important
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont {
		box-sizing: border-box
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont {
		padding: 15px 0
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-intro {
		width: 100%;
		height: max-content
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-intro .solution-intro-cont h4 {
		font-size: 12px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-intro .solution-intro-cont p {
		font-size: 10px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-answer {
		width: 100%;
		height: 250px;
		padding: 20px;
		margin-top: 10px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-answer .solution-answer-list {
		margin-bottom: 20px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-answer .solution-answer-list li {
		font-size: 12px;
		margin-bottom: 20px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-answer .solution-answer-list li .answer-list-icon {
		width: 5px;
		height: 5px;
		border: 4px solid transparent
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont .solution-cont .solution-cont-answer .solution-answer-desc {
		font-size: 10px !important;
		width: 100%
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(1) .solution-cont .solution-cont-answer::before {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		border: 13px solid #FFEEE0;
		border-radius: 50%;
		position: absolute;
		left: -10px;
		bottom: -20px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(1) .solution-cont .solution-cont-answer::after {
		content: "";
		display: block;
		width: 98px;
		height: 98px;
		background: url(../image/answericon1.png) no-repeat center;
		background-size: 100% 100%;
		position: absolute;
		right: 6px;
		bottom: 4px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(1) .solution-cont .solution-cont-answer .solution-answer-desc::before {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: url(../image/triangle1.png) no-repeat;
		background-size: 100% 100%;
		transform: rotate(-45deg);
		position: absolute;
		left: 100px;
		bottom: 22px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(1) .solution-cont .solution-cont-answer .solution-answer-desc::after {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background: url(../image/triangle1.png) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		left: 180px;
		bottom: 20px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(2) .solution-cont .solution-cont-answer::before {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		border: 13px solid #FFEAE3;
		border-radius: 50%;
		position: absolute;
		left: -10px;
		bottom: -20px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(2) .solution-cont .solution-cont-answer::after {
		content: "";
		display: block;
		width: 98px;
		height: 98px;
		background: url(../image/answericon2.png) no-repeat center;
		background-size: 100% 100%;
		position: absolute;
		right: 6px;
		bottom: 4px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(2) .solution-cont .solution-cont-answer .solution-answer-desc::before {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: url(../image/triangle2.png) no-repeat;
		background-size: 100% 100%;
		transform: rotate(-45deg);
		position: absolute;
		left: 100px;
		bottom: 22px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(2) .solution-cont .solution-cont-answer .solution-answer-desc::after {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background: url(../image/triangle2.png) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		left: 180px;
		bottom: 20px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(3) .solution-cont .solution-cont-answer::before {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		border: 13px solid #E0EFFF;
		border-radius: 50%;
		position: absolute;
		left: -10px;
		bottom: -20px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(3) .solution-cont .solution-cont-answer::after {
		content: "";
		display: block;
		width: 98px;
		height: 98px;
		background: url(../image/answericon3.png) no-repeat center;
		background-size: 100% 100%;
		position: absolute;
		right: 6px;
		bottom: 4px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(3) .solution-cont .solution-cont-answer .solution-answer-desc::before {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: url(../image/triangle3.png) no-repeat;
		background-size: 100% 100%;
		transform: rotate(-45deg);
		position: absolute;
		left: 100px;
		bottom: 22px
	}

	.business-content-box .business-content-item .recovery-content .recovery-product .recovery-tabcont:nth-child(3) .solution-cont .solution-cont-answer .solution-answer-desc::after {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background: url(../image/triangle3.png) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		left: 180px;
		bottom: 20px
	}

	.business-content-box .business-content-item .flow-content {
		display: flex;
		justify-content: space-between;
		height: 150px;
		padding: 20px 0;
		position: relative
	}

	.business-content-box .business-content-item .flow-content .flow-mask {
		height: 85px;
		top: 50%;
		transform: translateY(-50%)
	}

	.business-content-box .business-content-item .flow-content .flow-mask .flow-mask-line {
		width: 100%;
		border-bottom: 1px dashed #D3E8FF;
		position: relative
	}

	.business-content-box .business-content-item .flow-content .flow-mask .flow-mask-line .flow-mask-icon {
		width: 100%;
		padding: 0 10%;
		transform: translateY(-6px)
	}

	.business-content-box .business-content-item .flow-content .flow-mask .flow-mask-line .flow-mask-icon .flow-bar {
		width: 10px;
		height: 13px
	}

	.business-content-box .business-content-item .flow-content .flow-content-item {
		width: 25%;
		height: 50%
	}

	.business-content-box .business-content-item .flow-content .flow-content-item .flow-content-img {
		width: 60px;
		height: 60px
	}

	.business-content-box .business-content-item .flow-content .flow-content-item .flow-content-name {
		font-size: 12px;
		height: 30px;
		line-height: 30px
	}

	.business-content-box .business-content-item .flow-content .flow-content-item .flow-content-name .flow-name-mask {
		width: 35px;
		height: 25px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%)
	}

	.business-content-box .business-content-item .flow-content .flow-content-item .flow-content-txt {
		font-size: 12px;
		line-height: 14px
	}
}

.advantage {
	padding: 2.5% 0
}

.advantage .list {
	display: flex;
	justify-content: space-between;
	margin-top: 5%
}

.advantage .list .item {
	width: 22%;
	max-width: 260px;
	height: 300px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	color: #FFF;
	transition: .5s transform;
	overflow: hidden;
	position: relative
}

.advantage .list .item .label {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	padding: 0 5%;
	text-align: center
}

.advantage .list .item .left-icon {
	position: absolute;
	left: 10px;
	top: 30px;
	width: 67px;
	height: 64px;
	background: url(../image/ys_sj_left.png) no-repeat;
	background-size: 100%
}

.advantage .list .item .right-icon {
	position: absolute;
	right: 10px;
	top: 110px;
	width: 57px;
	height: 54px;
	background: url(../image/ys_sj_right.png) no-repeat;
	background-size: 100%
}

.advantage .list .item .up-part {
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.advantage .list .item .up-part-img {
	width: 100px;
	height: 100px
}

.advantage .list .item .text {
	height: 100px;
	font-size: 13px;
	color: #666666;
	padding: 20px 5%;
	line-height: 1.8;
	margin-top: 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: flex;
	align-items: center
}

.advantage .list .item .mask-img {
	width: 207px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0
}

.advantage .list .item:nth-child(1) .mask-img {
	background: url(../image/advantagebg1.png) no-repeat center;
	background-size: cover
}

.advantage .list .item:nth-child(1) .up-part-img {
	background: url(../image/advantage1.png) no-repeat center;
	background-size: cover
}

.advantage .list .item:nth-child(2) .mask-img {
	background: url(../image/advantagebg2.png) no-repeat center;
	background-size: cover
}

.advantage .list .item:nth-child(2) .up-part-img {
	background: url(../image/advantage2.png) no-repeat center;
	background-size: cover
}

.advantage .list .item:nth-child(3) .mask-img {
	background: url(../image/advantagebg3.png) no-repeat center;
	background-size: cover
}

.advantage .list .item:nth-child(3) .up-part-img {
	background: url(../image/advantage3.png) no-repeat center;
	background-size: cover
}

.advantage .list .item:nth-child(4) .mask-img {
	background: url(../image/advantagebg4.png) no-repeat center;
	background-size: cover
}

.advantage .list .item:nth-child(4) .up-part-img {
	background: url(../image/advantage4.png) no-repeat center;
	background-size: cover
}

.advantage .list .item:nth-of-type(1) {
	background: linear-gradient(158deg, #FECE98 0%, #FEA031 100%);
	box-shadow: 0 30px 20px -20px rgba(250, 167, 72, 0.38)
}

.advantage .list .item:nth-of-type(1) .text {
	background-color: rgba(255, 245, 233, 0.91)
}

.advantage .list .item:nth-of-type(2) {
	background: linear-gradient(180deg, #AF9DFE 0%, #8E78FB 100%);
	box-shadow: 0 30px 20px -20px rgba(147, 124, 252, 0.38)
}

.advantage .list .item:nth-of-type(2) .text {
	background-color: #F1EEFF
}

.advantage .list .item:nth-of-type(3) {
	background: linear-gradient(158deg, #85E3FC 0%, #43C6EA 100%);
	box-shadow: 0 30px 20px -20px rgba(93, 209, 241, 0.38)
}

.advantage .list .item:nth-of-type(3) .text {
	background-color: #DAF7FF
}

.advantage .list .item:nth-of-type(4) {
	background: linear-gradient(180deg, #FF8AB6 0%, #F75686 100%);
	box-shadow: 0 30px 20px -20px rgba(255, 83, 137, 0.38)
}

.advantage .list .item:nth-of-type(4) .text {
	background-color: #FFF1F6
}

.advantage .list .item:hover {
	transform: translateY(-5%)
}

@media (max-width: 1024px) {
	.advantage {
		padding: 5% 0 10% 0
	}

	.advantage .list .item {
		height: 21vw;
		border-radius: 16px
	}

	.advantage .list .item img {
		width: 7vw;
		height: 7vw
	}

	.advantage .list .item .label {
		font-size: 1.75vw
	}

	.advantage .list .item .text {
		display: none
	}

	.advantage .list .item .left-icon {
		left: 1.2vw;
		top: 1.4vw;
		width: 5vw;
		height: 5.1vw
	}

	.advantage .list .item .right-icon {
		right: 1.2vw;
		top: 9.4vw;
		width: 4vw;
		height: 4.1vw
	}

	.advantage .list .item .mask-img {
		display: none
	}

	.advantage .list .item .up-part-img {
		width: 31px;
		height: 31px
	}
}

@media (max-width: 768px) {
	.advantage .list .item {
		height: 24vw;
		border-radius: 16px
	}

	.advantage .list .item img {
		width: 10vw;
		height: 10vw
	}

	.advantage .list .item .label {
		font-size: 2vw
	}

	.advantage .list .item .right-icon {
		right: 1.2vw;
		top: 10.4vw
	}
}