* {
    box-sizing: border-box;
}

/*头部导航条*/

.jcsHeadWrapItem {
    margin: 0 auto;
    height: 78px;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    cursor: pointer;
    min-width: 1200px;
}

/*给导航条一个透明色*/

.jcsHeadWrapMask {
    width: 1200px;
    height: 78px;
    background: rgba(0, 0, 0, .5);
    opacity: 0.5;
    color: red;
    position: absolute;
    z-index: 111;
}


/*  */
.home--body-carousel[data-v-7b34d3ae] .carousel-caption .content{
    width: 700px;;
    text-align: left;
}
.text-xl {
    line-height: 32px;
}
.jcs-MiddleWrap .home--body-carousel[data-v-7b34d3ae] .carousel--container .slide--body{
    line-height: 28px;
}
/*平台介绍*/

.platform_introduction {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 700px;
    padding-top: 80px;
    clear: both;
}

.ptjs-contain:after,
.center_wrapper:after,
.platform_introduction:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.center_wrapper {
    width: 1200px;
    margin: auto
}

.section_title {
    height: 40px;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    text-align: center
}

.section_title.white {
    color: #fff
}

.platform_introduction .platform_introduction--content {
    position: absolute;
    top: 180px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1000px;
    height: 460px;
    background: #fff;
    -webkit-box-shadow: 0 8px 24px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 6%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.platform_introduction .platform_introduction--content .content--left .content--left--title_wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    padding-top: 12px;
    background: url(/_nuxt/img/538c117.png) no-repeat 100% 0;
    background-position: 50px 0;
    background-size: 261px 42px;
}

.platform_introduction .platform_introduction--content .content--left .content--left--title_wrapper .content--left--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.platform_introduction .platform_introduction--content .content--left {
    padding-top: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding-left: 50px;
    box-sizing: border-box;
}

.platform_introduction .platform_introduction--content .content--left .content--left--title_wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    padding-top: 12px;
    background: url(/_nuxt/img/538c117.png) no-repeat 100% 0;
    background-position: 50px 0;
    background-size: 261px 42px;
}

.platform_introduction .platform_introduction--content .content--left .content--left--content_text {
    width: 300px;
    margin-top: 26px;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.platform_introduction .platform_introduction--content .content--left .content--left--title_wrapper .content--left--title_img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.platform_introduction .platform_introduction--content .content--left .content--left-bgtitle {
    width: 320px;
    height: 50px;
    position: absolute;
    top: 88px;
    left: 108px;
    z-index: -1;
}

.platform_introduction .platform_introduction--content .content--left .content--left--title_wrapper .content--left--title_text {
    height: 33px;
    margin-left: 8px;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
}

.platform_introduction .platform_introduction--content .content--left .content--left--title_wrapper .content--left--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.platform_introduction .platform_introduction--content .content--right {
    width: 600px;
    height: 100%;
}

.platform_introduction:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.platform_introduction--content:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.ptjs-contain {
    color: #fff;
    background-color: rgb(27, 145, 255);
    position: absolute;
    top: 580px;
    padding: 130px 100px 50px 100px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    z-index: -1;
}

.ptjs-contain-title {
    color: #FFF;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}

.ptjs-contain-title-list {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 50px 0 50px;
    margin: 0 auto;
    background-color: rgb(27, 145, 255);
    color: #FFF;
}

.ptjs-contain-title-list .item {
    width: 350px;
    transition: transform 0.3s;
    text-align: center;
    float: left;
    margin: 20px;
    padding: 20px 20px;
    box-sizing: border-box;
    cursor: pointer;
    height: 250px;
}

.ptjs-contain-title-list .item:hover {
    background: rgb(73, 167, 255);

}

.ptjs-contain-title-list.box7 .item .s-wrap-img {
    margin: 30px 0;

}


/*适用人群*/

.hbhrq-item-bg {
    background: #fff;
    border-radius: 6px;
    padding: 50px 0;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.04);
}

.hbhrq-item {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 16px;
    box-sizing: border-box;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}

div.hbhrq-item:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
}

/*  产品优势*/
.cpys {
    clear: both;
}

.cpys-line {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
    text-align: center;
    line-height: 24px;
    margin: 50px 0px;
    box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 100px;
}

.cpys-line span {
    margin: 20px 100px;
    box-sizing: border-box;
    padding-top: 5px;
    padding-left: 5px;
    font-weight: bold;
}

.cpys-line .havebg {
    background: url("../image/bg294.png") no-repeat;
    height: 24px;
    display: inline-block;
}

