/* html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0;
	padding: 0;
} */
li {
	list-style: none;
}
.time-line-box {
	padding: 30px 0 60px 0;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	background:#c6a866;
}
.time-line-box ul:before {
	content: '';
	background: url(../images/time.png) center center no-repeat; background-size:40px 40px;
	height:50px;
	width: 50px;
	position: absolute;
	left: 0; margin-top:25px;
	z-index: 1;
}
.time-line-box ul:after {
	content: '';
	background: url(../images/line.png) repeat-x left bottom;
	height: 52px;
	width: 1000%;
	position: absolute;
	left: 50px;
	z-index: 1;
}
.time-line-box ul>li {
	float: left;
	width: 7.1%;
	min-width: 60px;
	position: relative;
	padding-top: 110px;
	padding-bottom: 0;
	padding-left: 0;
	z-index: 299;
}
.time-line-box ul>li:after {
	content: '';
	height: 50px;
	border-left: #d3d3d2 2px solid;
	position: absolute;
	top: 52px;
	left: 0;
}
.time-line-box ul>li>span {
	position: absolute;
	left: -18px;
	margin-top: -72px;
	text-align: center;
	line-height: 34px;
	z-index: 5;
	color: #000000;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	/* overflow: hidden; */
	background: rgba(255,255,255,1);
	font-size: 10px;
	transition: transform 0.2s ease;
}
.time-line-box ul>li:nth-child(2n) span {
	position: absolute;
	left: -18px;
	margin-top: 31px;
	text-align: center;
	line-height: 34px;
	z-index: 5;
	color: #000000;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	/* overflow: hidden; */
	background: rgba(255,255,255,1);
	font-size: 10px;
	transition: transform 0.2s ease;
}
.bluetime {
	background: #00F !important; color:#ffffff !important;
}
.orgtime {
	background: #ff9900 !important;
}
.time-line-box ul>li:hover span {
	transform: scale(1.5);
	font-weight: bold;
	background:#ffffff;
	color:#c6a866;
}
.time-line-box ul>li:hover:nth-child(2n) span {
	background:#ffffff;
}
.time-line-box ul>li:hover div>dl>img {
	transform: scale(1.25);
}
.time-line-box ul>li>div {
	margin-left: -60%;
	z-index: 999;
	width: 120%; height: 80px; min-width: 100px;
	text-align: center;
}
.time-line-box ul>li>div>dl>img {
	width: 100%; height: auto;
	min-height: 65px;
	min-width: 96px;
	max-height: 80px;
	max-width: 118px;
	border-radius: 5px;
	overflow: hidden;
	transition: transform 0.2s ease;
}
@media only screen and (min-width: 1150px) and (max-width: 9999px) {
	.time-line-box ul>li>div {
		margin-left: -60%;
		z-index: 999;
		width: 120%;
		height: 80px;
		min-width: 100px;
		text-align: center;
		margin-top: -8px;
	}

	.time-line-box ul>li>div>dl>img {
		width: 100%;
		height: auto;
		min-height: 65px;
		min-width: 96px;
		max-height: 100px;
		max-width: 162px;
		border-radius: 5px;
		overflow: hidden;
		transition: transform 0.2s ease;
	}
}
.time-line-box ul>li>p {
	display: block;
	height: auto;
	width: 260px;
	padding: 10px 14px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #ffffff;
	position: absolute;
	line-height: 20px;
	top: 75px;
	left: -125px;
	z-index: 99999 !important;
	max-height: 350px;
	overflow: auto;
	display: none;
	transition: transform 0.2s ease;
}

.time-line-box ul>li>p.NodeDetail{ font-weight: bold;}

.time-line-box ul>li>p>b{ display:block; line-height: 16px; padding-top: 5px; padding-bottom:5px; font-weight:normal;}

.time-line-box ul>li>p a {
	color: #c6a866;
}
.time-line-box ul>li>p a:hover {
	color: #000000;
}

.time-line-box ul>li:first-child {
	margin-left: 130px;
}
.time-line-box ul>li:last-child {
	margin-right: 100px;
}
.time-line-box ul>li:nth-child(2n) {
	padding-top: 0px;
}
.time-line-box ul>li:nth-child(2n):after {
	top: auto;
	bottom: -51px;
	height: 76px;
	z-index: 2;
}
/*.time-line-box ul>li:nth-child(2n) dt:after {
  left: -34px;
}*/
.time-line-box ul>li:nth-child(2n) .layui-text {
	position: absolute;
	left: 0px;
	bottom: 20px;/*border-left: #d3d3d2 2px solid;*/
}

.time-line-box ul>li:hover {
	z-index: 9999;
}
.time-line-box ul>li:hover p {
	display: block;
}

.time-line-box ul>li:nth-child(2n):hover p {
	top: -85px;
	max-height: 350px;
}


