.technique .title{
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 1rem;
}
.technique .title::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.technique .title span{
    font-size: 0.46rem;
    padding: 0 0.1rem;
    background: #fff;
}
.technique1{
    width: 80%;
    margin: 0 auto;
}
.technique1 p{
    /*font-size: 0.26rem;*/
    /*line-height: 0.4rem;*/
    /*text-indent: 0.52rem;*/
    /*margin: 0.2rem 0;*/
}
.technique1 img{
    width: 100%;
    display: block;
    /*margin: 0.88rem 0;*/
}
.technique2 img{
    width: 100%;
    display: block;
}
.technique2{
    width: 100%;
}
.technique2 p{
    width: 80%;
    margin: 0.2rem auto;
    font-size: 0.26rem;
    line-height: 0.4rem;
    text-indent: 0.52rem;
}
.technique-s1,.technique-s2{
    width: 100%;
    height: 3rem;
    background: #ececec;
    margin: 0.6rem 0;
}
.technique-s1 .imgs{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.technique-s1 .imgs>div{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.technique-s1 .imgs>div img{
    width: 100%;
    padding-top: 0.48rem;
}
.technique-s1 .imgs>div span{
    font-size: 0.24rem;
    padding-top: 0.28rem ;
}
.technique-s2{
    margin-top: 1.84rem;
    height: 4rem;
    margin-bottom: 2.4rem;
}
.technique-s2 .patent{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 0.4rem;
}
.technique-s2 .patent .cut-off{
    font-size: 0.34rem;
}
.technique-s2 .patent p{
    font-size: 0.24rem;
    line-height: 0.4rem;
    text-indent: 0;
    margin: 0;
    width: 100%;
}
.patentimg{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 0.4rem;
}
.patentimg img{
    width: 20%;
}
.laboratory img{
    width: 100%;
    display: block;
}
.laboratory{
    width: 80%;
    margin: 0.8rem auto;
}
.laboratory .item{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.2rem;
}
.laboratory .item img{
    width: 62%;
}
.laboratory .item .text{
    background: #ececec;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0.6rem 0.6rem 0.6rem;
}
.laboratory .item .text .tit{
    font-size: 0.26rem;
}
.laboratory .item .text .tit::after{
    content: '';
    display: block;
    width: 34px;
    height: 3px;
    background: #000;
    margin:  0.2rem 0;
}
.laboratory .item .text p{
    line-height: 0.3rem;
    font-size: 0.21rem;
    text-align: justify;
}
.laboratory .item:nth-child(even){
    flex-direction: row-reverse;
}
.laboratory .item:nth-child(even) .text{
    align-items: flex-end;
}
.laboratory .item:nth-child(even) .text .tit::after{
    margin-left: 84%;
}