.banner-box{
    width: 100%;
    height: 800px;
    margin: 0 auto;
    position: relative;
}
.banner-img-box{
    width:100%;
    height: 700px;
    margin: 0 auto;
}
.banner-img{
    width:100%;
    height: 700px;
}
.swiper-pagination{
    bottom:120px !important;
}
.banner-statistics{
    width: 1400px;
    height: 150px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: linear-gradient(
            45deg,
            #F7FAFF,
            #E8F2FB
    );
    position: absolute;
    bottom: 40px;
    left: calc(50% - 700px);
    z-index: 99;
}
.banner-s-1{
    width: 190px;
    height: 100px;
    float: left;
    margin-top: 30px;
    margin-left: 10px;
}
.banner-s-1-top{
    font-size: 30px;
    background: linear-gradient(135deg, #5DDDC6 20%, #0881F6 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-top: 10px;
}
.banner-s-1-down{
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
}
.banner-s{
    width:235px;
    height:100px;
    float: left;
    margin-top: 25px;
    overflow: hidden;
}
.banner-s-left{
    width: 100px;
    height: 100px;
    float: left;
}
.banner-s-right{
    width: 130px;
    height: 100px;
    float: right;
}
.banner-s-name{
    font-size: 20px;
    color: #666666;
    margin-top: 20px;
}
.banner-s-num{
    font-size: 28px;
    background: linear-gradient(135deg, #0881F6 20%, #752DDF 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-top: 10px;
}

.product_box{
    width: 1400px;
    height:500px;
    margin: 0 auto;
}
.title-box{
    width: 277px;
    height: 40px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background-image: url("../img/2@2x.png");
    background-size: cover;
}
.title-box2{
    width: 277px;
    height: 40px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background-image: url("../img/2@2x (1).png");
    background-size: cover;
}
.product-content{
    width:100%;
    height: 455px;
}
.product_left{
    float: left;
    width: 523px;
    height:455px;
}
.product_left img{
    width: 523px;
    height:455px;
}
.product_right{
    float: right;
    width: 857px;
    height: 405px;
    background: linear-gradient(
            45deg,
            #F7FAFF,
            #E8F2FB
    );
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 30px;
}
.product_p{
    width: 799px;
    height: 68px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;          /* 弹性伸缩盒子模型 */
    -webkit-box-orient: vertical;  /* 垂直排列 */
    -webkit-line-clamp: 3;         /* 显示行数 */
    overflow: hidden;              /* 超出隐藏 */
    /* 可选的 */
    text-overflow: ellipsis;       /* 显示省略号 */
}
.product-class-box{
    /*width:799px;*/
    width:700px;
    height: 100px;
    margin-left: 29px;
    overflow: hidden;
}
.product-class-btn{
    width: 162px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background-image: url("../img/4@2x.png");
    background-size: cover;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.product-class-text{
    width: 120px;
    height: 44px;
    margin: 0 auto;
    /* 必须的 */
    white-space: nowrap;      /* 不换行 */
    overflow: hidden;         /* 超出隐藏 */
    text-overflow: ellipsis;  /* 显示省略号 */
}

.technology-box{
    width: 100%;
    height: 625px;
    margin-top: 20px;
}
.technology-hr{
    width: 100%;
    height: 80px;
    position: relative;
}
.technology-hr .title-box2{
    position: absolute;
    top:calc(50% - 20px);
    left: calc(50% - 138.5px);
}
.technology-hr-line{
    width: 100%;
    height:30px;
    background-color: #0881F6;
}
.technology-hr-bottom{
    width: 100%;
    height: 50px;
    position: relative;
}
.technology-hr-bottom-left{
    width:50%;
    height: 100%;
    float: left;
    background-color: #0881F6;
}
.technology-hr-bottom-center{
    width: 500px;
    height: 100%;
    background-color: #0881F6;
    position: absolute;
    top:0;
    left: calc(50% - 250px);
    /* 4个顶点：左上(0 0)、右上(100% 0)、右下(100% 100%)、左下(0 100%)，与原元素一致 */
    clip-path: polygon(0 0,100% 0,calc(100% - 125px) 100%,0 100%);
}
.technology-hr-bottom-right{
    width:50%;
    height: 100%;
    float: right;
    background-color: #F2F9FF;
}
.technology-content{
    width:1400px;
    height: 455px;
    margin: 0 auto;
    margin-top: 40px;
}
.technology_left{
    float: left;
    width: 857px;
    height: 405px;
    background: linear-gradient(
            45deg,
            #F7FAFF,
            #E8F2FB
    );
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 30px;
}
.technology_left-row{
    width: 800px;
    height: 80px;
    margin-top: 15px;
    margin-left: 20px;
}
.technology_left-row-left{
    width: 144px;
    height: 50px;
    float: left;
    margin-top: 15px;
    background-color: #ffffff;
    border-left: 6px solid;
    border-image: linear-gradient(180deg, #5DDDC6 20%, #0881F6 80%) 1;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    position: relative;
}
.technology_left-row-left-text{
    background: linear-gradient(135deg, #5DDDC6 20%, #0881F6 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.technology_left-row-left-mark{
    width: 10px;
    height: 12px;
    position: absolute;
    top:calc(50% - 6px);
    right: 0;
    /* 4个顶点：左上(0 0)、右上(100% 0)、右下(100% 100%)、左下(0 100%)，与原元素一致 */
    clip-path: polygon(0 50%,100% 0,100% 100%);
    background: linear-gradient(
            45deg,
            #5DDDC6,
            #0881F6
    );
}
.technology_left-row-right{
    width: 600px;
    height: 80px;
    float: right;
    background-color: #ffffff;
    border-radius: 10px;
}
.technology_left-row-right-p{
    width: 558px;
    height: 50px;
    font-size: 18px;
    color: #333333;
    margin: 0 auto;
    margin-top: 15px;
    display: -webkit-box;          /* 弹性伸缩盒子模型 */
    -webkit-box-orient: vertical;  /* 垂直排列 */
    -webkit-line-clamp: 2;         /* 显示行数 */
    overflow: hidden;              /* 超出隐藏 */
    /* 可选的 */
    text-overflow: ellipsis;       /* 显示省略号 */
}
.technology_right{
    float: right;
    width: 523px;
    height:455px;
}
.technology_right img{
    width: 523px;
    height:455px;
}


.plan-box{
    width: 100%;
    height: 600px;
    margin-top: 20px;
}
.plan-hr{
    width: 100%;
    height: 80px;
    position: relative;
}
.plan-hr .title-box{
    position: absolute;
    top:calc(50% - 20px);
    left: calc(50% - 138.5px);
}
.plan-hr-line{
    width: 100%;
    height:30px;
    background-color: #ffffff;
}
.plan-hr-bottom{
    width: 100%;
    height: 50px;
    position: relative;
}
.plan-hr-bottom-left{
    width:50%;
    height: 100%;
    float: left;
    background-color: #F2F9FF;
}
.plan-hr-bottom-center{
    width: 500px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top:0;
    left: calc(50% - 250px);
    /* 4个顶点：左上(0 0)、右上(100% 0)、右下(100% 100%)、左下(0 100%)，与原元素一致 */
    clip-path: polygon(0 100%,125px 0,100% 0,100% 100%);
}
.plan-hr-bottom-right{
    width:50%;
    height: 100%;
    float: right;
    background-color: #ffffff;
}
.plan-content{
    width: 100%;
    height: 540px;
    background-color: #ffffff;
    padding-top: 0.1px;
}
.plan-content-box{
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    margin-top: 10px;
}
.plan-content-box-top{
    width: 100%;
    height: 70px;
    margin: 0 auto;
    font-size: 18px;
    color: #333333;
}
.plan-content-box-bottom{
    width: 100%;
    height: 400px;
    margin: 0 auto;
    margin-top: 10px;

    display: flex;         /* 启用Flexbox布局 */
    flex-direction: row;   /* 子元素水平排列 */
    justify-content: space-around; /* 子元素之间有等间距 */
    align-items: center;   /* 子元素在交叉轴上居中对齐 */
}
.plan-content-box-bottom-row{
    width: 330px;
    height: 400px;
    border-radius: 5px;
}
.plan-content-box-bottom-row img{
    width: 330px;
    height: 400px;
    border-radius: 5px;
}

.business-box{
    width: 100%;
    height: 560px;
    background-color: #0881F6;
}
.business-hr{
    width: 100%;
    height: 80px;
    position: relative;
}
.business-hr .title-box2{
    position: absolute;
    top:calc(50% - 20px);
    left: calc(50% - 138.5px);
}
.business-hr-line{
    width: 100%;
    height:30px;
    background-color: #0881F6;
}
.business-hr-bottom{
    width: 100%;
    height: 50px;
    position: relative;
}
.business-hr-bottom-left{
    width:50%;
    height: 100%;
    float: left;
    background-color: #ffffff;
}
.business-hr-bottom-center{
    width: 500px;
    height: 100%;
    background-color: #0881F6;
    position: absolute;
    top:0;
    left: calc(50% - 250px);
    /* 4个顶点：左上(0 0)、右上(100% 0)、右下(100% 100%)、左下(0 100%)，与原元素一致 */
    clip-path: polygon(0 100%,125px 0,calc(100% - 125px) 0,100% 100%);
}
.business-hr-bottom-right{
    width:50%;
    height: 100%;
    float: right;
    background-color: #ffffff;
}
.business-hr2{
    width: 100%;
    height: 50px;
    background-color: #F2F9FF;
}
.business-content{
    width: 1400px;
    height: 430px;
    margin: 0 auto;
}
.business-hr2-center{
    width: 500px;
    height: 50px;
    background-color: #0881F6;
    margin: 0 auto;
    clip-path: polygon(0 0,100% 0,calc(100% - 125px) 100%,125px 100%);
}
.business-content-left{
    width: 700px;
    height: 350px;
    float: left;
    margin-top: 40px;
    color: #ffffff;
}
.business-content-right{
    width: 570px;
    height: 350px;
    float: right;
    margin-top: 40px;
    margin-right: 60px;
}
.business-content-left-p{
    font-size: 40px;
    font-weight: bold;
}
.business-content-left-p2{
    font-size: 20px;
    margin-top: 30px;
}
.business-content-left-p3{
    font-size: 16px;
    line-height: 32px;
    margin-top: 10px;
}
.business-content-right-tow{
    width: 264px;
    height: 78px;
    background-image: url("../img/3@2x.png");
    background-size: cover;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    text-align: center;
    line-height: 78px;
    font-size: 20px;
    color: #ffffff;
}

.dynamic-box{
    width: 100%;
    height: 560px;
    background-color: #F2F9FF;
    padding-top: 0.1px;
}
.dynamic-box .title-box{
    margin-top: 20px;
}
.dynamic-content{
    width: 1400px;
    height: 450px;
    margin: 0 auto;
    margin-top: 20px;

    display: flex;         /* 启用Flexbox布局 */
    flex-direction: row;   /* 子元素水平排列 */
    justify-content: space-around; /* 子元素之间有等间距 */
    align-items: center;   /* 子元素在交叉轴上居中对齐 */
}
.dynamic-content-row{
    width: 430px;
    height: 410px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px 10px;
}
.dynamic-content-row-head{
    width: 420px;
    height: 20px;
    margin: 0 auto;
    line-height: 20px;
}
.dynamic-content-row-head-title{
    float: left;
    font-size: 18px;
    background: linear-gradient(135deg, #5DDDC6 20%, #0881F6 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.dynamic-content-row-head-more{
    float: right;
    font-size: 16px;
    color: #999999;
}
.dynamic-content-row-list{
    width: 420px;
    height: 380px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}
.dynamic-content-row-list-row-1{
    width:100%;
    height: 220px;
    margin: 0 auto;
    position: relative;
}
.dynamic-content-row-list-row-1-img{
    width:100%;
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
}
.dynamic-content-row-list-row-1-bottom{
    width: 100%;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 40px;
    color: #ffffff;
}
.dynamic-content-row-list-row-1-bottom:hover{
}
.dynamic-content-row-list-row-1-bottom-title{
    width:270px;
    height: 40px;
    text-align: left;
    float: left;
    margin-left: 10px;
    /* 必须的 */
    white-space: nowrap;      /* 不换行 */
    overflow: hidden;         /* 超出隐藏 */
    text-overflow: ellipsis;  /* 显示省略号 */
}
.dynamic-content-row-list-row-1-bottom-time{
    width: 100px;
    height: 40px;
    text-align: right;
    float: right;
    margin-right: 10px;
}
.dynamic-content-row-list-row-2{
    width:100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333333;
}
.dynamic-content-row-list-row-2:hover{
    color: #0881F6;
}
.dynamic-content-row-list-row-2-bottom-title{
    width:270px;
    height: 32px;
    text-align: left;
    float: left;
    /* 必须的 */
    white-space: nowrap;      /* 不换行 */
    overflow: hidden;         /* 超出隐藏 */
    text-overflow: ellipsis;  /* 显示省略号 */
}
.dynamic-content-row-list-row-2-bottom-time{
    width: 100px;
    height: 32px;
    text-align: right;
    float: right;
}

.partner-box{
    width: 100%;
    height: 480px;
    background-color: #ffffff;
}
.partner-hr{
    width: 100%;
    height: 80px;
    position: relative;
}
.partner-hr .title-box{
    position: absolute;
    top:calc(50% - 20px);
    left: calc(50% - 138.5px);
}
.partner-hr-line{
    width: 100%;
    height:30px;
    background-color: #ffffff;
}
.partner-hr-bottom{
    width: 100%;
    height: 50px;
    position: relative;
}
.partner-hr-bottom-left{
    width:50%;
    height: 100%;
    float: left;
    background-color: #ffffff;
}
.partner-hr-bottom-center{
    width: 500px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top:0;
    left: calc(50% - 250px);
    /* 4个顶点：左上(0 0)、右上(100% 0)、右下(100% 100%)、左下(0 100%)，与原元素一致 */
    clip-path: polygon(0 0,calc(100% - 125px) 0,100% 100%,0 100%);
}
.partner-hr-bottom-right{
    width:50%;
    height: 100%;
    float: right;
    background-color: #F2F9FF;
}
.partner-content{
    width: 1400px;
    height: 400px;
    margin-top: 20px;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;
}
.partner-content-page{
    width: 1390px;
    margin: 0 auto;
    padding-left: 10px;

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 30px;    /* 行间距 */
    column-gap: 25px; /* 列间距 */
}
.partner-content-row{
    width: 250px;
    height: 100px;
    background-color: #ffffff;
    box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    position: relative;

}
.partner-content-row img{
    width: 240px;
    max-width: 100%;
    max-height:80px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    overflow-clip-margin: content-box;
    overflow: clip;
}