/* 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 p {
    text-align: center;
    padding: 5px 0;
}

/* 介绍 end */
/* 招聘内容 */

.invite {
    margin: 60px 0 0;
    color: #000;
}

.inside-content {
    border-bottom: 1px solid rgba(152, 241, 69, 0.5);
}

.inside-content-tr,
.inside-content-td {
    overflow: hidden;
    border-top: 1px solid rgba(152, 241, 69, 0.5);
    /* border-top: 1px solid #b3f376; */
}

.inside-content-tr div,
.inside-content-td div {
    float: left;
    width: 25%;
    text-align: center;
    padding: 20px 0;
}

.details {
    background: #fdfdfd;
    display: none;
}

.details .inside-content-td>div {
    width: 32%;
}

.details .inside-content-td>div>div {
    white-space: pre-line;
}

.details .inside-content-td>div {
    border-left: 1px solid #b3f376;
    height: 300px;
    margin: 20px 0;
    text-align: left;
    font-size: 14px;
}

div.details div.inside-content-td>div.not-l {
    border-left: 0px;
}

.details .inside-content-td div div {
    width: 100%;
}

.details div.inside-content-td div p {
    text-align: left;
    padding-left: 20px;
    padding-top: 5px;
}

.invite-title {
    font-size: 18px;
}

.invite-more {
    padding-top: 50px;
}

.invite-more p {
    border: 1px solid #b3f376;
    border-radius: 30px;
    margin: 0 auto;
    padding: 10px 60px;
    text-align: center;
    width: 150px;
}

.invite-conceal {
    display: none;
}

/* 招聘内容 ned */
/* 联系 */

.contact {
    margin: 60px 0;
}

.contact table {
    width: 100%;
    border-top: 2px solid #b3f376;
    border-bottom: 2px solid #b3f376;
    padding: 30px 140px;
}

.contact table th {
    font-size: 16px;
    color: #bdbdbd;
    text-align: left;
}

.contact table td {
    font-size: 16px;
    color: #000;
}

.contact2 {
    display: none;
}

/* 联系 end */
/* plants 工厂 */

.plants-swiper-wrapper {
    width: 100%;
}

.plants-swiper-slide {
    height: 100%;
    width: 334px;
}

.plants-swiper-slide a {
    color: #000;
}

.plants-swiper-slide img {
    width: 100%;
    height: 220px;
}

.plants-swiper-slide p {
    margin: 0;
    text-align: center;
    padding: 10px 5px;
    font-size: 26px;
    /* border-bottom: 2px solid rgba(210, 248, 174); */
}

/* plants 工厂 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) {
    .details .inside-content-td>div {
        height: auto;
        min-height: 300px;
    }

    .contact {
        display: none;
    }

    .contact2 {
        margin: 60px 0;
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        border-top: 2px solid #b3f376;
        border-bottom: 2px solid #b3f376;
    }

    .contact2 div {
        margin: 20px 0;
    }

    .contact2 div p {
        margin-top: 5px;
        color: #000;
    }

    .contact2 div p.th {
        font-size: 1.2rem;
        line-height: 20px;
        color: #bdbdbd;
    }

    .plants-swiper-slide p {
        font-size: 1.2rem;
    }
}