
.home-banner{
	background-image: url(https://oss.yunxiaodi.com/img/home/19ea4bcf952149e0a81af1d082813ca9_mergeImage.png);
	height: 1020px;
	width: 100%;
	position: relative;
	padding-top: 120px;
	background-repeat: no-repeat !important;
	background-position: 50% !important;
	background-size: cover !important;
}
.section_1 {
	width: 1190px;
	height: 413px;
	margin: 0 auto;
}
.group_1 {
	width: 527px;
	height: 185px;
	margin-top: 93px;
}
.home-banner-title {
	width: 480px;
	height: 67px;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 0.85);
	font-size: 48px;
	font-family: PingFangSC-Semibold;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	line-height: 67px;
}
.home-banner-desc {
	width: 527px;
	height: 20px;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 0.85);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: NaN;
	text-align: left;
	white-space: nowrap;
	line-height: 20px;
	margin-top: 20px;
}
.image_1 {
	width: 528px;
	height: 413px;
}
.btn_box_1 {
	width: 296px;
	height: 48px;
	margin-top: 30px;
}
.btn_box_2 {
	display: none;
}
.btn_box_btn_1 {
	background-color: rgba(89, 126, 247, 1);
	border-radius: 4px;
	height: 48px;
	width: 136px;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	justify-content: center;
	align-items: center;
	line-height: 47px;
	cursor: pointer;
}
.btn_box_btn_2 {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 4px;
	height: 48px;
	border: 1px solid rgba(89, 126, 247, 1);
	width: 136px;
	overflow-wrap: break-word;
	color: rgba(89, 126, 247, 1);
	font-size: 14px;
	justify-content: center;
	align-items: center;
	line-height: 47px;
	cursor: pointer;
}

.banner-box_2{
	padding: 30px;
	height: 366px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
}
.banner-box_2 .group_2.label_1{
	width: 28px;
	height: 23px;
	background: linear-gradient( 90deg, #E6F0FF 0%, #C9DCFF 100%);
}
.banner-box_2 .text_13{
	height: 22px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 16px;
	color: #597EF7;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	margin-left: 10px;
}
.banner-box_2 .text_14{
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: rgba(0,0,0,0.85);
	line-height: 20px;
	text-align: left;
	margin-top: 15px;
}

.banner-box_2 .text_14{
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: rgba(0,0,0,0.85);
	line-height: 20px;
	text-align: left;
	margin-top: 15px;
}
.banner-box_2 .box_image_1{
	width: 100%;
	margin-top: 20px;
}



/* solutions */
.section.solutions {
	background: #F7FBFC;
}

.section.solutions .title-block .title {
	color: #0F0D15;
}

.section.solutions .solutions-info {
	padding-top: 80px;
}

.section.solutions .solutions-info-title {
	font-size: 14px;
	line-height: 24px;
	color: #09121A;
}

.section.solutions .solutions-info-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #201C26;
	text-align: center;
}

.section.solutions .solutions-info-item img {
	width: 40px;
	margin-bottom: 10px;
}

.section.solutions .solutions-info-item:hover {
	color: #00a971;
}

.section.solutions .solutions-list {
	padding: 0;
	width: 100%;
	height: 400px;
	background: #FFFFFF;
	padding: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.section.solutions .solutions-item {
	overflow: hidden;
	cursor: pointer;
	position: relative;
	height: 400px;
	width: 10%;
	transition: all 0.5s ease;
}

.section.solutions .solutions-item .content {
	position: relative;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 40px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	font-size: 32px;
	line-height: 45px;
}

.section.solutions .solutions-item .solutions-item-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	transition: all 0.5s ease;
}

.section.solutions .solutions-item:hover .solutions-item-title {
	margin-bottom: 40px;
}

.section.solutions .solutions-item:hover .solutions-item.is-active .solutions-item-title {
	margin-bottom: 20px;
}

.section.solutions .solutions-item .solutions-item-description,
.section.solutions .solutions-item .button {
	color: #FFFFFF;
	display: none;
}

.section.solutions .solutions-item.is-active .solutions-item-title {
	font-size: 32px;
	line-height: 45px;
	margin-bottom: 10px;
}

.section.solutions .solutions-item.is-active .solutions-item-description {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	margin-bottom: 20px;
}

.section.solutions .solutions-item.is-active .button {
	display: flex;
	border-radius: 0;
}

