.stepup-side-half-wrapper {
	display:flex;
	flex-wrap:wrap;
}
section.content-template.stepup-side-half {
	padding:0;
	box-sizing:border-box;
	width:100%;
}
section.stepup-side-half div.post {
	display:flex;
}
section.stepup-side-half.odd div.post {
	flex-direction:row-reverse;
}

section.stepup-side-half div.flex_inner {
	width:50%;
	padding:3% 6%;
	position:relative;
}

section.stepup-side-half .arrow {
	position:absolute;
	top:calc( 70% - 30px );
	width: 0px;
	height: 0px;
	z-index: 20;
}

section.stepup-side-half .right_content .arrow {
	left:-30px;
	border-top: solid 30px transparent !important;
	border-right: solid 30px;
	border-bottom: solid 30px transparent !important;
	display:none;
}

section.stepup-side-half .left_content .arrow {
	right:-30px;
	border-top: solid 30px transparent !important;
	border-bottom: solid 30px transparent !important;
	border-left: solid 30px;
	display:none;
}

section.stepup-side-half .decoration_area {
	background-size:cover;
	background-repeat:no-repeat;
}
@media screen and (max-width:1024px) {
	.height-style-auto section.content-template.stepup-side-half:not(:first-child) {
		width:50%;
	}
	.height-style-content section.stepup-side-half .decoration_area {
		height:300px;
	}

	section.stepup-side-half.odd div.post ,
	section.stepup-side-half.even div.post {
		flex-direction:column;
	}

	section.content-template div.flex_inner {
		width:100%;
	}

	section.stepup-side-half .right_content .arrow ,
	section.stepup-side-half .left_content .arrow {
		top:calc(100% - 15px);
		left:calc( 50% - 15px );
	}

	section.stepup-side-half .left_content .arrow {
		transform:rotate(90deg);
	}

	section.stepup-side-half .right_content .arrow {
		transform:rotate(-90deg);
		        display: none;
	}
}

@media screen and (max-width:768px) {
	.height-style-auto section.content-template.stepup-side-half:not(:first-child) {
		width:100%;
	}
	.servicePage section.stepup-side-half div.flex_inner{
		height: 420px !important;
	}
}

@media (max-width: 768px) { /* 针对宽度不超过768px的设备 */
  .decoration_area.flex_inner.bg_base_color {
    height: 230px !important;
  }
  .decoration_area.left_bg.flex_inner.bg_base_color{
		margin-top: 20px;
  }
  .decoration_area.right_bg.flex_inner.bg_base_color{
  	margin-top: 95px;
  }
  .content_area.left_content.flex_inner.bg_base_color {
    height: 360px !important;
}
.content_area .right_content .flex_inner .bg_base_color{
	height: 360px !important;
}


}

