﻿

/*企业年志*/
.history-bg { background: #f5fafa url(../img/about/history-bg.jpg) no-repeat right bottom; padding-bottom: 100px; width: 100%; padding-top: 40px; overflow:hidden;}
.historybox { width: 1300px; margin: 0 auto; background: url(../img/about/hbox-bg.jpg) repeat-y center center; overflow: hidden; }
.historybox li { width: 655px; padding-bottom: 10px; position: relative; margin-bottom: 15px; }
.historybox .hl { float: left; text-align: right; }
.historybox .hr { float: right;  margin-top:-350px; }
.hr .historycont { padding-left: 50px; margin-top:-10px;  }
.hl .historycont { padding-right: 55px;  margin-top:-10px; }
.historybox li h4 { color: #009a94; font-family: "微软雅黑"; font-size: 30px; letter-spacing: -3px; margin-bottom: 10px; padding-top: 15px; }
.historybox li p { padding-left: 6px; }
i.hs-point { display: block; width: 50px; height: 50px; background: url(../img/about/point1.png) no-repeat; position: absolute; top: 0; -webkit-transition: all .3s; transition: all .3s; }
.hr i.hs-point { left: -20px; }
.hl i.hs-point { right: -20px; }
.historybox li:hover i.hs-point { background: url(../img/about/point2.png) no-repeat; }






























