.pc-con .company,
.pc-con .mission {
    text-align: right;
}

.pc-con .company-text-con{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    width: 389px;
    text-align: left;
}

.pc-con .company-text-con .title-des,
.pc-con .chairman-text-con .title-des {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
/*    -webkit-line-clamp: 4;*/
    overflow: hidden;
}

.pc-con .company-more,
.pc-con .chairman-more {
    margin-top: 50px;
}

.pc-con .chairman-text-con {
    text-align: right;
    position: absolute;
    top: 150px;
    bottom: 0;
    right: 100px;
    width: 742px;

}

.mobile-con .title-level {
    font-size: 1.6rem;
}

/* 企业使命 */

.pc-con .mission .normal-img {
    width: 53%;
}

.pc-con .mission-text-con {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 100px;
    width: 612px;
    text-align: left;
}

.mission .title {
    color: #0580ff;
}

.mission-goal-con {
    display: flex;
    justify-content: space-between;
    margin-top: 29px;
}

.mobile-con .mission-goal-con {
    flex-direction: column;
}

.goal-item {
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
}

.mobile-con .goal-item {
    display: inline-block;
    width: fit-content;
    margin-bottom: 2rem;
}

.goal-item div {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 2.375px;
}

.goal-item-left {
    padding: 9px 15px;
    background: #ffc800;
    display: inline-block;
}

.goal-item-right {
    padding: 9px 20px 9px 30px;
    text-align: right;
    background: #0580ff;
    color: #fff;
    display: inline-block;
}

/* 企业荣誉 */

.pc-con .honour {
    margin-top: -30px;
}

.pc-con .honour .title-des {
    -webkit-line-clamp: 4;
}

.pc-con .honour .honour-more {
    position: absolute;
    right: 100px;
    bottom: 0;
}

.honour-img-con {
    width: 57.8%;
    padding: 30px 0;
    border-radius: 30px;
    background: #0165ff;
}

.mobile-con .honour-img-con {
    margin: 1rem 0;
    width: 100%;
    padding: 2rem 0;
    border-radius: 0 15px 15px 0;
}

.honour-img-con .normal-img {
    width: 100%;
}

.pc-con .honour-text-con {
    background: #f5f5f5;
    width: 42.2%;
    position: absolute;
    padding: 50px 100px 50px 48px;
    top: 30px;
    right: 0;
}


.honour-list-con {
    display: flex;
     justify-content: flex-start;
    padding: 50px 0 0px;
    text-align: center;
}

.pc-con .honour-item {
width: 25%;
    margin-right: 20px;
}

.pc-con .honour-item .bold {
    margin-top: 15px;
}

.mobile-con .honour-list-con {
    flex-wrap: wrap;
}

.mobile-con .honour-item {
    width: 48%;
    margin-top: 2rem;
    font-size: 1.2rem;
}


/* 技术与创新 */

.tech,
.honour,
.cooperate,
.history {
    border-top: 1px solid #a0d2ff;
}

.pc-con .tech .title-con {
    padding-top: 0;
}

.pc-con .team-con .text-con {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.pc-con .team .honour-img-con {
    margin-left: 42.2%;
    border-radius: 30px;
}

.pc-con .team .honour-img-con img {
    position: relative;
    z-index: 6;
    border-radius: 0 0 0 30px;
}

.pc-con .team .honour-text-con {
    left: 0;
    right: unset;
    padding-left: 100px;
    padding-right: 48px;
}

.pc-con .team .title-des {
    font-size: 18px;
    margin-bottom: 20px;
}

.pc-con .team2 {
    margin-top: -100px;
    z-index: 5;
}

.pc-con .team2 .honour-text-con {
    bottom: 30px;
    top: unset;
}

.pc-con .team2 .honour-img-con img{
    position: relative;
}

.mobile-con .team2 .honour-img-con {
    border-radius: 15px 0 0 15px;
}

/* 顶层专家 */
.pc-con .expert .title-con,
.pc-con .lab .title-con,
.pc-con .cooperate .title-con {
    text-align: left;
    padding: 80px 0 50px 0;
}

.mobile-con .expert .title-con,
.mobile-con .lab .title-con,
.mobile-con .cooperate .title-con {
    text-align: left;
    padding: 2rem 1.8rem;
}

.pc-con .expert-con {
    display: flex;
    justify-content: space-between;
}
.pc-con .expert-item {
    width: 515px;;
}

.expert-img {
    width: 45%;
    border-radius: 10px;
    position: relative;
    z-index: 10;
}

.expert-right-top {
    position: absolute;
    width: 100%;
    top: 0;
    height: 154px;
    background: #f5f5f5;
    z-index: 5;
    padding: 40px 40px 40px 270px;
}

.expert-right-top .title-level {
    margin-top: 0;
}

.expert-right-top .bold {
    padding-top: 9px;
}

.expert-right-bottom {
    position: absolute;
    top: 154px;
    bottom: 0;
    width: 100%;
    z-index: 5;
    padding: 30px 40px 40px 270px;
    line-height: 24px;
}

.mobile-con .expert-item {
    margin-bottom: 2rem;
}

.mobile-con .expert-right-top,
.mobile-con .expert-right-bottom {
    padding: 1.2rem 1.8rem 1rem 45%;
    width: unset;
    left: 3rem;
    right: 0;
    
}

.mobile-con .expert-right-top {
    height: unset;
}

.mobile-con .expert-right-bottom {
    top: 11rem;
    font-size: 1rem;
    line-height: unset;
    overflow: hidden;
    /* right: 0; */
}

.mobile-con .expert-item:nth-child(2) .expert-right-top,
.mobile-con .expert-item:nth-child(2) .expert-right-bottom {
    padding: 1.2rem 45% 1rem 1.8rem;
    left: 0;
    right: 3rem;
}

.mobile-con .expert-item:nth-child(2) .expert-right-top {
    text-align: left;
}

.mobile-con .expert-item:nth-child(2) .expert-right-bottom {
    text-align: left;
}

.expert-detail {
    padding: 2px 20px 0 0;
    color: #0580ff;
    position: absolute;
    bottom: 2px;
    left: 270px;
    z-index: 6;
}

.expert-detail::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background: url("../fonts/detail.svg") no-repeat;
    background-size: 8px;
    bottom: 7px;
    right: 4px;
}

