/*p4-5 新闻中心开始*/
.cPageBanner {
    height: 600px;
    position: relative;
}

.cPageBanner i {
    width: 100%;
    height: 100%;
}

.cPagePos .w1400 {
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.cPagePos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
}

.cPageTitle {
    font-size: 36px;
    /* text-align: center; */
}

.cPageTit {
    text-align: left;
}

.cPageText {
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
}

.newsInfo {
    margin-top: 90px;
    display: flex;
}

.newsLeft {
    width: 700px;
    height: 295px;
    overflow: hidden;
    position: relative;
    display: none;
}

.newsLeft.cur {
    display: block;
}

.newsLeft i {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.newsLeft:hover i {
    transform: scale(1.05);
}

.newsRight {
    width: calc(50% - 40px);
    margin-left: 40px;
}

.newsLeftTitle {
    font-size: 22px;
    position: absolute;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.newsMonth {
    font-size: 16px;
    color: #999999;
}

.newsYear {
    font-size: 36px;
    color: #14569d;
    font-weight: bold;
    margin-top: 10px;
}

.newsRightTitle {
    font-size: 22px;
    color: #333;
    line-height: 36px;
    height: 72px;
}

/* .newsRightList:hover .newsRightTitle{
    color: #1f4f9d;
} */
.newsRightList.cur .newsRightTitle {
    color: #1f4f9d;
}

.newsRightList.cur:after {
    width: 100%;
}

.newsRightText {
    font-size: 16px;
    color: #999;
    margin-top: 10px;
    line-height: 30px;
}

.newsRightList {
    display: flex;
    padding: 28.5px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #84aed6;
    position: relative;
}

.newsRightList:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background: #1f4f9d;
    transition: all 0.5s;
    bottom: 0;
}

/* .newsRightList:hover:after{
    width: 100%;
} */
.newsRightDate {
    width: 90px;
}

.newsRightBox {
    width: calc(100% - 140px);
    margin-left: 50px;
}

.newsCont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 80px;
}
.news_more{
    display: none;
}
@media (max-width:1200px) {
    .newsCont{
        padding-bottom: 0.8rem;
    }
    .paging {
        display: none;
    }
    .news_more {

        display: block;
        width: 3rem;
        height: 1rem;
        text-align: center;
        line-height: 1rem;
        color: #fff;
        font-size: 0.28rem;
        background: #15499a;
        margin:0 auto 0.92rem;
    
    
    }
}



.newsContList {
    margin-left: 60px;
    width: calc((100% - 120px) / 3);
    margin-top: 75px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #84aed6;
    position: relative;
}

.newsContList:nth-child(3n+1) {
    margin-left: 0;
}

.newsContList:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #1f4f9d;
    width: 0;
    transition: all 0.5s;
}

.newsContList:hover:after {
    width: 100%;
}

.newsContListImg {
    height: 181px;
    overflow: hidden;
}

