/*body { background: #333; }*/

img { border: 0; max-width: 100%; }

.page-header h1 {
  font-size: 3.26em;
  text-align: center;
  color: #efefef;
  text-shadow: 1px 1px 0 #000;
}

/** timeline box structure **/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #15b6e6;
  left: 50%;
  margin-left: -1.5px;
}

.tldate {
  display: block;
  width: 200px;
  background: #414141;
  border: 3px solid #212121;
  color: #ededed;
  margin: 0 auto;
  padding: 3px 0;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.35);
}

.tab_box_02 .timeline li {
  position: relative;
  padding: 0;

}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}

/** timeline panels **/
.timeline li .timeline-panel {
  width: 46%;
  float: right;
  padding: 20px;
  position: relative;
 	text-align: left;
}



.timeline li.timeline-inverted .timeline-panel {
  float: left;
  text-align:right;
}

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}


/** timeline circle icons **/
.timeline li .tl-circ {
    position: absolute;
    top: 23px;
    left: 50%;
    text-align: center;
    background: #15b6e6;
    color: #fff;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin-left: -6px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 99999;
}

/** timeline content **/



.tl-body p, .tl-body ul {
  margin-bottom: 0;
}
.tl-body p{
	line-height: 44px;
}
.tl-body > p + p {
  margin-top: 5px;
}

/** media queries **/
@media (max-width: 991px) {
  .timeline li .timeline-panel {
    width: 44%;
  }
}

@media (max-width: 700px) {
  .page-header h1 { font-size: 1.8em; }
  
  ul.timeline:before {
    left: 40px;
  }
  
  .tldate { width: 140px; }

  ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline li .tl-circ {
    top: 22px;
    left: 22px;
    margin-left: 0;

  }
  ul.timeline > li > .tldate {
    margin: 0;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
.tl-heading h4{
	
}
.tl-heading{
	border-bottom: 1px solid #e5e5e5;
}
.tl-heading h4 {
  margin: 0;
  color: #15b6e6;
  line-height: 44px;
}
.timeline li .tl-circ:hover{
	background:blue;
}




















/*企业年志*/
.history-bg {padding-bottom: 100px; width: 100%; padding-top: 40px; }
.historybox {  margin: 0 auto; overflow: hidden; }
.historybox li {   
	 
     width: 51%;
    position: relative;
}
.historybox .hl { float: left; text-align: right; }
.historybox .hr { float: right; text-align: left;}
.hr .historycont {
	position: relative;
}
.historybox ul .hr{
	padding-left: 1%;
	padding-right: 0;
}
.historybox ul .hl{
	padding-right: 1%;
	padding-left: 0;
}

.hl .historycont { 
position: relative;}
.hr .historycont p{
	padding-left:20px ;
	line-height: 44px;
	    color: #999999;
}
.hl .historycont p{
	padding-right:20px ;
	line-height: 44px;
	    color: #999999;
}
.historybox li h4 { color: #15b6e6; font-family: "微软雅黑"; font-size: 14px;border-bottom: 1px solid #e7e7e7;line-height: 45px;font-weight: bold;padding: 0 20px;}
.historybox li .yuanyuan { padding-left: 6px;color:#999999 ; font-size: 14px;line-height: 45px;    padding: 0px;}
.historybox .yuanyuan  {   display: block;
    width: 10px;
    height: 10px;
    background:#15b6e6;
    border-radius: 5px;
    position: absolute;
    top: 12%;
    -webkit-transition: all .3s;
    transition: all .3s; }
.hr .yuanyuan {  left: -5px;
    font-size: 30px;
    color: #15b6e6; }
.hl .yuanyuan{ right:-5px;font-size: 30px; color:#15b6e6}
.historybox li:hover .yuanyuan { background: #999;}

.hl i.icon-dizhi1{
    right: -8px;
    font-size: 30px;
    background: #f5f5f5;
    color: #15b6e6;
    position: absolute;
    top: -6px;
}

.historybox ul{
	position: relative;
}

.historybox{
	background: url(../static/images/hbox-bg.png) repeat-y center;
	background: url(../static/images/hbox-bg.png) repeat-y center;
}
