.left_text_right_image_oneline_root_div {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.left_text_right_image_oneline_text_div {
	min-width: 460px;
	max-width: 460px;
	flex-grow: 1;
	height: 700px;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-right: 80px;
	padding-left: 10px;
}

.left_text_right_image_oneline_image_div {
	max-width: 800px;
	flex: 1;
	height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 10px;
	padding-left: 10px;
}

.left_image_right_text_oneline_root_div {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.left_image_right_text_oneline_text_div {
	min-width: 460px;
	max-width: 460px;
	flex-grow: 1;
	height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 80px;
}

.left_image_right_text_oneline_image_div {
	max-width: 800px;
	flex: 1;
	height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 10px;
	padding-left: 10px;
}

@media (max-width: 870px) {
	.left_text_right_image_oneline_root_div {
		flex-direction: column;
	}

	.left_image_right_text_oneline_root_div {
		flex-direction: column;
	}

	.left_text_right_image_oneline_text_div {
		min-width: 100%;
		height: 350px;
		padding-left: 10px;
		padding-right: 10px;
		justify-content: center;
		align-items: center;
	}

	.left_image_right_text_oneline_text_div {
		min-width: 100%;
		height: 350px;
		padding-left: 10px;
		padding-right: 10px;
		justify-content: center;
		align-items: center;
	}
}

.text_image_image_div {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.text_image_space_div {
	width: 100%;
	height: 50px;
}

.text_image_space20_div {
	width: 100%;
	height: 20px;
}

.text_image_space_div2 {
	width: 100%;
	flex: 1;
}

.text_image_textstyle0 {}

.text_image_text_layout {
	display: flex;

}

.blur_bg_div {
	background-image: url('img/blur-bg.webp');
	background-repeat: repeat-y;
	background-position: center top;
	background-size: cover;
}

.gray_line_div {
	height: 1px;
	width: 1000px;
	margin: 0 auto;
	background-color: lightgray;
}

.ti_gray_div {
	background-color: #f6fbff;
}

.ti_white_div {
	background-color: #FFFFFF;
}

.ti_invisible_div {
	visibility: hidden;
}

.is_ft_yh_bold {
	font-family: "Microsoft YaHei";
	font-weight: bold;
}

.is_ft_yh {
	font-family: "Microsoft YaHei";
}

.is_ft_sz_48 {
	font-size: 48px;
}

.is_ft_sz_40 {
	font-size: 40px;
}

.is_ft_sz_36 {
	font-size: 36px;
}

.is_ft_sz_28 {
	font-size: 28px;
}

.is_ft_sz_20 {
	font-size: 20px;
}

.is_ft_sz_16 {
	font-size: 16px;
}

.is_ft_sz_12 {
	font-size: 12px;
}

.is_ft_sz_9 {
	font-size: 9px;
}

.is_ft_clr_000000 {
	color: #000000;
}

.is_ft_clr_666666 {
	color: #666666;
}

.is_ft_clr_888888 {
	color: #888888;
}

.is_ft_clr_BBBBBB {
	color: #BBBBBB;
}

.is_ft_clr_FFFFFF {
	color: #FFFFFF;
}

.is_ft_udl {
	text-decoration: underline;
}