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

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

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

.annual-text-introduce {
    width: 80%;
    margin: 20px 0;
}

.swiper-container {
    height: auto;
}

.swiper-wrapper .swiper-slide img {
    width: 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) {

    .introduce-content-y h5 {
        font-size: 1.2rem;
    }
    .annual-text-y {
        font-size: 1.2rem;
        width: 100px;
    }
    .annual-text-introduce {
        font-size: 1rem;
        width: 96%;
        line-height: 1.4rem;
    }
}