.header{
	border-bottom: 1px solid #d2d2d2;
}
.jian-jie{
	padding: 0 10px;
}
.jian-jie .jian-jie-inner{
	max-width: 1200px;
	margin: 0 auto;
	display: none;
}
.jian-jie .jian-jie-inner .nav{
	padding: 20px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #d2d2d2;
}
.jian-jie .jian-jie-inner .nav img{
	width: 16px;
	height: 20px;
	margin-right: 10px;
}
.jian-jie .jian-jie-inner .nav .nav-text{
	color: #535353;
}
.jian-jie .jian-jie-detail{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 80px;
}
.jian-jie .jian-jie-detail .detail-title{
	font-size: 30px;
	color: #444;
	margin-bottom: 16px;
}
.jian-jie .jian-jie-detail .detail-lang{
	color: #535353;
	display: flex;
	align-items: center;
}
.jian-jie .jian-jie-detail .detail-lang .icon{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #01c885;
	margin-left: 10px;
}
.jian-jie .jian-jie-detail .detail-text{
	margin-top: 30px;
	font-size: 14px;
	color: #535353;
}
.jian-jie .jian-jie-detail .img-box{
	width: 550px;
	height: auto;
	width: 100%;
	max-width: 550px;
	display: block;
	clear: both;
}
.jian-jie .jian-jie-detail .img-box img{
	width: 550px;
	height: auto;
	width: 100%;
	max-width: 550px;
}
.idea{
	width: 100%;
	max-width: 1920px;
	height: auto;
	position: relative;
	margin-bottom: 20px;
}
.idea img{
	width: 100%;
	max-width: 1920px;
	height: auto;
	display: flex;
}
.idea .idea-text-one{
	position: absolute;
	top: -60px;
	left: 10px;
}
.idea .idea-text-one .idea-title{
	font-size: 20px;
	margin-bottom: 6px;
}
.idea .idea-text-one .idea-lang{
	font-size: 14px;
	color: #535353;
	display: flex;
	align-items: center;
}
.idea .idea-text-one .idea-lang .icon{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #01c885;
	margin-left: 10px;
}
.idea .idea-text-two{
	padding: 0 10px;
	top: 100%;
	left: 10px;
	font-size: 14px;
	color: #535353;
	text-indent: 28px;
	margin-top: 10px;
}
.history{
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0 10px;
}
.history .history-title{
	font-size: 20px;
	margin-bottom: 16px;
}
.history .history-lang{
	color: #535353;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.history .history-lang .icon{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #01c885;
	margin-left: 10px;
}
.contact{
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0 10px;
}
.contact-item{width: 50%;}
.contact .box1{
	float: left;
	/*margin-right: 100px;*/
}
.contact .box1 .contact-title{
	font-size: 20px;
	margin-bottom: 16px;
}
.contact .box1 .contact-lang{
	color: #535353;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.contact .box1 .contact-lang .icon{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #01c885;
	margin-left: 10px;
}
.contact .box1 .info{
	color: #535353;
	margin-bottom: 16px;
}
.contact .box1 .name{
	margin-bottom: 26px;
}
.contact .box1 .address{
	margin-bottom: 0;
}
.box2{
	float: right;
}
.box2 .map-box{
	height: auto;
	padding: 10px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
}
.box2 .map-box img{
	max-width: 100%;
	height: auto;
}

/* -------------------------------------
 * timeline
 * ------------------------------------- */
#timeline {
  list-style: none;
  margin: 50px 0 30px 132px;
  padding-left: 30px;
  border-left: 2px solid #d6d7d6;
}
#timeline li {
  margin: 40px 0;
  position: relative;
}
#timeline p {
  margin: 0 0 15px;
}

.date {
  margin-top: -10px;
  top: 50%;
  left: -158px;
  font-size: 20px;
  color: #01c885;
  line-height: 20px;
  position: absolute;
}

.circle {
  margin-top: -10px;
  top: 50%;
  left: -40px;
  width: 10px;
  height: 10px;
  background: #01c885;
  border: 4px solid #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
}

.content {
  max-height: 20px;
  padding-top: 32px;
  padding-bottom: 36px;
  position: relative;
}
.content p {
  max-height: 110px;
  font-size: 16px;
  line-height: 1.4;
  color: #535353;
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
}

/* -------------------------------------
 * mobile phones (vertical version only)
 * ------------------------------------- */
@media only screen and (max-width: 640px) {
	.contact-item{width: 100%;}
	.box2{margin-top: 10px;}
}
@media screen and (min-width: 540px) {
	.jian-jie{
		padding: 0 10px;
	}
	.jian-jie .jian-jie-inner{
		display: none;
	}
	.jian-jie .jian-jie-detail{
		margin-bottom: 30px;
	}
	.jian-jie .jian-jie-detail .img-box{
		margin-bottom: 0;
		margin-left: 0;
		float: none;
	}
	.jian-jie .jian-jie-detail .detail-text{
		margin-top: 30px;
	}
	.idea .idea-text-one .idea-title{
		font-size: 16px;
		margin-bottom: 0;
	}
	.idea .idea-text-one .idea-lang{
		font-size: 12px;
	}
	.idea .idea-text-one{
		top: 10%;
		left: 54%;
	}
	.idea .idea-text-one .idea-lang .icon{
		width: 6px;
		height: 6px;
	}
	.idea .idea-text-two{
		max-width: 400px;
		position: absolute;
		font-size: 12px;
		top: 70%;
		left: 54.3%;
	}
	.idea{
		margin-bottom: 30px;
	}
	.history{
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.history .history-lang{
		margin-bottom: 30px;
	}
	.contact{
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.box2 .map-box{
		height: auto;
		box-sizing: border-box;
	}
	.box2 .map-box img{
		max-width: 100%;
		height: auto;
	}
}
@media screen and (min-width: 600px) {
	.idea .idea-text-one .idea-title{
		font-size: 18px;
	}
	.idea .idea-text-one .idea-lang{
		font-size: 14px;
	}
	.idea .idea-text-one .idea-lang .icon{
		width: 8px;
		height: 8px;
	}
	.idea .idea-text-two{
		font-size: 14px;
	}
}
@media screen and (min-width: 768px) {
	.jian-jie .jian-jie-detail .img-box{
		margin-bottom: 27px;
		margin-left: 30px;
		float: right;
	}
}
@media screen and (min-width: 1000px) {
	.jian-jie .jian-jie-inner{
		display: block;
	}
	.jian-jie .jian-jie-detail{
		margin-bottom: 80px;
	}
	.idea .idea-text-one{
		top: 12%;
		left: 53.4%;
	}
	.idea .idea-text-two{
		left: 53.4%;
	}
	.idea{
		margin-bottom: 80px;
	}
	.contact .box1{
		float: left;
	}
	.box2{
		float: right;
	}
	.history .history-lang{
		margin-bottom: 90px;
	}
	.history{
		margin-bottom: 130px;
	}
	.contact{
		margin-bottom: 90px;
	}
}
