/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-6-28, 16:34:31
    Author     : zhige
*/
.about-wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #292929;
}
.title_us {
  position: relative;
  width: 414px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.line_year {
  position: relative;
  width: 100px;
}
.line_icon {
  width: 60px;
}
.line_left {
  margin-right: 36px;
}
.line_right {
  margin-left: 36px;
}
.line_connect {
  width: 2px;
  height: 100px;
  background: #57e589;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.infos {
  display: inline;
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}
.infos_left {
  float: right;
}
.infos_right {
  float: left;
}
.infos_left_icon {
  margin-right: 40px;
  margin-top: 20px;
}
.infos_right_icon {
  margin-left: 40px;
  margin-top: 20px;
}
.infos_year {
  margin-left: 60px;
  margin-top: 40px;
}
.infos_title {
  font-size: 18px;
}
.infos_dbms {
  margin-top: -10px;
  text-align: left;
  width: 480px;
}
.infos_fk {
  margin-top: -70px;
  text-align: left;
  width: 480px;
}
.infos_hlw {
  margin-top: -20px;
  text-align: left;
  width: 480px;
}
.wrapper_year {
  display: block;
  height: 100px;
  /*width: 1000px;*/
  margin-left: auto;
  margin-right: auto;
}
.wrapper_icon {
  display: block;
  height: 60px;
  /*width: 1000px;*/
  margin-left: auto;
  margin-right: auto;
}
.wrapper_2012 {
  background: url('../images/2012.png') center center no-repeat;
}
.wrapper_2015 {
  background: url('../images/2015.png') center center no-repeat;
}
.wrapper_2016 {
  background: url('../images/2016.png') center center no-repeat;
}
.wrapper_2017 {
  background: url('../images/2017.png') center center no-repeat;
}
.wrapper_2018 {
  background: url('../images/2018.png') center center no-repeat;
}
.wrapper_qiche {
  background: url('../images/qiche.png') center center no-repeat;
}
.wrapper_money {
  background: url('../images/money.png') center center no-repeat;
}
.wrapper_dbms {
  background: url('../images/dbms.png') center center no-repeat;
}
.wrapper_gj {
  background: url('../images/gj.png') center center no-repeat;
}
.wrapper_hlw {
  background: url('../images/hlw.png') center center no-repeat;
}
.wrapper_half_left {
  width: 50%;
  float: left;
}
.wrapper_half_right {
  width: 50%;
  float: right;
}
.half_60 {
  height: 60px;
}
.half_100 {
  height: 100px;
}
