.h-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/images/h-bg.jpg");
    z-index: -1;
}
.bj-bg {
    width: 100%;
    min-width: 1200px;
    height: 360px;
    margin-top: 80px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url("/images/companyHistory-bg.jpg");
}
.bj-bg .bj-bg-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.bj-bg-mask .bj-bg-cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.bj-bg-mask h3 {
    display: block;
    font-size: 34px;
    color: #fff;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    padding-top: 100px;
}
.bj-bg-mask h4 {
    display: block;
    max-width: 700px;
    font-size: 20px;
    color: #fff;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    padding-top: 30px;
    line-height: 30px;
}
.bj-bg-mask span {
    display: block;
    width: 80px;
    height: 4px;
    background-color: #fff;
    margin-top: 60px;
}
.bj-title {
    width: 100%;
    padding: 50px 0;
}
.bj-title h4 {
    text-align: center;
    font-size: 26px;
    color: #e6e4e4;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: bold;
}
.bj-title h3 {
    text-align: center;
    font-size: 24px;
    color: #434343;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    margin-top: 15px;
    font-weight: bold;
}
.bj-history .history-content{
    position: relative;
    padding: 90px 0 130px;
    width: 1200px;
    margin: 0 auto;
}
.history-line {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #999999;
}
.history-top {
    position: absolute;
    left: 50%;
    top: 0;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    border: 7px solid #fff;
    margin-left: -16px;
    background-color: #2a76ff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}
.history-cont .item {
    position: relative;
    width: 50%;
    float: right;
    display: block;
    margin: 0px 0px 70px;
    z-index: 4;
}
.item .h-d {
    position: absolute;
    left: -4px;
    top: 40px;
    display: block;
    background-color: #999999;
    width: 50px;
    height: 1px;
}
.h-d i {
    background-color: #2a76ff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -4px;
}
.item .hitem {
    position: relative;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 30px 35px;
    margin-left: 52px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.history-cont .item:hover .hitem {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    border-color: #2a76ff;
}
.hitem .h-year {
    font-size: 36px;
    color: #4b4b4b;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.hitem .h-month {
    color: #4e4e4e;
    font-size: 14px;
    line-height: 25px;
}
.hitem .h-month p {
    color: #4e4e4e!important;
    font-size: 14px!important;
    line-height: 25px!important;
}
.history-cont .twoItem {
    float: left;
    margin: 70px 0 0;
}
.history-cont .twoItem .h-d {
    left: auto;
    right: -4px;
}
.history-cont .twoItem .h-d i{
    left: auto;
    right: 0px;
}
.history-cont .twoItem .hitem{
    margin: 0 52px 0 0;
}