.FTP > .FTP-swiper > .FTP-content > h2 {
    height: 36px;
    font-size: 36px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #222222;
    line-height: 36px;
}

.FTP > .FTP-swiper > .FTP-content > a {
    display: block;
    width: 138px;
    height: 48px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    border: 1px solid #393939;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #3A3A3A;
    line-height: 48px;
}

.FTP > .FTP-swiper > .FTP-content > a:hover {
    border: none;
    background: #0071EF;
    color: white;
}

@media (min-width: 768px) {
    .FTP {
        width: 100%;
        height: 650px;
    }

    .FTP > .FTP-swiper {
        height: 650px;
        width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

    /*.FTP:nth-child(even) {*/
    /*    background-position: right;*/
    /*}*/

    /*.FTP:nth-child(odd) {*/
    /*    background-position: left;*/
    /*}*/

    .FTP:nth-child(even) > .FTP-swiper {
        display: flex;
        justify-content: right;
    }

    .FTP > .FTP-swiper > .FTP-content > p {
        width: 650px;
        max-height: 90px;
        font-size: 16px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #222222;
        line-height: 30px;
        margin: 54px 0;
    }
}
@media(max-width: 768px){
    .FTP {
        width: 100%;
        height: 441px;
        padding: 40px 24px;
    }

    .FTP > .FTP-swiper > .FTP-content > h2 {
        height: 25px;
        font-size: 24px;
        line-height: 25px;
    }

    .FTP > .FTP-swiper > .FTP-content > p {
        max-height: 72px;
        font-size: 12px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #222222;
        line-height: 24px;
        margin: 27px 0;
    }

    .FTP > .FTP-swiper > .FTP-content > a {
        width: 110px;
        height: 36px;
        border-radius: 2px;
        border: 1px solid #222222;
        font-size: 13px;
        line-height: 36px;
    }

}
@media (min-width: 3840px) {
    .FTP {
        height: 1300px;
    }

    .FTP > .FTP-swiper {
        height: 1300px;
        width: 2400px;
    }

    .FTP > .FTP-swiper > .FTP-content > p {
        width: 1300px;
        max-height: 180px;
        font-size: 32px;
        line-height: 60px;
        margin: 108px 0;
    }

    .FTP > .FTP-swiper > .FTP-content > h2 {
        height: 72px;
        font-size: 72px;
        line-height: 72px;
    }

    .FTP > .FTP-swiper > .FTP-content > a {
        width: 276px;
        height: 96px;
        font-size: 32px;
        line-height: 96px;
    }
}