.context {
    width: 100%;
    text-align: center;
}

.banner {
    margin-top: 80px;
    width: 100%;
    height: calc( 100% - 80px);
    position: relative;
    background: #000;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-end;
}
.banner>picture {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner img {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner .upCon {
    width: 1230px;
    position: absolute;
    top: 16%;
    left: 50%;
    text-align: center;
    margin-left: -615px;
    /* transform: translateY(-50%); */
}

.banner .upCon .enTitle {
    font-size: 36px;
    color: #fff;
    margin-bottom: 11px;
    font-weight: bold;
}

.banner .upCon .cnTitle {
    font-size: 56px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: bold;
}

.banner .upCon .tabTitle {
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
    display: flex;
    max-width: 470px;
    justify-content: space-between;
    align-items: center;
}

.banner .upCon .tabTitle .tabLine {
    font-size: 20px;
    color: #8a8a8a;
    /* margin: 0 35px; */
}

.banner .upCon p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 60px;
    /* max-width: 470px; */
    /* text-align: justify; */
    text-align:center;
}

.banner .upCon .center_btn .btn {
    margin: 0;
    margin: 0 auto;
}

/* 水波的背景色 */
#wa .canvas_div {
    background: #000;
}

#wr .canvas_div {
    background: #f5f7fa;
}

#wc .canvas_div {
    background: #111215;
}

#wm .canvas_div {
    background: #ffffff;
}

#wb .canvas_div {
    background: #111215;
}

/* #wd .canvas_div{background: #f5f7fa;} */

.modle_con h2 {
    font-size: 16px;
    color: #fff;
}

.modle_con h1 {
    color: #fff;
}

.modleback {
    background: #02040b;
}
.modleback2 {
    background: #131316 url(../../../images/bigScreen/bgimg2.png) repeat-x bottom left;
    background-size: auto 100%;
}

.modle1 {
    background: #000;
    padding-bottom: 120px;
}

.center_btn {
    margin-top: 70px;
    position: relative;
    z-index: 2;
}

/* 左右文字图片显示start */
.leftRightDiv {
    width: 100%;
    margin-top: 70px;
}

.leftRightDiv .conDiv {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 140px;
}

.leftRightDiv .conDiv>div {
    width: 50%;
    height: 340px;
    box-sizing: border-box;
    text-align: left;
    padding: 20px 70px;
}

.leftRightDiv h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 34px;
    color: #fff;
}

.leftRightDiv h2 .divNum {
    font-size: 36px;
    color: #e94829;
    margin-right: 10px;
    position: relative;
    top: 6px;
}

.leftRightDiv h2 .divTitle {
    position: relative;
}

.leftRightDiv .conDiv .img {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 5px;
    /* background: #111215;
    box-shadow: 0px 0px 12px 0px rgba(82, 94, 114, 0.3); */
}

.leftRightDiv .conDiv .hideBk {
    padding: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px 0px rgba(82, 94, 114, 0);
}

.leftRightDiv .conDiv img {
    width: 100%;
    height: 100%;
    display: block;
}

.leftRightDiv .conDiv video {
    z-index: 2;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
}

.leftRightDiv h3 {
    font-size: 18px;
    color: #fff;
}

.leftRightDiv h3 span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../../../images/dataAnalysis/redG.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

.leftRightDiv .divP {
    font-size: 16px;
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 35px;
    color: #666666;
}

.leftRightDiv .divList {
    display: flex;
    flex-wrap: wrap;
}

.leftRightDiv .divListF {
    justify-content: space-between;
}

.leftRightDiv .conDiv .divList h3 {
    margin-right: 50px;
    line-height: 30px;
    display: flex;
    margin-bottom: 35px;
}

.leftRightDiv .conDiv .divList div {
    display: flex;
    font-size: 21px;
    color: #4e4e4e;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.leftRightDiv .conDiv .divList div img {
    width: auto;
    height: 30px;
    display: block;
    margin-bottom: 15px;
}

.leftRightDiv .imgRight {
    justify-content: flex-start;
}

