@charset "utf-8";

.research-team-details-title{
    width: 100%;
    height: 160px;
    line-height: 160px;
    text-align: center;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: rgba(56, 56, 56, 1);
}
.research-team-details-title h2{
    font-size: 30px;
    font-weight: 500;
    line-height: 160px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.navigation-box{
    padding:  10px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 34.48px;
    color: rgba(190, 190, 190, 1);
}
.researchTeamDetails h3{
    font-size: 22px;
    font-weight: 600;
    color: rgba(16, 186, 196, 1);
    text-align: center;
    margin-bottom: 20px;
}

.researchTeamDetails-content{
    padding: 0 20px;
}
/* 小标题开始 */

.subheading{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.subheading span{
    width: 4px;
    height: 20px;
    background-color: rgba(16, 186, 196, 1);
    margin-right: 15px;
}
.subheading h4{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.68px;
    color: rgba(16, 186, 196, 1);
}

/* 小标题结束 */

/* 团队简介开始 */

.team-profile{
    min-height: 127px;
    margin-top: 10px;
    margin-bottom: 26px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(112, 112, 112, 1);
}

/* 团队简介结束 */

/* 团队专家开始 */

.team-experts{
    margin-bottom: 26px;
    display: flex;
    flex-direction: column;
}
.team-experts-avatar{
    width: 60%;
    min-height: 268px;
    background-color: #000;
    position: relative;
    /* margin: 0 auto; */
    margin-bottom: 20px;
}
.team-experts-avatar img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.team-experts-avatar-bg{
    width: 100%;
    height: 180px;
    opacity: 1;
    background: linear-gradient(0deg, rgba(16, 186, 196, 1) 0%, rgba(16, 187, 196, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.team-experts-describe h3{
    text-align: left;
    font-size: 30px;
}
.team-experts-describe h5{
    font-size: 20px;
    font-weight: 500;
    line-height: 39.78px;
    color: rgba(16, 186, 196, 1);
}
.team-experts-describe p{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 34.48px;
    color: rgba(112, 112, 112, 1);
}

/* 团队专家结束 */


/* 研究方向开始 */

.research-direction{
    margin-bottom: 26px;
}

/* 研究方向结束 */

/* 关键技术开始 */

.key-technology{
    margin-top: 50px;
    margin-bottom: 100px;
}

/* 关键技术结束 */

/* 典型成果开始 */

.typical-achievements{
    margin-bottom: 26px;
    display: flex;
    
}
.typical-achievements .typical-achievements-item:nth-child(2n-1){
    margin-right: 10px;
}
.typical-achievements-item{
    cursor: pointer;
    width: calc(50vw - 15px);
    height: calc(50vw - 15px);
    margin-bottom: 10px;
    opacity: 1;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(16, 187, 196, 0.3) 0%, rgba(16, 186, 196, 0.8) 100%);
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.typical-achievements-item img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.typical-achievements .typical-achievements-item:hover img{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
/* .typical-achievements .typical-achievements-item:nth-child(3n-1){
    margin: 0 40px;
} */

/* 典型成果结束 */

/* 项目案例开始 */

.project-cases{
    margin-bottom: 26px;
}
.innovation-activities{
    height: 180px;
    display: flex;
    align-items: center;
}
.activity-swiper,
.platform-swiper{
    width: 88%;
    height: 180px;
    margin: 0 10px;
}
.activity-swiper .swiper-wrapper .swiper-slide,
.platform-swiper .swiper-wrapper .swiper-slide{
    padding: 0 8px;
    
}
.activity-swiper .swiper-wrapper .swiper-slide .swiper-slide-item,
.platform-swiper .swiper-wrapper .swiper-slide .swiper-slide-item{
    border-radius: 10px;
    background: rgba(204, 204, 204, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.activity-swiper .swiper-wrapper .swiper-slide .swiper-slide-item img,
.platform-swiper .swiper-wrapper .swiper-slide .swiper-slide-item img{
    vertical-align: top;
    height: 100%;
    border-radius: 10px;
}
.activity-swiper .swiper-wrapper .swiper-slide .swiper-slide-item .swiper-slide-item-content,
.platform-swiper .swiper-wrapper .swiper-slide .swiper-slide-item .swiper-slide-item-content{
    height: 77px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0px 0px 10px 10px;
    background: rgba(16, 167, 176, 0.37);
    color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    padding: 0 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-slide-item-content .swiper-slide-item-content-tit{
    font-size: 16px;
    font-weight: 500;
    line-height: 26.52px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.swiper-slide-item-content .swiper-slide-item-content-p{
    min-width: 54px;
    max-width: 54px;
    font-size: 12px;
    font-weight: 500;
    height: 100%;
    padding-top: 48px;
    margin-left: 26px;
}
.swiper-button-next-box,
.swiper-button-prev-box{
    min-width: 22px;
    max-width: 22px;
    height: 22px;
    background-color: rgba(220, 220, 220, 1);
    cursor: pointer;
}
.swiper-button-next-box{
    -webkit-mask: url(../svg/swiper-button-next.svg) no-repeat center;
    mask: url(../svg/swiper-button-next.svg) no-repeat center;
}
.swiper-button-prev-box{
    -webkit-mask: url(../svg/swiper-button-prev.svg) no-repeat center;
    mask: url(../svg/swiper-button-prev.svg) no-repeat center;
}

/* 项目案例结束 */

/* 合作方式开始 */

.cooperation-methods{
    margin-bottom: 40px;
    padding: 0 10px;
}
.collaborating-contact-person{
    display: flex;
    flex-direction: column;
}
.collaborating-contact-person p{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(112, 112, 112, 1);
    
}
.collaborating-contact-person img{
    vertical-align: top;
    width: 80px;
    height: 80px;
}
.collaborating-contact-person span{
    /* width: 172px; */
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 31.82px;
    color: rgba(112, 112, 112, 1);
}
.collaborating-contact-person .return-to-list{
    align-self: flex-end;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(190, 190, 190, 1);
    cursor: pointer;
}

/* 合作方式结束 */


/* 项目介绍开始 */

.introduction{
    margin-bottom: 26px;
    display: flex;
    flex-direction: column;
}
.introduction-img{
    width: 100%;
    height: auto;
    min-height: 100px;
    opacity: 1;
    border-radius: 10px;
    background: rgba(229, 229, 229, 1);
}
.introduction-introduce{
    margin-bottom: 10px;
}
.introduction-introduce-item{
    margin-top: 80px;
}
.introduction-introduce .introduction-introduce-item:nth-child(1){
    margin-top: 0;
}
.introduction-introduce-item h5{
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 37.13px;
    color: rgba(16, 186, 196, 1);
}
.introduction-introduce-item p{
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 37.13px;
    color: rgba(112, 112, 112, 1);
    margin-top: 10px;
}
/* 项目介绍结束 */