.mobile-body-main-box{
    display: none;
}

/************banner************/
.section-banner{
    background:url("https://ec-img.eccang.com/www/eccang/img/2022/10/10/eccang_1665402666.png") no-repeat center;
    background-size:100% 560px;
    height: 560px;
    display:flex;
    align-items: center;
}
.section-banner .title-1{
    line-height:64px;
    font-weight: 600;
    font-size: 48px;
    color: #3073FF;
}
.section-banner .title-2{
    margin-top:40px;
    font-weight: 400;
    font-size: 24px;
    color: #3D3D3D;
    line-height:32px;
}

/************数据主体开始***************/
.section-main{
    padding-top: 40px;
}

.section-main ul{
    padding-top: 40px;

}
.section-main ul li{
    display: flex;
    flex-wrap: wrap;
   margin-bottom: 110px;
}
.section-main ul li:last-child{
    margin-bottom: 84px;
}
.section-main ul li .img-box{
    width: 46.67%;
    overflow: hidden;

}
.section-main ul li .img-box img{
    width: 100%;
    border-radius: 18px;
}
.section-main ul li .content-box{
    padding: 25px 25px 25px 56px;
    width:53.33%;

}
.section-main ul li .content-box.content-box2{
    padding: 25px 56px 25px 25px;
}
.section-main ul li .content-box .logo-box{
    height:36px;
    display: flex;
    align-items: center;
}
.section-main ul li .content-box .logo-box img{
    height:100%;
    margin-right: 10px;
}
.section-main ul li .content-box .title-box{
    margin-top:40px;
    font-weight: 500;
    font-size: 24px;
    color: #292A2F;
    line-height:30px;
    /*1. 先强制一行内显示文本*/
    white-space: nowrap;
    /*2. 超出的部分隐藏*/
    overflow: hidden;
    /*3. 文字用省略号替代超出的部分*/
    text-overflow: ellipsis;
}
.section-main ul li .content-box .desc-box{
    margin-top:15px;
    font-weight: 400;
    font-size: 14px;
    color: #505668;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-main ul li .content-box .btn-box{
    margin-top:15px;
}
.section-main ul li .content-box .btn-box a{
    width: 148px;
    background: #FFFFFF;
    border: 1px solid #3073FF;
    border-radius: 22px;
    line-height:42px;
    text-align: center;
    font-size: 16px;
    color: #3073FF;
    display: block;
}

.no-data{
    height: 500px;
    line-height: 500px;
    color: #ffff;
    border: 1px solid;
    width: 100%;
    text-align: center;
    margin: 50px;
}

/************数据主体结束***************/

.section-increase{
    height: 425px;
    background: url("https://ec-img.eccang.com/www/eccang/img/2022/08/28/eccang_1661670395.jpg") no-repeat center center;
    background-size: cover;
}

.section-increase .main-box{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.section-increase .main-box .increase-title{
    font-weight: 500;
    font-size: 42px;
    color: #000000;
    text-align: center;
    line-height: 56px;
}
.section-increase .main-box .vc-title{
    margin-top:10px;
    font-weight: 400;
    font-size: 20px;
    color: #646464;
    text-align: center;
    line-height:27px;
}
.section-increase .main-box a{
    margin-top: 50px;
    min-width: 200px;
    line-height: 56px;
    background: #3073FF;
    border-radius: 28px;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;

}
.section-increase .main-box a img{
    margin-left: 10px;
    width:24px;
    height:24px;
}
