@charset "utf-8";

.test-detection-list-title{
    width: 100%;
    height: 160px;
    line-height: 160px;
    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: 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);
}

/* 内容部分开始 */

.test-detection-list-content{
    /* width: 1364px;
    margin: 0 auto; */
    padding: 0 10px;
}

/* 内容部分结束 */

/* 切换tabs开始 */
.page-switching{
    /* width: 1364px; */
    /* height: 64px; */
    /* margin: 50px auto 100px; */
    display: flex;
    
    overflow-x: scroll;
    overflow-y: hidden;
}
.page-switching .page-switching-item:nth-child(1){
    border-left: 1px solid rgba(16, 186, 196, 1);
}
.page-switching::-webkit-scrollbar {
    width: 0 !important
}
.page-switching {
    /* IE 10+ */
    -ms-overflow-style: none;
    /* Firefox */
    overflow: -moz-scrollbars-none;
}
.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;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(16, 186, 196, 1);
    cursor: pointer;
    min-width: 200px;
}
.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-weight: 600;
    color: rgba(255, 255, 255, 1);
}

/* 切换tabs结束 */


/* 小标题开始 */

.subheading{
    display: flex;
    align-items: center;
}
.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);
}

/* 小标题结束 */

/* 实验室简介开始 */

.lab-intro{
    margin-top: 10px;
    margin-bottom: 26px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(81, 81, 81, 1);
}

/* 实验室简介结束 */

/* 实验室能力开始 */
/* .laboratory-capability-box{
    display: none;
}
.laboratory-capability-box-active{
    display: block;
} */

.laboratory-capability{
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.laboratory-capability .laboratory-capability-item:nth-child(2n-1){
    margin-right: 10px;
}
.laboratory-capability-item{
    width: calc(50vw - 15px);
    height: calc(50vw - 15px);
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(16, 187, 196, 0.3) 0%, rgba(16, 186, 196, 0.8) 100%);
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: 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: 30px;
    padding-top: 10px;
}
.collaborating-contact-person p{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(112, 112, 112, 1);
    /* margin-top: 10px; */
    margin-bottom: 10px;
}
.collaborating-contact-person img{
    vertical-align: top;
    width: 80px;
    height: 80px;
}
.collaborating-contact-person span{
    text-align: left;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(112, 112, 112, 1);
}


/* 合作方式结束*/