/* 研发实验室 */
.map {
    padding-bottom: 300px;
}

.lab-con {
    width: 1080px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    padding-bottom: 80px;
}

.mobile-con .map {
    padding-bottom: 0;
}

.mobile-con .lab-con {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 0;
}

.lab.item {
    width: 29.5%;
    padding: 0 54px 43px;
    background: rgba(255, 255, 255, 0.804168);
    box-shadow: 0px 5px 35px rgba(57, 97, 213, 0.185424);
    border-radius: 10px;
    text-align: center;
}

.mobile-con .lab.item  {
    width: 100%;
    margin-bottom: 2rem;
}

.location-con {
    font-size: 18px;
    font-weight: 600;
    padding: 25px 0 16px;
}
.location-con img {
    height: 28px;
}

.lab.item .title-des {
    padding-top: 25px;
}

/* 研发合作 */

.cooperate {
    padding-bottom: 80px;
}

.mobile-con .cooperate {
    padding-bottom: 0;
}

.cooperate .img-con{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.mobile-con .cooperate .img-con {
    justify-content: space-between;
    padding-top: 2rem;
}

.cooperate .img-con img {
    width: 250px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 26px;
    margin-right: 26px;

}

.pc-con .cooperate .img-con div:nth-child(4n) img {
    margin-right: 0;
}

.mobile-con .cooperate .img-con div {
    margin-bottom: 2rem;
    width: 47%;
    margin-right: 0;
}

/* 发展历程 */

.history {
    padding-bottom: 80px;
}

.history-text-con {
    padding: 0 100px;
    margin-bottom: 40px;
}

.mobile-con .history {
    padding-bottom: 0;
}

.mobile-con .history-text-con {
    padding: 0 1.8rem;
    margin-bottom: 1rem;
}

.history-text-con .title-des {
    padding-top: 15px;
}

.history-img-con {
    height: 560px;
}

.history-scroll-con {
    height: 560px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 100px;
    padding-right: 100px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.mobile-con .history-scroll-con {
    padding-left: 3rem;
    padding-right: 3rem;
}

.history-scroll-content {
    width: 2500px;
    height: 100%;
}


.history-item {
    width: 200px;
    height: 280px;
    float: left;
    position: relative;
    
}

.history-item:nth-child(2n+1) {
    margin-top: 279px;
    border-top: 1px solid #979797;
}

.history-item:nth-child(2n) {
    margin-bottom: 280px;
    border-bottom: 1px solid #979797;
}

.history-item-text-con {
    width: 100%;
    padding-left: 20px;
    position: absolute;
    left: 0;
    border-left: 1px dashed #979797;
}

.history-item:nth-child(2n+1) .history-item-text-con {
    padding-top: 48px;
}

.history-item:nth-child(2n) .history-item-text-con {
    padding-bottom: 48px;
    bottom: 0;
}

.mobile-con .history-item:nth-child(2n+1) .history-item-text-con {
    padding-top: 2rem;
}

.mobile-con .history-item:nth-child(2n) .history-item-text-con {
    padding-bottom: 2rem;
    bottom: 0;
}

.history-item-text-con::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #0580ff;
    left: -4.5px;
}

.history-item-text-con::after {
    content: "";
    position: absolute;
    width:9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #000;
    left: -8.5px;
}

.history-item:nth-child(2n+1) .history-item-text-con::before {
    bottom: -3px;
}

.history-item:nth-child(2n+1) .history-item-text-con::after {
    top: -9.5px;
}

.history-item:nth-child(2n) .history-item-text-con::before {
    top: -3px;
}

.history-item:nth-child(2n) .history-item-text-con::after {
    bottom: -8.5px;
}

.year {
    font-size: 26px;
    font-weight: 700;
}