.context {
    width: 100%;
    text-align: center;
}

.banner {
    margin-top: 80px;
    width: 100%;
    position: relative;
    background: #000;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-end;
    height: calc( 100% - 80px);
}

.banner img {
    width: 100%;
    display: block;
}


.banner .upCon {
    width: 1300px;
    position: absolute;
    top: 120px;
    text-align: center;
}

.banner .upCon .enTitle {
    font-size: 36px;
    color: #fff;
    margin-bottom: 11px;
}

.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; */
}

.banner .upCon .center_btn .btn {
    margin: 0;
}

/* 水波的背景色 */
/* #wa .canvas_div{background: #ffffff;} */
#wr .canvas_div {
    background: #f5f7fa;
}

#wc .canvas_div {
    background: #ffffff;
}

#wm .canvas_div {
    /* background: #ffffff; */
}

#wb .canvas_div {
    background: #ffffff;
}

#wd .canvas_div {
    background: #f8f8fb;
}

.modle_con h2 {
    font-size: 16px;
}

.modle1 {
    background: #ffffff;
    padding-bottom: 120px;
}

.center_btn {
    margin-top: 70px;
}

/* 左右文字图片显示start */
.leftRightDiv {
    width: 100%;
    margin-top: 70px;
}

.leftRightDiv .conDiv {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    /* margin-bottom: 140px; */
    margin-bottom: 40px;
}

.leftRightDiv .conDiv>div {
    width: 50%;
    height: 266px;
    box-sizing: border-box;
    text-align: left;
    padding: 20px 70px;
    padding-top: 185px;
}

.leftRightDiv h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 34px;
    color: #000;
}

.leftRightDiv h2 .divNum {
    font-size: 36px;
    color: #e94829;
    margin-right: 10px;
    position: relative;
    top: 6px;
}

.leftRightDiv h2 .divTitle {
    position: relative;
}

.leftRightDiv h2 .divTitle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #e94829;
    opacity: 0.3;
    bottom: 0;
    left: 0;
}

.leftRightDiv .conDiv .img {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 5px;
    background: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(82, 94, 114, 0.3);
}

.leftRightDiv .conDiv.img2 .img {
    height: auto;

}

.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;
}

.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;
    /* padding-top: 185px; */
    padding-top:100px;
}

.leftRightDiv .imgRight .img {
    left: auto;
    right: 0;
    height:335px;
}

.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;
}

/* 左右文字图片显示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;
    }
}

.modle33 {
    background: #eaeff4;
    padding-bottom: 120px;
}

.modle331 {
    background: #ffffff;
}

.modle331 .btnCon {
    padding-top: 30px;
    position: relative;
    z-index: 3;
}

.modle331 h2 {
    margin-bottom: 30px;
}

.content-top {
    padding-top: 100px;
    margin-bottom: 40px;
}

.content-top .title {
    color: #e94829;
    font-size: 32px;
    font-weight: 800;
    width: 130px;
    border-bottom: 3px solid #e94829;
    padding-bottom: 16px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.modle33 .item {
    width: 312px;
    margin-right: 10px;
    
}

.modle337{
    background: #eaeff4;
}

.modle337 .item{
    position: relative;
}

.modle337 .item .title{
    position: absolute;
    top:0;
    left:0;
    z-index:1;
}


.modle337 .item .img img{
    border-radius:8px;
}

.modle337 .loop_wrapper{
    height:314px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.modle33 .item .title {
    width: 100%;
    line-height: 52px;
    height: 52px;
    background: #f6f6f6;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  
}

.modle33 .item .img {
    width: 312px;
}

.modle33 .item .img img {
    width: 100%;
    height: auto;
}

.modle22 {
    background: #12101d;
}

.modle22 .modle-flex {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.modle22 .modle-item {
    width: 100%;
    height:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.modle22 .modle-item .item.item-1-2 {
    width: calc(50% - 5px);
}


.modle22 .item .title {
    height: 50px;
    background: #1d1b28;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    line-height: 50px;
    color: rgb(255, 255, 255);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modle22 .modle-item .img {
    height: 590px;
}

.modle22 .modle-item.model-1-2 .img {
    height: 260px;
}

.modle22 .modle-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.modle22 .btnCon {
    padding-top: 60px;
    padding-bottom: 120px;
}

.modle21 h2 {
    margin-bottom: 45px;
}

.modle21 .title {
    width: 100%;
    height: 74px;
    background: #eaeff4;
    font-size: 18px;
    line-height: 74px;
    font-weight: 600;
}

/* modle2 */
/* 组件左图右切换 */
.modle2 {
    background: #f8f8fb;
}

.modle2 .btnCon {
    padding-top: 80px;
    padding-bottom: 120px;
}

.container {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    text-align: left;
}

.container .pro_content {
    width: 512px;
    /* float: right; */
    margin-top: 55px;
    position: relative;
}