.section.solutions .solutions-item-background {
	position: absolute;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.section.solutions .solutions-item.is-active {
	width: 58%;
}

.section.solutions .solutions-item.is-active .content {
	padding: 60px;
	align-items: flex-start;
	width: 700px;
}

.section.solutions .solutions-info .column.is-6 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.section.solutions .solutions-info-list-wrapper .columns {
	width: 100%;
	margin: 0;
}

.section.solutions .solutions-info-list-wrapper .column {
	padding: 0;
}

.button.home-button.is-green {
	background-color: #000;
	border-color: #333;
	color: #FFF;
}


.title-block {
	text-align: center;
}
.title-block .title {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 32px;
	line-height: 45px;
	color: #0F0D15;
}
.title-block .subtitle {
	font-size: 16px;
	line-height: 22px;
	color: #615E69;
}
.title-block.button.is-white .title,
.title-block.button.is-white .subtitle {
	color: #FFFFFF;
}

.title-block {
	margin-bottom: 50px;
}
.cloud-tabs-list .tabs {
	margin-bottom: 40px;
}
.cloud-tabs-list .tabs .tab {
	font-weight: 500;
	font-size: 16px;
	padding: 10px;
	cursor: pointer;
	border: 1px solid #EEEEEE;
	width: 100%;
	text-align: center;
}

.cloud-tabs-list .tabs .tab img {
	width: 20px;
}

.cloud-tabs-list .tabs .tab.active {
	border: 1px solid #597EF7;
	color: #597EF7;
}

.cloud-tabs-list .tab-content .content {
	display: none;
	border-top-style: none;
	width: 100%;
	gap: 24px;
}
.cloud-tabs-list .tab-content .tab-content-titlebox img {
	height: 24px;
}
.cloud-tabs-list .tab-content .tab-content-titlebox .tab-content-titlebox-text {
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 0.85);
	font-size: 21px;
	font-family: PingFangSC-Semibold;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	line-height: 29px;
	margin-left: 3px;
}

.cloud-tabs-list .tab-content .tab-content-desc {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	margin-top: 20px;
}

.cloud-tabs-list .tab-content .tab-content-title_2 {
	font-weight: 600;
	font-size: 16px;
	color: rgba(0,0,0,0.85);
	line-height: 22px;
	text-align: left;
	font-style: normal;
	margin-top: 20px;
}
.cloud-tabs-list .tab-content .tab-content-desc-li {
	margin-top: 15px;
}
.cloud-tabs-list .tab-content .tab-content-desc-li img {
	width: 20px;
	height: 20px;
}

.cloud-tabs-list .tab-content .tab-content-desc-li .text_31 {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	margin-left: 4px;
}
.cloud-tabs-list .tab-content .jump-url1 {
	font-weight: 500;
	font-size: 14px;
	color: #597EF7;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	margin-top: 10px;
}

.cloud-tabs-list .tab-content .jump-url1 i {
	line-height: 20px;
}

.cloud-tabs-list .tab-content .jump-url1 image {
	width: 11px;
	height: 11px;
}

.block_14 {
	width: 638px;
	height: 320px;
}

.stepss .stepss-tabs {
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	padding: 20px;
	width: 307px;
	cursor: pointer;
}
.stepss .stepss-tabs.active {
	background: #FFFFFF;
	box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
}
.stepss .stepss-tabs .title-box {
	display: flex;
	align-items: center;
}
.stepss .stepss-tabs .title-box i {
	font-size: 18px;
}
.stepss .stepss-tabs .title-box .title-box-text {
	margin-left: 6px;
}
.stepss .stepss-tabs.active .title-box {
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 18px;
	color: #597EF7;
	line-height: 25px;
	text-align: left;
	font-style: normal;
}
.stepss .stepss-tabs .desc-box {
	display: none;
	padding-top: 10px;
}
.stepss .stepss-tabs.active .desc-box {
	display: block;
}
.stepss .stepss-tabs.active .desc-box p {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	text-align: left;
	font-style: normal;
}
.stepss .stepss-img-content {
	display: none;
}
.stepss .stepss-img-content .stepss-tabs-img {
	width: 100%;
	margin-left: 20px;
}

.funeng-content {
	gap: 20px;
}
.funeng-content .funeng-content-box {
	background: linear-gradient( 180deg, #FFFFFF 0%, #FFFFFF 100%);
	box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.15);
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	position: relative;
	padding: 20px;
}
.funeng-content .funeng-content-box-icon {
	position: absolute;
	width: 60px;
	top: -40px;
	left: 20px;
}
.funeng-content .funeng-content-box-title {
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 21px;
	color: #597EF7;
	line-height: 29px;
	text-align: left;
	font-style: normal;
	margin-top: 40px;
}