.leftRightDiv .imgRight .img {
    left: auto;
    right: 0;
}

.leftRightDiv .imgRight>div {
    padding: 20px 70px 20px 0;
}

.leftRightDiv .conDivH {
    width: 100%;
    text-align: left;
    margin-bottom: 130px;
}

.leftRightDiv .conDivH .divList2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.leftRightDiv .conDivH .divList2>div {
    width: 47%;
}

.leftRightDiv .conDivH .divList2 .img {
    width: 100%;
    display: block;
    box-shadow: 0px 0px 12px 0px rgba(82, 94, 114, 0.3);
    margin-bottom: 15px;
}

.leftRightDiv .conDivH .divList2>div>div {
    display: flex;
    font-size: 20px;
    align-items: center;
}

.leftRightDiv .conDivH .divList2>div>div img {
    width: 6px;
    height: 21px;
    margin-left: 15px;
}

.leftRightDiv .divW {
    width: 100%;
}

.leftRightDiv .divW img {
    width: 100%;
    display: block;
}

.center_black.center_btn{
    margin-top:0;
    /* background: #131316; */
    padding-top:70px;
}

.mySwiper2 {
    margin-top: 100px;
}

.mySwiper2 .swiper-slide {
    /* border-left: 1px solid #3d3e3f;
    border-bottom: 1px solid #3d3e3f; */
}

.mySwiper2 .swiper-wrapper {
    /* border-top: 1px solid #3d3e3f; */

}

.modle31 .btnCon {
    margin-top: 100px;
    padding-bottom: 0px;
}


/* 左右文字图片显示end */

.modleCir {
    padding-bottom: 120px;
}

/*左圆形icon，下内容显示隐藏start*/

.cirShow {
    width: 100%;
    margin-top: 30px;
}

.cirShow .sirLi {
    width: 100%;
    margin-bottom: 20px;
}

.sirLi .liTitle {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.liTitle .liIcon {
    width: 36px;
    height: 36px;
    overflow: hidden;
    margin-right: 15px;
}

.liTitle .liIcon img {
    width: 100%;
}

.liTitle .liIcon svg {
    width: 100%;
    height: 100%;
    display: none;
    transform: rotate(-90deg);
}

.sirLi .liCon {
    width: 100%;
    box-sizing: border-box;
    padding-left: 51px;
    text-align: left;
    display: none;
}

.sirLi .liCon .liP {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
}

.sirLi .liCon img,
.sirLi .liCon video {
    width: 100%;
    display: block;
    box-shadow: 0px 0px 12px 0px rgba(82, 94, 114, 0.3);
    border: 5px solid #fff;
}

/* 高亮 */
.cirShow .active {}

.active .liTitle {
    color: #e94829;
}

.active .liCon .liP {
    color: #e94829;
}

.active .liTitle .liIcon img {
    display: none;
}

.active .liTitle .liIcon svg {
    display: block;
}

.active .liCon {
    display: block;
}

.active .circle_progress {
    stroke-dasharray: 95;
    -webkit-animation: fill-circle 5s linear forwards;
    animation: fill-circle 5s linear forwards;
}

@keyframes fill-circle {
    0% {
        stroke-dashoffset: 95;
    }

    100% {
        stroke-dashoffset: 0;
    }
}


/*左圆形icon，下内容显示隐藏end*/

.modle3 {
    background: #f5f7fa;
    overflow: hidden;
    padding-bottom: 120px;
}

.modle4 {
    position: relative;
}

.modle.modle4.modleback::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 50%, transparent);
}

.modle.modle4.modleback::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1010px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 80%, transparent);
}
.modle.modle41.modleback::before{
    display: none;
}
.modle.modle41.modleback::after {
    display: none;
}

.modle4 video {
    width: 100%;
    display: block;
}

.modle4 img {
    width: 100%;
    display: block;
}

.modle4 .part_info {
    position: absolute;
    top: 130px;
    right: 120px;
    width: 575px;
    text-align: left;
    z-index:2;
}