.cpys-contain {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    color: #666;
    overflow: hidden;
    margin-top: 50px;
    /* display: none; */
}

.cpys-contain .content--left--title_bgimg {
    /* width: 320px; */
    height: 50px;
    position: absolute;
    top: 10px;
    left: 108px;
}

.cpys-contain .cpys-contain-left {
    padding-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left;
    width: 420px;
    padding-left: 50px;
    margin-right: 50px;
    box-sizing: border-box;
}

.cpys-contain .cpys-contain-left .cpys-contain-content {
    margin-top: 100px;
    line-height: 24px;
    font-size: 14px;
}

.cpys-contain .cpys-contain-left .cpys-contain-content .haveicon {
    padding-left: 10px;
    background-size: 10px;
    line-height: 24px;
}

.cpys-contain .cpys-contain-left .cpys-contain-left-title {
    height: 33px;
    margin-left: 8px;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
}

.cpys-contain-img-havebg {
    width: 730px;
    height: 410px;
    padding: 20px;
    /* background: url("../image/tabimgbg.png") no-repeat; */
    box-sizing: border-box;
    float: right;
}

/* 案例展示 */

.alzs-cont .s-area-title {
    text-align: center;
    margin-top: 80px;
    clear: both;
}

.alzs-contain {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    color: #666;
    display: flex;
    margin-top: 50px;
    /* background-color: rgb(243, 244, 247); */
}

.alzs-contain .right {
    position: absolute;
    top: 70px;
    left: 680px;
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 20px solid rgb(243, 244, 247);
}

.alzs-contain .alzs-contain-left {
    /* padding: 50px; */
    min-height: 600px;
    width: 680px;
    box-sizing: border-box;
    background-color: rgb(243, 244, 247);
}

/* .alzs-contain .alzs-contain-left-text {
    background-image: url("../image/重复网格.png");
}

.alzs-contain .alzs-contain-left-text .alzs-contain-left-bold {
    color: black;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    background-image: url("../image/yinhao.png") no-repeat;
    background-size: 40px;
    margin-left: 45px;
    height: 40px;
    box-sizing: border-box;
}

.alzs-contain .alzs-contain-left-text .alzs-contain-left-boldimg {
    position: absolute;
    top: 110px;
    left: 50px;
    width: 30px;
    height: 30px;
}

.alzs-contain .alzs-contain-left-text .alzs-contain-bottom-boldimg {
    position: absolute;
    bottom: 50px;
    left: 600px;
    width: 30px;
    height: 30px;
}

.alzs-contain .alzs-contain-left-text .alzs-contain-text {
    line-height: 24px;
    margin-bottom: 20px;
    margin-left: 60px;
    box-sizing: border-box;
}

.alzs-contain .alzs-contain-left-text .alzs-contain-left-list {
    background: url("../image/listicon.jpg") no-repeat;
    line-height: 24px;
    padding-left: 25px;
    margin-left: 80px;
    box-sizing: border-box;
    background-size: 20px;
}

.alzs-contain .alzs-contain-left-text .alzs-contain-left-chengben {
    margin: 20px 0;
    margin-left: 60px;
    box-sizing: border-box;
}

.alzs-contain .alzs-contain-left-text .alzs-contain-left-chengben span {
    font-weight: bold;
}

.alzs-contain .alzs-contain-left-text a {
    margin-left: 50px;
    color: rgb(24, 146, 255);
    font-weight: bold;
    box-sizing: border-box;
}

.alzs-contain .alzs-contain-left-text a .none {
    display: none;
} */

.alzs-contain img {
    height: 600px;
}

.block {
    display: block;
}

.none {
    display: none;
}

.alzs-contain .alzs-contain-left-text .close {
    color: rgb(27, 145, 255);
    font-weight: bold;
    font-size: 16px;
}

/* new */
.s-area-text{
    width: 1200px;
    color: #666;
    padding-top: 40px;
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
}
.alzs-left{
    padding: 0 50px 50px;
    background-image: url("../image/重复网格.png");
}
.alzs-left-tit{
    font-size: 20px;
    color: #1f1f1f;
    margin: 50px;
    font-weight: bold;
}
.alzs-left-cont{
    display: flex;
    font-size: 16px;
    margin-bottom: 30px;
}
.alzs-left-cont:nth-last-of-type(){
    margin-bottom: 0;
}

.alzs-left-spin{
    color: #1B91FF;
    font-weight: bold;
    width: 180px;
    text-align: right;
    line-height: 24px;
}
.alzs-left-text{
    line-height: 24px;
    width: 1100px;
    flex-wrap: wrap;
    font-size: 14px;
}

.alzs-contain-right{
    position: relative;
}

