/* 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;
    position: relative;
    height: 600px;
    margin-top: 50px;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    /* height: 78%; */
    height: 64%;
    width: 100%;
    padding-bottom: 2%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-top-swiper-slide {
    overflow: hidden;
}

.gallery-top-swiper-slide-img,
.gallery-top-swiper-slide-content {
    float: left;
}

.gallery-top-swiper-slide-img {
    width: 60%;
    height: 100%;
}

.gallery-top-swiper-slide-img img {
    width: 100%;
    height: 100%;
}

.gallery-top-swiper-slide-content {
    width: 36%;
    height: 100%;
    margin-left: 4%;
    position: relative;
}

.gallery-top-swiper-slide-content div {
    font-size: 16px;
    line-height: 28px;
    height: 230px;
    overflow: hidden;
}

.slide-content-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
    height: 34px;
    overflow: hidden;
}

.slide-content-date {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #b3f376;
    padding: 10px 0;
    overflow: hidden;
}

.slide-content-date-r {
    float: right;
}

.gallery-thumbs img {
    width: 100%;
    height: 92%;
}

.introduce-m {
    display: none;
}

/* 介绍end */

/* 推荐 */

.recommend-l {
    float: right;
}

.recommend-r {
    padding: 40px 60px 0 0;
    float: right;
}

.recommend-r>p.p-x {
    text-align: right;
}

.recommend-r > div {
    position: relative;
}

.recommend-r > div > hr {
    position: absolute;
    right: 0;
}

/* 推荐 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) {
    .introduce-pc {
        display: none;
    }

    .introduce-m {
        display: block;
    }

    .gallery-top-swiper-slide {
        margin-bottom: 60px;
    }

    .gallery-top-swiper-slide-img {
        width: 100%;
        height: auto;
        /* height: 200px; */
    }

    .introduce-content {
        height: auto;
    }

    .gallery-top {
        height: 70%;
    }

    .gallery-thumbs {
        height: 14%;
    }

    .gallery-top-swiper-slide-content {
        width: 100%;
        margin-left: 0;
    }

    .slide-content-title {
        margin: 10px 0 20px;
        font-size: 1.2rem;
        line-height: 1.8rem;
        overflow: hidden;
    }

    .gallery-top-swiper-slide-content div {
        font-size: 1rem;
        height: 110px;
        overflow: hidden;
    }

    .slide-content-date {
        position: inherit;
        padding: 20px 0 10px;
    }

    .recommend-r>p.p-x {
        text-align: left;
    }

    .recommend-r {
        padding: 10px;
        float: left;
    }

    .recommend-r hr {
        margin-left: 0;
    }

    .gallery-top-swiper-slide-img img {
        width: 99%;
    }
}