/* 技术拆分 */
.technology-split-container {
	overflow: hidden;
}

.technology-split-content {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: content-box;
}

.technology-split-content .flex .banner .video,
.technology-split-content .flex .banner .img {
	display: block;
	width: 100%;
}

.technology-split-content .flex .content .title {
	position: relative;
	font-weight: bold;
	color: #121212;
	margin: 0;
}

.technology-split-content .flex .content .title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: '';
	width: 46px;
	height: 3px;
	background-color: #cccccc;
}

.technology-split-content .flex .content .label {
	color: #818181;
	line-height: 1.5;
	margin: 0;
}

@media screen and (max-width: 1023px) {
	.technology-split-content {
		padding: 80px 0 100px;
	}

	.technology-split-content .flex {
		display: flex;
	}

	.technology-split-content .flex+.flex {
		margin-top: 80px;
	}

	.technology-split-content .flex:nth-child(even) {
		flex-direction: row-reverse;
	}

	.technology-split-content .flex .content {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		padding: 40px 10px 0;
	}

	.technology-split-content .flex:nth-child(even) .content {
		align-items: flex-end;
	}

	.technology-split-content .flex .banner {
		flex-shrink: 0;
		width: 55.8%;
		padding: 0 10px;
	}

	.technology-split-content .flex .content .title {
		font-size: 24px;
		padding-bottom: 14px;
	}

	.technology-split-content .flex .content .title::after {
		width: 36px;
		height: 2px;
	}

	.technology-split-content .flex:nth-child(even) .content .title::after {
		left: auto;
		right: 0;
	}

	.technology-split-content .flex .content .text {
		margin: 30px 0 0 0;
	}

	.technology-split-content .flex .content .label {
		font-size: 14px;
	}

	.technology-split-content .flex:nth-child(even) .content .label {
		text-align: right;
	}
}

@media screen and (max-width: 600px) {
	.technology-split-container {
		padding-top: 40px;
	}

	.technology-split-content {
		padding: 0 0 60px;
	}

	.technology-split-content .flex {
		display: block;
	}

	.technology-split-content .flex+.flex {
		margin-top: 0;
	}

	.technology-split-content .flex .content {
		padding-left: 10px;
	}

	.technology-split-content .flex:nth-child(even) .content {
		align-items: flex-start;
	}

	.technology-split-content .flex .banner {
		width: 100%;
		padding: 20px 10px 0;
	}

	.technology-split-content .flex .content .title {
		font-size: 20px;
		margin: 0;
	}

	.technology-split-content .flex:nth-child(even) .content .title::after {
		left: 0;
		right: auto;
	}

	.technology-split-content .flex .content .text {
		margin: 20px 0 0 0;
	}

	.technology-split-content .flex .content .label {
		font-size: 14px;
	}

	.technology-split-content .flex:nth-child(even) .content .label {
		text-align: left;
	}
}

@media screen and (min-width: 1024px) {
	.technology-split-content {
		padding: 170px 0 134px;
	}

	.technology-split-content .flex {
		display: flex;
	}

	.technology-split-content .flex+.flex {
		margin-top: 110px;
	}

	.technology-split-content .flex:nth-child(even) {
		flex-direction: row-reverse;
	}

	.technology-split-content .flex .content {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		padding: 60px 40px 0 40px;
	}

	.technology-split-content .flex:nth-child(even) .content {
		align-items: flex-end;
	}

	.technology-split-content .flex .banner {
		flex-shrink: 0;
		width: 55.8%;
	}

	.technology-split-content .flex .content .title {
		font-size: 38px;
		padding-bottom: 18px;
	}

	.technology-split-content .flex:nth-child(even) .content .title::after {
		left: auto;
		right: 0;
	}

	.technology-split-content .flex .content .text {
		margin: 40px 0 0 0;
	}

	.technology-split-content .flex .content .label {
		font-size: 16px;
		line-height: 2;
	}

	.technology-split-content .flex:nth-child(even) .content .label {
		text-align: right;
	}
}