@charset "utf-8";

ul,
li {
	list-style: none;
}

@font-face {
	font-family: AlibabaSans-Regular;
	src: url(../fonts/AlibabaSans-Regular.otf)
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.cont {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 50px;
}

.biz-timeline-box {
	width: 1000px;
	margin: 0 auto 45px;
	di
}

/*奇数 odd*/
.biz-timeline-box:nth-child(odd) .biz_timeline-eventbox {

	float: right;
}

/*偶数 even*/
.biz-timeline-box:nth-child(even) .biz_timeline-eventbox {

	float: left;
}

/*奇数 odd*/
.biz-timeline-box:nth-child(odd) .biz_timeline-event {}

/*偶数 even*/
.biz-timeline-box:nth-child(even) .biz_timeline-event {}

.biz-timeline-box:nth-child(odd) .biz_timeline-time {
	float: left;
	width: 450px;
	text-align: right;
}

.biz-timeline-box:nth-child(even) .biz_timeline-time {
	float: right;
	width: 450px;
	text-align: left;
}

.biz-timeline-box:nth-child(even) .biz_timeline-node {
	float: right;
}

.biz-timeline-box:nth-child(odd) .biz_timeline-node {
	float: left;
}

.biz_timeline-time {
	font-size: 26px;
	color: #0601f9;
	font-weight: bold;
	line-height: 73px;
	font-family: AlibabaSans-Regular
}

.biz_timeline-eventbox {
	width: 450px;
	height: auto;
	text-align: center;
}

.biz_timeline-event {
	width: 450px;
	margin: 6px 0;
	color: #505050;
	background: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	text-indent: 28px;
	padding: 3% 4%
}

.biz_timeline-event p {
	margin-top: 0;
}

.biz_timeline-node {
	width: 16px;
	height: 16px;
	border: 3px solid #d8273f;
	border-radius: 50%;
	background: #fff;
	margin: 29px 42px;
}

.biz_longString {
	position: absolute;
	left: 50%;
	width: 10px;
	height: 200px;
	top: -57px;
	z-index: 10;
	margin-left: -5px;
	background: #0601f9;
}

.biz_timtline-box {
	position: relative;
	margin-top: 100px;
}

.biz_timeline {
	z-index: 20;
	position: relative;
}

.biz_title {
	text-align: center;
	margin: 0 auto 35px;
}

.biz_title h2 {
	font-size: 28px;
	color: #d81919;
}

.biz_title p {
	color: #eca7a7;
	margin-top: 15px;
}





.biz_timtline-box {
	position: relative;
	margin-top: 100px;
	display: block;
}

.ertyui {
	display: none
}

/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:950px) {




	.cont {
		width: 100%;
		margin: 0 auto;
		padding: 20px 0 50px;
	}

	.biz_timtline-box {
		margin-top: 50px;
	}
	
	.biz-timeline-box:nth-child(odd) .biz_timeline-node,
	.biz-timeline-box:nth-child(even) .biz_timeline-node {
		position: absolute;
		margin: 0;
		top: 6px;
	}
	.biz-timeline-box,
	.biz-timeline-box:nth-child(odd) .biz_timeline-time,
	.biz_timeline-eventbox,
	.biz-timeline-box:nth-child(even) .biz_timeline-time {
		width: 100%;
		text-align: left;
		margin: 0 auto;
	}
	.biz-timeline-box:nth-child(odd) .biz_timeline-time,
	.biz_timeline-time {
		font-size: 20px;
		line-height: 30px;
		padding-left: 24px;
	}
	.biz-timeline-box:nth-child(odd) .biz_timeline-eventbox {
		margin-bottom: 20px;
	}
	.biz_longString {
		display: none;
	}

	.ertyui {
		display: block;
		width: 96%;
		margin: 0 auto;
		padding-bottom: 10%;
		padding-top: 5%
	}

	.ertyui ul {
		width: 100%
	}

	.ertyui ul li {
		width: 100%
	}

	.ertyui ul li b {
		font-size: 20px;
		color: #0601f9;
		font-weight: normal;
		line-height: 30px;
		font-family: AlibabaSans-Regular;
		width: 95%;
		float: left;
		text-align: left;
		margin-bottom: 10px;
		background: url(../image/w_1.png) no-repeat left center;
		padding-left: 5%;
		background-size: 3%
	}


	.ertyui ul li .neirong_90 {
		color: #505050;
		background: #fff;
		text-align: left;
		font-size: 13px;
		line-height: 24px;
		box-shadow: 0 0 15px rgba(0, 0, 0, .2);
		text-indent: 28px;
		padding: 3% 4%;
		width: 92%;
		float: left;
		margin-bottom: 30px
	}

	.ertyui ul li .neirong_90 p {
		margin-top: 0px
	}

	.cont {
		padding-top: 80px !important
	}
}