.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;
    }
.banner img{
    width: 100%;
 
    display: block;
}
.banner .upCon{
    width: 1300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -650px;
    transform: translateY(-50%);
}
.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 p{
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 90px;
    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: #f5f7fa;}

.modle_con h2{font-size: 16px;}

.modle1{background: #ffffff;padding-bottom: 120px;}
.modle1 .modle_con h1 br{
    display: none;
    }
.modle1 .modle_con h2{
    font-size: 18px;
    line-height: 36px;
}
.modle1 .conThree{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
.modle1 .conThree>div{
    padding: 45px 60px;
    text-align: left;
    box-sizing: border-box;
    width: 400px;
    min-height: 480px;
    box-shadow: 8px 2px 30px -20px rgba(82,94,114,0.5);
    border-radius: 20px;
}
.modle1 .conThree img{
    width: 76px;
    height: 76px;
    display: block;
}
.modle1 .conThree .title{
    font-size: 24px;
    font-weight: bold;
    margin: 14px 0px 10px;
}
.modle1 .conThree .p{
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}
.modle1 .center_btn{
    margin-top: 80px;
}
.modle1 .conThree .topUp{
    position: relative;
    top: -6px;
}


/* modle2 */
.modle2 {
    background: #f5f7fa;
    overflow: hidden;
    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;
}

.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: #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 .hideBk{
    padding: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px 0px rgba(82,94,114,0);
}
.leftRightDiv .conDiv .hideBk img{
    height: auto;
}
.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 .conDiv .divList h3{
    margin-right: 50px;
    line-height: 30px;
    display: flex;
    margin-bottom: 35px;
}
.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;
}
.leftRightDiv .sirLi .liCon img,.leftRightDiv .sirLi .liCon video{
    width: 50%;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
}
.leftRightDiv .imgRight .sirLi .liCon img,.leftRightDiv .imgRight .sirLi .liCon video{
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}

/* 左右文字图片显示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 20s linear forwards;
    animation: fill-circle 20s linear forwards;
}
@keyframes fill-circle {
    0% {
        stroke-dashoffset: 95;
    }

    100% {
        stroke-dashoffset: 0;
    }
}


/*左圆形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 */
.modle4 {
    background: #f5f7fa;
    overflow: hidden;
    padding-bottom: 120px;
}
/* 广泛的行业应用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: url(../../../images/dashboards/bannerMM.jpg) no-repeat;
    background-size: 100%;
    position: relative;
    align-items: center;
}
.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 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 .modle_con h1 span{
display: none;
}
.modle1 .modle_con h1 br{
    display: block;
}
.modle1 .modle_con h2{
        font-size: 0.12rem;
        line-height: 0.24rem;
        text-align: justify;
}
.modle1 .conThree{
    margin-top: 0.2rem;
    flex-wrap: wrap;
}
.modle1 .conThree>div{
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    min-height: auto;
    box-shadow: initial;
    border-radius: 0px;
    margin-bottom: 0.2rem;
}
.modle1 .conThree img{
    width: 0.4rem;
    height: 0.4rem;
    display: inline-block;
}
.modle1 .conThree .title {
    font-size: 0.16rem;
    margin: 0.08rem 0px 0.15rem;
}
.modle1 .conThree .p {
    font-size: 0.12rem;
    line-height: 0.24rem;
    text-align: left;
    text-align: justify;
    padding-top: 0.05rem;
    border-top: 0.005px solid #d1d7df81;
}
.modle1 .center_btn {
    margin-top: 0.2rem;
}

/* 左右文字图片显示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;
}
.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 .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;
}
.leftRightDiv .sirLi .liCon img,.leftRightDiv .sirLi .liCon video{
    width: 100%;
    height: auto;
    position:relative;
    top: auto;
    left: auto;
}
.leftRightDiv .imgRight .sirLi .liCon img,.leftRightDiv .imgRight .sirLi .liCon video{
    width: 100%;
    height: auto;
    position:relative;
    top: auto;
    left: auto;
}
.leftRightDiv .center_btn {
    margin-top: 0.4rem;
}
.center_btn {
    margin-top: 0.6rem;
}
.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 */
.modle4{
    padding-bottom: 0.6rem;
}
/* 广泛的行业应用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;
}
/* 滚动循环图片end */
/* 品牌客户end */

}
