#history_en > div{
	position: relative;
	background-position: center;
	width: 100%;
	overflow-x: hidden;
}

#history_en .row{
	margin: 0px;
}
/*
.history_en_con{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 100px;
}
*/
.history_en_img_frame{
	min-height: 450px;
}
.history_en_text_frame{
	min-height: 300px;
}
.history_en_text{
	display: block;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
.history_en_white{
	width: 1920px;
	max-width: 300%;
	max-height: 300%;
}
.history_en_title_left{
	position: absolute;
	bottom: 110px;
	left: 270px;
}
.history_en_title_right{
	position: absolute;
	bottom: 110px;
	left: 870px;
}
#r1_pt{
	width: 739px;
	height: 122px;
}

#r2_pt{
	width: 663px;
	height: 122px;
}

#r3_pt{
	width: 702px;
	height: 191px;
}

#r4_pt{
	width: 623px;
	height: 122px;
}

#r5_pt{
	width: 532px;
	height: 130px;
}

#r6_pt{
	width: 686px;
	height: 122px;
}

@media (max-width:1024px) {
	.history_en_title_left{
		bottom: 10px;
		left: 0px;
	}
	.history_en_title_right{
		bottom: 10px;
		left: 0px;
	}
}

@media (max-width: 767px) {
	.history_en_text{
		width: 100%;
		padding: 20px 10px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
	}
	.history_en_white{
		width: 100%;
	}
	#r1_pt{
		width: 95%;
	}
	#r2_pt{
		width: 95%;
	}
	#r3_pt{
		width: 95%;
	}
	#r4_pt{
		width: 95%;
	}
	#r5_pt{
		width: 95%;
	}
	#r6_pt{
		width: 95%;
	}
}