@charset "utf-8";

/*发展历程*/
.his {
	background: #fff;
}

.his .container {
	max-width: 1350px;
	overflow: hidden;
}

#timeline {
	position: relative;
	margin-top: 80px;
	background: url(../image/index/dev-line.png)no-repeat center 930px;
	background-size: 100%;
	overflow: hidden;
}

#next.disabled,
#prev.disabled {
	opacity: 0.2;
}

#prev,
#next {
	position: absolute;
	width: 62px;
	height: 62px;
	cursor: pointer;
	top: 900px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#prev {
	background: url(../image/index/dev-prev.png)no-repeat;
	left: 0;
}

#next {
	background: url(../image/index/dev-next.png)no-repeat;
	right: 0px;
}

#next.disabled,
#prev.disabled {
	opacity: 0;
}

#dates {
	overflow: hidden;
	height: 174px;
	margin: 0 auto 33px;
}

#dates li {
	width: 250px;
	float: left;
	font-size: 20px;
	text-align: center;
	padding-top: 15px;
	line-height: 20px;
	overflow: visible;
	position: relative;
}

#dates li:hover a {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	padding-top: 50px;
}

#dates li a {
	padding-bottom: 32px;
}

#dates a {
	transition: all .4s;
	line-height: 38px;
	z-index: 2;
	background: url(../image/index/circle.png) no-repeat center 40px;
	height: 113px;
	display: block;
	font-size: 22px;
	color: #333;
}

#dates a:hover {
	font-size: 30px;
	background: url(../image/index/circle-on.png) no-repeat center top;
	color: #027fcc
}

#dates .selected {
	transition: all .4s;
	z-index: 1;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	background: url(../image/index/circle-on.png) no-repeat center;
	position: relative;
	display: block;
}

#dates .selected:before {
	display: block;
	content: "";
	height: 46px;
	z-index: 99;
	position: relative;
}

#dates .selected:after {
	z-index: -9;
	opacity: 1;
	animation: 2s linear infinite running rond;
	display: block;
	content: "";
	width: 141px;
	height: 138px;
	background: url(../image/index/circle_s.png) no-repeat center;
	position: absolute;
	left: 62px;
	top: 8px;
}


@keyframes rond {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#dates li:hover .selected {
	padding-top: 0;
}

#issues {
	overflow: hidden;
}

#issues li {
	width: 1400px;
	/*min-height: 350px;*/
	list-style: none;
	float: left;
	overflow: hidden;
}

#issues li dl {
	background: url(../images/historyListBg.jpg) 235px repeat-y;
}

#issues li dd {
	position: relative;
	margin-bottom: 59px;
}

#issues li dd p {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 29px;
	color: #333;
	font-weight: bold;
}

#issues li dd b {
	color: #0099e0
}

@media screen and (max-width: 768px) {
	/* #dates a {
		background: url(../image/index/circle.png) no-repeat center 50px !important;
	} */

		#dates li {
			padding-top: 25px;
		}
}