.mob {
    display: none;
}

.pc {
    display: block;
}

.context {
    width: 100%;
    text-align: center;
}

.banner {
    margin-top: 80px;
    width: 100%;
    height: calc(100% - 80px);
    position: relative;
    background: #000;
    text-align: center;
    
    box-sizing: border-box;
    
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    display: block;
}

.banner .pc {
    height: 100%;
    width: 100%;
}

.banner .mob {
    display: none;
}

.banner video {
    height: 100%;
}

.banner .upCon {
    width: 520px;
    position: absolute;
    top: 104px;
    left: 275px;
    text-align: left;
}

.banner .upCon h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 27px;
}

.banner .upCon h2.sub-title {
    font-size: 40px;
}

.banner .btn {
    margin-left: 0;
}

.banner .upCon h2 br {
    display: none;
}

.banner .upCon h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 48px;
}

.banner .iconDown {
    width: 150px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -80px;
}

.banner .iconDown>.btn {
    display: none;
}

.banner .iconDown .downjt {
    background: url(../../../images/indexNew/downicon.png) no-repeat;
    background-size: 24px 40px;
    width: 24px;
    height: 40px;
    display: inline-block;
    animation: downjt 1.5s cubic-bezier(.62, .62, .55, 1) infinite;
    -webkit-animation: downjt 1.5s cubic-bezier(.62, .62, .55, 1) infinite;
    position: relative;
    top: -16px;
}

@keyframes downjt {
    0% {
        opacity: 0;
        top: -16px;
    }

    50% {
        opacity: 1;
        top: -8px;
    }

    100% {
        opacity: 0;
        top: 0px;
    }
}

.banner .iconDown>span {
    font-size: 18px;
    display: block;
    margin-top: 5px;
    font-weight: bold;
    background: linear-gradient(to right, #f692f8, #944ff5c4);
    /* 这里的#ff0000表示红色，#ffff00表示黄色 */
    -webkit-background-clip: text;
    /* Safari/Chrome */
    -moz-background-clip: text;
    /* Firefox */
    color: transparent;
    /* 清空原有文本颜色 */
}

/* 水波的背景色 */
/* #wa .canvas_div{background: #ffffff;} */
#wr .canvas_div {
    background: #f5f7fa;
}

#wd .canvas_div {
    /* background: #ffffff; */
}

#wm .canvas_div {
    background: #ffffff;
}


.modle1 {
    background: #ffffff;
}

.modle1 .nums {
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modle1 .nums .num {
    padding: 0 90px;
    color: #e94829;
    position: relative;
}

.modle1 .nums .numLine::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    top: 25%;
    right: 0;
    background: #e94829;
}

.modle1 .nums .num .numContainer {
    font-size: 68px;
    font-weight: bold;
    margin-bottom: 5px;
}

.modle1 .nums .num .numContainer span {
    font-size: 40px;
    position: relative;
    top: -24px;
}

.modle1 .nums .num .text {
    font-size: 20px;
}

.modle1 .videoContainer {
    width: 100%;
    height: 768px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.6s;
}

.modle1 .videoContainer .content {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.modle1 .videoContainer video {
    width: 100%;
    height: 100%;
    display: block;
}

.modle1 .videoContainer .startBtn {
    width: 74px;
    height: 74px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 2;
    border-radius: 5px;
}

.modle1 .videoContainer .startBtn svg {
    fill: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* modle2 */

.modle2 .modle_con h2 {
    margin-bottom: 40px;
}

.modle24 {
    padding-bottom: 120px;
    background: #f5f7fa;
}

.modle24 .modle-flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
}

.modle24 .modle-flex .modle-item {
    width: 25%;
    border-right: 1px solid #d8dadc;
}

.modle24 .modle-flex .modle-item:last-of-type {
    border-right: 0;
}

.modle24 .modle-flex .modle-item .top {
    border-bottom: 1px solid #d8dadc;
    padding-bottom: 42px;
}

.modle24 .modle-flex .modle-item .bottom {
    padding-top: 40px;
}

.modle24 .modle-flex .modle-item .text {
    font-size: 24px;
    font-family: "SourceHanSansCN";
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-left: 12px;
    width: fit-content;
    border-bottom: 1px solid #e94829;
    margin-top: 21px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

.modle24 .modle-flex .modle-item .text-info {
    font-size: 16px;
    font-family: "Adobe Heiti Std";
    color: rgb(102, 102, 102);
    width: 296px;
    margin: 0 auto;
    text-align: left;
}

/* 组件左图右切换 */


.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: 225px;
    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;
}

.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: 100%;
    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%;
}

