.aboutWrapper {
    position: relative;
}

/* 公司简介 */
.aboutRight .companyDes{
    padding: 0 204px 0 64px;
}
.aboutRight .companyDes .text{
    color:#383838 ;
    font-size: 18px;
    margin-top: 55px;
}
.aboutRight .companyDes .text p{
    line-height: 32px;
    letter-spacing:2px;
    margin-bottom: 38px;
}
.aboutRight .companyDes .img{
    width: auto;
    display: block;
    margin-bottom: 80px;
}
/* 企业相册 */
.aboutRight .companyAlbum{
    padding: 0 204px 0 64px;
}
.aboutRight .companyAlbum .imgs{
    margin-top: 80px;
    position: relative;
    height: 890px;
}
.aboutRight .companyAlbum .imgs .img{
    position: absolute;
    display: block;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 2px 23px 0px rgb(0 44 118 / 9%);
    border-radius: 6px;
    overflow: hidden;
}
.aboutRight .companyAlbum .imgs .img1{
    left: 85px;
    top: 0;
}
.aboutRight .companyAlbum .imgs .img1 .bg{
    background: url(../images/contact/companyAlbum2.jpg) no-repeat center center;
    background-size: 452px;
    width: 360px;
    overflow:hidden ;height: 303px;
    display: block;
}

.aboutRight .companyAlbum .imgs .img2{
    left: 577px;
    top: -100px;
}
.aboutRight .companyAlbum .imgs .img2 .bg{
    background: url(../images/contact/companyAlbum1.jpg) no-repeat center center;
    background-size: 452px;
    width: 360px;
    overflow:hidden ;
    display: block;height: 303px;
}

.aboutRight .companyAlbum .imgs .img3{
    left: 85px;
    top: 440px;
}
.aboutRight .companyAlbum .imgs .img3 .bg{
    background: url(../images/contact/companyAlbum3.jpg) no-repeat center center;
    background-size: 452px;
    width: 360px;
    height: 303px;
    overflow:hidden ;
    display: block;
}
.aboutRight .companyAlbum .imgs .img h3{
    padding: 10px 20px;
    font-size: 20px;
    color: #333;
}
.aboutRight .companyAlbum .imgs .img p {
     padding: 5px 20px 0;
     font-size: 16px;
     color: #848da5;
    margin-bottom: 15px;
}

.aboutRight .companyAlbum .bgBox{
    width:100%;
    height:700px ;
    background-color: #f3f6fd;
    position: absolute;
    left:285px ;
    top: 160px;
}

/* 企业荣誉 */
.aboutRight .companyHonor{
    padding: 0 0 0 64px;
    margin-bottom: 60px;
}

.aboutRight .honorList{
    height: 320px;
    margin-left: 33px;
    margin-top: -20px;
    padding: 56px 43px;
    background: url(../images/contact/honor.png) no-repeat center center;
}
.aboutRight .honorList .honorItem{
    width: 220px;
    height: 200px;
    background: #fff;
    margin-right: 18px;
    text-align: center;
    padding: 27px 0 0;
}
.aboutRight .honorList .honorItem .text{
    color:#383838 ;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}
.aboutRight .honorList .honorItem img{
    display: block;
    margin: 0 auto;
}

/* 发展历程 */
.aboutRight .companyCourse{
    padding: 0 0 0 64px;
}
.aboutRight .companyCourse .courseList{
    margin-left: 317px;
}
.companyCourse .courseList .courseTitle{
    color:#0376f7;
    font-size: 36px;
    font-weight: bold;
}
.companyCourse .courseList .courseRightList .rightItem{
    height: 116px;
}
.courseRightList .rightFirstItem{
    height: 133px;
    margin-left: 77px;
    border-left: 1px solid #e5e5e5;
    position: relative;
}
.courseRightList .rightFirstItem::before{
    content: '';
    position: absolute;
    left: -13px;
    top: 0;
    width: 26px;
    height: 37px;
    background:url(../images/contact/course.png) no-repeat center center ;
}
.courseRightList .occupyLine{
    height: 132px;
    margin-left: 77px;
    border-left: 1px solid #e5e5e5;
}
.companyCourse .courseList .courseRightList .rightListItem{
    height: 34px;
}
.courseRightList .rightItem .time{
    height: 100%;
    color:#0376f7 ;
    font-size: 18px;
    padding-right: 12px;
    position: relative;
}
.courseRightList .rightItem .time::before{
    content: '';
    position: absolute;
    right: -3px;
    top: 0px;
    width: 5px;
    height: 20px;
    background: #0376f7;
    z-index: 15;
}
.courseRightList .rightItem .text{
    height: 100%;
    position: relative;
    padding-left: 26px;
    border-left: 1px solid #e5e5e5;
    color:#383838;
    font-size: 18px;
}

