.serviceProcess {
	/* width: 1300px; */
	width: 100%;
	margin: 0 auto;
	/* height: 1000px; */
}


.card-box {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 60px;
	z-index: 999;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 40px;
}

.liucheng-box {
	width: 1300px;
	margin: 0 auto;
}

.liucheng-box .img-wrap {
	width: 100%;
}

.liucheng-box .img-wrap .img {
	width: 100%;
}

.page-title {
	text-align: center;
}

.page-title .title {
	font-size: 40px;
	font-weight: 600;
	box-sizing: border-box;
}

.page-title .desc {
	width: 100%;
	color: #999;
	line-height: 30px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-title .line {
	width: 50px;
	height: 4px;
	margin: 10px auto 0;
	background-color: #4A53E6;
}

.nav-wrap {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 50px;
}

.nav-wrap .nav-item {
	width: 200px;
	height: 200px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 2px 6px 2px rgba(11, 14, 60, 0.06);
	/* @include flex(center); */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
}

.nav-wrap .nav-item .img {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
}

.nav-wrap .nav-item:hover {
	transition: all 0.2s;
	transform: scale(1.2);
}

/* .nav-wrap .nav-item .img:hover{
					transition: all 0.2s;
					transform: scale(1.2);
				} */

.youshi-box {
	background: radial-gradient(circle, #F3F2FC, #ffffff);
}

.youshi-box .youshi-wrap {
	width: 1300px;
	margin: 0 auto;
}

.youshi-box .youshi-wrap .jieshao {
	height: 400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.youshi-box .youshi-wrap .jieshao .tabs-wrap {
	width: 300px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.youshi-box .youshi-wrap .jieshao .tabs-wrap .tabs-item {
	height: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px;
	transition: all 0.2s;
	box-sizing: border-box;
}

.youshi-box .youshi-wrap .jieshao .tabs-wrap .tabs-item .icon {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	filter: grayscale(1);
}

.youshi-box .youshi-wrap .jieshao .tabs-wrap .tabs-item .title {
	font-weight: bold;
	width: calc(100% - 40px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.youshi-box .youshi-wrap .jieshao .tabs-wrap .tabs-item .desc {
	color: #999;
	display: none;
}

.youshi-box .youshi-wrap .jieshao .tabs-wrap .tabs-item .btn {
	opacity: 0;
}

.youshi-box .youshi-wrap .jieshao .tabs-wrap .active {
	width: 110%;
	height: 120px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 1px rgba(39, 40, 45, 0.10);
	border-radius: 10px;
	margin-left: -10px;
	z-index: 1;
}

.youshi-box .youshi-wrap .jieshao .tabs-wrap .active .icon {
	filter: grayscale(0);
}

.youshi-box .youshi-wrap .jieshao .tabs-wrap .active .title {
	font-size: 20px;
}

.youshi-box .youshi-wrap .jieshao .tabs-wrap .active .desc {
	display: block;
}

.youshi-box .youshi-wrap .jieshao .tabs-wrap .active .btn {
	box-sizing: border-box;
	opacity: 1;
	padding: 0 12px;
	width: 60px;
	height: 30px;
	font-size: 16px;
	margin: 0px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(90deg, #4C54E6, #DA80DE);
	cursor: pointer;
	color: #fff;
}

.youshi-box .youshi-wrap .jieshao .tabs-wrap .active .btn:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.youshi-box .youshi-wrap .jieshao .thumb {
	width: calc(100% - 500px);
	height: 100%;
}

.youshi-box .youshi-wrap .fangan {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.youshi-box .youshi-wrap .fangan .title-wrap {
	width: 100%;
	margin-bottom: 40px;
}

.youshi-box .youshi-wrap .fangan .title-wrap .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.youshi-box .youshi-wrap .fangan .card-wrap {
	width: 310px;
	height: 360px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 2px 6px 1px rgba(11, 14, 60, 0.06);
	overflow: hidden;
	cursor: pointer;
}

.youshi-box .youshi-wrap .fangan .card-wrap .card2-wrap {
	width: 310px;
	height: 360px;
	background: linear-gradient(139deg, #edf6ff, #faf5fa 100%);
	position: absolute;
	top: 100%;
	border-radius: 10px;
	/* transition: all 0.3s; */
	/* display: none; */
}

.youshi-box .youshi-wrap .fangan .card-wrap .card2-wrap .btn {
	width: 200px;
	height: 46px;
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.00);
	border: 1px solid #4A53E6;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #4A53E6;
	margin: 80px auto 0;
	transition: all 0.1s;
	font-size: 16px;
}

.youshi-box .youshi-wrap .fangan .card2-wrap .btn:hover {
	width: 260px;
	color: #fff;
	background: #4A53E6;
	transition: all 0.3s;
}

.youshi-box .youshi-wrap .fangan .card-wrap:hover .card2-wrap {
	/* transition: all 0.3s; */
	/* display: block; */
	top: 725px;
}
.card2-wrap .desc {
	padding: 0 20px;
	font-size: 18px;
	margin-bottom: 10px;
	-webkit-line-clamp: 2 !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;


}
.youshi-box .youshi-wrap .fangan .card-wrap .title {
	font-size: 22px;
	padding: 10px 20px 5px;
}

.youshi-box .youshi-wrap .fangan .card-wrap .desc {
	padding: 0 20px;
	/* font-size: 18px; */
	margin-bottom: 10px;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;


}

.youshi-box .youshi-wrap .fangan .card-wrap .line {
	border: 1px solid rgba(76, 84, 230, 0.40);
	margin: 10px 20px;
}

.youshi-box .youshi-wrap .fangan .card-wrap .img {
	width: 100%;
	height: 200px;
}

.youshi-box .youshi-wrap .fangan .card-wrap .item {
	padding: 0 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 40px;
	font-size: 16px;
}

.youshi-box .youshi-wrap .fangan .card-wrap .item .icon {
	width: 14px;
	height: 14px;
	margin-right: 4px;
}

.youshi-box .youshi-wrap .fangan .card-wrap .btn {
	margin: 40px 20px 0;
}

.youshi-box .youshi-wrap .fangan .card-wrap .btn .img {
	width: 30px;
	height: 30px;
}

.youshi-box .img-wrap {
	width: 100%;
}

.youshi-box .img-wrap .img {
	width: 100%;
}

.fengcai-box {
	background: radial-gradient(circle, #F3F2FC, #ffffff);
}

.fengcai-box .el-carousel__item {
	overflow: visible;
}

.fengcai-box .el-carousel--horizontal {
	overflow: visible;
}

.fengcai-box .fengcai-wrap {
	width: 1300px;
	margin: 80px auto 0;
}

.fengcai-box .fengcai-wrap /deep/ .el-carousel__item--card {
	filter: none !important;
}

.fengcai-box .fengcai-wrap /deep/ .el-carousel__item--card:hover {}

.fengcai-box .fengcai-wrap .swiper-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fengcai-box .fengcai-wrap .is-active .img {
	margin-top: 10px !important;
	transform: scale(1.6) !important;
	border-radius: 0 !important;
	background-color: transparent !important;
}

.fengcai-box .fengcai-wrap .item-wrap {
	width: 380px;
	height: 500px;
	background: #ffffff;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0px 2px 30px 2px rgba(50, 55, 145, 0.20);
}

.fengcai-box .fengcai-wrap .item-wrap .top {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fengcai-box .fengcai-wrap .item-wrap .top .name {
	font-size: 30px;
	font-weight: bold;
}

.fengcai-box .fengcai-wrap .item-wrap .top .desc {
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	margin-bottom: 20px;
	color: #666666;
}

.fengcai-box .fengcai-wrap .item-wrap .top .img {
	width: 100px;
	margin-top: -70px;
	transition: all 0.6s;
	transform-origin: center bottom;
}

.fengcai-box .fengcai-wrap .item-wrap .line {
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #4a53e6, #fff 70%);
	border-radius: 60px;
}

.fengcai-box .fengcai-wrap .item-wrap .bottom {
	margin-top: 30px;
	height: 330px;
	font-size: 16px;
	line-height: 20px;
	overflow-y: auto;
	color: #666666;
}

.fuwu-box {
	background: radial-gradient(circle, #F3F2FC, #ffffff);
}

.fuwu-box .fuwu-wrap {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}

.fuwu-box .fuwu-wrap .fuwu-item {
	width: 410px;
	height: 200px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 1px rgba(39, 40, 45, 0.10);
	padding: 20px;
	cursor: pointer;
}

.fuwu-box .fuwu-wrap .fuwu-item .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fuwu-box .fuwu-wrap .fuwu-item .top .title {
	font-size: 24px;
	font-weight: bold;
}

.fuwu-box .fuwu-wrap .fuwu-item .top .btn {
	width: 50px;
	height: 50px;
	padding: 5px;
	border-radius: 30px;
	transition: all 0.1s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fuwu-box .fuwu-wrap .fuwu-item .top .btn .img {
	width: 40px;
	height: 40px;
}

.fuwu-box .fuwu-wrap .fuwu-item .top .btn .more {
	/* width: 0; */
	height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	/* clip-path: inset(50% 0 50% 0%); */
}

.fuwu-box .btn .more .text {
	margin-right: 10px;
	margin-bottom: 2px;
	color: #fff;
}

.fuwu-box .fuwu-wrap .fuwu-item .top .btn .more .icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

.fuwu-box .fuwu-wrap .fuwu-item .bottom {
	font-size: 20px;
	color: #666666;
	margin-top: 20px;
	line-height: 36px;
}

.fuwu-box .fuwu-wrap .fuwu-item:hover {
	box-shadow: 0px 0px 10px 1px rgba(39, 40, 45, 0.10);
}

.fuwu-box .fuwu-wrap .fuwu-item:hover .btn {
	width: 200px;
	box-shadow: 0px 0px 10px 1px rgba(39, 40, 45, 0.10);
	transition: all 0.4s;
}

.fuwu-box .fuwu-wrap .fuwu-item:hover .fuwu-item .top .btn .more {
	width: auto;
	padding: 0 5px;
	transition: all 0.5s;
	transition-delay: 0.1s;
	clip-path: inset(0 0 0 0);
	position: relative;
}

.fuwu-box .fuwu-wrap .fuwu-item:hover .icon {
	transition: all 0.5s;
	opacity: 1 !important;
}

.fuwu-box .fuwu-wrap .fuwu-item:hover .text {
	color: #999;
	transition: color 1s;
	opacity: 1;
	position: relative;
}

.zixun-box {
	background: radial-gradient(circle, #F3F2FC, #ffffff);
}

.zixun-box .zixun-wrap {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.zixun-box .zixun-wrap .detail-wrap {
	width: 600px;
}

.zixun-box .zixun-wrap .detail-wrap .tabs-wrap {
	border-bottom: 4px solid #eeeeee;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 40px;
	margin-bottom: 10px;
}

.zixun-box .zixun-wrap .detail-wrap .tabs-wrap .tabs-item {
	height: 40px;
	font-size: 18px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.zixun-box .zixun-wrap .detail-wrap .tabs-wrap .active {
	color: #4A53E6;
	font-weight: bold;
}

.zixun-box .zixun-wrap .detail-wrap .tabs-wrap .active::before {
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -4px;
	background-color: #4A53E6;
}

.zixun-box .zixun-wrap .detail-wrap .img {
	width: 100%;
	height: 350px;
	margin-bottom: 10px;
}

.zixun-box .zixun-wrap .detail-wrap .more {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zixun-box .zixun-wrap .detail-wrap .more .btn {
	width: 80px;
	color: #4A53E6;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zixun-box .zixun-wrap .detail-wrap .more .btn:hover {
	width: 150px;
	transition: all 0.4s;
}

.zixun-box .detail-list {
	width: calc(100% - 650px);
	height: 100%;
	border-top: 4px solid #eeeeee;
	margin-top: 50px;
}

.zixun-box .detail-list .detail-item {
	height: 116px;
	padding: 20px;
	cursor: pointer;
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.zixun-box .detail-list .detail-item:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.zixun-box .title {
	width: 500px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zixun-box .desc {
	width: 100%;
	color: #999;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zixun-box .time {
	color: #999;
}

.middle-box {
	height: 140px;
	width: 100%;
	color: #fff;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.middle-box .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.baojia-wrap {
	/* width: 600px; */
	/* margin: 0 auto; */
	margin-left: -60px;
}

.containers {
	background: transparent;
}

.mobile .container {
	padding: 0;
}

.container {
	padding: 0;
}

.mobile .card-box {
	width: 100%;
	padding: 60rpx 0 50rpx;
	z-index: 990;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 40rpx;
}

.mobile .swiper-item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
	cursor: pointer;
}

.mobile .swiper-item .bg {
	transform: scale(1.2);
	position: absolute !important;
	filter: blur(16rpx) brightness(0.4);
}

.mobile .swiper-item .banner {
	width: 100%;
	height: 100%;
}

.modal-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.modal-box .img {
	width: 100%;
	height: auto;
}

.modal-box .title {
	margin: 10px auto;
}

.address-wrap {
	width: 1300px;
	margin: 30px auto 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.address-wrap .address {
	font-size: 20px;
	margin-bottom: 20px;
}

.address-wrap .mobile {
	font-size: 20px;
	margin-bottom: 20px;
}

.address-wrap .title {
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0 20px;
}

a {
	text-decoration: none;
	outline: none;
	color: #000;
}

.a1 {
	margin: 20px 0;
	padding: 0 14px;

	width: 572px;
	height: 80px;
	background: linear-gradient(90deg, #4a53e6, #da80de 100%);
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 80px;
	text-align: center;
}

input {
	background: none;
	outline: none;
	border: none;
}

/* 如果input必须要有边框，但需要去掉选中时的蓝色框 ↓↓↓ */
input {
	background: none;
	outline: none;
	border: 1px solid #ccc;
}

input:focus {
	border: none;
}

.form .name {
	height: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 7px;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	line-height: 40px;
}

.form .name:hover {
	background-color: #fcfcfc;
	border-radius: 5px;
}

.form .phone {
	height: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 7px;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	line-height: 40px;
}

.form .phone:hover {
	background-color: #fcfcfc;
	border-radius: 5px;
}

.form .message {
	height: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 7px;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	line-height: 40px;
}

.form .message:hover {
	background-color: #fcfcfc;
	border-radius: 5px;
}

.baojia-wrap .btns-wrap {
	width: 182px;
	height: 50px;
	font-size: 16px;
	margin: 20px auto;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: linear-gradient(90deg, #4C54E6, #DA80DE);
	cursor: pointer;
}

.baojia-wrap .btns-wrap:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.form .inp {
	height: 36px;
	line-height: 36px;
	padding-right: 30px;
	-webkit-appearance: none;
	background-color: #FFF;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #DCDFE6;
	/* box-sizing: border-box; */
	color: #606266;
	display: inline-block;
	outline: 0;
	padding: 0 15px;
	width: 419px;
	height: 34px;
	padding-right: 30px;
}

.form .label {
	height: 36px;
	width: 60px;
	padding-right: 20px;
	text-align: right;
	margin-top: 6px;
	font-size: 14px;
	display: block;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
}

.a1:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

div {
	box-sizing: border-box;
}

.text1 {
	position: relative;
}

.text2 {
	position: relative;
}

.isSuccess {
	margin-left: 100px;
	display: flex;
	align-items: center;
	font-size: 13px;
}

.isSuccess .error {
	width: 13px;
	height: 13px;
	margin: 0 5px;
}

.isSuccess div {

	color: red;
}

.consultation {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 60px;
	z-index: 999;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.consultation .consultation-top {
	width: 1300px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 40px;
	font-weight: bold;
}

.consultation .consultation-top span {
	color: #4C54E6;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
}

.consultation .consultationList {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	width: 1300px;
	height: auto;
}

.consultation .consultationList .consultationItem {
	position: relative;
	width: 315px;
	/*height: 600px;*/
}

.consultation .consultationList .consultationItem img {
	width: 315px;
	/*height: 600px;*/
}

.consultation .consultationList .consultationItem .consultationText {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 40px;
	color: #fff;
}