.section-list-box .h4-title{
    font-size: 42px;
    font-weight: 500;
    color: #2E3039;
    line-height: 60px;
    text-align: center;

    position: relative;
}

.h4-vc-title{

    font-size: 20px;
    color: #505668;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    margin:15px auto 0;
}
/******************************/
.section-banner{
    position: relative;
}
.section-banner .img-box>img{
    width: 100%;
}
.section-banner .index-banner-content{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.section-banner .content-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-banner .banner-title_1{
    font-size:60px;
    font-weight: 400;
    color: #3073FF;
}
.section-banner .banner-title_2{
    margin-top:14px;
    font-size: 56px;
    font-weight: 600;
    color: #0B1019;
    line-height: 54px;

}
.section-banner .banner-btn-box{
   margin-top: 70px;
}
.section-banner .banner-btn-box a{
    width: 160px;
    line-height: 44px;
    background: #3073FF;
    border-radius: 22px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
.section-banner .banner-btn-box a img{
    margin-left:10px;
}
/********************************************/

.section-nav-box{

}
.section-nav-box .nav-box{
    background: rgba(255,255,255,0.5);
    box-shadow: 0px 20px 30px 0px rgba(55,97,191,0.09), 0px 6px 12px 0px rgba(91,174,255,0.11);
    border-radius: 8px;
    backdrop-filter: blur(20px);
    width: 100%;
    z-index: 9;
    padding: 35px 0 39px;
    position: relative !important;
    left: 0;
    top: -71px !important;
}
.section-nav-box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-nav-box ul li{
    font-size: 20px;
    font-weight: 400;
    color: #505668;
    position: relative;
    text-align: center;
    width: 25%;
}
.section-nav-box ul li:not(:last-child)::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: #E5E5E5;
}
.section-nav-box ul li p.title-box{
    font-size: 34px;
    font-weight: bold;
    display: block;
    color: #3073FF;
    margin: 0 0 8px 0;
    line-height: 1.2;
}
.section-nav-box ul li p.title-box samp{
    font-size: 16px;
    margin-left: 5px;
    font-weight: normal;
}
.section-nav-box ul li p.desc-box{
    font-size: 16px;
    font-weight: 400;
    color: #505668;
    margin: 0;
    line-height: 1.5;
}
/*****************行业痛点**************************/
.section-pain-point{
  padding-bottom: 90px;
}
.section-pain-point .comparison-table-box{
    margin-top: 50px;
    overflow-x: auto;
}
.section-pain-point .comparison-table{
    width: 100%;
    border-collapse: collapse;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(46, 94, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
}
.section-pain-point .comparison-table thead{
    background: linear-gradient(135deg, #3073FF 0%, #5B8AFF 100%);
}
.section-pain-point .comparison-table th{
    padding: 24px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: left;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.section-pain-point .comparison-table th:last-child{
    border-right: none;
}
.section-pain-point .comparison-table th.col-dimension{
    width: 18%;
}
.section-pain-point .comparison-table th.col-status{
    width: 41%;
}
.section-pain-point .comparison-table th.col-challenge{
    width: 41%;
}
.section-pain-point .comparison-table tbody tr{
    border-bottom: 1px solid #F0F2F5;
    transition: background-color 0.3s ease;
}
.section-pain-point .comparison-table tbody tr:hover{
    background-color: #F9FAFF;
}
.section-pain-point .comparison-table tbody tr:last-child{
    border-bottom: none;
}
.section-pain-point .comparison-table td{
    padding: 28px 30px;
    font-size: 16px;
    line-height: 1.8;
    color: #2E3039;
    vertical-align: top;
    border-right: 1px solid #F0F2F5;
}
.section-pain-point .comparison-table td:last-child{
    border-right: none;
}
.section-pain-point .comparison-table .dimension-name{
    font-weight: 600;
    color: #3073FF;
    background: #F9FAFF;
    font-size: 17px;
}
.section-pain-point .comparison-table .status-content{
    color: #505668;
}
.section-pain-point .comparison-table .challenge-content{
    color: #2E3039;
}
.section-pain-point .comparison-table ul{
    margin: 0;
    padding-left: 20px;
    list-style: none;
}
.section-pain-point .comparison-table ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    line-height: 1.8;
}
.section-pain-point .comparison-table ul li:last-child{
    margin-bottom: 0;
}
.section-pain-point .comparison-table ul li:before{
    content: '•';
    position: absolute;
    left: 0;
    color: #3073FF;
    font-weight: bold;
    font-size: 18px;
}
.section-pain-point .comparison-table .status-content ul li:before{
    color: #5B8AFF;
}
.section-pain-point .comparison-table .challenge-content ul li:before{
    color: #FF6B6B;
}
/***************************系统介绍************************************/

.section-system-introduction{
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    background: #F9FAFF;
}
.section-system-introduction .main-box{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-system-introduction .main-box li{
    width: 23.5%;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(46,94,255,0.12);
    border-radius: 8px;
    min-height: 297px;
    padding: 40px 25px;
}
.section-system-introduction .main-box li .img-box{
    width:60px;
    height: 60px;
    display:flex;
    align-items: center;
    margin:auto;
}
.section-system-introduction .main-box li .title-box{
    margin-top:15px;
    font-size: 20px;
    color: #2E3039;
    line-height: 26px;
}
.section-system-introduction .main-box li .desc-box{
    margin-top:20px;
    font-size: 14px;
    color: #505668;
    line-height: 22px;
    text-align:justify;
}
.section-system-introduction .btn-box{
    width: 212px;
    line-height: 42px;
    font-size: 16px;
    color: #3073FF;
    background: #FFFFFF;
    border-radius: 22px;
    border: 1px solid #3073FF;
    text-align:center;
    display:block;
    margin:44px auto 0;
}
.section-system-introduction .btn-box img{
    margin-left: 10px;
}

/************系统优势*************/
.section-advantage{
    padding-top: 60px;
  padding-bottom: 30px;
}
.section-advantage .main-box{

    margin-top: 38px;
}
.section-advantage .main-box li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.section-advantage .main-box li .left-box{
    width: 35%;
}
.section-advantage .main-box li .left-box .title{
    font-size: 32px;
    font-weight: 500;
    color: #2E3039;
    line-height: 45px;
}
.section-advantage .main-box li .left-box .vc-title{
    font-size: 16px;
    font-weight: 500;
    color: #2E3039;
    line-height: 22px;
    margin-bottom: 5px;
}
.section-advantage .main-box li .left-box .desc-box{
    font-size: 16px;
    font-weight: 400;
    color: #505668;
    line-height: 26px;
}
.section-advantage .main-box li .left-box .desc-box .desc{
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
}
.section-advantage .main-box li .left-box .desc-box .desc:before{
    content:'';
    position:absolute;
    top:5px;
    left:0;
    background:url(../../../static/img/zx_g.png) no-repeat center;
    background-size:16px 16px;
    height:16px;
    width:16px;
}
.section-advantage .main-box li .left-box .tag{
    margin-top: 15px;
}
.section-advantage .main-box li .left-box .tag span{

    line-height: 30px;
    background: #EBEEF8;
    border-radius: 15px;
    padding:5px 10px;
    margin-right: 10px;
    font-size:14px;
    color:rgba(90, 105, 152, 1);

}
.section-advantage .main-box li .right-box{
   width:60%;
}
.section-advantage .main-box li .right-box img{
  width:100%;
}
.section-advantage .main-box li a{
    width: 180px;
    line-height: 42px;
    display: block;
    background: #FFFFFF;
    border-radius: 22px;
    border: 1px solid #3073FF;
    font-size: 16px;
    color: #3073FF;
    text-align: center;
    margin: 25px 0 10px;
}
.section-advantage .main-box li a img{
    margin-left: 10px;
}
/**************核心功能**************/
.section-core-functions{
    padding-top: 60px;
    background-size:100% 100%
}
.section-core-functions .h4-title{
    color:#fff;
}
.section-core-functions .h4-vc-title{
    color:#fff;
}
.section-core-functions .main-box{
    margin-top: 60px;
    padding-bottom: 60px;
    text-align: center;


}
.section-core-functions .main-box .main-swiper-box{
    position: relative;
}
.section-core-functions .content-box{
    display: flex;

}
.section-core-functions .left-box img{
    width: 489px;

}
.section-core-functions .right-box{
    text-align:left;
    background: rgba(255,255,255,0.21);
    border-radius: 0px 16px 16px 0px;
    backdrop-filter: blur(16px);
    padding:48px 40px;
    display: flex;
    flex-direction: column;
    flex:1;
}

.section-core-functions .right-box .title-box{
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;


}
.section-core-functions .right-box .title-box span{
    position: relative;
}
.section-core-functions .right-box .title-box span:before{
    content:'';
    position: absolute;
    left:0;
    right:0;
    bottom: 0;
    margin:auto;
    width: 100%;
    height: 13px;
    background: rgba(48, 115, 255, 1);
    z-index:-1;
}
.section-core-functions .right-box .type-box{
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
}
.section-core-functions .right-box .desc-box{
    margin-top:10px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
}
.section-core-functions .right-box .rate-box{
    display: flex;
    justify-content: space-between;
    color: #fff;
    text-align: left;
    margin-top: auto;
}
.section-core-functions .right-box .rate-box span{

    display:block;
    font-size:32px;
}
.section-core-functions .right-box .rate-box span samp{
   font-size:20px;
}
.section-core-functions .swiper-pagination{
    margin-top: 20px;
    position:unset;
}

.section-core-functions .swiper-pagination-bullet{
    width: 12px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
    opacity: 0.3;
    margin:0 2.5px;
}
.section-core-functions .swiper-pagination-bullet-active{
    width: 32px;
    background: #FFFFFF;
    opacity: 1;
}
.section-core-functions .swiper-button-prev{
    background-image: url(../../../static/img/zx_left.png);
    background-size:42px 42px;

    left: -60px;
    right: auto;
    width:42px;
    height:42px;
}
.section-core-functions .swiper-button-next{
    background-image: url(../../../static/img/zx_right.png);
    background-size:42px 42px;
    right: -60px;
    left: auto;
    width:42px;
    height:42px;
}
.section-core-functions a{
    margin: 35px auto 0;
    display:block;
    width: 142px;
    line-height: 42px;
    background: #FFFFFF;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #3073FF;
    text-align: center;
}
.section-core-functions a img{
    margin-left:10px;
}