/* 轮播图开始 */
.swiper1 {
    margin-top: 92px;
}
.swiper-slide img {
    display: block;
    width: 100%;
}
/* 轮播图结束 */


/* 数据展示开始 */
.data {
    width: 1280px;
    margin: 0 auto;
    padding: 30px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.data1 {
    float: left;
    width: 25%;
    border-right: solid 1px gray;
    box-sizing: border-box;
    position: relative;
}
.data1:nth-child(4) {
    border-right: 0;
}
.data1 h2 {
    text-align: center;
    margin-top: 22px;
}
.data1 h2 > span {
    color: #c19c68;
    font-size: 52px;
    text-align: center;
    position: relative;
}
.data1 h2 span p {
    margin: 0;
    font-size: 22px;
    position: absolute;
    top: -5px;
    right: -10px;
}
.data1 > p {
    color: #114a98;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
/* 数据展示结束 */


/* 产品展示开始 */
/* 分页器定位 */
#sp2 {
    bottom: 20px;
    left: 50vw;
    width: 50vw;
    text-align: left;
    padding-left: 4vw;
    box-sizing: border-box;
    }

    /* 分页器按钮样式 */
#sp2 .swiper-pagination-bullet {
    width: 4vw;
    height: 6px;
    display: inline-block;
    border-radius: 3px;
    background: #c19c67; 
    /* opacity: .2; */
    }


    /* 分页器外边距 */
#sp2 .swiper-pagination-bullet {
    margin-right: 10px;
    margin-left: 0;
    }

.product {
    position: relative;
}
.chanpin01 {
    width: 100%;
    overflow: hidden;
    background-image: linear-gradient(to right, #dbdbdb, #e1e1e1);
}

.chanpin01 video {
    float: left;
    width: 50%;
    height: 28vw;
}

.wenben {
    width: 50%;
    height: 28vw; 
    color: #decbad;
    background-color: #415274;
    float: right;

}

.wenben span {
    display: block;
    height: 20px;
    background-image: linear-gradient(to right, #decbad, #c19c67);
}
.jieshao {
    width: 100%;
    height: calc(100% - 20px);
    text-align: left;
    padding: 4vw;
    padding-top: 2vw;
    box-sizing: border-box;
    position: relative;
}
.jieshao h3 {
    font-size: 28px;
    padding-bottom: 15px;
    color: #decbad;
}
.jieshao h4 {
    font-size: 16px;
    color: #decbad;
}
.jieshao p {
    font-size: 14px;
    line-height: 24px;
    color: #decbad;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.jieshao img {
    width: 5vw;
    position: absolute;
    bottom: 4vw;
    left: 4vw;
}
/* 产品展示结束 */


/* 发展历程开始 */
.fazhan {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 6em 12.8em;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.fazhan > span {
    width: 80%;
    height: 2px;
    background-color: #decbad;
    position: absolute;
    top: 13em;
    left: 12.8em;
    z-index: -1;
}
.bl img,
.br img {
    width: 5em;
}
.bl {
    float: left;
    position: absolute;
    top: 10.5em;
    left: 0;
}
.br {
    float: right;
    position: absolute;
    top: 10.5em;
    right: 0;
}
.licheng {
    width: 20%;
    text-align: center;
    float: left;
}
.licheng span {
    width: 100%;
    display: block;
    text-align: center;
}
.licheng div {
    width: 5em;
    height: 5em;
    line-height: 5em;
    border-radius: 50%;
    background-image: linear-gradient(#dbc5a4, #c6a573);
    margin: 1em auto;
   
    font-size: 2em;
    color: #fff;
    font-weight: 700;
}
.licheng h3 {
    font-size: 1.6em;
    padding-top: 20px;
}
.licheng:nth-child(6) div {
    transform: scale(1.4);
    box-shadow:0 0 0.4em 0.2em rgba(0, 0, 0, 0.2);
}
.licheng p {
    font-size: 1.6em;
    padding: 0 20px;
    line-height: 1.6em;
}
/* 发展历程结束 */


/* 理念开始 */
.linian {
    background-image: linear-gradient(to right,#dbc5a4, #c6a573);
    padding: 10px 0;
}
.linian p {
    width: 1280px;
    margin: 0 auto;
    color: #415274;
    font-size: 1.6em;
    text-align: center;
    line-height: 1.6em;
}
/* 理念结束 */

.cx {
    width: 20vw;
    height: 11.25vw;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 150;
}

/* 变换 */
@media(max-width :1280px) {
    .jieshao p {
        -webkit-line-clamp: 3;
    }
}
@media(max-width :780px) {

    /* 轮播图 */
    .swiper1 {
        margin-top: 72px;
    }
    /* 数据 */
    .data {
        width: 100%;
        padding: 15px 0;
    }
    .data1 h2 {
        margin-top: 5px;
    }
    .data1 h2 > span {
        font-size: 20px;
    }
    .data1 h2 span p {
        font-size: 10px;
    }
    .data1 > p {
        font-size: 8px;
        margin-bottom: 5px;
    }

    /* 产品 */
    #sp2 {
        width: 100%;
        text-align: center;
        left: 0;
        padding-left: 0;
    }
    #sp2 .swiper-pagination-bullet {
        width: 60px;
        height: 4px;
        border-radius: 2px;
        }
    .chanpin01 video {
        width: 100%;
        height: 56vw;
    }
    .wenben {
        width: 100%;
        height: auto;
    }
    .jieshao {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 15px 20px 40px;
        box-sizing: border-box;
    }
    .jieshao h3 {
        font-size: 16px;
        padding: 5px 0;
    }
    .jieshao h4 {
        font-size: 10px;
        padding: 5px 0;
    }
    .jieshao p {
        font-size: 10px;
        font-weight: lighter;
        line-height: 20px;
        text-align: justify;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        height: 100px;
    }
    .jieshao img {
        width: 50px;
        position: static;
        display: none;
    }


    /* 发展历程 */
    .fazhan {
        width: 100%;
        padding: 2em;
    }
    .bl img {
        width: 20px;
    }
    .br img {
        width: 20px;
    }
    .br,
    .bl {
        top: 4.5em;
    }
    
    .fazhan > span {
        /* font-size: 16px; */
        width: calc(100% - 5em);
        height: 1px;
        top: 5.5em;
        left: 2.5em;
    }
    /* .licheng {
        width: 18%;
        margin: 0 1%;
    } */
    .licheng div {
        font-size: 10px;
    }
    .licheng:nth-child(6) div {
        transform: scale(1.2);
    }
    .licheng h3 {
        font-size: 10px;
        padding-top: 10px;
    }
    .licheng p {
        display: none;
    }

    /* 理念 */
    .linian p {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        font-size: 1.2em;
        line-height: 2em;
    }
    .cx {
        width: 50vw;
        height: 28vw;
    }
}