@charset "utf-8";
.about{
    padding:134px 0  208px 0;
}
.about ul{
    width: 100%;
    height: 1470px;
    background: url(../images/icon_about_line.png) no-repeat center center;
}
.about ul li{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:flex-start;
    -webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;
    -ms-justify-content:flex-start;
    -o-justify-content:flex-start;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    padding: 0 68px;
    margin-bottom: 90px;
}
.about ul li:nth-child(2n+1){
    justify-content:flex-end;
    -webkit-justify-content:flex-end;
    -moz-justify-content:flex-end;
    -ms-justify-content:flex-end;
    -o-justify-content:flex-end;
}
.about ul li .item{
    width: 593px;
    position: relative;
    padding-top: 80px;
}
.about ul li:nth-last-child(1){
    margin-bottom: 0;
}
.about ul li .item img{
    display: block;
    width:593px;
    height: 76px;
}
.about ul li .item p{
    color: #999;
    font-size: 16px;
    width:544px;
    position: absolute;
    z-index: 20;
    left: 115px;
    top: 30px;
}
.about ul li:nth-child(2n+2) .item p{
    left: -66px;
}
.about ul li .item span{
    white-space: nowrap;
    color: #00ACBB;
    font-size: 24px;
    position: absolute;
    z-index: 20;
    right: -65px;
    top: 50%;
    height: 40px;
    line-height: 40px;
    margin-top: 18px;
}
.about ul li:nth-child(2n+2) .item span{
    right: auto;
    left: -65px;
}