.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: 100%;
    position: absolute;
    /* left: -800px; */
    left: 545px;
    top: 0;
    display: none;
}

.container .section .img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.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%;
    }
}

/* 数据管理与功能拓展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 */

.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;
}


.modle2 .btnCon {
    margin-top: 80px;
    margin-bottom: 100px;
    z-index: 2;
    position: relative;
}

.modle21 .btnCon {
    margin-top: 80px;
    margin-bottom: 100px;
    z-index: 2;
    position: relative;
}
.modle21 .loop_wrapper{
    margin-top:73px;
}

.modle21 .loop_wrapper img {
    height: 506px;
}

/* tab选项卡 */
.tabTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.tabTitle .tabTitleCon {
    max-width: 1300px;
    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;
}

/* modle3 */
.modle3 {
    background: #f5f7fa;
    overflow: hidden;
    padding-bottom: 65px;
}

.center_btn {
    margin-top: 70px;
}

.sevenPro {
    width: 100%;
    margin-top: 60px;
}

.sevenDiv {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sevenDivRight {
    flex-direction: row-reverse;
}

.sevenTxt {
    width: 410px;
    text-align: left;
    position: relative;
}

.sevenTitle {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.sevenNum {
    display: none;
}

.sevenP {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.sevenImg {
    width: calc(100% - 410px);
    text-align: right;
}

.do {
    position: absolute;
    left: 14px;
    bottom: -22px;
    width: 10px;
    height: 10px;
    z-index: 1;
}

.docir {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #e94829;
}

.docirLine {
    width: 0px;
    border-left: 1px dashed #e94829;
    height: 140px;
    position: absolute;
    top: 0;
    left: 4px;
}

.doupLine {
    width: 884px;
    border-top: 1px dashed #e94829;
    height: 0px;
    position: absolute;
    top: 140px;
    left: 4px;
}

.do2 {
    bottom: -30px;
}

.do2 .docirLine {
    height: 205px;
    left: 5px;
}

.do2 .doupLine {
    transform-origin: left;
    transform: rotate(180deg);
    top: 204px;
}

.doup {
    position: absolute;
    left: 14px;
    top: -205px;
    width: 1px;
    z-index: 1;
}

.docirLineUp {
    width: 0px;
    border-left: 1px dashed #e94829;
    height: 184px;

}

.docirUp {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #e94829;
    position: absolute;
    bottom: 0;
    left: -4px;
}

.do3 {
    left: 21px;
    top: -200px;
}

.part {
    width: 100%;
    margin-top: 42px;
}

.part_img_L {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 108px;
}


.part_img_R {
    width: 100%;
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 30px;
    margin-top: 108px;
}


.NoTopMargin{
    margin-top:0;
}

.part .textPanel {
    position: relative;
}

.part .textPanel .title {
    display: inline-flex;
    align-items: center;
    width: 100%;
}


.part .textPanel .title_border {
    background-color: rgb(233, 72, 41);
    opacity: 0.302;
    height: 7px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.part .textPanel .num {
    font-size: 36px;
    
    color: rgb(233, 72, 41);
    font-weight: bold;
}

.part .textPanel .title_1 {
    font-size: 24px;
    
    color: rgb(0, 0, 0);
    font-weight: bold;
    position: relative;
}

.part .textPanel .title_2 {
    font-size: 18px;
    
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-top: 28px;
    text-align: left;
}

.part .textPanel .active .circle_title{
    color:#e94829;
}

.part .textPanel .circle_title {
    font-size: 18px;
    
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
}



.part .textPanel .circle_title span {
    margin-left: 18px;
}

.part .circle-item svg{
    display:none;
}

.part .circle-item img{
    display:inline-block;
}

.part .circle-item.active img{
    display:none;
}

.part .circle-item.active svg{
    display:inline-block;
}

.part .circle-item{
    height: 80px;
    overflow: hidden;
    cursor: pointer;
}

.part .circle-item.active{
    height:auto;
}

.part .textPanel .content_text {
    font-size: 16px;
    
    color: rgb(102, 102, 102);
    line-height: 28px;
    text-align: left;
    margin-top: 20px;
}
.part .textPanel .circle_text{
    font-size: 16px;
    
    color: #000000;
    line-height: 28px;
    margin-left: 50px;
}

.part .circle-part{
    text-align: left;
}

.part  .textPanel .active .circle_text {
    color: #e94829;
}

.part .textPanel .circleItem .title_2 {
    margin-top: 0;
}

.part .textPanel .icon_part {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    /* position: absolute;
    left: 0; */
    justify-content: space-between;
    /*bottom: 20px;*/
}

.part .textPanel .icon_part .icon_item {
    display: inline-flex;
    align-items: flex-start;
    /*width: 50%;*/
    margin-top: 28px;
}

.part .textPanel .icon_part .icon_item .icon {
    margin-right: 20px;
}

.part .textPanel .icon_part .title_2 {
    font-size: 18px;
    
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 30px;
    margin-top: 0;
    text-align: left;
    white-space: nowrap;
}



/*左圆形icon，下内容显示隐藏start*/

.cirShow{
    width: 100%;
    margin-top: 30px;
    position: relative;
    min-height:355px;
}
.cirShow .sirLi{
    width: 100%;
    margin-bottom: 20px;
    margin-top: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{
    display: block;
    box-shadow: 0px 0px 12px 0px rgba(82,94,114,0.3);
    border: 5px solid #fff;
    display:none;
    position: absolute;
    top:0;
    right:0;
    width:690px;
}
/* 高亮 */
.cirShow .active{

}
.active .liTitle{
    color: #e94829;
}
.active .liCon .liP{
    color: #e94829;
    width:515px;
}

.active .liCon  img{
    display:block;
}

.active .liTitle .liIcon img{
    display: none;
}
.active .liTitle .liIcon svg{
    display: block;
}
.active .liCon{
    display: flex;
}
.active .circle_progress {
    stroke-dasharray: 95;
    -webkit-animation: fill-circle 20s linear forwards;
    animation: fill-circle 20s linear forwards;
}
@keyframes fill-circle {
    0% {
        stroke-dashoffset: 95;
    }

    100% {
        stroke-dashoffset: 0;
    }
}


/**/
.circleItem {
    height: 46px;
    overflow: hidden;

}

.circleItem.active {
    height: auto;
    overflow: hidden;
}

.circleItem .icon {
    margin-right: 20px;
}

.circleItem .icon svg {
    width: 36px;
    height: 36px;
    transform: rotate(-90deg);
}

.circleItem .icon svg>circle {
    cx: 18;
    cy: 18;
    r: 15;
}

.feature__title__circle__progress {
    stroke-dasharray: 95;
    -webkit-animation: fill-circle 5s linear forwards;
    animation: fill-circle 5s linear forwards infinite;
}

.part .textPanel .circleItem .content_text {
    margin-top: 0px;
    margin-left: 56px;
}

.circleItem .icon img {
    display: inline-block;
}

.circleItem.active .icon img {
    display: none;
}

.circleItem .icon svg {
    display: none;
}

.circleItem.active .icon svg {
    display: inline-block;
}




@keyframes fill-circle {
    0% {
        stroke-dashoffset: 95;
    }

    100% {
        stroke-dashoffset: 0;
    }
}


/* 轮播切换按钮 */
.pageCon {
    width: 1300px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -650px;
    margin-top: -30px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.pageCon .btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    margin: 0 40px;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    background: #f5f7fa;
    pointer-events: all;
}

.pageCon .btn span {
    margin-left: 0;
}

.pageCon .pageUp {
    transform: rotate(180deg);
}

/* modle31 */
.modle31 {
    background: #f5f7fa;
}

.modle31 .tabTitle {
    display: none;
}

.modle31 .hxjs {
    width: 100%;
    margin-top: 38px;
}

.modle31 .swiper-slide {
    width: 1300px;
    overflow: hidden;
}

.modle31 .swiper-slide img {
    display: block;
    width: 100%;
}

.modle34{
    background: #fff;
}



.hxjsTxt {
    width: 100%;
    text-align: left;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    cursor: default;
}

.hxjsTxt .hxjsTitle {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hxjsTxt .hxjsP {
    font-size: 18px;
    color: #666666;
    line-height: 32px;
}

.modle31 .swiper-slide-active .hxjsTxt {
    opacity: 1;
    cursor: auto;
}

/* modle32 */
.modle32 {
    background: #f5f7fa;
}

.modle32 .swiper-pagination {
    display: none;
}

.modle32 .yxal {
    width: 100%;
    margin-top: 38px;
}

.modle32 .swiper-slide {
    width: 412px;
    overflow: hidden;
}

.modle32 .swiper-slide img {
    display: block;
    width: 100%;
}

.modle32 .yxalTxt {
    width: 100%;
    background: #fff;
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
    text-align: left;
}

/* modle33 */
.modle33 {
    background: #f5f7fa;
}

.modle33Expand{
    padding-bottom:100px;
}

.modle33 .content {
    width: 100%;
    max-width: 1920px;
    /* height: 990px; */
    margin: 60px auto 0;
    overflow: hidden;
}

.modle33 .scroll {
    display: flex;
}

.modle33 .scroll.copy {
    position: absolute;
    left: 0;
}

/*数据和功能扩展*/
.dataPart {
    display: inline-flex;
    gap: 60px;
    padding-bottom: 100px;
}

.dataPart .dataPart_item {
    width: 240px;
    text-align: left;
}

.dataPart .dataPart_item .title {
    margin-top: 22px;
    margin-bottom: 12px;
    font-size: 20px;
    
    color: rgb(0, 0, 0);
    line-height: 1.2;
}

.dataPart .dataPart_item .content_text {
    font-size: 16px;
    
    color: rgb(102, 102, 102);
    line-height: 24px;
}

.dataPart .dataPart-line {
    height: 275px;
    width: 1px;
    background: #d1d7df;
}




/*行业应用*/
.industryPart {
    display: inline-flex;
    /* padding-bottom: 100px; */
    gap: 40px;
}

.industryPart .industryPart_item .title {
    font-size: 24px;
    
    color: rgb(0, 0, 0);
    text-align: left;
    margin-top: 22px;
    margin-bottom: 12px;
}

.industryPart .industryPart_item .content_text {
    font-size: 16px;
    
    color: rgb(102, 102, 102);
    text-align: left;
    line-height: 28px;

}

.loop_wrapper {
    margin-bottom: 20px;
    pointer-events: none;
}

.fanzhuan {
    transform: rotate(-180deg);
}

.fanzhuan .swiper-slide {
    transform: rotate(180deg);
}

.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;
}

.loop_wrapper img {
    height: 240px;
    display: block;
}

.modle33 .btnCon {
    margin-top: 80px;
    margin-bottom: 120px;
    z-index: 2;
    position: relative;
}

/*modle40*/

.modelThree {
    width: 1300px;
    margin-top: 50px;
    padding-bottom: 30px;
}

.modelThree .swiper-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 60px;
}

.modelThree .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 10px;
}

.modelThree .swiper-pagination .swiper-pagination-bullet-active {
    background: #e94829;
}

.modelThree .swiper-slide {
    border-radius: 5px;
    background: #f5f7fa;
    box-sizing: border-box;
    padding: 40px;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}

.modelThree .swiper-wrapper {
    align-items: flex-end;
}

.modelThree .threeIconP {
    width: 100%;
    height: 38px;
    background: url(../../../images/index/dd.png) no-repeat left top;
    background-size: 42px 38px;
    margin-bottom: 20px;
}

.modelThree .threeP {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    padding-bottom: 30px;
    border-bottom: 1px solid #ea4e28;
}

.modelThree .threeTit {
    margin-top: 30px;
    font-size: 18px;
}

.modelThree .threeTitP {
    font-size: 16px;
    margin-top: 10px;
}

.modelThree .swiper-slide-active .threeIconP {
    background-size: 53px 49px;
    height: 49px;
}

.modelThree .swiper-slide-active .threeP {
    font-size: 20px;
    line-height: 40px;
}

.modelThree .swiper-slide-active .threeTit {
    font-size: 20px;
}

.modelThree .swiper-slide-active .threeTitP {
    font-size: 18px;
}



/*modle41*/
.modle41 {}

.modle41 .zzrz {
    margin-top: 40px;
}

.modle41 .zzrz .swiper-slide {
    width: 180px;
}

.modle41 .zzrz .swiper-slide img {
    width: 100%;
    display: block;
}

.modle41 .zzrz .swiper-slide .yxalTxt {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
    text-align: left;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.modle41 .swiper-pagination {
    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) {

    /* new */
    .context {
        padding-top: 0rem;
    }

    .pc {
        display: none;
    }

    .mob {
        display: block;
    }



    .banner {
        height: calc(100% - 1.2rem);
        box-sizing: border-box;
        margin-top: 0.7rem;
        overflow: hidden;
        display:block;
    }

    .banner .title {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .banner .pc {
        display: none;
    }

    .banner .mob {
        display: block;
        height:100%;
    }

    .banner .upCon {
        width: 3.5rem;
        position: absolute;
        top: 0.9rem;
        left: 0.23rem;

    }

    .banner .upCon h2 {
        font-size: 0.36rem;
        color: #fff;

        line-height: 0.18rem;
    }

    .banner .upCon h2.sub-title {
        font-size: 0.36rem;
        margin-bottom: 27px;
    }

    .banner .upCon h2 br {
        display: block;
    }

    .banner .upCon h3 {
        font-size: 0.12rem;
        line-height: 0.24rem;
    }

    .banner .center_btn {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner .iconDown>span {
        display: none;
    }

    .banner .iconDown>.btn {
        display: block;
    }

    .banner .iconDown .downjt {
        background-size: 0.2rem 0.33rem;
        width: 0.2rem;
        height: 0.33rem;
    }



    /* modle1 */
    .modle1 {
        background: #f5f7fa;
        padding-top: 0.5rem;
        padding-bottom: 0.7rem;
    }

    .modle1 .nums {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .modle1 .nums .num {
        padding: 0;
        color: #e94829;
        position: relative;
        width: 50%;
        box-sizing: border-box;
    }

    .modle1 .nums .num .numContainer {
        font-size: 0.36rem;
        margin-bottom: 0.05rem;
    }

    .modle1 .nums .num .numContainer span {
        font-size: 0.2rem;
        top: -0.12rem;
    }

    .modle1 .nums .num .text {
        font-size: 0.13rem;
    }

    .modle1 .nums .numLine::before {
        display: none;
    }

    .modle1 .nums .num:nth-child(1) {
        border-right: 1px solid #ea4e28;
        border-bottom: 1px solid #ea4e28;
        padding-bottom: 0.2rem;
    }

    .modle1 .nums .num:nth-child(2) {
        border-bottom: 1px solid #ea4e28;
        padding-bottom: 0.2rem;
    }

    .modle1 .nums .num:nth-child(3) {
        border-right: 1px solid #ea4e28;
        padding-top: 0.1rem;
    }

    .modle1 .nums .num:nth-child(4) {
        padding-top: 0.1rem;
    }

    .modle1 .videoContainer {
        width: 100%;
        height: auto;
        border-radius: 5px;
        padding: 0.05rem;
        margin-top: 0.4rem;
    }

    .modle1 .videoContainer .startBtn {
        width: 0.37rem;
        height: 0.37rem;
    }

    .modle1 .videoContainer .startBtn svg {
        width: 0.15rem;
        height: 0.15rem;
    }

    /* model2 container */
    .modle2 {
        padding-bottom: 0.7rem;
    }

    .container {
        width: 100%;
    }

    .container .pro_content {
        width: 100%;
        float: none;
        margin-top: 0.3rem;
    }

    .modle35 .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 .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: 100%;
        height: auto;
        position: inherit;
        box-sizing: border-box;
        padding: 0 0.15rem 0.4rem;
        margin-top: 0.1rem;
    }

    .modle35 .container .section .img {
        width: 100%;
        height: auto;
        position: inherit;
        box-sizing: border-box;
        padding: 0 0.15rem 0.4rem;
        margin-top: 0.1rem;
    }

    .container .section.active .img{
        padding-left:0.05rem;
        padding-right:0.05rem;
    }

    .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 .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;
    }

    /* modle21 .tabTitle */
    .modle21 {
        background: #f5f7fa;
        padding-bottom: 0.7rem;
    }

    .modle21 .modle_con {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.23rem;
        /* border-bottom: 1px solid #e5e5e5; */
    }


    .tabTitle {
        height: 0.55rem;
        line-height: 0.55rem;
        overflow-x: auto;
        padding: 0 0.23rem;
        width: 100%;
        box-sizing: border-box;
    }

    .tabTitle::-webkit-scrollbar {
        height: 0px;
    }

    .tabTitle .tabTitleCon {
        width: 4.58rem;
        height: 0.55rem;
        line-height: 0.55rem;
        display: block;
    }

    .tabTitle .tabTitleCon div {
        font-size: 0.14rem;
        transition: none;
        /* width: 0.84rem; */
        float: left;
        text-align: left;
        margin-right: 0.2rem;
        position: relative;
    }

    .tabTitle .tabTitleCon .active::after {
        content: '';
        width: 100%;
        height: 1px;
        background: #ea4e28;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .tabTitle .tabTitleCon .lineu {
        display: none;
    }

    .hyyy {
        margin-top: 0.2rem;
    }

    .modle21 .btnCon {
        margin-top: 0.4rem;
        margin-bottom: 0;
    }

    /**/
    .part {
        margin-top: 0;
    }

    .part .textPanel.mob {
        margin-bottom: 0.1rem;
    }

    .part .part_img_L {
        /* flex-direction: column-reverse; */
        flex-direction: column;
        margin-top: 0.6rem;
        gap: 0;
    }

    .part .part_img_R {
        /* flex-direction: column-reverse; */
        flex-direction: column;
        margin-top: 0.6rem;
        gap: 0;
    }

    .part .imgPanel img {
        width: 100%;
    }

    .part .textPanel .num {
        font-size: 0.25rem;
        margin-right: 0.05rem;
    }

    .part .textPanel .title.pc {
        display: none;
    }

    .part .textPanel .title_1 {
        font-size: 0.18rem;
    }

    .part .textPanel .title_2 {
        font-size: 0.14rem;
        margin-top: 0.05rem;
    }

    .part .textPanel .content_text {
        font-size: 0.12rem;
        line-height: 0.24rem;
        margin-top: 0.05rem;
    }

    .part .textPanel .icon_part {
        position: static;
    }

    .part .textPanel .icon_part .title_2 {
        font-size: 0.11rem;
        font-weight: 400;
        line-height: 0.15rem
    }

    .part .textPanel .icon_part .icon_item {
        margin-top: 0.1rem;
    }

    .part .textPanel .icon_part .icon_item .icon {
        margin-right: 0.08rem;
    }

    .part .textPanel .icon_part .icon_item .icon img {
        width: 0.15rem;
        height: 0.15rem;
    }



    /*数据和功能扩展*/
    .dataPart {
        gap: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 0;
    }

    .dataPart .dataPart_item {
        width: calc(50% - 0.15rem);
        margin-bottom: 0.45rem;
        flex-shrink: 0;
    }

    .dataPart .dataPart_item .icon img {
        height: 0.4rem;
    }

    .dataPart .dataPart_item .title {
        margin-top: 0.15rem;
        margin-bottom: 0.1rem;
        font-size: 0.14rem;
        
        color: rgb(0, 0, 0);
        font-weight: bold;
        line-height: 1.2;
    }

    .dataPart .dataPart_item .content_text {
        font-size: 0.12rem;
        
        color: rgb(102, 102, 102);
        line-height: 0.24rem;
    }

    .dataPart .dataPart-line {
        display: none;
    }

    /*行业应用*/
    .industryPart {
        display: inline-flex;
        padding-bottom: 0.6rem;
        flex-wrap: wrap;
        width: 100%;
    }

    .industryPart .industryPart_item .icon img {
        width: 100%;
    }

    .industryPart .industryPart_item .title {
        margin-top: 0.15rem;
        margin-bottom: 0.1rem;
        font-size: 0.14rem;
        
        color: rgb(0, 0, 0);
        font-weight: bold;
        line-height: 1.2;
    }

    .industryPart .industryPart_item .content_text {
        font-size: 0.12rem;
        
        color: rgb(102, 102, 102);
        line-height: 0.24rem;

    }

    .modle24 .modle-flex {
        flex-wrap: wrap;
    }

    .modle24 {
        padding-bottom: 0.6rem;
    }

    .modle24 .modle-flex .modle-item {
        width: 50%;
        width: calc(50% - 0.01rem);
        padding-bottom: 0.2rem;

    }
    .modle24 .modle-flex .modle-item:nth-of-type(3){
        padding-bottom:0;
    }
    .modle24 .modle-flex .modle-item:nth-of-type(4){
        padding-bottom:0;
    }
    .modle24 .modle-flex .modle-item img {
        width: calc(100% - 0.1rem);
    }

    .modle24 .modle-flex .modle-item .text {
        margin-left: 0;
        font-size: 0.14rem;
        margin-top: 0.1rem;
        padding-bottom: 0.05rem;
        margin-bottom: 0.04rem;
    }

    .modle24 .modle-flex .modle-item .img {
        text-align: left;
    }

    .modle24 .modle-flex .modle-item .text-info {
        width: 100%;
        font-size: 0.12rem;
    }

    .modle24 .modle-flex .modle-item .top {
        border-bottom: 1px solid #d8dadc;
        padding-bottom: 0.11rem;
    }

    .modle24 .modle-flex .modle-item .bottom {
        padding-top: 0.1rem;
    }




    .modle24 .modle-flex .modle-item:nth-last-of-type(2n+1) .img {
        text-align: right;
    }

    .modle24 .modle-flex .modle-item:nth-last-of-type(2n+1) .text {
        margin-left: 0.1rem;
    }

    .modle24 .modle-flex .modle-item:nth-last-of-type(2n+1) .text-info {
        margin-left: 0.1rem;
    }

    .modle24 .modle-flex .modle-item:nth-last-of-type(2n+1) {
        border-right: 0;
    }

    /* modle3 */
    .modle3 {
        background: #fff;
        padding-bottom: 0.7rem;
    }

    .sevenPro {
        margin-top: 0.38rem;
    }

    .sevenDiv {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0.7rem;
    }

    .sevenTxt {
        width: 100%;
    }

    .sevenImg {
        width: 100%;
        margin-top: 0.3rem;
    }

    .sevenImg img {
        width: 100%;
        display: block;
    }

    .sevenTitle {
        font-size: 0.18rem;
        color: #e94829;
        margin-bottom: 0.15rem;
        text-align: center;
    }

    .sevenNum {
        display: block;
        width: 0.2rem;
        height: 0.2rem;
        background: #e94829;
        color: #ffffff;
        font-size: 0.12rem;
        text-align: center;
        line-height: 0.2rem;
        margin: 0 auto;
        margin-bottom: 0.15rem;
    }

    .sevenP {
        font-size: 0.14rem;
        line-height: 0.28rem;
        padding-top: 0.15rem;
        border-top: 1px solid #f5f7fa;
    }

    .do,
    .doup {
        display: none;
    }

    .center_btn {
        margin-top: 0.7rem;
    }

    /* modle31 */
    .modle31 {
        padding-bottom: 0.7rem;
    }

    .modle31 .tabTitle {
        display: block;
        padding: 0 0;
    }

    .modle31 .tabTitle .tabTitleCon {
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        box-sizing: border-box;
        display: flex;
    }

    .modle31 .tabTitle .tabTitleCon div {
        text-align: center;
        margin-right: 0rem;
    }

    .modle31 .tabTitle .tabTitleCon div:first-child {
        text-align: left;
    }

    .modle31 .tabTitle .tabTitleCon div:last-child {
        text-align: right;
    }

    .modle31 .hxjs {
        margin-top: 0.3rem;
        box-sizing: border-box;
        padding: 0 0.23rem;
    }

    .modle31 .swiper-slide {
        width: 100%;
    }

    .hxjsTxt .hxjsTitle {
        font-size: 0.16rem;
        margin-top: 0.15rem;
        margin-bottom: 0.1rem;
    }

    .hxjsTxt .hxjsP {
        font-size: 0.14rem;
        line-height: 0.28rem;
    }

    .modle2 .modle_con h2 {
        margin-bottom: 0.2rem;
    }

    /* modle32 */
    .modle32 {
        background: #ffffff;
        padding-bottom: 0.7rem;
    }

    .pageCon {
        display: none;
    }

    .modle32 .yxal {
        width: 3.29rem;
        margin-top: 0.3rem;
    }

    .modle32 .swiper-grid-column>.swiper-wrapper {
        flex-direction: row;
    }

    .modle32 .swiper-slide {
        width: 100%;
        margin-bottom: 0.3rem;
        /* height: calc((100% - 30px) / 2) !important; */
    }

    .modle32 .yxalTxt {
        font-size: 0.14rem;
        padding: 0;
        height: 0.5rem;
        line-height: 0.5rem;
        text-align: center;
        background: #f5f7fa;
    }

    .modle32 .swiper-pagination {
        display: block;
        position: initial;
    }

    .modle32 .swiper-pagination-bullet-active {
        background: #e94829
    }

    .modle32 .swiper-horizontal>.modle32 .swiper-pagination-bullets .swiper-pagination-bullet,
    .modle32 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.08rem;
    }

    /* modle33 */
    .modle33 {
        padding-bottom: 0.05rem;
    }

    .modle33 .content {
        height: auto;
        margin: 0.3rem auto 0;
        overflow: hidden;
    }

    .modle33 .btnCon {
        margin-top: 0.4rem;
        margin-bottom: 0px;
    }

    .loop_wrapper {
        height: 1.2rem;
        margin-bottom: 10px;
    }

    .loop_wrapper img {
        height: 100%;
    }

    /* modle40 */
    .modle40 .modle_con {
        width: 100%;
    }

    .modle40 .modle_con h2 {
        padding: 0 0.23rem;
    }

    .modelThree {
        width: 100%;
        margin-top: 0.25rem;
        padding-bottom: 0.7rem;
    }

    .modelThree .swiper-slide {
        width: 2.8rem;
    }

    .modelThree .threeIconP {
        height: 0.25rem;
        background-size: 0.27rem 0.25rem;
        margin-bottom: 20px;
    }

    .modelThree .threeP {
        font-size: 0.14rem;
        line-height: 0.28rem;
        padding-bottom: 0.15rem;
    }

    .modelThree .threeTit {
        margin-top: 0.15rem;
        font-size: 0.16rem;
    }

    .modelThree .threeTitP {
        font-size: 0.14rem;
        margin-top: 0.05rem;
    }

    .modelThree .swiper-slide-active .threeIconP {
        background-size: 0.27rem 0.25rem;
        height: 0.25rem;
    }

    .modelThree .swiper-slide-active .threeP {
        font-size: 0.14rem;
        line-height: 0.28rem;
    }

    .modelThree .swiper-slide-active .threeTit {
        font-size: 0.16rem;
    }

    .modelThree .swiper-slide-active .threeTitP {
        font-size: 0.14rem;
    }

    .modle40 .swiper-pagination {
        display: block;
        position: initial;
        margin-top: 0.2rem;
    }

    .modle40 .swiper-pagination-bullet-active {
        background: #e94829
    }

    .modle40 .swiper-horizontal>.modle40 .swiper-pagination-bullets .swiper-pagination-bullet,
    .modle40 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.08rem;
        width: 8px;
        height: 8px;
    }

    /* modle4 */
    .modle4 {
        background: #f5f7fa;
    }

    .md4_ul {
        width: 100%;
        height: auto;
        margin-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

    .md4_li {
        width: 33%;
        height: 0.5rem;
        float: left;
        margin-right: 0;
        margin-bottom: 0rem;
    }

    .md4_li img {
        height: 0.35rem;
    }

    /* modle41 */
    .modle41 .zzrz .swiper-slide .yxalTxt {
        font-size: 0.14rem;
        line-height: 0.28rem;
        margin-top: 0.05rem;
    }

    .modle41 .swiper-pagination {
        display: block;
        position: initial;
        margin-top: 0.1rem;
    }

    .modle41 .swiper-pagination-bullet-active {
        background: #e94829
    }

    .modle41 .swiper-horizontal>.modle41 .swiper-pagination-bullets .swiper-pagination-bullet,
    .modle41 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.08rem;
    }


    
.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;
    width:100%;
}
.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;
    position: static;
    width:100%;
}
.active .liCon {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}


.modle21 .loop_wrapper img{
    height:2.40rem;
}

.modle21 .loop_wrapper{
    height:2.4rem;
    margin-top:0.2rem;
}

.modle2 .btnCon{
    margin-top:0.4rem;
    margin-bottom:0;
}

.modle34 .industryPart{
    padding-bottom:0;
}
.modle3{
    padding-bottom:0;
}

/* 数据管理与功能拓展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 */





}