.funeng-content .funeng-content-box-desc {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	margin-top: 20px;
}
.funeng-content .funeng-content-box-divider {
	width: 100%;
	height: 1px;
	background: #DDDDDD;
	margin: 30px 0;
}
.funeng-content .funeng-content-box-title_2 {
	font-weight: 600;
	font-size: 16px;
	color: rgba(0,0,0,0.85);
	line-height: 22px;
	text-align: left;
	font-style: normal;
	margin-bottom: 20px;
}
.funeng-content .funeng-content-box-desc-li {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.funeng-content .funeng-content-box-desc-li img {
	width: 20px;
	height: 15px;
	margin-right: 4px;
}
.funeng-content .funeng-content-box-btn {
	width: 120px;
	height: 32px;
	display: block;
	border-radius: 16px;
	border: 1px solid #597EF7;
	font-weight: 400;
	font-size: 14px;
	color: #597EF7;
	line-height: 31px;
	text-align: center;
	font-style: normal;
}
.jiazhi-content{
	text-align: center;
}
.jiazhi-content20 {
	margin-top: 20px;
}
.jiazhi-content .jiazhi-card{
	background: linear-gradient( 180deg, #F5F8FF 0%, #FFFFFF 100%);
	box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 40px 45px;
}
.jiazhi-content .jiazhi-card img {
	height: 63px;
}
.jiazhi-content .jiazhi-card .title {
	font-weight: 600;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	font-style: normal;
	margin-top: 16px;
}
.jiazhi-content .jiazhi-card .description {
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	line-height: 17px;
	font-style: normal;
	margin-top: 11px;
}
.lianxi {
	background: url(https://oss.yunxiaodi.com/img/home/ea97e55928bb893c2dd99c2803241ce70883b29c5029bdd77e45226a96d2cf7b.png) 100% no-repeat;
	background-repeat: no-repeat !important;
	background-position: 50% !important;
	background-size: cover !important;
}
.lianxi-desc {
	gap: 40px;
	margin-bottom: 30px;
}
.lianxi-desc div {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	text-align: right;
	font-style: normal;
}
.lianxi-desc div i{
	color: #597EF7;
}
.lianxi-desc div .title{
	margin-left: 5px;
}

@media only screen and (max-width: 1023px) {

	.section.solutions .solutions-item,
	.section.solutions .solutions-item.is-active,
	.section.solutions .solutions-item.is-active .content {
		width: 100%;
	}
	.section.solutions .solutions-list {
		flex-direction: column;
		height: auto;
	}

	.section.solutions .solutions-item .content {
		padding: 0;
		justify-content: center;
	}

	.section.solutions .solutions-item.is-active .content {
		padding: 40px;
	}

	.section.solutions .solutions-item.is-active {
		height: 300px;
	}

	.section.solutions .solutions-item {
		height: 100px;
	}

	.section.solutions .solutions-item.button:not(:last-child) {
		margin-bottom: 8px;
	}

	.section.solutions .solutions-item .solutions-item-title {
		margin: 0;
	}

	.section.solutions .solutions-info .column.is-6 {
		justify-content: center;
		align-items: center;
		padding: 0;
		margin-left: -24px;
		margin-bottom: -24px;
	}

	.section.solutions .solutions-info {
		padding-top: 40px;
	}

	.section.solutions .solutions-info-list-wrapper {
		margin-top: 20px;
	}

	.section.solutions .solutions-info-list-wrapper .column {
		margin-top: 12px;
		padding: 4px;
		min-width: 60px;
	}

	.section.solutions .solutions-info-item {
		font-size: 12px;
	}

	.solutions-info-list {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;
		width: 100%;
	}
	.solutions-info-list .column {
		padding: 10px;
	}
}
@media screen and (max-width: 768px) {
	.image_1 {
		width: 240px;
		height: revert;
		margin: 0 auto;
	}
	.title-block {
		margin-bottom: 20px;
	}
	.title-block .title {
		font-size: 1.125rem;
		line-height: 1.5rem;
		font-weight: normal;
		margin-bottom: 1rem;
	}
	.home-banner {
		height: auto;
		padding-top: 90px;
	}
	.group_1 {
		width: 100%;
		margin-top: 0;
	}
	.home-banner-title {
		width: 100%;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
	}
	.home-banner-desc {
		width: 100%;
		font-weight: 400;
		font-size: 14px;
		color: #999999;
		text-align: center;
		word-break: break-word;
		white-space: normal;
		padding: 0 20px;
	}
	.btn_box_1 {
		display: none;
	}
	.btn_box_2 {
		display: flex;
		width: 100%;
		flex-direction: column-reverse;
		padding: 20px;
	}
	.btn_box_2 .btn_box_btn_1 {
		margin-top: 12px;
		border-radius: 40px;
		width: 100%;
	}
	.btn_box_2 .btn_box_btn_2 {
		margin-top: 12px;
		border-radius: 40px;
		width: 100%;
	}
	.funeng-content{
		gap: 0;
	}
	.jiazhi-content{
		gap: 0;
		margin: 0;
	}
	.jiazhi-content20 {
		margin-top: 0px;
	}
	.jiazhi-content .jiazhi-card {
		background: linear-gradient( 180deg, #F5F8FF 0%, #FFFFFF 100%);
		box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
		border-radius: 10px;
		padding: 40px 15px;
	}
	.banner-box_2 .box_image_1{
		width: 330px;
		margin: 0 auto;
	}
	.cloud-tabs-list .tab-content {
		padding: 0px 20px;
	}
	.block_14 {
		width: 100%;
	}
	.funeng-content .funeng-content-box {
		margin-top: 50px;
	}
	.stepss .stepss-tabs-content {
		flex-wrap: wrap;
		flex-direction: row;
	}
	.stepss .stepss-tabs {
		width: 50%;
	}
}