.newsContListImg i {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.newsContList:hover i {
    transform: scale(1.1);
}

.newsContListDate {
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
}

.newsContListTitle {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    line-height: 36px;
    height: 72px;
}

.newsContList:hover .newsContListTitle {
    color: #1f4f9d;
}

/*p4-5 新闻中心结束*/
/*p4-5-1 新闻详情开始*/
.detailMain {
    margin-top: 120px;
}

.new_xq .new_01 .title_box {
    font-size: 32px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.new_xq .new_01 .cen {
    padding: 20px 0 37px;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    border-bottom: #e5e5e5 1px solid;
}

.new_xq .new_01 .cen .cen_box {
    display: flex;
    justify-content: center;
    line-height: 21px;
    color: #b5b5b5;
    font-size: 16px;
}

.new_xq .new_01 .cen .cen_box i {
    display: inline-block;
}

.new_xq .new_01 .cen .cen_box i.i1 {
    margin-right: 20px;
}

.new_xq .new_01 .cen .cen_box i.icon {
    padding: 0 28px;
    font-weight: normal;
    background: url(../images/cPage/icon_83.png) left center no-repeat;
}

.new_xq .new_01 .cen span {
    display: inline-block;
    width: 39px;
    height: 21px;
    border-right: #c6c6c6 1px solid;
    cursor: pointer;
}

.new_xq .new_01 .cen span.big {
    background: url(../images/cPage/icon_84.png) center no-repeat;
}

.new_xq .new_01 .cen span.big:hover,
.new_xq .new_01 .cen span.big.cur {
    background: url(../images/cPage/icon_84s.png) center no-repeat;
}

.new_xq .new_01 .cen span.middle {
    background: url(../images/cPage/icon_85.png) center no-repeat;
}

.new_xq .new_01 .cen span.middle:hover,
.new_xq .new_01 .cen span.middle.cur {
    background: url(../images/cPage/icon_85s.png) center no-repeat;
}

.new_xq .new_01 .cen span.small {
    background: url(../images/cPage/icon_86.png) center no-repeat;
}

.new_xq .new_01 .cen span.small:hover,
.new_xq .new_01 .cen span.small.cur {
    background: url(../images/cPage/icon_86s.png) center no-repeat;
}

.new_xq .new_01 .cen span.cur {
    color: #1e6874;
}

.new_xq .new_01 .cen .share {
    display: inline-block;
    width: 20px;
    height: 21px;
    cursor: pointer;
    padding-left: 14px;
    background: url(../images/cPage/icon_87.png) 14px center no-repeat;
}

.new_xq .new_01 .cen .share span {
    border-right: 0px;
}

.new_xq .new_01 .con_text .dow {
    margin-top: 40px;
    padding-top: 30px;
    border-top: #ececec 1px solid;
}

.new_xq .new_01 .con_text .dow .title_dow {
    display: flex;
    margin-bottom: 10px;
    font-size: 20px;
    color: #005fa3;
}

.new_xq .new_01 .con_text .dow .title_dow i {
    font-weight: bold;
}

.new_xq .new_01 .con_text .dow .title_dow em {
    font-weight: bold;
    color: #ff3030;
}

.new_xq .new_01 .con_text .dow p {
    font-size: 16px;
    cursor: pointer;
    word-wrap: break-word;
}

.new_xq .new_01 .con_text .dow p a {
    color: #000;
}

.new_xq .new_01 .text {
    font-size: 16px;
    line-height: 1.95em;
    color: #666;
    text-align: justify;
}

.new_xq .new_01 .text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.95em;
    color: #666;
    text-align: justify;
}

.new_xq .new_01 .text span {
    font-size: 16px;
    line-height: 1.95em;
    color: #666;
    text-align: justify;
    font-family: "微软雅黑" !important;
}

.new_xq .new_01 .text img,
.new_xq .new_01 .text video {
    display: block;
    margin: 10px auto;
    width: 800px !important;
    height: auto !important;
}

.new_xq .new_01 .text span,
.new_xq .new_01 .text i,
.new_xq .new_01 .text em,
.new_xq .new_01 .text a,
.new_xq .new_01 .text b {
    display: inline;
}

.new_xq .new_01 .text table {
    border-top: #000 1px solid;
    border-right: #000 1px solid;
}

.new_xq .new_01 .text table td {
    border-bottom: #000 1px solid;
    border-left: #000 1px solid;
}

.go_article {
    position: relative;
    padding: 40px 0;
    line-height: 24px;
    font-size: 18px;
    border-top: #e5e5e5 1px solid;
    margin-top: 40px;
    overflow: hidden;
}

.go_article .fl p {
    padding-left: 20px;
    color: #666;
    float: left;
    background: url(../images/cPage/icon_88.png) left center no-repeat;
    font-size: 18px;
}

.go_article .fl span {
    float: left;
    margin-left: 10px;
    color: #333;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.go_article .fl:hover p {
    color: #1f4f9d;
    background: url(../images/cPage/icon_88s.png) left center no-repeat;
}

.go_article .fl:hover span {
    color: #1f4f9d;
}

.go_article .pos {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: url(../images/cPage/icon_75.png) center no-repeat;
}

.go_article .fr span {
    float: left;
    margin-right: 10px;
    color: #333;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.go_article .fr p {
    padding-right: 20px;
    color: #666;
    float: right;
    font-size: 18px;
    background: url(../images/cPage/icon_89.png) right center no-repeat;
}

.go_article .fr:hover p {
    color: #1f4f9d;
    background: url(../images/cPage/icon_89s.png) right center no-repeat;
}

.go_article .fr:hover span {
    color: #1f4f9d;
}

.related {
    margin-top: 120px;
}

.relatedText {
    font-size: 30px;
    font-weight: bold;
}

.detailContent {
    /*padding-bottom: 100px;*/
}

.detailContent .newsContList {
    margin-top: 20px;
}
/*p1-4-4线上线下仓配一体*/
.online{
    background: url("../images/cPage/onlineBg.png") center no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}
.onlineMain{
    margin-top: 55px;
    display: flex;
}
.onlineMainList{
    width: calc((100% - 45px) / 2);
    margin-left: 45px;
}
.onlineMainList:first-child{
    margin-left: 0;
}
.onlineImg img{
    width: 100%;
}
.onlineTitle{
    font-size: 16px;
    width: 190px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #5bb7b9;
    z-index: 10;
}
.onlineTip{
    font-size: 16px;
    margin-top: 60px;
}
.onlineList{
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
    position: relative;
    margin-top: 85px;
}
.onlineList:nth-child(2n+1){
    margin-left: 0;
}
.onlineBtn{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.onlineListImg{
    height: 248px;
    overflow: hidden;
}
.onlineListImg i{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.onlineList:hover .onlineListImg i{
    transform: scale(1.05);
}
.onlineBtnInfo{
    margin-top: 80px;
    padding-bottom: 90px;
}
.onlineBtnInfo img{
    width: 100%;
}
/*p1-4-5数智集包服务*/
.dataSet{
    background: url("../images/cPage/dataBg.png") center no-repeat;
    background-size: cover;
    padding-top: 100px;
}
.dataSet .tit{
    font-size: 32px;
    color: #333333;
    font-weight: bold;
}
.dataInfo{
    margin-top: 60px;
    display: flex;
}
.dataText{
    font-size: 16px;
    line-height: 30px;
}
.dataLeftImg{
    margin-top: 80px;
}
.dataLeftImg img{
    width: 100%;
}
.dataInfoMain{
    width: calc(50% - 60px);
}
.dataRightImg{
    width: 50%;
    margin-left: 60px;
}
.dataRightImg img{
    width: 100%;
}
.dataListBox{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-bottom: 100px;
}
.dataList{
    width: calc((100% - 30px) / 2);
    margin-top: 75px;
    margin-left: 30px;
}
.dataList:nth-child(2n+1){
    margin-left: 0;
}
.dataList img{
    width: 100%;
}
/*p1-4-6高端定制方案*/
.customizedMain{
    margin-top: 70px;
    padding-bottom: 100px;
}
.customizedImg{
    width: 89%;
    margin: 0 auto;
}
.customizedImg img{
    width: 100%;
}
.customizedText{
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    width: 516px;
    margin: 0 auto;
    margin-top: 85px;
}
.customizedInfo{
    display: flex;
    margin-top: 90px;
}
.customizedList{
    width: 47.8%;
}
.customizedList:last-child{
    margin-left: 80px;
    width: 45.4%;
}
.customizedList img{
    width: 100%;
}
/*p1-4-7全流程数字化管理*/
.digitalizeText{
    font-size: 16px;
    line-height: 30px;
    margin-top: 60px;
}
.digitalizeImg{
    margin-top: 95px;
}
.digitalizeImg img{
    width: 100%;
}
.demonstrate{
    margin-top: 110px;
    background: #f6faff;
    padding: 70px 0 100px 0;
}
.demonstrateImg{
    width: 83%;
    margin: 0 auto;
}
.demonstrateImg img{
    width: 100%;
}
/*p4-5-1 新闻详情结束*/

@media (max-width: 1200px) {

    /*p4-5 新闻中心开始*/
    .cPageBanner {
        margin-top: 1rem;
        height: 5.3rem;
    }

    .cPageTitle {
        font-size: 0.42rem;
        margin: 0 0.5rem;
    }

    .cPageText {
        font-size: 0.26rem;
        margin: 0 0.5rem;
        margin-top: 0.5rem;
        line-height: 0.4rem;
    }


    .newsInfo {
        margin-top: 0.7rem;
        flex-wrap: wrap;
    }

    .newsLeft {
        width: 100%;
        height: 4.2rem;
    }

    .newsLeftTitle {
        font-size: 0.28rem;
        padding: 0 0.45rem;
    }

    .newsRight {
        width: 100%;
        margin-left: 0;
    }

    .newsRightList {
        padding: 0.45rem 0;
        border-bottom: 0.02rem solid #84aed6;
    }

    .newsRightList:after {
        height: 0.04rem;
    }

    .newsContList:after {
        height: 0.04rem;
    }

    .newsRightDate {
        width: 0.9rem;
    }

    .newsMonth {
        font-size: 0.26rem;
    }

    .newsYear {
        font-size: 0.36rem;
    }

    .newsRightBox {
        margin-left: 0.45rem;
        width: calc(100% - 1.35rem);
    }

    .newsRightTitle {
        font-size: 0.28rem;
        line-height: 0.4rem;
        height: 0.8rem;
    }

    .newsRightText {
        font-size: 0.26rem;
        line-height: 0.47rem;
        height: 0.94rem;
    }

    .newsCont {
        margin-top: 0.3rem;
    }

    .newsContList {
        margin-top: 0.7rem;
        width: 100%;
        margin-left: 0;
        padding-bottom: 0.5rem;
        border-bottom: 0.02rem solid #84aed6;
    }

    .newsContListImg {
        height: 3.9rem;
    }

    .newsContListDate {
        margin-top: 0.55rem;
        font-size: 0.28rem;
    }

    .newsContListTitle {
        margin-top: 0.4rem;
        line-height: 0.46rem;
        height: 0.92rem;
        font-size: 0.28rem;
    }

    /*p4-5 新闻中心结束*/

    /*p4-5-1 新闻详情开始*/
    .new_xq .new_01 {
        padding: 0;
    }

    .new_xq .new_01 .title_box {
        line-height: 0.46rem;
        font-size: 0.32rem;
        width: 90%;
        margin: 0 auto;
    }

    .new_xq .new_01 .cen {
        padding: 0.4rem 0 0.3rem;
        margin-bottom: 0.3rem;
    }

    .new_xq .new_01 .cen .cen_box {
        line-height: 0.4rem;
        font-size: 0.24rem;
    }

    .new_xq .new_01 .cen .cen_box i {
        display: inline-block;
    }

    .new_xq .new_01 .cen .cen_box i.icon {
        padding-left: 0.36rem;
        background: url(../images/cPage/icon_83.png) left center no-repeat;
        background-size: 0.22rem auto;
    }

    .new_xq .new_01 .cen span {
        display: none;
    }

    .new_xq .new_01 .cen .share {
        display: none;
    }

    .new_xq .new_01 .text {
        font-size: 0.28rem;
        line-height: 0.42rem;
    }

    .new_xq .new_01 .text p {
        margin-bottom: 0.3rem;
        font-size: 0.28rem;
        line-height: 0.42rem;
    }

    .new_xq .new_01 .text span {
        font-size: 0.28rem;
        line-height: 0.42rem;
    }

    .new_xq .new_01 .text img,
    .new_xq .new_01 .text video {
        margin: 0.2rem auto;
        width: 100% !important;
    }

    .go_article {
        position: relative;
        padding: 0.5rem 0;
        line-height: 0.36rem;
        font-size: 0.28rem;
        border-top: #e5e5e5 1px solid;
        margin-top: 0.7rem;
        overflow: hidden;
    }

    .go_article .fl p {
        padding-left: 0.2rem;
        color: #666;
        float: left;
        background: url(../images/mobile/cPage/icon_88.png) left center no-repeat;
        font-size: 0.28rem;
        background-size: 0.1rem;
    }

    .go_article .fl:hover p {
        background: url(../images/mobile/cPage/icon_88.png) left center no-repeat;
        background-size: 0.1rem;
    }

    .go_article .fl span {
        float: left;
        margin-left: 10px;
        color: #333;
        width: 220px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .go_article .pos {
        position: absolute;
        left: 50%;
        top: 0.5rem;
        transform: translateX(-50%);
        width: 0.35rem;
        height: 0.35rem;
        background: url(../images/mobile/cPage/icon_75.png) right no-repeat;
        background-size: cover;
    }

    .go_article .fr span {
        float: left;
        margin-right: 10px;
        color: #333;
        width: 220px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .go_article .fr p {
        padding-right: 0.2rem;
        color: #666;
        float: right;
        font-size: 0.28rem;
        background: url(../images/mobile/cPage/icon_89.png) right center no-repeat;
        background-size: 0.1rem;
    }

    .go_article .fr:hover p {
        background: url(../images/mobile/cPage/icon_89.png) right center no-repeat;
        background-size: 0.1rem;
    }

    .detailMain {
        margin-top: 1rem;
    }

    .related {
        margin-top: 0.9rem;
    }

    .relatedText {
        font-size: 0.42rem;
    }

    /*p4-5-1 新闻详情结束*/

}
/*p1-4-1供应链网络规划开始*/
@media (max-width: 1200px){
    .chain .newbox{
        padding: 0.9rem 0 0.9rem;
    }
    .chain .newbox .tit{
        margin-left: 4%;
        font-size: 0.42rem;
    }
    .chain .pos_set{
        flex-wrap: wrap;
        margin-top: 0.7rem;
    }
    .chain .pos_set .set_b{
        width: 100%;
    }
    .chain .pos_set .set_t{
        width: 92%;
        margin: 0 auto;
        margin-top: 0.9rem;
    }
    .chain .pos_set .list{
        margin-bottom: 0.4rem;
    }
    .chain .pos_set .list p{
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .chain .pos_set .list .text{
        margin-left: 0.15rem;
        width: calc(100% - 0.35rem);
    }
    .chain .pos_set .list i{
        width: 0.2rem;
        height: 0.2rem;
        border: 0.01rem solid #a8a9ad;
        margin-top: 0.07rem;
    }
    .chain .pos_set .list p:last-child{
        margin-top: 0;
    }
    .chain .live .food .tit{
        width: 1.85rem;
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.26rem;
        top: -0.25rem;
    }
    .chain .live .food{
        width: calc((100% - 0.4rem) / 2);
        margin-right: 0.4rem;
        margin-top: 0.7rem;
    }
    .chain .live .food:nth-child(2n){
        margin-right: 0!important;
    }
    .chain .live .food:nth-child(3n){
        margin-right: 0.4rem;
    }
    .chain .live{
        padding-bottom: 1.2rem;
    }
}
/*p1-4-1供应链网络规划结束*/
/*p1-4-2物流园区托管开始*/
@media (max-width: 1200px){
    .trusteeship .garden{
        padding: 0.9rem 0 1.2rem;
    }
    .trusteeship .garden .txt{
        font-size: 0.42rem;
    }
    .trusteeship .flex_g{
        flex-wrap: wrap;
        margin-top: 0.4rem;
    }
    .trusteeship .flex_g .garden_l{
        width: 100%;
    }
    .trusteeship .flex_g .text{
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .trusteeship .flex_g .pimg{
        margin-top: 0.5rem;
    }
    .trusteeship .flex_g .garden_r{
        width: 4.6rem;
        margin: 0 auto;
        margin-top: 0.7rem;
        display: block;
    }
    .trusteeship .digitals .w1400{
        flex-wrap: wrap;
        width: 100%;
        padding-bottom: 0.9rem;
    }
    .trusteeship .digitals .dig_r{
        width: 100%;
        background: #5bb7b9;
        padding: 1.65rem 0.4rem;
        box-sizing: border-box;
    }
    .trusteeship .digitals .dig_l{
        width: 92%;
        margin: 0 auto;
        margin-top: 1.3rem;
    }
    .trusteeship .digitals{
        background: initial;
        height: auto;
    }
    .trusteeship .digitals .dig_r p{
        font-size: 0.42rem;
        padding-left: 0.35rem;
    }
    .trusteeship .digitals .dig_r p::after{
        width: 0.2rem;
        height: 0.1rem;
        top: 0.25rem;
    }
    .trusteeship .digitals .dig_r b{
        margin-top: 0.5rem;
        font-size: 0.26rem;
        line-height: 0.46rem;
    }
}
/*p1-4-2物流园区托管结束*/
/*p1-4-3科技+运营服务开始*/
@media (max-width: 1200px){
    .operate{
        padding-top: 0.9rem;
        padding-bottom: 1rem;
    }
    .operate .tit{
        font-size: 0.42rem;
    }
    .operate .technology{
        padding: 0.6rem 0 0.7rem;
        margin-top: 0.6rem;
    }
    .operate .technology .timg {
        width: 100%;
        height: 6rem;
        overflow-x: auto;
        padding-bottom: 0.3rem;
    }
    .operate .technology .timg img{
        width: auto;
        height: 100%;
    }
    .operate .storage{
        padding: 1rem 0 0 0;
    }
    .operate .storage .w1400{
        height: 5.5rem;
        overflow-x: auto;
        padding-bottom: 0.3rem;
    }
    .operate .storage img{
        height: 100%;
        width: auto;
    }
}
/*p1-4-3科技+运营服务结束*/
/*p1-4-4线上线下仓配一体开始*/
@media (max-width: 1200px){
    .onlineTip{
        margin-top: 0.45rem;
        font-size: 0.26rem;
        line-height: 0.46rem;
    }
    .onlineMain{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .onlineMainList{
        width: 100%;
        margin-left: 0;
        margin-top: 0.65rem;
    }
    .onlineListImg{
        height: 2.5rem;
    }
    .onlineTitle{
        width: 1.88rem;
        height: 0.55rem;
        line-height: 0.55rem;
        font-size: 0.26rem;
        top: -0.275rem;
    }
    .onlineList{
        margin-top: 0.9rem;
    }
    .onlineBtn{
        margin-top: 0.15rem;
    }
    .onlineBtnInfo{
        padding-bottom: 1rem;
        margin-top: 0.9rem;
        height: 5rem;
        overflow-x: auto;
    }
    .onlineBtnInfo img{
        width: auto;
        height: 100%;
    }
}
/*p1-4-4线上线下仓配一体结束*/
/*p1-4-5数智集包服务开始*/
@media (max-width: 1200px) {
    .dataInfo{
        margin-top: 0.4rem;
        flex-wrap: wrap;
    }
    .dataInfoMain{
        width: 100%;
    }
    .dataText{
        font-size: 0.26rem;
        line-height: 0.46rem;
    }
    .dataLeftImg{
        margin-top: 0.7rem;
        height: 3.5rem;
        overflow-x: auto;
        padding-bottom: 0.3rem;
    }
    .dataLeftImg img{
        width: auto;
        height: 100%;
    }
    .dataRightImg{
        width: 100%;
        height: 6rem;
        overflow-x: auto;
        margin-left: 0;
        margin-top: 0.7rem;
        padding-bottom: 0.3rem;
    }
    .dataRightImg img{
        width: auto;
        height: 100%;
    }
    .dataListBox{
        margin-top: 0;
        flex-wrap: wrap;
        padding-bottom: 1rem;
    }
    .dataList{
        width: 100%;
        margin-left: 0;
        margin-top: 0.8rem;
        height: 2.2rem;
        overflow-x: auto;
        padding-bottom: 0.3rem;
    }
    .dataList:first-child{
        margin-top: 0;
    }
    .dataList img{
        width: auto;
        height: 100%;
    }
}
/*p1-4-5数智集包服务结束*/
/*p1-4-6高端定制方案开始*/
@media (max-width: 1200px) {
    .customizedMain{
        width: 100%;
        margin-top: 0.55rem;
        padding-bottom: 0;
    }
    .customizedImg{
        width: 100%;
    }
    .customizedText{
        width: 92%;
        font-size: 0.26rem;
        line-height: 0.46rem;
        margin-top: 0.5rem;
    }
    .customizedInfo{
        width: 92%;
        margin: 0 auto;
        margin-top: 0.8rem;
        flex-wrap: wrap;
    }
    .customizedList{
        width: 100%;
        height: 9rem;
        overflow-x: auto;
        padding-bottom: 0.3rem;
    }
    .customizedList img{
        width: auto;
        height: 100%;
    }
    .customizedList:last-child{
        width: 100%;
        margin-top: 1rem;
        margin-left: 0;
    }
}
/*p1-4-6高端定制方案结束*/
/*p1-4-7全流程数字化管理开始*/
@media (max-width: 1200px) {
    .digitalizeText{
        font-size: 0.26rem;
        line-height: 0.46rem;
        margin-top: 0.5rem;
    }
    .digitalizeImg{
        margin-top: 0.7rem;
        height: 7rem;
        overflow-x: auto;
        padding-bottom: 0.3rem;
    }
    .digitalizeImg img{
        width: auto;
        height: 100%;
    }
    .demonstrate{
        margin-top: 1rem;
        padding: 1rem 0;
    }
    .demonstrateImg {
        height: 6rem;
        overflow-x: auto;
        width: 100%;
        padding-bottom: 0.3rem;
    }
    .demonstrateImg img{
        width: auto;
        height: 100%;
    }
    .highEnd{
        padding-bottom: 0;
    }
}
/*p1-4-7全流程数字化管理结束*/