@charset "utf-8";

.test-detection-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-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-content{
    width: 1364px;
    margin: 0 auto;
}
.test-detection-content h3{
    font-size: 44px;
    font-weight: 600;
    line-height: 58.34px;
    color: rgba(16, 167, 176, 1);
    text-align: center;
}
.brief-introduction{
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 37.13px;
    color: rgba(128, 128, 128, 1);
    margin-top: 50px;
    margin-bottom: 100px;
}
.detectability{
    margin-top: 50px;
    display: flex;
    align-items: flex-end;
    height: 500px;
    justify-content: space-between;
}
.detectability-item{
    height: 453px;
    width: 178px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.detectability-item img{
    height: 100%;
    width: 178px;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.detectability-item p{
    width: 36px;
    font-size: 30px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.detectability-item-active{
    height: 500px;
}
.detectability-item1{
    background: linear-gradient(0deg, rgba(23, 142, 232, 0.5) 0%, rgba(23, 142, 232, 0) 100%);
}
.detectability-item2{
    background: linear-gradient(0deg, rgba(0, 184, 217, 0.5) 0%, rgba(0, 184, 217, 0) 100%);
}
.detectability-item3{
    background: linear-gradient(0deg, rgba(13, 209, 173, 0.5) 0%, rgba(13, 209, 173, 0) 100%);
}
.detectability-item4{
    background: linear-gradient(0deg, rgba(67, 207, 124, 0.5) 0%, rgba(66, 207, 122, 0) 100%);
}
.detectability-item5{
    background: linear-gradient(0deg, rgba(1, 128, 18, 0.5) 0%, rgba(1, 128, 18, 0) 100%);
}
.detectability-item6{
    background: linear-gradient(0deg, rgba(57, 126, 216, 0.5) 0%, rgba(56, 126, 217, 0) 100%);
}
.detectability-item7{
    background: linear-gradient(0deg, rgba(50, 54, 173, 0.5) 0%, rgba(56, 126, 217, 0) 100%);
}
.detectability-item-active.detectability-item1{
    background: linear-gradient(0deg, rgba(23, 142, 232, 1) 0%, rgba(24, 141, 232, 0) 100%);
}
.detectability-item-active.detectability-item2{
    background: linear-gradient(0deg, rgba(0, 184, 217, 1) 0%, rgba(0, 184, 217, 0) 100%);
}
.detectability-item-active.detectability-item3{
    background: linear-gradient(0deg, rgba(13, 209, 173, 1) 0%, rgba(13, 209, 173, 0) 100%);
}
.detectability-item-active.detectability-item4{
    background: linear-gradient(0deg, rgba(67, 207, 124, 1) 0%, rgba(67, 207, 124, 0) 100%);
}
.detectability-item-active.detectability-item5{
    background: linear-gradient(0deg, rgba(1, 128, 18, 1) 0%, rgba(1, 128, 18, 0) 100%);
}
.detectability-item-active.detectability-item6{
    background: linear-gradient(0deg, rgba(57, 126, 216, 1) 0%, rgba(56, 126, 217, 0) 100%);
}

.detectability-item-active.detectability-item7{
    background: linear-gradient(0deg, rgba(50, 54, 173, 1) 0%, rgba(56, 126, 217, 0) 100%);
}



/* 内容部分结束 */


/* 内容部分详情开始 */

.detectability-details{
    margin-top: 8px;
    margin-bottom: 58px;
}
.detectability-details-item{
    display: none;
}
.detectability-details-item .jt-bg-img{
    width: 1362px;
    height: 147px;
}
.detectability-details-active{
    display: block;
}
.detectability-details-item-list{
    transform: translateY(-24px);
}
.detectability-details-item-list{
    display: flex;
    flex-wrap: wrap;
}
.detectability-details-item-list-item{
    width: 326px;
    height: 326px;
    opacity: 1;
    border-radius: 5px;
    margin-right: 19px;
    margin-bottom: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* background-repeat: no-repeat;
    background-size: 100% 100%; */
    background: linear-gradient(180deg, rgba(16, 187, 196, 0.3) 0%, rgba(16, 186, 196, 0.8) 100%);
}
.detectability-details-item-list-item .detectability-details-item-list-item-bg1{
    position: absolute;
    top: 0;
    left: 0;
    width: 326px;
    height: 326px;
    border-radius: 5px;
    z-index: -1;
}
.detectability-details-item-list-item:hover .detectability-details-item-list-item-hover{
    display: flex;
    flex-direction: column;
}
.detectability-details-item-list-item-hover{
    box-sizing: border-box;
    padding: 0 26px;
    display: none;
    /* background-repeat: no-repeat;
    background-size: 100% 100%; */
}
.detectability-details-item-list-item-hover h6{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 26.52px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    
}
.detectability-details-item-list-item-hover h6 a,
.detectability-details-item-list-item-hover p a{
    color: #fff;
    
}
.detectability-details-item-list-item-hover p{
    font-size: 16px;
    font-weight: 500;
    line-height: 21.22px;
    margin-top: 12px;
}
.detectability-details-item-list-item-hover{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 326px;
    height: 326px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
}
.detectability-details-item-list-item-hover .scroll-box{
    overflow: scroll;
    flex: 1;
    margin-bottom: 20px;
    -ms-scrollbar-face-color: transparent; /* IE和Edge特有 */
    -ms-scrollbar-3dlight-color: transparent; /* IE和Edge特有 */
    scrollbar-width: none; /* Firefox特有 */

}
.detectability-details-item-list-item-hover .scroll-box::-webkit-scrollbar {
    display: none;
}
.detectability-details-item1 .detectability-details-item-list-item-hover{
    background: rgba(23, 142, 232, 1);
}
.detectability-details-item2 .detectability-details-item-list-item-hover{
    background: rgba(0, 184, 217, 1);
}
.detectability-details-item3 .detectability-details-item-list-item-hover{
    background: rgba(13, 209, 173, 1);
}
.detectability-details-item4 .detectability-details-item-list-item-hover{
    background: rgba(67, 207, 124, 1);
}
.detectability-details-item5 .detectability-details-item-list-item-hover{
    background: rgba(1, 128, 18, 1);
}
.detectability-details-item6 .detectability-details-item-list-item-hover{
    background: rgba(56, 126, 217, 1);
}
.detectability-details-item7 .detectability-details-item-list-item-hover{
    background: rgba(50, 54, 173, 1);
}
.detectability-details-item-list-item>h5{
    width: 230px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 39.78px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    position: relative;
    z-index: 1;
}
.detectability-details-item-list .detectability-details-item-list-item:nth-child(4n){
    margin-right: 0;
}
/* .detectability-details-item1 .detectability-details-item-list-item{
    background: linear-gradient(180deg, rgba(16, 187, 196, 0.3) 0%, rgba(16, 186, 196, 0.8) 100%);
}
.detectability-details-item2 .detectability-details-item-list-item{
    background: linear-gradient(0deg, rgba(67, 207, 124, 1) 0%, rgba(66, 207, 122, 0) 100%), rgba(204, 204, 204, 1);
}
.detectability-details-item3 .detectability-details-item-list-item{
    background: linear-gradient(0deg, rgba(60, 166, 254, 1) 0%, rgba(61, 168, 255, 0) 100%), rgba(204, 204, 204, 1);
}
.detectability-details-item4 .detectability-details-item-list-item{
    background: linear-gradient(0deg, rgba(16, 186, 196, 1) 0%, rgba(16, 186, 196, 0) 100%), rgba(204, 204, 204, 1);
}
.detectability-details-item5 .detectability-details-item-list-item{
    background: linear-gradient(0deg, rgba(57, 126, 216, 1) 0%, rgba(56, 126, 217, 0) 100%), rgba(204, 204, 204, 1);
} */
/* 内容部分详情结束 */

/* 实验室文化开始 */

.laboratory-culture{
    margin-top: 50px;
    margin-bottom: 100px;
}
.laboratory-culture h4{
    font-size: 30px;
    font-weight: 600;
    line-height: 60px;
}
.laboratory-culture-top{
    display: flex;
    height: 226px;
    margin-bottom: 15px;
}
.laboratory-culture-bottom{
    display: flex;
    height: 408px;
}
.laboratory-culture-item1,
.laboratory-culture-item2,
.laboratory-culture-item3,
.laboratory-culture-item4{
    transition: transform 0.5s ease;
    cursor: pointer;
}
.laboratory-culture-item1:hover,
.laboratory-culture-item2:hover,
.laboratory-culture-item3:hover,
.laboratory-culture-item4:hover{
    transform: translateY(-5px);
    transition: all 0.6s ease-in-out;
}
.laboratory-culture-item1,.laboratory-culture-item3{
    flex: 1;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 36px 0 42px;
}
.laboratory-culture-item2,.laboratory-culture-item4{
    min-width: 438px;
    max-width: 438px;
    border-radius: 5px;
    margin-left: 15px;
}
.laboratory-culture-item1{
    background: rgba(16, 186, 196, 1);
}
.laboratory-culture-item2{
    background: rgba(60, 166, 254, 1);
    padding: 0 36px 0 42px;
}
.laboratory-culture-item3{
    background: rgba(57, 126, 216, 1);
}
.laboratory-culture-item4{
    background: rgba(221, 221, 221, 1);
}
.laboratory-culture-item1,.laboratory-culture-item2,.laboratory-culture-item3{
    color: rgba(255, 255, 255, 1);
}
.laboratory-culture-item1 h4,
.laboratory-culture-item2 h4{
    margin-top: 24px;
    margin-bottom: 13px;
}
.laboratory-culture-item1 p{
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}
.laboratory-culture-item2 p{
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
}
.laboratory-culture-item3 h4,
.laboratory-culture-item4 h4{
    margin-top: 15px;
    margin-bottom: 14px;
}
.laboratory-culture-item3 p{
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}
.laboratory-culture-item4 h4{
    padding-left: 44px;
    color: rgba(54, 101, 178, 1);

}
.laboratory-culture-item4 p{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(61, 138, 232, 1);
    padding: 0 44px;
}
.laboratory-culture-item4 .img-box{
    margin-top: 30px;
    height: 229px;
    display: flex;
}
.laboratory-culture-item4 .img-box p{
    padding: 0;
    flex: 1;
    display: flex;
    
}
/* .laboratory-culture-item4 .img-box img{
    width: 146px;
    height: 229px;
    vertical-align: top;
} */

/* 实验室文化结束 */


/* 合作案例开始 */

.cooperation-cases{
    width: 1480px;
    margin: 50px auto 100px;
}
.innovation-activities{

    width: 1480px;
    height: 369px;
    display: flex;
    align-items: center;
}
.activity-swiper,
.platform-swiper{
    width: 1364px;
    height: 369px;
    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: 292px;
    /* 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%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    line-height: 77px;
    font-size: 20px;
    font-weight: 500;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.swiper-slide-item-content .swiper-slide-item-content-tit{
    font-size: 20px;
    font-weight: 500;
    line-height: 26.52px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #fff;
}
.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;
    color: #fff;
}
.swiper-button-next-box,
.swiper-button-prev-box{
    width: 44px;
    height: 44px;
    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;
}

/* 合作案例结束 */


/* 服务体系开始 */

.service-system{
    margin-top: 50px;
    margin-bottom: 200px;
    height: 493px;
    opacity: 1;
    border-radius: 5px;
    /* background: rgba(204, 204, 204, 1); */
}
.service-system img{
    width: 100%;
    height: 100%;
    /* border-radius: 5px; */
    vertical-align: top;
}

/* 服务体系结束 */