.modle4 .part_info h1 {
    font-size: 38px;
    font-family: "SourceHanSansCN";
    color: rgb(34, 34, 34);
    font-weight: bold;
    margin-bottom: 57px;
}

.modle4 .part_info h2 {
    font-size: 24px;
    font-family: "Adobe Heiti Std";
    color: rgb(8, 8, 8);
    line-height: 50px;
    font-weight: 500;
}

.modle4 .part_info p {
    font-size: 18px;
    font-family: "Adobe Heiti Std";
    color: rgb(8, 8, 8);
    line-height: 36px;
}

.modle41 .part_info h1 {
    color: #fff;
}

.modle41 .part_info h2 {
    color: #fff;
}

.modle41 .part_info p {
    color: #fff;
}

.modle41 .part_info {
    right: auto;
    left: 120px;
}

.modle41 .line {
    border-left: 1px solid #fff;
    font-size: 20px;
    font-family: "SourceHanSansSC";
    color: rgba(255,255,255,0.5);
    line-height: 1.2;
    position: absolute;
    bottom: 120px;
    left: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 150px;
    z-index: 3;
    
}

.modle41 .line .text-item {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.modle41 .line .text-item.active {
    font-size: 22px;
    font-weight: 600;
    color: #fff;

}

.modle41 .line .text-item .left-line {
    position: absolute;
    display: block;
    height: 100%;
    width: 2px;
    background: #e94829;
    display: none;
}

.modle41 .line .text-item.active .left-line {
    display: block;
    left: -2px;
    height: 50px;
    bottom: 0;
    width: 4px;
    border-radius: 2px;
}

/* 数据管理与功能拓展start */
.dataAndExpand {
    width: 100%;
    text-align: left;
    display: flex;
    margin-top: 54px;
}

.dataAndExpand .dataLi {
    padding: 0 50px;
    width: 25%;
    box-sizing: border-box;
    border-left: 1px solid #d1d7df;
}

.dataAndExpand .dataLiL {
    padding-left: 0;
    border-left: 0px;
}

.dataAndExpand .dataLiR {
    padding-right: 0;
}

.dataAndExpand .dataLi img {
    height: 47px;
    display: block;
}

.dataAndExpand .dataLi .dataTit {
    font-size: 20px;
    margin-top: 17px;
    margin-bottom: 10px;

}

.dataAndExpand .dataLi .dataP {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-align: justify;
}

/* 数据管理与功能拓展end */
.modle3 .modle_con h1 {
    color: #333333;
}

.modle35 {
    padding-bottom: 120px;
    background: #0e0e0e;
}


/* 广泛的行业应用start */
.Industry {
    width: 100%;
    text-align: left;
    display: flex;
    margin-top: 54px;
    justify-content: space-between;
}

.Industry .dataLi {
    width: 31%;
}

/* .Industry .dataLiC{
    margin: 0 40px;
} */
.Industry .dataLi .dataLiImg{
    width:100%;
    overflow:hidden;
}

.Industry .dataLi img {
    width: 100%;
    display: block;
}
.Industry .dataLi img:hover{
    scale:1.05;
    transition: scale 0.8s ease-in-out;
}

.Industry .dataLi .dataTit {
    font-size: 20px;
    margin-top: 17px;
    margin-bottom: 10px;
    color: #fff;
}

.Industry .dataLi .dataP {
    font-size: 16px;
    color: #666666;
    /* color:#fff; */
    /* font-weight: 600; */
    line-height: 32px;
    text-align: justify;
}

.Industry .dataLi .dataItem {
    padding-left: 30px;
    padding-right: 30px;
}

/* 广泛的行业应用end */


/* 滚动循环图片start */
.loop_wrapper {
    margin-bottom: 20px;
    pointer-events: none;
}

.fanzhuan {
    transform: rotate(-180deg);
}

.fanzhuan .swiper-slide {
    transform: rotate(180deg);
}

.modleback .customer .loop_wrapper {
    height: 300px;
}

.loop_wrapper .swiper-wrapper {
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.loop_wrapper .swiper-slide {
    width: auto;
}

.modleback .customer .loop_wrapper img {
    height: 300px;
    display: block;
}

.modleback .customer {
    height: 620px;
}

/* 滚动循环图片end */

.modleUp .modle_con h1 {
    color: #333;
}

.modleUp .modle_con h2 {
    color: #333;
}

/* 品牌客户start */
.modleUp .customer {
    width: 100%;
    position: relative;
    height: 300px;
    margin-top: 40px;
    /* overflow-y: hidden; */
}

.modleUp .customer .backleft {
    width: 250px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, rgb(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 2;
}

.modleUp .customer .backRight {
    width: 250px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to left, rgb(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 2;
}

.modleUp .customer .loop_wrapper {
    height: 80px;
}

.modleUp .customer .loop_wrapper img {
    height: 80px;
    display: block;
}

.container {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    text-align: left;
}

.container .pro_content {
    width: 512px;
    /* float: right; */
    margin-top: 55px;
    position: relative;
}


.container .section {
    width: 100%;
    height: 87px;
    transition: all 0.3s;
}

.container .section.active {
    height: 298px;
    background-color: #f5f7fa;
}

.container .section .sec_container {
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    /* border-left: solid 4px rgba(0, 0, 0, 0); */
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.container .section .sec_container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #e4e4e4;
    display: none;
}

.container .section .img {
    width: 770px;
    height: 784px;
    position: absolute;
    /* left: -800px; */
    left: 545px;
    top: 0;
    display: none;
}


.container .section .img video {
    width: 100%;
}

.container .section .img .btn {
    display: none;
}

.container .section .title {
    width: 100%;
    font-size: 24px;
    line-height: 84px;
    height: 85px;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    transition: all 0.3s;
}

.container .section:first-child .title {
    border-top: 0px solid #e5e5e5;
}

.container .section .title .icon {
    width: 16px;
    height: 100%;
    font-size: 16px;
    color: #e94829;
    float: right;
    background: url(../../../images/index/icon_add.png) no-repeat center;
}

.container .section .title .icon:last-child {
    display: none;
    background: url(../../../images/index/icon_minus.png) no-repeat center;
}

.container .section .content {
    width: 100%;
    display: none;
    /* height: 0;
        overflow: hidden;
        transition: all 0.5s; */
}

.container .section .content .text {
    font-size: 18px;
    color: #666;
    line-height: 36px;
    margin-top: 20px;
}

.container .section .content .btn {
    font-size: 18px;
    width: 100%;
    margin-top: 28px;
}

.container .section .content .btn span:first-child {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 8px;
    vertical-align: middle;
    line-height: 40px;
}

.container .section .img {
    width: 693px;
    height: 480px;
    position: absolute;
    /* left: -800px; */
    left: 605px;
    top: 0;
    display: none;
}
.container .section .img picture{
    width: 100%;
    height: 100%;
}

.container .section .img img {
    width: 100%;
    display: block;
    /* height: 100%; */
}

.container .section .progress {
    width: 4px;
    height: 0%;
    position: absolute;
    left: 0px;
    top: 0;
    background-color: #ea4e28;
}

.container .section.active .img {
    display: block;
}

.container .section.active .content {
    display: block;
}

.container .section.active .progress {
    animation: progress 20s cubic-bezier(.62, .62, .55, 1) forwards;
    -webkit-animation: progress 20s cubic-bezier(.62, .62, .55, 1) forwards;
}

@keyframes progress {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

.container .section.active .sec_container::before {
    display: block;
}

.container .section.active .title {
    color: #e94829;
    font-weight: bold;
    border-top: 0px solid #e5e5e5;
}

.container .section.active+.section .title {
    border-top: 0px solid #e5e5e5;
}

.container .section.active .title .icon:first-child {
    display: none;
}

.container .section.active .title .icon:last-child {
    display: block;
}

.containerBlack .section.active .sec_container {
    background: #272727;
}

.containerBlack .section .sec_container::before {
    background: #444444;
}

.containerBlack .section .title {
    color: #999999;
    border-top: 1px solid #2a2a2a;
}

.container .section:first-child .title {
    border-top: 0px solid #2a2a2a;
}

.containerBlack .section .sec_container {
    background: #0e0e0e;
}

.containerBlack .section.active .title {
    color: #e94829;
    font-weight: bold;
    border-top: 0px solid #2a2a2a;
}

.containerBlack .section.active+.section .title {
    border-top: 0px solid #2a2a2a;
}


.modle2 {
    background: #0e0e0e;
}

.modle2 .center_btn {
    padding-bottom: 120px;
}

.modleIndustry {
    padding-bottom: 120px;
}

.modleIndustry .btnWhite {
    background: transparent;
    text-align: left;
    margin-left: 0;
    margin-top: 12px;
    font-size: 18px;
}

.modleIndustry .btnCon {
    padding-bottom: 80px;
}

.modleIndustry .Industry .dataLi {
    background: #0e0e0e;
}

/* tab选项卡 */
.tabTitle {
    width: 100%;
    margin-top: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.tabTitle .tabTitleCon {
    width: 900px;

    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #1b1b1e;
}

.tabTitle .tabTitleCon div {
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #fff;
    width: 300px;
}

.tabTitle .tabTitleCon .active {
    background-color: #ea4e28;
    color: #fff;
    font-weight: bold;
}

.tabTitle .tabTitleCon .lineu {
    width: 1px;
    height: 100%;
    background: #1b1b1e;
    cursor: default;
}

.swiper-slide img {
    width: 100%;
    height:100%;
    object-fit: cover;
}

.modle31 {
    /* background: #02040b; */
    background:#131316 url(../../../images/bigScreen/bgimg.png) repeat-x;
    background-size: auto 100%;
   
}



/* 品牌客户end */
.mShow {
    display: none;
}

/* --------------pc端hover样式放置位置--------------- */
@media (min-width: 760px) {
    .tabTitle .tabTitleCon div:hover {
        color: #fff;
        font-weight: bold;
        background: #ea4e28;
    }

    .pageCon .btn:hover {
        background-color: #e94829;
    }

    .pageCon .btn:hover .jiantou .jian_content .iconImg {
        background: url(../../../images/index/jiantou_right_white.png) no-repeat;
    }
}

/* --------------移动端--------------- */
@media (max-width: 760px) {
    main {
        overflow: hidden;
    }

    .pcShow {
        display: none;
    }

    .mShow {
        display: block;
    }

    .banner .center_btn {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner {
        height: calc(100% - 1.2rem);
        box-sizing: border-box;
        margin-top: 0.7rem;
        overflow: hidden;
        width: 100%;
        /* background-size: 100% 100%; */
        position: relative;
        align-items: center;
        /* background: url(../../../images/bigScreen/mob/banner.jpg) no-repeat;
        background-size: 100%; */

        background: url(../../../images/bigScreen/mob/banner.jpg) no-repeat repeat;
        background-position: 0px -100px;
        background-size: cover;
        margin-bottom:-1px;
    }

    .banner .upCon {
        width: 3.29rem;
        position: absolute;
        top: 0.6rem;
        margin-left: -1.645rem;
        transform: translateY(0%);
    }

    .banner .upCon br {
        display: none;
    }

    .banner img {
        width: 100%;
        display: block;
        display: none;
    }

    .banner .upCon .enTitle {
        font-size: 0.36rem;
        margin-bottom: 0.1rem;
        font-weight: bold;
    }

    .banner .upCon .cnTitle {
        font-size: 0.36rem;
        margin-bottom: 0;
        font-weight: bold;
    }

    .banner .upCon .tabTitle {
        font-size: 0.16rem;
        margin-bottom: 0.1rem;
    }

    .banner .upCon p {
        font-size: 0.12rem;
        color: #fff;
        line-height: 0.24rem;
        margin-bottom: 0px;
    }

    .banner .upCon .center_btn .btn {
        margin: 0;
    }

    .context {
        padding-top: 0rem;
    }


    .modle_con h2 {
        font-size: 0.14rem;
        text-align: justify;
    }

    /* modle1 */
    .modle1 {
        padding-bottom: 0.6rem;
    }

    .modle1 .center_btn {
        margin-top: 0.4rem;
    }

    /* 左右文字图片显示start */
    .leftRightDiv {
        /* margin-top: 0.35rem; */
        margin-top:0;
    }

    .leftRightDiv .conDiv {
        margin-bottom: 0.4rem;
    }

    .leftRightDiv .conDiv>div {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .leftRightDiv h2 {
        font-size: 0.18rem;
        margin-bottom: 0.2rem;
    }
    .leftRightDiv h2 .divTitle{
        font-size:0.16rem;
    }

    .leftRightDiv h2 .divNum {
        font-size: 0.25rem;
        margin-right: 0.05rem;
        top: 0.02rem;
    }

    .leftRightDiv .conDiv .img {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        padding: 2px;
        box-shadow: 0px 0px 4px 0px rgba(82, 94, 114, 0.3);
    }

    .leftRightDiv .conDiv .img img {
        height: auto;
    }

    .leftRightDiv .conDiv .hideBk {
        padding: 0px;
        background: transparent;
        box-shadow: 0px 0px 0px 0px rgba(82, 94, 114, 0);
    }

    .leftRightDiv .conDiv video {
        height: auto;
    }

    .leftRightDiv h3 {
        font-size: 0.14rem;
        margin-top: 0.25rem;
    }

    .leftRightDiv .divP {
        font-size: 0.12rem;
        line-height: 0.24rem;
        margin-top: 0.05rem;
        margin-bottom: 0.2rem;
    }

    .leftRightDiv .conDiv .divList h3 {
        margin-right: 0px;
        line-height: 0.24rem;
        font-size: 0.12rem;
        font-weight: normal;
        align-items: center;
        margin-top: 0rem;
        margin-bottom: 0.15rem;
    }

    .leftRightDiv h3 span {
        display: inline-block;
        width: 0.15rem;
        height: 0.15rem;
        margin-right: 0.05rem;
    }

    .leftRightDiv .conDiv .divList div {
        font-size: 0.16rem;
        flex-direction: row;
        text-align: center;
        align-items: center;
    }

    .leftRightDiv .conDiv .divList div img {
        margin-bottom: 0;
        height: 0.15rem;
        margin-right: 0.09rem;
    }

    .leftRightDiv .divList {
        justify-content: space-between;
    }

    .leftRightDiv .conDivH .divList2>div {
        width: 48%;
    }

    .leftRightDiv .conDivH .divList2>div>div {
        font-size: 0.12rem;
    }

    .leftRightDiv .conDivH .divList2>div>div img {
        width: 0.03rem;
        height: 0.105rem;
        margin-left: 0.07rem;
    }

    .leftRightDiv .conDivH .divList2 .img {
        box-shadow: 0px 2px 5px 0px rgba(82, 94, 114, 0.3);
        margin-bottom: 0.07rem;
    }

    

    .leftRightDiv .conDivH {
        margin-bottom: 0.6rem;
    }

    .center_btn {
        margin-top: 0.6rem;
    }

    .modle2 .center_btn{
        padding-bottom:0;
    }

    .modle2 {
        padding-bottom: 0.6rem;
    }

    /* 左右文字图片显示end */

    .modleCir {
        padding-bottom: 0.6rem;
    }

    /*左圆形icon，下内容显示隐藏start*/

    .cirShow {
        width: 100%;
        margin-top: 0.15rem;
    }

    .cirShow .sirLi {
        margin-bottom: 0.15rem;
    }

    .sirLi .liTitle {
        height: 0.2rem;
        font-size: 0.14rem;
        color: #666666;
    }

    .liTitle .liIcon {
        transform: scale(0.5);
        transform-origin: left;
        margin-right: -0.06rem;
    }

    .sirLi .liCon {
        padding-left: 0;
    }

    .sirLi .liCon .liP {
        font-size: 0.12rem;
        line-height: 0.24rem;
        margin-bottom: 0;
    }

    .sirLi .liCon img,
    .sirLi .liCon video {
        box-shadow: 0px 2px 5px 0px rgba(82, 94, 114, 0.3);
        border: 3px solid #fff;
        margin-top: 0.2rem;
        margin-bottom: 0.1rem;
    }

    .active .liCon {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    /*左圆形icon，下内容显示隐藏end*/

    .modle3 {
        padding-bottom: 0.2rem;
    }

    /* 数据管理与功能拓展start */
    .dataAndExpand {
        margin-top: 0.25rem;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dataAndExpand .dataLi {
        padding: 0 0px;
        width: 47%;
        border-left: 0px solid #d1d7df;
        margin-bottom: 0.4rem;
    }

    .dataAndExpand .dataLiL {
        padding-left: 0;
        border-left: 0px;
    }

    .dataAndExpand .dataLiR {
        padding-right: 0;
    }

    .dataAndExpand .dataLi img {
        height: 0.3rem;
        display: block;
    }

    .dataAndExpand .dataLi .dataTit {
        font-size: 0.14rem;
        margin-top: 0.08rem;
        margin-bottom: 0.06rem;
    }

    .dataAndExpand .dataLi .dataP {
        font-size: 0.12rem;
        line-height: 0.24rem;
    }

    /* 数据管理与功能拓展end */

    /* 广泛的行业应用start */
    .Industry {
        margin-top: 0.25rem;
        flex-wrap: wrap;
        justify-content: normal;
    }

    .Industry .dataLi {
        width: 100%;
        margin-bottom: 0.4rem;
    }

    .Industry .dataLi:last-child {
        margin-bottom: 0;
    }

    .Industry .dataLi img {
        width: 100%;
        display: block;
    }

    .Industry .dataLi .dataTit {
        font-size: 0.14rem;
        margin-top: 0.2rem;
        margin-bottom: 0.06rem;
        font-weight: bold;
    }

    .Industry .dataLi .dataP {
        font-size: 0.12rem;
        line-height: 0.24rem;
    }

    /* 广泛的行业应用end */

    /* 品牌客户start */
    .customer {
        height: 1.5rem;
        margin-top: 0.2rem;
    }

    .customer .backleft {
        display: none;
    }

    .customer .backRight {
        display: none;
    }

    /* 滚动循环图片start */
    .customer .loop_wrapper {
        margin-bottom: 0.1rem;
    }

    .customer .loop_wrapper {
        height: 0.4rem;
    }

    .customer .loop_wrapper img {
        height: 0.4rem;
    }

    .modleback .customer {
        height: 2.2rem;
    }

    .modleback .customer .loop_wrapper {
        height: 1rem;
    }
    .modleback .customer .loop_wrapper img{
        height:1rem;
        width:auto;
        object-fit: contain;
    }

    .modle31 {
        margin-top: -1px;
        background: #1a1b1f;
    }
    .center_black.center_btn{
        background: #1a1b1f;
    }

    .modle2{
        margin-top:-1px;
    }

    .tabTitle {
        height: 0.35rem;
        margin-top: 0.5rem;
    }

    .tabTitle .tabTitleCon {
        width: 100%;
        height: 0.35rem;
        line-height: 0.35rem;
        border: 1px solid #3c3d40;
    }

    .tabTitle .tabTitleCon .lineu{
        background: #3c3d40;
    }

    .tabTitle .tabTitleCon div {
        width: calc((1/3)*100%)
    }

    .tabTitle .tabTitleCon div {
        font-size: 0.14rem;
    }

    .mySwiper2 {
        margin-top: 0.5rem;
        width:3.29rem;
    }


    .modle31 .btnCon {
        margin-top: 0.4rem;
        padding-bottom: 0.5rem;
    }

    /* model2 container */
    .modle2 {
        padding-bottom: 0.7rem;
    }

    .container {
        width: 100%;
    }

    .container .pro_content {
        width: 100%;
        float: none;
        margin-top: 0.3rem;
    }

    .container .section {
        width: 100%;
        height: auto;
        transition: all 0.3s;
    }

    .container .section .sec_container {
        padding-left: 0.15rem;
        padding-right: 0.15rem;
        width:101%;
        margin-left:-1px;
    }

    .container .section .title {
        font-size: 0.16rem;
        line-height: 0.55rem;
        height: 0.55rem;
    }

    .container .section .content .text {
        font-size: 0.13rem;
        line-height: 0.26rem;
        margin-top: 0.14rem;
        color:#e94829;
    }

    .container .section .title .icon {
        width: 0.15rem;
    }

    .container .section .img {
        width: 101%;
        margin-left:-1px;
        height: auto;
        position: inherit;
        box-sizing: border-box;
        padding: 0 0.15rem 0.4rem;
        margin-top: 0.1rem;
        background:#242424;
        margin-top:0;
    }

    .container .section .content .btn {
        display: none;
    }

    .container .section .img .btn {
        display: block;
        width: calc(100% - 0.14rem);
        margin-top: 0.4rem;
    }

    .container .section.active {
        height: auto;
        background-color: #f5f7fa;
    }

    .container .section.active .img{
        margin-top:0;
    }

    .container .section.active .sec_container::before {
        display: none;
    }

    /* .container .section.active .progress {
        display: none;
    } */

    .container .section.active .progress{
        /* display: none; */
        animation: progressm 20s cubic-bezier(.62,.62,.55,1) forwards;
        -webkit-animation: progressm 20s cubic-bezier(.62,.62,.55,1) forwards;
    }
    @keyframes progressm {
        0%{ width: 0%;}
        100%{ width: 100%;}
    }

    .container .section .sec_container::before{
        width: 100%;
        height: 4px;
    }
    .container .section .progress{
        width: 0%;
        height: 4px;
    }
    .container .section.active .title {
        border-bottom: 1px solid #363636;
    }

    .container .section:last-child .title {
        border-bottom: 1px solid #363636;
    }

    .containerBlack .section.active .sec_container{
        padding-bottom:0.1rem;
        background: #0e0e0e;
    }
    
    
    .Industry .dataLi .dataItem{
        padding-left:0.17rem;
        padding-right:0.17rem;
    }

    .modleIndustry .btnCon{
        padding-bottom:0.4rem;
    }

    .modleIndustry {
        padding-bottom:0.4rem;
    }

    .modleIndustry .btnWhite{
        font-size:0.14rem;
    }

    .modle4{
        padding-bottom:0.6rem;
        margin-top:-1px;
    }

    .modle4 .part_info{
        position: static;
        width:3.29rem;
        margin:0 auto;
    }
    .modle4 .part_info h1{
        color:#fff;
        font-size:0.24rem;
    }
    .modle4 .part_info h2{
        color:#fff;
        font-size:0.18rem;
        font-weight: 600;
    }
    .modle4 .part_info p{
        color:#bdc3d2;
        font-size: 0.14rem;
        line-height: 0.28rem;
    }

    .modle.modle4.modleback::before{
        display:none;
    }

    .modle.modle4.modleback::after{
        display:none;
    }
    .modle41{
        padding-bottom:0;
    }

    .modle41 .line{
        font-size: 0;
        position: static;
        height: 1px;
        width: 3.29rem;
        margin: 0 auto;
        flex-direction: row;
        margin-top: 0.3rem;
        background: #757678;
    }
    .modle41 .line .text-item.active{
        font-size:0;
    }

    .modle41 .line .text-item{
        width:33.33%;
    }

    .modle41 .line .text-item.active .left-line{
        left:0;
        height:2px;
        width:100%;
    }

    .modle1{
        margin-top:-1px;
        padding-top:0.5rem;
    }

    .modleUp .customer .loop_wrapper img{
        height:0.4rem;
        width:auto;
        object-fit: contain;
    }

    .modleUp .customer .loop_wrapper{
        height:0.4rem;
    }

    .modleUp .customer{
        height: 1.5rem;
    }

    .modle42,.modle41{
        background: #131316;
    }
 
    .modle35 {
        padding-bottom:0;
    }


}