/* 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;
}

.san {
    position: absolute;
    left: 4px;
    top: 0;
    /* css3绘制三角形 */
    width: 0px;
    /*设置宽高为0，所以div的内容为空，从才能形成三角形尖角*/
    height: 0px;
    border-bottom: 12px solid #b3f376;
    border-left: 7px solid transparent;
    /*transparent 表示透明*/
    border-right: 7px solid transparent;
}

.introduce-content-y {
    border-left: 3px solid #b3f376;
    padding: 50px 12px;
    padding-right: 0;
    margin-left: 10px;
    position: relative;
}

.dian {
    position: absolute;
    left: -16px;
    top: 56px;
    background: #fff;
    width: 7px;
    height: 7px;
    padding: 10px;
}

.dian i {
    background: #b3f376;
    width: 7px;
    height: 7px;
    border: 1px solid #b3f376;
    border-radius: 30px;
    display: block;
}

.outstanding-text-y {
    color: #ff9966;
    border: 1px solid #b3f376;
    border-radius: 30px;
    font-size: 30px;
    width: 200px;
    text-align: center;
    /* display: none; */
}

.introduce-content-y h5 {
    font-size: 24px;
    margin: 20px 0 30px;
}

.outstanding-text {
    height: 640px;
}

.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: 55%;
    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: 54%;
    height: 100%;
}

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

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

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

.slide-content-title {
    font-size: 30px;
    line-height: 32px;
    margin: 20px 0;
}

.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;
}

/* 介绍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) {
    .gallery-top-swiper-slide-img {
        width: 100%;
    }

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

    .outstanding-text {
        height: 440px;
    }

    .gallery-top-swiper-slide-img,
    .gallery-top-swiper-slide-content {
        float: none;
        height: auto;
    }

    .introduce-content-y h5,
    .slide-content-title {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .outstanding-text-y {
        font-size: 1.2rem;
        width: 100px;
    }

    .outstanding-text-introduce {
        font-size: 1rem;
        width: 96%;
        line-height: 1.4rem;
    }
    
    .gallery-top {
        /* height: 80%; */
        height: auto;
    }
}