.psc {
    width: 95vw;
    margin: auto;
}

.psc_banner {
    position: relative;
    width: 100%;
    height: 15rem;
    background-color: #169f5e;
    
}

.psc_bannercon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.psc_bannercon h1 {
    font-size: 1.2rem;
    color: #fff;
    padding-bottom: 30px;
}

.psc_bannercon p {
    font-size: .4rem;
    color: #fff;
    padding: .125rem 0;
}

@media screen and (max-width:1000px) {
    .psc {
        width: 100vw;
    }

    .psc_bannercon h1 {
        font-size: 1.2rem;
    }
}


.psc_cloud {
    width: 95vw;
    margin: auto;
    background-color: #FFF;
    padding-bottom: 1.25rem;
}

.psc_cloudtit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.psc_cloudtit p {
    width: 80%;
}

.psc_cloudtit h2 {
    font-size: .6rem;
    font-weight: 400;
    color: #0061e3;
    padding: .5rem 0 .25rem 0;
}

.psc_cloudtit span {
    display: block;
    border-bottom: .075rem solid #0061e3;
    width: 1rem;
}

.psc_cloudtit p {
    font-size: .4rem;
    color: #666;
    padding: .5rem 0;
}

.psc_cloudcon {
    display: flex;
    width: 100%;
    padding: .5rem 0;
}

.psc_cloudconimg {
    width: 50%;
}

.psc_cloudconimg img {
    width: 100%;
}

.psc_cloudcondes {
    width: 50%;
}

.psc_cloudcondes_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
}

.psc_cloudcondestext {
    padding-left: .75rem;
}

.psc_cloudcondestext_right {
    text-align: right;
    padding-right: .75rem;
}

.psc_cloudcon h3 {
    font-size: .6rem;
    font-weight: 400;
    color: #202124;
}

.psc_cloudcon h4 {
    font-size: .45rem;
    font-weight: 400;
    color: #202124;
    padding: .25rem 0;
}

.psc_cloudcon p {
    font-size: .35rem;
    font-weight: 400;
    color: #202124;
    line-height: .6rem;
}

@media screen and (max-width:1000px) {
    .psc_cloud {
        width: 100vw;
        margin: auto;
    }

    .psc_cloudtit {
        width: 100%;
    }

    .psc_cloudcon {
        display: flex;
        flex-direction: column;
    }

    .psc_cloudconimg {
        width: 100%;
        margin-top: .5rem;
    }

    .psc_cloudcondes {
        width: 100%;
    }

    .psc_cloudcondestext {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .psc_cloudcondestext p {
        line-height: .625rem;
    }

    .psc_cloudcondestext p br {
        display: none;
    }

    .psc_cloudcondes_right {
        width: 100%;
    }

    .psc_cloudcondestext_right {
        text-align: center;
        line-height: .625rem;
    }
}


.psc_con {
    width: 95vw;
    background-color: #FFF;
    padding: 30px 0 60px 0;
}

.psc_con .pace {
    border-top: 1px solid #e1e1e1;
}

.psc_coninfor {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.psc_contit {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
}

.psc_contit p {
    font-size: .6rem;
    color: #0061e3;
    padding-bottom: 20px;
}

.psc_contit span {
    font-size: .4rem;
    color: #6a6a6a;
}

.psc_condes {
    width: 100%;
    margin: 40px 0;
}

.psc_condes ul {
    display: flex;
}

.psc_condes ul li {
    width: 25%;
    padding: 0 20px;
    text-align: center;
}

.psc_condesimg {
    width: 100%;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / .2);
}

.psc_condesimg img {
    width: 50%;
}

.psc_condesimg p {
    font-size: .45rem;
    font-weight: 600;
    padding: .25rem 0;
}

.psc_condesimg span {
    display: block;
    font-size: .35rem;
    color: #6A6A6A;
    padding: .25rem 0 .75rem 0;
}

@media screen and (max-width:1000px) {
    .psc_condes ul {
        display: flex;
        flex-direction: column;
    }

    .psc_condes ul li {
        width: 100%;
        margin-top: .5rem;
    }
}


.psc_pscweb {
    width: 95vw;
    background-color: #FFF;
    padding: 50px 0;
}

.psc_pscweb .pace {
    display: flex;
    align-items: center;
}

.psc_pscwebtext {
    width: 50%;
    text-align: right;
    padding-right: 100px;
}

.psc_pscwebtext p {
    font-size: .6rem;
    color: #333;
    padding: 0 0 .375rem 0;
}

.psc_pscwebtext span {
    font-size: .4rem;
    color: #535355;
}

.psc_pscwebimg {
    width: 50%;
}

.psc_pscwebimg img {
    width: 100%;
}

@media screen and (max-width:1000px) {
    .psc_pscweb .pace {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .psc_pscwebtext {
        width: 100%;
        text-align: center;
        padding-right: 0;
        padding-bottom: .75rem;
    }

    .psc_pscwebtext p {
        padding: .5rem 0;
    }

    .psc_pscwebtext p br {
        display: none;
    }

    .psc_pscwebimg {
        width: 100%;
    }
}





.psc_process {
    width: 95vw;
    padding: 60px 0;
    background-color: #1f212a;
}

.psc_processtit h3 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 40px;
    color: #fff;
}

.psc_processline {
    border-top: 1px solid #b5b5b9;
    margin: 5px 0;
}

.psc_process_step {
    padding: 10px 0;
}

.psc_process_step ul {
    display: flex;
}

.psc_process_step ul li {
    position: relative;
    width: 25%;
    padding-left: 40px;
}

.psc_process_step .tit {
    font-size: 18px;
    color: #5261e3;
    padding: 10px 0;
}

.psc_process_step .des {
    font-size: 14px;
    color: #FFF;
    padding: 10px 0;
}

.psc_process_step .num {
    position: absolute;
    top: -30px;
    display: inline-block;
    height: .6rem;
    width: .6rem;
    border-radius: 12px;
    text-align: center;
    color: #FFF;
    font-size: .4rem;
    background-color: #999;
}

.psc_process_step .direction {
    position: absolute;
    top: -26px;
    right: 1px;
    width: 0;
    height: 0;
    border-top: 5px solid;
    border-left: 25px solid;
    border-right: 25px solid;
    border-bottom: 5px solid;
    border-color: transparent transparent #999 #999;
}