.modle35 .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;
}

.modle35 .container .section .img {
    width: 770px;
    height: 100%;
    position: absolute;
    left: -800px;
    top: 0;
    display: none;
}

.container .section .img video {
    width: 100%;
    height: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: 770px;
    height: 480px;
    position: absolute;
    /* left: -800px; */
    left: 545px;
    top: 0;
    display: none;
}

.container .section .img img {
    width: 100%;
    /* height: 100%; */
    padding: 0.04rem;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(82, 94, 114, 0.3);
}
.container .section .img video{
    background: #fff;
    padding: 0.04rem;
    box-shadow: 0px 0px 4px 0px rgba(82, 94, 114, 0.3);
}

.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;
}

.modle44 {
    background: #f8f8fb;
    padding-bottom: 80px;
}

#wd .canvas_div {
    top: 120px;
}


/* tab选项卡 */
.tabTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.tabTitle .tabTitleCon {
    /* max-width: 1300px; */
    max-width: 410px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabTitle .tabTitleCon div {
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.tabTitle .tabTitleCon .active {
    color: #ea4e28;
    font-weight: bold;
}

.tabTitle .tabTitleCon .lineu {
    width: 1px;
    height: 23px;
    background: #aaaaaa;
    transform: rotate(20deg);
    cursor: default;
}

.hyyy {
    width: 100%;
    margin-top: 28px;
}

.hyyy img {
    width: 100%;
    display: block;
}

.hyyy .hyyy-container{
    display: flex;
    gap: 20px;
}

.hyyy .hyyy-container-2{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.hyyy2 .swiper-wrapper{
    justify-content: space-between;
    flex-wrap: wrap;
}
.hyyy3 .swiper-wrapper{
    justify-content: space-between;
    flex-wrap: wrap;
}

.hyyy4 .swiper-wrapper{
    justify-content: space-between;
}
.hyyy .hyyy2 .swiper-slide{
    width:405px;
    margin-bottom:30px;
    height: 302px;
}

.hyyy .hyyy3 .swiper-slide{
    width:405px;
    margin-bottom:30px;
    height: 302px;
}

.hyyy .hyyy-container-2 .img img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
    width: 406px;
}

.hyyy .hyyy-container-2 .title{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
   
}



/*左圆形icon，下内容显示隐藏end*/

.modle3 {
    background: #fff;
    overflow: hidden;
    padding-bottom: 120px;
}

/* 数据管理与功能拓展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 */

/* 广泛的行业应用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 img {
    width: 100%;
    display: block;
}

.Industry .dataLi .dataTit {
    font-size: 20px;
    margin-top: 17px;
    margin-bottom: 10px;
}

.Industry .dataLi .dataP {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-align: justify;
}

/* 广泛的行业应用end */

/* 品牌客户start */
.customer {
    width: 100%;
    position: relative;
    height: 300px;
    margin-top: 40px;
    /* overflow-y: hidden; */
}

.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;
}

.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;
}

/* 滚动循环图片start */
.loop_wrapper {
    margin-bottom: 20px;
    pointer-events: none;
}

.fanzhuan {
    transform: rotate(-180deg);
}

.fanzhuan .swiper-slide {
    transform: rotate(180deg);
}

.customer .loop_wrapper {
    height: 80px;
}

.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;
}

.customer .loop_wrapper img {
    height: 80px;
    display: block;
}

/* 滚动循环图片end */
/* 品牌客户end */
.mShow {
    display: none;
}

