/* .lk-history-line {
	padding-top: 140px;
}

.history-line-top {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.line-top-item {
	width: 20%;
}

.top-item-img {
	width: 100%;
	padding: 9px;
	box-shadow: 3px 2px 4px 0px rgba(151, 151, 151, 0.52);
	position: relative;
}

.top-item-img::after {
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 14px solid #fff;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
}

.top-item-img::before {
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 15px solid rgba(0, 0, 0, .1);
	bottom: -15px;
	left: 50.5%;
	transform: translateX(-50%);
}

.history-line-bom {
	width: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background-color: #9E9E9E;
	margin-top: 35px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.history-line-textbox {
	width: 100%;
	background-image: url(../images/Ltimeline.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 135px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 35px;
}

.line-textbox-text {
	width: 25%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #FFFFFF;
}

.history-line-bom::after {
	content: ' ';
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 14px solid #9E9E9E;
	position: absolute;
	right: -8px;
	top: -6px;
}

.line-bom-circle {
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 50%;
	border: 1px solid #9E9E9E;
	left: 50%;
	transform: translateX(-50%);
	top: -10px;
	background-color: #FFFFFF;
}

.line-bom-circle::after {
	content: '';
	width: 14px;
	height: 14px;
	background-color: #9E9E9E;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
}

.line-bom-box {
	width: 20%;
	position: relative;
}

.lk-history-vertical {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin: 100px 0;
}

.history-vertical-left {
	width: 45%;
}

.history-vertical-mid {
	width: 10%;
	width: 4px;
	background-color: #9E9E9E;
}

.history-vertical-right {
	width: 45%;
	padding-top: 250px;
}

.vertical-left-item {
	width: 332px;
	padding: 30px 10px 5px 10px;
	background-color: #FFFFFF;
	box-shadow: 1px 0px 4px 0px rgba(151, 151, 151, 0.52);
	position: relative;
	cursor: pointer;
}

.vertical-left-margin{
	margin-top: 120px;
	float: right;
	right: 18%;
}
.vertical-right-margin{
	margin-top: 120px;
	left: 15%;
}
.vertical-right-margin:first-child{
	margin-top: 0;
}
.left-item-title {
	width: 85%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #1630ED;
	padding: 8px 5px;
	font-size: 0.38rem;
	text-align: center;
	color: #FFFFFF;
	top: -22px;
}

.left-item-check{
	font-size: 0.28rem;
	color: #1630ED;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
}

.vertical-left-translatea{
	transform:rotate(-7deg);
	-ms-transform:rotate(-7deg); 	
	-moz-transform:rotate(-7deg); 	
	-webkit-transform:rotate(-7deg);
	-o-transform:rotate(-7deg); 	
}
.vertical-left-translateb{
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); 	
	-moz-transform:rotate(7deg); 	
	-webkit-transform:rotate(7deg); 
	-o-transform:rotate(7deg); 	
}
.vertical-left-circle::after{
	content: ' ';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #1630ED;
	position: absolute;
	right: -34%;
	top: 50%;
	transform: translateY(-50%);
}
.vertical-left-circle::before{
	content: ' ';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #1630ED;
	background-color: #FFFFFF;
	position: absolute;
	right: -35%;
	top: 50%;
	transform: translateY(-50%);
}
.vertical-right-circle::after{
	content: ' ';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #1630ED;
	position: absolute;
	left: -28.5%;
	top: 50%;
	transform: translateY(-50%);
}
.vertical-right-circle::before{
	content: ' ';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #1630ED;
	background-color: #FFFFFF;
	position: absolute;
	left: -29.5%;
	top: 50%;
	transform: translateY(-50%);
}

.vertical-mid-circle{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #1630ED;
	background-color: #FFFFFF;
	position: relative;
	left: -8px;
}
.vertical-mid-circle:first-child{
	margin-top: 200px;
}
.vertical-mid-circle:nth-child(2){
	margin-top: 150px;
}
.vertical-mid-circle:nth-child(3){
	margin-top: 250px;
}
.vertical-mid-circle:nth-child(4){
	margin-top: 120px;
}
.vertical-mid-circle:nth-child(5){
	margin-top: 150px;
}
.vertical-mid-circle:nth-child(6){
	margin-top: 150px;
}
.vertical-mid-circle:last-child{
	margin-top: 200px;
}
.vertical-mid-circle::after{
	content: ' ';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #1630ED;
	position: absolute;
	left: 2px;
	top: 2px;
} */
.lk-history-content {
	width: 100%;
	padding-top: 74px;
	position: relative;
	/* background-image: url(../images/Lhistorybac.png);
	background-size: 100% 100%;
	background-repeat: no-repeat; */
}

.history-content-bac {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 70px;
	background-image: url(../images/Lhistorybac.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.lk-boxauto {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.history-content-imgbox {
	width: 100%;
	text-align: center;
}

.content-imgbox-top {
	width: 82%;
	left: 53%;
}

.content-imgbox-mid {
	width: 2%;
}

.content-imgbox-botoom {
	padding-top: 20px;
	width: 0.3%;
}

.history-content-inside {
	width: 100%;
	padding-top: 27px;
	padding-bottom: 120px;
}

.content-inside-item {
	background-color: #ffffff;
	width: 1300px;
	display: flex;
	flex-direction: row;
	box-shadow: 0px 2px 3px 0px rgba(113, 113, 113, 0.2);
	margin-top: 20px;
}

.inside-item-left {
	width: 45%;
	padding: 44px;
}

.inside-item-right {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.item-right-inside {
	width: 590px;
}

.item-right-title {
	color: #1630ED;
	font-size: 31px;
}

.item-right-text {
	color: #464646;
	font-size: 16px;
	margin-top: 24px;
	text-align: justify;
	letter-spacing: 1px;
	text-indent: 2em;
}

.right-btn-arrow {
	display: inline-block;
	position: relative;
	top: -2px;
}

.right-btn-text {
	color: #1630ED;
	font-size: 16px;
	display: inline-block;
	padding-top: 40px;
}

.item-right-btn {
	width: 100%;
	text-align: right;
	cursor: pointer;
}
