@charset "utf-8";

.test-detection-list-title{
    width: 100%;
    height: 348px;
    line-height: 348px;
    text-align: center;
    opacity: 1;
    background: rgba(56, 56, 56, 1);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.test-detection-list-title h2{
    font-size: 66px;
    font-weight: 500;
    line-height: 348px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.navigation-box{
    width: 1364px;
    margin: 50px auto;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 34.48px;
    color: rgba(190, 190, 190, 1);
}

/* 内容部分开始 */

.test-detection-list-content{
    width: 1364px;
    margin: 0 auto;
}

/* 内容部分结束 */

/* 切换tabs开始 */
.page-switching{
    width: 1364px;
    height: 64px;
    margin: 50px auto 100px;
    display: flex;
    border-left: 1px solid rgba(16, 186, 196, 1);
}
.page-switching-item{
    flex: 1;
    border-top: 1px solid rgba(16, 186, 196, 1);
    border-bottom: 1px solid rgba(16, 186, 196, 1);
    border-right: 1px solid rgba(16, 186, 196, 1);
    text-align: center;
    line-height: 64px;
    font-size: 26px;
    font-weight: 400;
    color: rgba(16, 186, 196, 1);
    cursor: pointer;
}
.page-switching .page-switching-item.page-switching-active{
    flex: 1.5;
    background: rgba(16, 186, 196, 1);
    box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
    font-size: 26px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

/* 切换tabs结束 */


/* 小标题开始 */

.subheading{
    display: flex;
    align-items: center;
}
.subheading span{
    width: 6px;
    height: 28px;
    background-color: rgba(16, 186, 196, 1);
    margin-right: 15px;
}
.subheading h4{
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1.68px;
    color: rgba(16, 186, 196, 1);
}

/* 小标题结束 */

/* 实验室简介开始 */

.lab-intro{
    margin-top: 50px;
    margin-bottom: 100px;
    font-size: 28px;
    font-weight: 400;
    line-height: 37.13px;
    color: rgba(81, 81, 81, 1);
}

/* 实验室简介结束 */

/* 实验室能力开始 */
/* .laboratory-capability-box{
    display: none;
}
.laboratory-capability-box-active{
    display: block;
} */

.laboratory-capability{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.laboratory-capability-item{
    width: 420px;
    height: 420px;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(16, 187, 196, 0.3) 0%, rgba(16, 186, 196, 0.8) 100%);
    font-size: 30px;
    font-weight: 400;
    line-height: 39.78px;
    color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 52px;
}
.laboratory-capability-item div{
    width: 310px;
    text-align: center;
}
.laboratory-capability .laboratory-capability-item:nth-child(3n-1){
    margin: 0 52px 55px;
}
.laboratory-capability-item img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.laboratory-capability .laboratory-capability-item:hover img{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

/* 实验室能力结束 */

/* 合作方式开始 */

.collaborating-contact-person{
    display: flex;
    flex-direction: column;
    margin-bottom: 200px;
    padding-top: 30px;
}
.collaborating-contact-person p{
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 37.13px;
    color: rgba(112, 112, 112, 1);
    /* margin-top: 30px; */
    margin-bottom: 20px;
}
.collaborating-contact-person img{
    vertical-align: top;
    width: 172px;
    height: 175px;
}
.collaborating-contact-person span{
    width: 172px;
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.82px;
    color: rgba(112, 112, 112, 1);
}


/* 合作方式结束*/