
/* 页面顶图 */
.page-img{
    width: 100%;
    height: 53.5rem;
    background: url('https://cdn01.zhinengshouyin.com/website/images/aboutUs/top-img.jpg') 0 0 no-repeat;
    background-size: cover;
}


.page-body{
    width: 120rem;
    margin: 0 auto;
}

.top-img-text{
    font-size: 5rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

.top-img-btn{
    margin-top: 3rem;
    width: 30.3rem;
    height: 4.9rem;
    border: 1px solid #FFFFFF;
    border-radius: 2.5rem;
    font-size: 3rem;
    color: #FEFEFF;
    cursor: pointer;
}

.top-img-text-small{
    margin-top: 1.5rem;
    color: #fff;
    font-size: 1.2rem;
}


.section-title{
    margin-top: 5.1rem;
    font-size: 3rem;
    font-weight: 800;
    color: #1F1F1F;
}

.section-line{
    margin-top: 2.8rem;
    width: 6.4rem;
    height: .4rem;
    background: linear-gradient(90deg, #4D4397 0%, #8B85FF 100%);
    border-radius: .2rem;
}




.casePage{
    margin-top: 7rem;
}

.casePage .case-item{
    padding: 0 2.7rem;
    margin-bottom: 3rem;
    width: 33.3%;
    box-sizing: border-box;
}

.casePage .case-item .case-item-con{
    border-radius: .6rem;
}
.casePage .case-item .case-item-con img{
    height: 24.7rem;
}


