@charset "utf-8";
/* CSS pc Document */

/*里程碑 start*/
.milestone_info{
  	position: relative;
	width:100%;
	clear:both;
	display:block;
}
.milestone_bg{
	position:absolute;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/about/us_news.jpg);
	width:100%; 
	height:693px;
} 
.milestone_title{
	position:absolute;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/about/milestone_title.png);
	width:100%;
	height:139px;
	top:630px
} 
.milestone{
	position: relative;
	top:-90px;
	min-height: 900px;
	width: 1009px;
}

/*里程碑*/
.cd-container {
  width: 100%;
  max-width: 1009px;
  margin: 0 auto;
}

#cd-timeline {
  position: relative;
  padding: 50px 0;
}

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 30px;
  left: 18px;
  height: 100%;
  width: 2px;
  background: #A88686;
}
@media only screen and (min-width: 480px) {
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 40px 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
	position: absolute;
	/*background: #FFF;*/
	  width: 20px;
	  height: 20px;
	  left: 50%;
	  margin-left: -10px;
	  margin-top: 13px;
	  -webkit-transform: translateZ(0);
	  -webkit-backface-visibility: hidden;
	border-radius: 50%;
	/*box-shadow: 0 0 0 4px #8A0606, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
}
.cd-timeline-img img {
	display: block;
	position:absolute;
}



.cd-timeline-content {
	position: relative;
	margin-left: 60px;
	background: #8A0606;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.cd-timeline-content h2 {
	color: #FFF;
	margin: 0px;
}
.cd-timeline-content p {
	color: #FFF;
	margin: 5px 0px;
	line-height: 1.6;
}
.cd-timeline-content img {
	max-width: 379px;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #8A0606;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 480px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 15px;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 20px;
    left: 100%;
    border-color: transparent;
    border-left-color: #8A0606;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
    top: 20px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #8A0606;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
}


/*简单样式*/
.cd-timeline-content-simple {
  position: relative;
  top:-30px;
  margin-left: 60px;
  text-align:left;
}
.cd-timeline-content-simple img{
  position:absolute;
	left:35px;
	top:-30px;
}

.cd-timeline-content-simple h2 {
  color: #A94848;
  font-size: 22px;
  margin-top: 0px;
  font-weight:normal;
}
.cd-timeline-content-simple p {
  line-height: 1.6;
  color: #414141;
  margin-top: -10px;
}
.cd-timeline-content-simple img {
	position:relative;
	top:-20px;
	display:none;
}
@media only screen and (min-width: 480px) {
  .cd-timeline-content-simple {
    margin-left: 0;
    padding: 10px;
    width: 45%;
	text-align:right;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content-simple {
    float: right;
	text-align:left;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content-simple img{
    left:-30px;
  }
  .cd-timeline-block:nth-child(pdd) .cd-timeline-content-simple::before {
    top: 20px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #8A0606;
  }
  .cssanimations .cd-timeline-content-simple.is-hidden {
    visibility: hidden;
  }
}

/*里程碑 end*/
.cd-timeline-block
{
	height:80px;
}
.cd-timeline-content-simple .no-img
{
	
}