@media only screen and (max-width:700px) {
	.time-line-box ul{ margin-top:30px;}
	.time-line-box ul>li {
		float: none;
		width: 75%;
		position: relative;
		padding: 0px;
		text-align: center;
		height: 60px;
	}
	.time-line-box ul:before {
		content: '';
		background: url(../images/time.png) center center no-repeat; background-size:30px 30px;
		height:40px;
		width: 40px;
		position: absolute;
		left: calc(50vw - 20px);
		margin-top:-38px;
		z-index: 1;
	}
	.time-line-box ul>li:after {
		display: none;
	}
	.time-line-box ul {
		background: url(../images/shuline.png) repeat-y center center;
	}
	.time-line-box ul:after {
		content: '';
		background: #C60;
		height: 100%;
		width: 0px;
		position: absolute;
		left: 50%;
		z-index: 1;
		display: none;
	}
	.time-line-box ul>li>span {
		position: relative;
		display: block;
		left: 0px;
		top: 12px;
		text-align: center;
		line-height: 36px;
		z-index: 5;
		color: #000000;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background: rgba(255,255,255,1);
		font-size: 10px;
		transition: transform 0.2s ease;
		margin: 0 auto;
	}
	.time-line-box ul>li:nth-child(2n) span {
		position: relative;
		display: block;
		left: 0px;
		text-align: center;
		line-height: 36px;
		z-index: 5;
		color: #000000;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background: rgba(255,255,255,1);
		font-size: 10px;
		transition: transform 0.2s ease;
		margin: 0 auto;
	}
	.time-line-box ul>li>span::before {
		content: ''; color: #ffffff;
		background:url(../../../imagex/arrleft.png) center center no-repeat; background-size: 8px 8px;
		height: 15px;
		width: 15px;
		position: absolute;
		top: 10px;
		left:-12px;
		z-index: 999;
	}
	.time-line-box ul>li:nth-child(2n) span::before {
		content: '';
		color: #ffffff;
		background: url(../../../imagex/arrleft.png) center center no-repeat;
		background-size: 8px 8px;
		height: 15px;
		width: 15px;
		position: absolute;
		top: 10px;
		left: 33px;
		z-index: 999;
		transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
	}
	.time-line-box ul>li>div {
		z-index: 999;
		width: 100%;
		height: 80px;
		border-radius: 0;
		background: none;
		margin: 0 auto;
		position: absolute;
		top: -8px;
	}
	.time-line-box ul>li>div>dl {
		margin-left: -65%;
		margin-top: 0px;
	}
	.time-line-box ul>li:nth-child(2n) .layui-text>dl {
		margin-left: 65%;
		margin-top: 0px;
	}
	.time-line-box ul>li>div>dl>img {
		width: 100%;
		height: auto;
		min-height: 65px;
		min-width: 96px;
		max-height: 71px;
		max-width: 104px;
		z-index: 9999;
	}
	/* .time-line-box ul>li>div>dl::before {
		content: '';
		background: #dddddd;
		height: 2px;
		width: 10px;
		position: absolute;
		top: 60%;
		margin-left: 41%;
		z-index: 0;
	}
	.time-line-box ul>li:nth-child(2n)>div>dl::before {
		content: '';
		background: #dddddd;
		height: 2px;
		width: 26px;
		position: absolute;
		top: 48px;
		margin-left: -34px;
		z-index: 0;
	} */
	.time-line-box ul>li:hover span {
		transform: scale(1.4);
		font-weight: bold;
		color:#c6a866;
	}
	.time-line-box ul>li:hover div>dl>img {
		transform: scale(1.2);
	}
	.time-line-box ul>li {
		margin: auto;
	}
	.time-line-box ul>li:first-child {
		margin: auto;
	}
	.time-line-box ul>li:last-child {
		margin: auto;
	}
	.time-line-box ul>li:nth-child(2n) {
		padding: 0px;
	}
	.time-line-box ul>li:nth-child(2n):after {
		display: none;
	}
		
	.time-line-box ul>li:hover {
		z-index: 9999;
	}
	.time-line-box ul>li>p {
		margin: 0 auto;
		height: auto;
		width: 100%;
		padding: 10px 14px;
		font-size: 14px;
		border: 1px solid #ddd;
		border-radius: 5px;
		background: #ffffff;
		position: absolute;
		line-height: 20px;
		top: 60px;
		/* left: calc(35vw - 140px); */
		left: 0%;
		z-index: 99999 !important;
		max-height: 350px;
		overflow: auto;
		display: none;
		transition: transform 0.2s ease;
		text-align:left;
	}
	.time-line-box ul>li:hover p {
		display: block;
	}
	.time-line-box ul>li:nth-child(2n):hover p {
		display: block;
		top: 60px;
	}
	.time-line-box ul .item-this:after {
		border-left: none;
	}
	.time-line-box ul .item-this .layui-text {
		border-left: none !important;
	}
}

@media only screen and (max-width:380px) {
	.time-line-box ul>li>div {
		top: -2px;
	}
	.time-line-box ul>li>div>dl {
		margin-left: -69%;
	}
	.time-line-box ul>li>div>dl>img {
		max-height: 65px;
		max-width: 96px;
	}
}
