/*时间轴*/
.history-box {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fafafa url(../images/inpage/mapbg.png) no-repeat bottom center;
	background-size: 70%;
}
.even-box {
	position: relative;
	padding-top: 90px;
	height: 560px;
}
.event-list {
	margin-bottom: 50px;
	padding-top: 100px;
	height: 200px;
}
.event-list ul {
	position: relative;
	margin-left: 50%;
	height: 1px;
	background-color: #999;
	-webkit-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.event-list ul li {
	position: absolute;
	width: 140px;
	height: 100px;
	color: #4c4c4c;
	text-align: center;
	font-style: italic;
	font-size: 60px;
}
.event-list ul li .year {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	letter-spacing: 3px;
	cursor: pointer;
	font-weight: bold;
}
.event-list ul li.on .year {
	color: #ea1620;
	text-shadow: 0 6px 16px rgba(234,22,32,.4);
}
.event-list ul li .dian {
	position: absolute;
	left: 50%;
	z-index: 3;
	display: block;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px #bbb;
	box-shadow: 0 0 8px #bbb;
}
.event-list ul li .dian i {
	display: block;
	margin: 5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #4d4d4d;
}
.event-list ul li.on .dian i {
	background-color: #ea1620;
}
.event-list ul li p {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	width: 250px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 16px;
	cursor: pointer;
}
.event-list ul li::before {
	position: absolute;
	left: 50%;
	z-index: 2;
	display: block;
	width: 400px;
	height: 1px;
	background-color: #ea1620;
	-webkit-box-shadow: 0 0 1px #ea1620;
	box-shadow: 0 0 1px #ea1620;
	content: '';
	opacity: 0;
}
@media screen and (max-width:1500px) {
.event-list ul li::before {
	width: 300px;
}
}
.event-list ul li:last-child::before {
	right: 50%;
	left: auto;
}
.event-list ul li.on::before {
	opacity: 1;
}
.event-list ul li:nth-child(even) {
	top: -100px;
}
.event-list ul li:nth-child(odd) {
	bottom: -100px;
}
.event-list ul li:nth-child(even) p {
	bottom: -100px;
}
.event-list ul li:nth-child(odd) p {
	top: -70px;
}
.event-list ul li:nth-child(even) .year {
	top: 0;
}
.event-list ul li:nth-child(odd) .year {
	bottom: 0;
}
.event-list ul li:nth-child(even) .dian {
	bottom: -10px;
}
.event-list ul li:nth-child(odd) .dian {
	top: -10px;
}
.event-list ul li:nth-child(even)::before {
	bottom: -1px;
}
.event-list ul li:nth-child(odd)::before {
	top: 0;
}
.even-box .page, .hxt-box .page, .object-photo-box .page {
	position: relative;
	left: 50%;
	margin-left: -300px;
	width: 630px;
	height: 34px;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
}
.even-box .page div, .hxt-box .page div, .object-photo-box .page div {
	float: left;
	width: 50%;
	letter-spacing: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px\0/IE8+9;
}
.even-box .page .prev, .hxt-box .page .prev, .object-photo-box .page .prev {
	background-color: #c5c5c5;
	color: rgba(255,255,255,.7);
}
.even-box .page .next, .hxt-box .page .next, .object-photo-box .page .next {
	background-color: #c9151e;
	color: rgba(255,255,255,.7);
}
i.icon-jiantou, i.icon-jiantou-copy {
	display: inline-block;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.even-box .page .next:hover i, .hxt-box .page .next:hover i, .object-photo-box .page .next:hover i {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	-ms-transform: translateX(30px);
}
.even-box .page .next:hover, .hxt-box .page .next:hover, .object-photo-box .page .next:hover {
	color: #fff;
}
.even-box .page .prev:hover, .hxt-box .page .prev:hover, .object-photo-box .page .prev:hover {
	color: #fff;
}
.even-box .page .prev:hover i, .hxt-box .page .prev:hover i, .object-photo-box .page .prev:hover i {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-ms-transform: translateX(-30px);
}
.even-box .show-box {
	position: absolute;
	right: 50%;
	bottom: 25%;
	overflow: hidden;
	margin-right: 210px;
	width: 500px;
	height: 420px;
	background-color: #fff;
	-webkit-box-shadow: 0PX 20px 70px #C5C5C5;
	box-shadow: 0PX 20px 70px #C5C5C5;
}
.show-box ul {
	height: 420px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.show-box li {
	float: left;
	padding: 10px;
	width: 500px;
	height: 100%;
	box-sizing:border-box;
}
.show-box li .pic {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	height:335px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
}
.show-box li .pic img {
	width: 100%;
	height: 100%;
}
.show-box li .pic h6 {
	display: none;
}
.show-box li p {
	overflow: hidden;
	padding: 0 34px;
	/*height: 140px;*/
	font-size: 15px;
	font-family: sans-serif;
	line-height: 2;
}
.show-box li p a {
	color: #ea1620;
}


@media screen and (max-width:800px){
.even-box{ padding-top:0;}
.event-list{display:none;}
.show-box li .pic{ height:auto;}
.even-box .show-box{bottom:90px;margin-right:-170px;width:340px;}
.show-box li{width:340px;}
.even-box .page ,.object-photo-box .page{display: none;}
.even-box .page i,.hxt-box .page i,.object-photo-box .page i{display:none;}
.show-box li .pic h6{position:absolute;bottom:0;left:0;display:block;width:100%;height:30px;background-color:rgba(0,0,0,.5);color:#fff;text-align:center;font-size:16px;line-height:30px;}

}

