.actives a{
    color: #FCB333 !important;
    border-bottom: 5px solid #FCB333;
}
.Service_process{
    position: relative;
    width: 1300px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 72px;
}
.Service_process h2{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #6FC2F9;
}
.Service_process p{
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 16px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6B6B74;
    padding-bottom: 64px;
}
.Customercase_List{
    position: relative;
    width: 1300px;
    padding-top: 34px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 100px;
}
.Customercase_List_box{
    position: relative;
    width: 302px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(215, 215, 215, 0.5);
    border-radius: 16px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Customercase_List_box img{
    width: 200px;
    cursor: pointer;
}