@charset "utf-8";


.lab .title04{

    text-align: center;
    position: relative;
    margin-bottom: 180px;
    width: 60%;
}


.lab .title04 li{
    display: inline-block;
    vertical-align: top;
}

.lab .title04::after{
    content: '';
    display: block;
    clear: both;  
    width: 1px;
    height: 80px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 180%;
    transform: translate(-50%,-50%);
}

.miding{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 61%;
    width: 100%;
    height: 400px;
   background-image: url(../../img/main/main06_1.png);
}



.labtxt img{
    width: 66px;
    text-align: center;
    display: block;
    margin: 50px auto 30px;
}

.labtxt ul li{
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 50px;
}


@media screen and (max-width:860px) {
    
.lab .title04{
    width:100% ;
    margin-bottom: 78px;
}

.lab .title04 li{
    display: block;
}

.lab .title04::after{
    height: 40px;
    top: 150%;
}

.miding{
    height: 235px;
}

.lab .labtxt ul{
    width: 90%;
    margin: auto;
}


.labtxt img{
    width: 50px;
    margin: 20px auto ;
}

.labtxt ul li{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 13px;
}

}