@charset "utf-8";

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body{
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}


.body_demo{border: #ddd 1px solid;margin-bottom:16px;}
.demo_title{text-align: center;padding-top: 20px;margin-bottom: 20px;}
.demo_container{padding-bottom: 50px}
.main-timeline{ font-family: 'Microsoft Yahei', sans-serif; }
.main-timeline:after{
	content: '';
	display: block;
	clear: both;
}
.main-timeline:before{
	content: '';
	height: 100%;
	width: 2px;
	border: 1px dashed #ddd;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 30px;
}
.main-timeline .timeline{
	width: 50%;
	padding: 30px 30px 0 25px;
	margin: 0 20px 10px 0;
	float: left;
	position: relative;
	font-size:16px;
}
.main-timeline .timeline-content{
	padding: 15px 15px 15px 40px;
	border: 2px solid #00A79B;
	border-radius: 15px 0 15px 15px;
	display: block;
	position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:after{
	/* content: '';
	background-color: #00A79B;
	height: 18px;
	width: 15px;
	position: absolute;
	right: -15px;
	top: -2px;
	clip-path: polygon(100% 0, 0 0, 0 100%); */
}
.main-timeline .timeline-year{
	color: #fff;
	background-color: #fff;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	line-height: 22px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	position: absolute;
	right: -47px;
	top:-15px; 
	border: 2px solid #00A79B;
}
.main-timeline .timeline-year:after{
	/* content: '';
	height: 30px;
	width: 30px;
	border: 2px solid #00A79B;
	border-left-color: transparent8888;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-20deg);
	position: absolute;
	left: 50%;
	top: 50%; */
}


.main-timeline .timeline-icon img{
	max-width: 315px;
    max-height: 190px;
	min-height: 190px;

}

.main-timeline .title{
	color: #222;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 7px 0;
}
.main-timeline .description{
	color: #222;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: justify;
	margin: 0 0 5px;
}
.main-timeline .timeline:nth-child(even){
	padding: 50px 30px 0 45px;
	margin: 20px 20px 40px 0;
	float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
	padding: 15px 40px 15px 15px;
	border-radius: 0 15px 15px 15px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
	transform: rotateY(180deg);
	right: auto;
	left: -15px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
	right: auto;
	left: -37px;
}
.main-timeline .timeline:nth-child(even) .timeline-year:after{
	transform: translateX(-50%) translateY(-50%) rotate(200deg);
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
	left: auto;
	left: -437px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon img{

	width: 100%;
	height: auto;
}
.timeline:nth-child(2n) .timeline-content,
.timeline:nth-child(2n) .timeline-year:after{
	border-color: #0870C5;
}
.timeline:nth-child(2n) .timeline-year:after{  }
.timeline:nth-child(2n) .timeline-content:after,
.timeline:nth-child(2n) .timeline-icon,
.timeline:nth-child(2n) .timeline-year{
	background-color: #fff;
}
.timeline:nth-child(2n) .timeline-year{
	width: 20px;
	height: 20px;
	border: 2px solid #0870C5;
}
/* .timeline:nth-child(odd) p strong{
	display: inline-block;
	text-align: right;
	width: 100%;
} */
p{
	text-align: justify;
}
img{
	border: 1px solid #ddd;
	border-radius:5px;
	overflow:hidden;
}
.main-timeline .timeline-icon{
	width: 320px;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width:768px){
	.main-timeline .timeline-icon{
		color: #fff;
		background-color: #ffff;
		font-size: 35px;
		text-align: center;
		line-height: 50px;
		transform: translateY(-50%);
		position: absolute;
		top: 45%;
		right: -78%;
		transition: all 0.3s;
	}
	
}
@media screen and (max-width:767px){
	.main-timeline:before{ display: none; }
	.main-timeline .timeline{
		width: 100%;
		padding-top: 20px;
		padding-right: 12px;
		margin-bottom: 20px;
	}
	.main-timeline .timeline:nth-child(even){
		padding-left: 10px;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.main-timeline .timeline-content,
	.main-timeline .main-timeline .timeline:nth-child(even) .timeline-content{
		background-color: #fff;
		padding-top: 25px;
	}
	.main-timeline .timeline-content:after{ display: none; }
	.main-timeline .timeline-year{
		font-size: 24px;
		line-height: 70px;
		height: 70px;
		width: 70px;
		right: 0;
		top: -65px;
	}
	.main-timeline .timeline-year:after{ display: none; }
	.main-timeline .timeline:nth-child(even) .timeline-year{ left: 3px; }
	.timeline-year{
		display: none;
	}
	.main-timeline .timeline-icon{
		transform: translateY(0);
		position: relative;
	}
	.main-timeline .timeline-icon{
		color: #fff;
		background-color: #ffff;
		font-size: 35px;
		text-align: center;
		line-height: 50px;
	
		width: 200px;
		border-radius: 5px;
		/* transform: translateY(-50%);
		position: absolute;
		top: 45%;
		right: -55%; */
		transition: all 0.3s;
	}
	.main-timeline .timeline:nth-child(even) .timeline-icon{
		left: 0;
	}
	.main-timeline .timeline:nth-child(even) .timeline-content{
		padding: 15px;
	}
	.main-timeline .timeline-content{
		padding: 15px;
	}
	.lscontainer{
		width: 100% !important;
	}
	.demo_title{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.demo_title img{
		width: 100%;
	}
	.main-timeline .timeline:nth-child(even){
		/* padding: 0;
		margin: 0; */
		/* float: none; */
	}
	.main-timeline{
		display: flex;
    flex-wrap: wrap;
	}
}
@media screen and (max-width:567px){
	.main-timeline .title{ font-size: 18px; }
}
@media screen and (min-width:px){
	.main-timeline .title{ font-size: 18px; }
}
@media screen and (min-width: 1300px) {
	.timeline-content p:nth-child(4){
		display: flex;
		justify-content: flex-end;
	}
	.timeline:nth-child(2n) .timeline-content p:nth-child(4){
		display: flex;
        justify-content: flex-start;
	}
	.lscontainer{width:1300px !important;}
}
@media screen and (min-width: 776px)and (max-width: 799px) {
	.main-timeline .timeline-icon {
		right: -129%;
	}
	.main-timeline .timeline:nth-child(even) .timeline-icon{
		left: -372px;
	}
}
@media screen and (min-width: 800px)and (max-width: 1299px) {
	.lscontainer{width:100% !important;}
	.main-timeline .timeline-icon {
		right: -90%;
	}

}