.tab-btn{
    width: 161px;
    height: 41px;
    background-color: #1B91FF;
    color:#fff;
    border:0;
    margin-top: 50px;
}

.tab-btn.position{
    position: absolute;
    top: 200px;
    left: 45px;
    width: 120px;
    height: 40px;
}

/* 实力护航 */

.slhh {
    margin-top: 50px;
    background: url("../image/gxgtckbg.png") no-repeat;
    background-size: 100% 100%;
}

.slhh .slhh-contain {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    height: 600px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.slhh .slhh-contain .slhh-contain-list {
    width: 30%;
    color: white;
    margin: 20px;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 0;
}

.slhh-contain-list:nth-child(1) {
    background: url("../image/slhhbg1.png") no-repeat;
}

.slhh-contain-list:nth-child(2) {
    background: url("../image/slhhbg2.png") no-repeat;
}

.slhh-contain-list:nth-child(3) {
    background: url("../image/slhhbg3.png") no-repeat;
}

.slhh-contain-list:nth-child(4) {
    background: url("../image/slhhbg4.png") no-repeat;
}

.slhh-contain-list:nth-child(5) {
    background: url("../image/slhhbg5.png") no-repeat;
}

.slhh-contain-list:nth-child(6) {
    background: url("../image/slhhbg6.png") no-repeat;
}

.slhh .slhh-contain .slhh-contain-list .slhh-contain-list-text {
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
}

.slhh .slhh-contain .slhh-contain-list .bold {
    font-size: 22px;
    font-weight: bold;
}

/* 使用人群 */
.sy-sassSystemAreas {
    width: 100%;

}

.sy-sassSystemAreas .s-area-title {
    margin-bottom: 50px;
}

.sassSystemAreas-contain {
    display: flex;
    margin: 20px auto;
    width: 100%;
}

.sassSystemAreas-contain .cotain-left {
    width: 50%;
    margin-right: 50px;

}

.sassSystemAreas-contain .cotain-left .cotain-left-top {
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
}

.sassSystemAreas-contain .cotain-left .cotain-left-bottom div {
    margin: 10px 0;
    width: 50%;
    float: left;
}

.sassSystemAreas-contain .cotain-left .cotain-left-bottom div img {
    margin-right: 10px;
}

.sassSystemAreas-contain .cotain-right .minibox {
    width: 13%;
    text-align: center;
    float: left;
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 12%);
    transition: transform 0.3s;
    height: 100px;
    margin: 10px;
    font-size: 14px;
    background-image: linear-gradient(rgb(241, 247, 254), rgb(247, 247, 247));
    padding: 10px
}

.sassSystemAreas-contain .cotain-right .minibox:hover {
    border: 1px solid rgb(97, 199, 255);
    transform: translateY(-10px);
}

.sassSystemAreas-contain .cotain-right .minibox img {
    margin: 10px 0;
    width: 40px;
}

/* .tabcontent{
    display: none;
} */

.tabcontent .selected {
    display: block;
}

.section__brand[data-v-45e1c736] {
    position: relative;
    max-width: 1340px;
    margin: 80px auto 120px
}

.section__brand .brands-ul[data-v-45e1c736] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.section__brand .brands-ul li[data-v-45e1c736] {
    min-width: 169px;
    height: 70px;
    margin-left: 24px;
    border-radius: 8px
}

.section__brand .brands-ul li img[data-v-45e1c736] {
    width: 100%;
    height: 100%
}

.section__brand .brands-ul li[data-v-45e1c736]:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .06)
}

.section__brand .gradual[data-v-45e1c736] {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 169px;
    height: 100%
}

.section__brand .gradual.left-gradual[data-v-45e1c736] {
    position: absolute;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0))
}

.section__brand .gradual.right-gradual[data-v-45e1c736] {
    position: absolute;
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0))
}

/* 操作流程 */
.czlc-content {
    width: 100%;
    text-align: center;
    background-color: rgb(38, 40, 52);
    color: #fff;
    padding: 40px 0;
    margin-top: 80px;
}

.czlc-content .title {
    margin: 20px 0;
    font-size: 26px;
    line-height: 26px;
    font-family: PingFang SC Heavy, PingFang SC Heavy-Heavy;
    font-weight: 600;
}

.czlc-content img {
    margin-top: 30px;
}

.hzhb-areaTitle {
    text-align: center;
    ;
    padding-top: 70px;
}

.hzhb-title {
    font-size: 26px;
    line-height: 40px;
    font-family: PingFang SC Heavy, PingFang SC Heavy-Heavy;
    font-weight: 600;
}