#introducePage .onebanner{background: url(../image/intrude_banner.jpg) no-repeat center center;background-size: cover;}
.sectionDiv2{background-color: #f5f5f5;padding: 30px 0;}
.Cultureidea{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Cultureidea .left{width: 60%;}
.Cultureidea .left h6{
    display: inline-block;
    font-family:'hansancn';
    font-size: 35px;
    padding-bottom: 8px;
    border-bottom: 2px solid #da2f47;
    margin-bottom: 10px;
}
.Cultureidea .right{
    width: 40%;
}
.Cultureidea .right img{
    width: 100%;
}
.Cultureidea ul li{
    margin-top: 10px;
    font-size: 18px;
}
.iconlist{
    justify-content: space-evenly;
    max-width: 970px;
    margin: 0 auto;
}
.iconlist .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #595959;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.iconlist .item:last-child{margin-right: 0;}
.iconlist .item img{
    width: 150px;
    margin-bottom: 10px;
    max-width: 100%;
}
.introduce_con1 .cleft{font-size: 16px;width: 60%;float: left;}
.introduce_con1 .contxt p{
    font-size: 20px;
    line-height: 1.5em;
}
.cleft h3{
    font-family:'hansancn';
    width: 90%;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    text-align: left;
    color: #666666;
    margin-left: 0;
}
.cleft h3 span{display: inline-block;padding:10px 0;border-bottom: 3px solid #da2f47;}
.introduce_con1 .cright{font-size: 16px;width: 40%;float: right;margin-top: 70px;}
.introduce_con1 .cright .iconlist .item{width: 49%;float: left;}

/* 修改版本样式start */
.section-full-screen {
    width: 100%;
    position: relative;
    height: calc(100vh - 108px);
}
#introducebanner{
    width: 100%;
    height: 100%;
}
#introducebanner .swiper-slide{
    background-size: cover;
    background-position: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
#introducebanner .swiper-slide img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
/* 修改版本样式end */

/* 发展历程 */
.introduce_con3{
    background-color: #f5f5f5;
}
.historycon .hleft{float: left;width: 30%;}
.historycon .hleft>span{
    padding-bottom: 10px;
    border-bottom: 3px solid #da2f47;
}
.historycon .hright{float: left;width: 70%;margin-top: 10px;}
.hright ul{padding-left: 110px;}
.hright li{min-height: 80px;position: relative;border-left: 1px solid #bababa;padding-left: 20px;padding-bottom: 20px;}
.hright li>span{
    position: absolute;
    left: -90px;
    top:-11px;
}
.hright li .redcircle{position: absolute;left: -11px;top:0;width: 21px;height: 21px;background-color: #fff;}
.hright li .redcircle::before{width: 11px;height: 11px;margin-left: -5.5px;margin-top: -5.5px;}
.introduce_con4 h3 span,.introduce_con5 h3 span{padding:10px 0;border-bottom: 3px solid #da2f47;}

.worldnum{font-family:'hansancn';display: flex;flex-wrap: wrap;width: 100%;}
.worldnum li{width: 33.33%;text-align: center;padding: 0 8px;box-sizing: border-box;-webkit-box-sizing: border-box;}

.honorImg{display: flex;align-items: center;justify-content: space-around;flex-wrap: wrap;}
.honorImg li{
    display: inline-block;
    width: 20%;
    text-align: center;
    margin-bottom: 30px;
}
.honorImg li img{
    max-width: 90%;
    width: 239px;
}


@media all and (max-width:1100px) {
    .honorImg li{
        width: 30%;
    }
    .worldnum li{width: 33.3%;}
    .introduce_con1 .cleft{
        width: 70%;
    }
    .introduce_con1 .cright{
        width: 30%;
    }
}
@media all and (max-width:900px) {
    .Cultureidea .left{width: 100%;}
    .Cultureidea .right{width: 100%;margin-top: 30px;}
    .introduce_con1 .cleft{
        width: 100%;
    }
    .introduce_con1 .cright{
        width: 100%;
        margin-top: 30px;
    }
    .historycon .hleft,.historycon .hright{width: 100%;}
    .historycon .hright{margin-top: 50px;}
    .section-full-screen {
        height: calc(100vh - 52px);
    }
}
@media all and (max-width:700px) {
    .honorImg li{
        width: 100%;
    }
    /* .worldnum li{width: 50%;} */
}