/* --------------pc端hover样式放置位置--------------- */
@media (min-width: 760px) {
    .tabTitle .tabTitleCon div:hover {
        color: #ea4e28;
        font-weight: bold;
    }

    .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/smartScreen/bannerMM.jpg) no-repeat;
        background-size: 100%; */
    }
    
    .banner .upCon {
        width: calc(100% - 0.46rem);
        position: absolute;
        top: 0.6rem;
        text-align: justify;
        /* margin-left: -1.645rem; */
        transform: translateY(0%);
    }

    .banner .upCon br {
        display: none;
    }

    .banner picture{
        width:100%;
        height:100%;
    }

    .banner img {
             width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: bottom;
    }

    .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;
    }
    .content-top{
        padding-top:0.5rem;
        padding-bottom:0.2rem;
        margin-bottom:0;
    }
    .modle22 .btnCon{
        padding-top:0.3rem;
        padding-bottom:0.6rem;
    }

    .mySwiper2{
        width: calc(100% - 0.46rem);
    }

    .modle1 .center_btn {
        margin-top: 0.4rem;
    }
    .modle22 .modle-item .item{
        width:100%;
    }

    .modle22 .modle-item.model-1-2 .img{
        height:1.3rem;
    }

    .modle22 .modle-item .img{
        height:2.6rem;
    }

    .leftRightDiv .conDiv{

        margin-top:0;
    }
    /* 左右文字图片显示start */
    .leftRightDiv {
        margin-top: 0.35rem;
    }

    .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 .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;
        position: inherit;
        top:0;
        left:0;
        width:100%;
    }

    .leftRightDiv .conDiv.imgRight .img{
        padding: 0.04rem;
        padding-bottom:0;
    }
     .modle_con .conDiv h2{
        text-align:left;
    }

    .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;
    }

    .modle33 .item .img{
        width:1.56rem;
    }
    .modle33 .item {
        width:1.56rem;
    }

    .modle2 {
        padding-bottom: 0.6rem;
    }

    /* 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;
    }

    .container .section.active .img{
        padding-left:0.15rem;
        padding-right:0.15rem;
    }
    .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;
    }

    .container .section .title .icon {
        width: 0.15rem;
    }

    .container .section .img {
        width: 100%;
        height: auto;
        position: inherit;
        box-sizing: border-box;
        /* padding: 0 0.15rem 0.4rem; */
        padding:0;
        margin-top: 0.1rem;
    }

    .container .section.active{
         background-color: #eaeff4
    }

    .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: #eaeff4;
    }

    .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 #e5e5e5;
    }

    .container .section:last-child .title {
        border-bottom: 1px solid #e5e5e5;
    }
    

    /* 左右文字图片显示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;
    }
    .modle33 .loop_wrapper{
        height:1.8rem;
    }

    .customer .loop_wrapper {
        height: 0.4rem;
    }

    .customer .loop_wrapper img {
        height: 0.4rem;
    }

    .modle33{
        padding-bottom:0.6rem;
    }

   
    .modle_con h2{
        text-align:center;
    }

    .leftRightDiv .imgRight{
        padding-top:0;
    }
    .modle2{
        padding-bottom:0;
    }

    .modle2 .btnCon{
        padding-top: 0.4rem;
        padding-bottom: 0.6rem;
    }
    /* 滚动循环图片end */
    /* 品牌客户end */

    .modle331 .modle_con h1 {
        padding-top:0.1rem;
    }

    .hyyy2 .swiper-wrapper{
        justify-content: unset;
        flex-wrap: nowrap;
    }
    .hyyy3 .swiper-wrapper{
        justify-content: unset;
        flex-wrap: nowrap;
    }

    .hyyy4 .swiper-wrapper{
        justify-content: unset;
        flex-wrap: nowrap;
    }

    .tabTitle .tabTitleCon{
        border: 1px solid #e94829;
       
    }

    .tabTitle .tabTitleCon .lineu{
        height:100%;
        transform: rotate(0);
        background: #e94829;
    }

    .tabTitle .tabTitleCon .active{
        background: #ea4e28;
        color:#fff;
    }
    .tabTitle .tabTitleCon div{
        width:33.33%;
        font-size:13px;
    }
    .tabTitle .tabTitleCon .lineu{
        width:1px;
    }



    .modle21 .title{
       
        font-size: 0.12rem;
        height: auto;
        line-height: 0;
        text-align: left;
        padding: 0.2rem;
        box-sizing: border-box;
        font-weight:400;
    }
    .hyyy .hyyy-container-2{
        overflow: hidden;
    }
    .hyyy .hyyy-container-2 .img img{
        width:100%;
        border-top-right-radius: 10px;
        width: calc(100% + 2px);
    }
    .hyyy2 .title,.hyyy3 .title{
        /* line-height:0.3rem;*/
        text-align: center; 
    }
    .hyyy4 .hyyy-item{
        border-radius: 0.04rem;
        overflow: hidden;
    }
    .hyyy4 .hyyy-item .title{
        line-height: 0.18rem;
        text-align: left;
        padding: 0.08rem;
        height:0.5rem;
    }
    .hyyy{
        height:2.62rem;
    }
    .hyyy2{
        width:3.29rem;
        overflow: unset;
    }
    .hyyy3{
        width:3.29rem;
        overflow: unset;
    }
    .hyyy .hyyy2 .swiper-slide{
        height:2.42rem;
        margin-right:0;
        margin-bottom:0;
        
    }

    .hyyy .hyyy4 {
        width:140vw;
    }

    .modle1 .modle_con h1{
        padding-top:0.4rem;
    }

    .modle_con_2{
        width:120vw;
        margin-left:-10vw;
    }

    .modle2{
        background: #eaeff4;
    }
    .modle2 .container .section .sec_container{
        background: #eaeff4;
    }

    .modle44{
        padding-bottom:0;
        background: #fff;
    }

    .modle337 .loop_wrapper{
        height:1.5rem;
    }
    .modle331 .loop_wrapper{
        height:1rem;
    }

    .modle33 .item .title{
        font-size:0.12rem;
        height:0.3rem;
        line-height:0.3rem;
    }

    
}