.about .about-body {
    overflow: hidden;
}

.about .about-body {
    display: table-cell;
    vertical-align: top;
    width: 20000px;
    overflow: hidden;
}

.about .about-body .about-title h1 {
    font-size: 30px;
    color: #fff;
}

.about .about-body .about-title .help-block {
    color: #fff;
    font-size: 20px;
}

.about .about-body .about-content {
    color: #fff;
    line-height: 180%;
    font-size: 16px;
}

.about .about-body .tree-bg {
    background: url('../img/about_tree_bg.png') no-repeat right bottom;
}

.about .about-body .about-content p {
    color: #fff;
    text-indent: 2em;
    line-height: 180%;
    font-size: 16px;
}

/**
 * 发展历程
*/
.process-timeline {
    height: 625px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.process-timeline:after {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    margin-left: 0;
    background: url('../img/widgets/development_timeline.png') repeat-x;
    height: 15px;
    width: 100%;
    display: block
}

.process-timeline .process-body {
    position: relative;
    height: 100%;
    margin-left: 0;
}

.process-timeline .process-row {
    cursor: move;
    display: inline-block;
    float: left;
    margin: 0;
    position: relative;
    height: 625px;
    overflow: hidden;
}

.process-timeline .process-row .process-time {
    position: absolute;
    top: 48.7%;
    left: 35.5%;
    -wekit-top: 48.8%;
}

.process-timeline .process-row .process-time .time-con {
    position: relative;
    text-align: center;
}

.process-timeline .process-row .process-time .time-con .pic {
    position: absolute;
    z-index: 1;
}

.process-timeline .process-row .process-time .time-con .pic i {
    font-size: 100px;
    color: #fff;
}

.process-timeline .process-row .process-time .time-con .year {
    position: absolute;
    z-index: 10;
    font-size: 20px;
    color: #fff;
    padding: 50px 5px 0 5px;
}

.process-timeline .process-row .process-time .time-con .bgcolor {
    position: absolute;
    border-radius: 100%;
    margin-top: 48px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    z-index: 5;
}

.process-timeline .process-row .process-time .time-con .bgcolor.red {
    background: red;
}

.process-timeline .process-row .process-time .time-con .bgcolor.blue {
    background: #3399fe;
}

.process-timeline .process-row .process-time .time-con .bgcolor.orange {
    background: #ff9900;
}

.process-timeline .process-row .process-time .time-con .red i {
    color: red;
}

.process-timeline .process-row .process-time .time-con .blue i {
    color: #3399fe;
}

.process-timeline .process-row .process-time .time-con .orange i {
    color: #ff9900;
}


.process-timeline .process-row .process-noyear {
    position: absolute;
    top: 40%;
    width: 200px;
    text-align: center;
    font-size: 32px;
}

.process-timeline .process-row .process-content {
    margin-top: 80px
}

.process-timeline .process-row .process-content h2 {
    font-size: 16px;
    text-align: center;
}

.process-timeline .process-row .process-content p {
    text-indent: 0 !important;
    font-size: 16px !important;
    height: auto;
    overflow: hidden;
    color: #fff;
    white-space: normal;
}

.process-timeline .process-row:nth-child(even) .process-time {
    top: 33.7%;
}

.process-timeline .process-row:nth-child(even) .process-time .time-con .year {
    padding: 15px 0 0 5px;
}

.process-timeline .process-row:nth-child(even) .process-noyear {
    top: 53%
}

.process-timeline .process-row:nth-child(even) .process-content {
    padding-top: 380px;
    padding-bottom: 0;
}

.process-timeline .process-row:nth-child(odd) .process-time .time-con .pic i {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV(); /*垂直翻转*/
}

.process-timeline .process-row:nth-child(even) .process-time .time-con .bgcolor {
    margin-top: 15px;
    margin-left: 10px;
}

.process-content p {
    margin-bottom: 3px;
}

.isMt {
    margin-top: -50px;
}
.process-row:nth-child(2n) .process-content {
    margin-top: 10px;
}
.scrollMouse i {
    color: #b5b5b5;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.scrollMouse #processLeft,
.scrollMouse #processRight {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width:36px;
    height:36px;
    margin-top:-18px;
    animation: moveIcon 1s infinite alternate;
}
.scrollMouse #processLeft{
    left:-2.5rem;
    content: url("../img/clients/about-left.png");
}
.scrollMouse #processRight{
    right:-2.5rem;
    content: url("../img/clients/about-right.png");
}
.scrollMouse #processLeft:hover{
    content: url("../img/clients/about-left-blue.png");
}
.scrollMouse #processRight:hover{
    content: url("../img/clients/about-right-blue.png");
}
.scrollMouse i:hover {
    color: #fff;
}
@keyframes moveIcon{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.3);
    }
}

