/* public */
.inside h1,
.inside h2,
.product .h6,
.introduce .h6 {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    margin: 20px 0;
}

.inside>h1 {
    font-size: 32px;
}

.inside>p {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin: 20px 0 40px;
}

/* public end */
/* banner */
.banner-content img {
    width: 100%;
}

/* banner end */
/* 介绍 */
.introduce hr {
    border: 1px solid #ff9966;
    background: #ff9966;
    width: 50px;
    height: 1px;
    margin: 80px auto 20px;
}

.introduce-content {
    overflow: hidden;
}

.lab-introduce {
    overflow: hidden;
    width: 100%;
    margin: 50px 0;
}

.lab-introduce div.lab-l,
.lab-introduce div.lab-r {
    float: left;
    width: 50%;
}

.lab-introduce div.lab-r {
    margin-top: 10px;
}

.lab-introduce div.lab-l img {
    width: 96%;
    height: 360px
}

.lab-title {

    overflow: hidden;
}

.lab-title img {
    float: left;
    width: 40px;
    height: 40px;
}

.lab-title h6 {
    float: left;
    font-size: 28px;
    line-height: 28px;
    margin: 5px 0;
}

.lab-r p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
}

.lab-test {
    width: 100%;
}

.lab-test ul {
    overflow: hidden;
    width: 100%;
}

.lab-test ul li {
    float: left;
    margin-left: 2%;
    width: 32%;
    height: 380px;
}

.lab-test ul li div.lab-s {
    border: 2px solid rgba(210, 248, 174, 1);
    width: 99%;
    height: 376px;
    display: grid;
}

.lab-test ul li div p {
    text-align: center;
    margin-bottom: 120px;
}

.lab-test ul li.not_left {
    margin-left: 0px;
}

.lab-test ul li div img {
    width: 140px;
    height: 140px;
    margin: 100px auto 0;
}

.shade-p p {
    position: absolute;
    left: 0;
    left: 0;
    top: 64%;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.lab-test ul li div.shade-p img,
.lab-test ul li div.shade-p p {
    position: absolute;
}

.lab-test li {
    position: relative;
}

.lab-test li .shade-p {
    border: 0;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.shade {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 153, 102, 0.6);
}

.shade-img {
    padding: 0;
    margin: 0;
}

img.plant-img {
    width: 140px;
    height: auto;
    position: absolute;
    left: 46%;
    top: 30%;
}

.lab-test li .shade-p .shade-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.lab-test li:hover .shade-p {
    display: block;
    /* -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -webkit-transform: translateY(-380px);
    transform: translateY(-380px); */
}

.patent-shade {
    border: 0;
    width: 100%;
    height: 100%;
}

/* 介绍end */
/* 自适应 */
@media screen and (max-width:1400px) and (min-width:1200px) {}

@media screen and (max-width:1200px) and (min-width:768px) {}

@media only screen and (max-width: 768px) {

    .lab-introduce div.lab-l,
    .lab-introduce div.lab-r {
        width: 100%;
    }

    .lab-introduce div.lab-l img {
        width: 100%;
        height: auto;
    }

    .lab-test ul li {
        width: 100%;
        height: 380px;
    }

    .lab-test li .shade-p {
        display: block;
    }

    .lab-test ul li {
        margin-top: 10px;
        margin-left: 0;
    }

    .lab-title h6 {
        font-size: 1.2rem;
    }

    .lab-r p {
        font-size: 1rem;
    }
}