.supportBanner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.support_swiper {
    width: 100%;
    height: 100vh;
}
.support_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.supportBanner h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #FFF9F0;
    position: absolute;
    top: 173px;
    left: 240px;
    z-index: 10;
}
.support_swiper .sw_text {
    position: absolute;
    bottom: 82px;
    left: 240px;
    z-index: 10;
}
.support_swiper .sw_text h5 {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 19px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s;
}
.support_swiper .sw_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #FFFFFF;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0.3s;
}
.support_swiper .sw_text {
    opacity: 0;
}
.support_swiper .swiper-slide-active .sw_text {
    opacity: 1;
}
.support_swiper .swiper-slide-active .sw_text p,.support_swiper .swiper-slide-active .sw_text h5 {
    opacity: 1;
    transform: translateY(0px);
}
.supportBanner .sw_page {
    position: absolute;
    bottom: 48px;
    right: 240px;
    display: flex;
    z-index: 10;
}
.supportBanner .moreBtn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: rotate(90deg) translateX(-50%);
    z-index: 10;
    cursor: pointer;
}
.supportBanner .moreBtn:after {
    border: 1px dashed #FFFFFF;
}
.supportBanner .moreBtn:hover img {
    transform: translate(12px,12px);
}
.supportBanner .moreBtn:hover:after {
    animation-play-state: unset;
}
.supportBanner .moreBtn path {
    fill: #FFFFFF!important;
    stroke: #FFFFFF!important;
}
.supportBanner .moreBtn img {
    filter: grayscale(1) brightness(8);
}
.supportBanner .sw_page .left {
    width: 187px;
    height: 140px;
    overflow: hidden;
    cursor: pointer;
}
.supportBanner .sw_page .left img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}
.supportBanner .sw_page .left:hover img {
    transform: scale(1.1);
}
.supportBanner .sw_page .right {
    width: 210px;
    height: 140px;
    background: #FFFFFF;
    padding: 0 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.supportBanner .sw_page .swiper-pagination {
    position: unset;
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}
.supportBanner .sw_page .swiper-pagination  .swiper-pagination-current {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #054C97;
}
.supportBanner .sw_page .swiper-pagination  .swiper-pagination-total,.supportBanner .sw_page .swiper-pagination  .line {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #EBDCC7;
}
.supportBanner .btns {
    position: absolute;
    right: 140px;
    bottom: 65px;
    display: flex;
    align-items: center;
    z-index: 10;
}
.supportBanner .btns:after {
    content: "";
    width: 43px;
    height: 43px;
    border: 1px dashed #FFFFFF;
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.supportBanner .btns img {
    width: 24px;
    opacity: 0.3;
    cursor: pointer;
    transition: 0.6s;
}
.supportBanner .btns img:hover {
    opacity: 1;
}
.supportBanner .btns img:nth-child(2) {
    margin-left: 27px;
    transform: rotate(180deg);
}
.supportBanner .sw_page .right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #111111;
}
.sec1 .joke {
    width: 1440px;
    margin: auto;
}
.sec1 {
    padding: 110px 0 96px;

    background: #EEF1F6;
}
.sec1 .title p {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.sec1 .title h5 {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    color: #111111;
}
.sec1 .title {
    margin-bottom: 44px;
}
.sec3 img {
    width: 100%;
    display: block;
}
.sec3 {
    position: relative;
}
.sec3 .text {
    width: 1135px;
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;

}
.sec3 .text span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.sec3 .text h5 {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    color: #111111;
    margin-bottom: 105px;
    text-transform: uppercase;
}
.sec3 .text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #111111;
}
.sec1 .support_swiper2 {
    width: 100%;
}
.sec1 .support_swiper2 .itemList {
    opacity: 0;
}
.sec1 .support_swiper2 .swiper-slide-active .itemList {
    opacity: 1;
}
.sec1 .support_swiper2 .itemList .item {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #999999;
    transition: 0.6s;
    cursor: pointer;
}
.sec1 .support_swiper2 .itemList .item.on,.sec1 .support_swiper2 .itemList .item:hover {
    color: #111111;
}
.sec1 .support_swiper2 .itemList .item:not(:nth-last-child(1)) {
    margin-bottom: 12px;
}
.sec1 .support_swiper2 .swiper-slide .img img {
    display: block;
    width: 100%;
    transition: 3s;
}
.sec1 .support_swiper2 .swiper-slide .img {
    overflow: hidden;
    margin-bottom: 40px;
}
.sec1 .support_swiper2 .swiper-slide .img:hover img {
    transform: scale(1.1);
}
.sec1 .support_swiper2 .swiper-slide .icon {
    margin-bottom: 25px;
    opacity: 0;
    transition: 0.6s;
}
.sec1 .support_swiper2 .swiper-slide .flex {
    display: flex;
    justify-content: space-between;
}
.sec1 .support_swiper2 .swiper-slide .text {
    opacity: 0;
}
.sec1 .support_swiper2 .swiper-slide p {
    width: 825px;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #111111;
    margin: 0 0 0 auto;
    opacity: 0;
    transition: 0.6s;
    transform: translateY(20px);
}
.sec1 .support_swiper2 .swiper-slide-active p {
    opacity: 1;
    transform: translateY(0);
}
.sec1 .support_swiper2 .swiper-slide-active .icon {
    opacity: 1;
}
.sec1 .support_swiper2 .swiper-slide-active .text {
    opacity: 1;
}
.sec2 {
    padding: 134px 0 146px;
    overflow: hidden;
}
.sec2 .joke {
    display: flex;
    width: fit-content;
    margin-left: 5vw;
}
.sec2 .joke .swiper {
    width: 2030px;
}
.sec2 .joke .left {
    padding-top: 108px;
    margin-right: 120px;
    position: relative;
}
.sec2 .joke .title p {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.sec2 .joke .title h5 {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    color: #111111;
}
.sec2 .joke .title {
    margin-bottom: 80px;
}
.sec2 .joke .left>p {
    width: 374px;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #111111;
}
.sec2 .joke .left div>p {
    width: 374px;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #111111;
}
.sec2 .joke .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.sec2 .joke .flex {
    display: flex;
    width: 427px;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.sec2 .joke .flex .swiper-pagination {
    position: unset;
    display: flex;
    align-items: flex-end;
}
.sec2 .joke .flex .swiper-pagination .swiper-pagination-total,.sec2 .joke .flex .swiper-pagination .line {
    font-size: 20px;
    font-weight: 400;
    color: #EBDCC7;
}
.sec2 .joke .flex .swiper-pagination .swiper-pagination-current {
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    color: #054C97;
}
.sec2 .joke .flex .btns {
    display: flex;
    align-items: center;
}
.sec2 .joke .flex .btns svg {
    cursor: pointer;
}
.sec2 .joke .flex .btns svg:nth-last-child(1) {
    transform: rotate(180deg);
    margin-left: 16px;
}
.sec2 .joke .flex .btns svg:hover path {
    fill: #054C97;
    stroke: #054C97;
}
.sec2 .joke .support_swiper3 .flex {
    display: none;
}
@media screen and (max-width: 1800px) {
    .supportBanner h1,.support_swiper .sw_text {
        left: 5vw;
    }
    .sec2 .joke .swiper {
        width: 103vw;
    }
    .sec2 .joke .left {
        padding-top: 40px;
    }
    .supportBanner .btns {
        right: 5vw;
    }
    .supportBanner .sw_page {
        right: calc(5vw + 100px);
    }
}
@media screen and (max-width: 1600px) {
    .supportBanner h1,.sec1 .title h5,.sec2 .joke .title h5,.sec3 .text h5 {
        font-size: 32px;
        line-height: 40px;
    }
    .sec3 .text {
        top: 70px;
    }
    .sec3 .text h5 {
        margin-bottom: 70px;
    }
    .support_swiper .sw_text h5 {
        font-size: 32px;
    }
    .support_swiper .sw_text p {
        font-size: 16px;
    }
    .sec1 .joke {
        width: 90%;
    }
    .sec1 .title p {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sec1 .support_swiper2 .swiper-slide p {
        font-size: 18px;
        line-height: 32px;
    }
    .sec1 .support_swiper2 .itemList .item {
        font-size: 14px;
    }
    .sec1 .support_swiper2 .itemList .item:not(:nth-last-child(1)) {
        margin-bottom: 8px;
    }
    .sec1 {
        padding: 80px 0 96px;
    }
    .sec1 .support_swiper2 .swiper-slide .icon {
        margin-bottom: 55px;
    }
    .sec2 .joke .flex .swiper-pagination .swiper-pagination-current {
        font-size: 50px;
        line-height: 1;
    }
}
@media screen and (max-width: 1400px) {
    .supportBanner h1,.sec1 .title h5,.sec2 .joke .title h5,.sec3 .text h5 {
        font-size: 28px;
        line-height: 36px;
    }
    .support_swiper .sw_text h5 {
        font-size: 28px;
    }
    .supportBanner .sw_page .right,.supportBanner .sw_page .left {
        width: 190px;
        height: 110px;
    }
    .sec1 .title p {
        font-size: 18px;
    }
    .sec1 .support_swiper2 .swiper-slide p {
        font-size: 16px;
    }
    .sec2 .joke .title {
        margin-bottom: 30px;
    }
    .sec2 .joke .left div>p {
        line-height: 32px;
    }
    .sec2 .joke .flex {
        width: 100%;
    }
    .sec2 .joke .flex .swiper-pagination .swiper-pagination-current{
        font-size: 40px;
    }
    .sec2 .joke .flex .swiper-pagination .swiper-pagination-total, .sec2 .joke .flex .swiper-pagination .line {
        font-size: 16px;
    }
}
@media screen and (max-width: 1365px) {
    .supportBanner,.support_swiper {
        height: auto;
    }
    .supportBanner .moreBtn {
        display: none;
    }
    .supportBanner h1, .sec1 .title h5, .sec2 .joke .title h5, .sec3 .text h5 {
        font-size: 24px;
        line-height: 30px;
    }
    .support_swiper .sw_text h5 {
        font-size: 24px;
    }
    .sec1 .support_swiper2 .swiper-slide .text {
        width: 80%;
    }
    .supportBanner .sw_page .swiper-pagination .swiper-pagination-current {
        font-size: 24px;
        line-height: 1;
    }
    .supportBanner .sw_page .right p {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .supportBanner .sw_page .right, .supportBanner .sw_page .left {
        width: 170px;
        height: 110px;
    }
    .sec1 .title p {
        font-size: 16px;
    }
    .sec1 {
        padding: 60px 0 80px;
    }
    .sec1 .support_swiper2 .swiper-slide .icon img {
        width: 30px;
    }
    .sec3 .text {
        width: 90%;
    }
    .sec2 .joke .left{
        width: 35vw;
        padding: 0;
        margin-right: 30px;
    }
    .sec2 .joke .left div>p,.sec1 .support_swiper2 .swiper-slide p,.sec3 .text p {
        font-size: 14px;
    }
    .sec2 .joke .left div>p {
        width: 100%;
    }
    .sec3 .text span {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .sec3 .text h5 {
        margin-bottom: 35px;
    }
    .sec3 .text p {
        line-height: 32px;
    }
    .sec2 .joke .flex .swiper-pagination .swiper-pagination-current {
        font-size: 32px;
    }
    .sec2 .joke .flex .swiper-pagination .swiper-pagination-total, .sec2 .joke .flex .swiper-pagination .line {
        font-size: 14px;
    }
    .sec3 .text {
        top: 50px;
    }
}
@media screen and (max-width: 1024px) {
    .supportBanner {
        padding-top: 80px;
    }
}
@media screen and (max-width: 900px) {
    .supportBanner .sw_page {
        display: none;

    }
    .supportBanner .btns:after {
        width: 34px;
        height: 34px;
    }
    .supportBanner .btns img {
        width: 20px;
    }
    .supportBanner .btns img:nth-child(2) {
        margin-left: 20px;
    }
    .supportBanner h1 {
        top: 20%;
    }
    .sec2 {
        padding: 60px 0 80px;
    }
    .sec2 .joke .title p {
        margin-bottom: 10px;
    }
    .sec2 .joke .title {
        margin-bottom: 12px;
    }
    .sec2 .joke .left div>p {
        line-height: 28px;
    }
    .sec3 .text h5 {
        margin-bottom: 10px;
    }

}
@media screen and (max-width: 768px) {
    .supportBanner {
        padding-top: 60px;
    }
    .sec2 .joke {
        width: 90%;
        margin: auto;
    }
    .sec2 .joke .swiper {
        width: 100%;
    }
    .sec2 .joke .left {
        width: 100%;
        margin: auto;
    }
    .supportBanner h1 {
        top: 25%;
    }
    .sec1 .support_swiper2 .swiper-slide .flex {
        flex-direction: column;
    }
    .sec1 .support_swiper2 .itemList {
        flex-wrap: wrap;
    }
    .sec1 .support_swiper2 .swiper-slide .text {
        width: 100%;
        margin-top: 20px;
    }
    .supportBanner h1, .sec1 .title h5, .sec2 .joke .title h5, .sec3 .text h5,.support_swiper .sw_text h5 {
        font-size: 20px;
        line-height: 24px;
    }
    .support_swiper .sw_text h5 {
        margin-bottom: 10px;
    }
    .support_swiper .sw_text,.supportBanner .btns {
        bottom: 10%;
    }
    .sec1 {
        padding: 40px 0 50px;
}
    .sec1 .title p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .sec1 .title {
        margin-bottom: 20px;
    }
    .sec1 .support_swiper2 .itemList {
        top: 0px;
        display: flex;
        width: 100%;
        height: fit-content;
        justify-content: space-between;
    }
    .sec1 .support_swiper2 .swiper-slide .img {
        margin-bottom: 20px;
    }
    .sec1 .support_swiper2 .swiper-slide .icon {
        margin-bottom: 15px;
    }
    .sec1 .support_swiper2 .swiper-slide .icon img {
        width: 25px;
    }
    .sec2 .joke .left div>p, .sec1 .support_swiper2 .swiper-slide p, .sec3 .text p {
        width: 100%;
    }
    .sec2 .joke .left div>p, .sec1 .support_swiper2 .swiper-slide p, .sec3 .text p {
        line-height: 28px;
    }
    .sec2 .joke {
        flex-direction: column;
    }
    .sec1 .support_swiper2 {
        padding-top: 40px;
    }
    .support_swiper .sw_text p {
        font-size: 12px;
    }
    .sec2 .joke .left .flex {
        display: none;
    }
    .sec2 .joke .support_swiper3 .flex {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        position: static;
        margin: 20px 0;
    }
    .sec2 {
        padding: 40px 0 20px;
    }
    .sec3 .text {
        padding: 30px 0 300px;
        position: static;
        margin: auto;
        transform: unset;
    }
    .sec3 .text span {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .sec3 .text h5 {
        margin-bottom: 20px;
    }
    .sec3 img {
        position: absolute;
        z-index: -1;
        height: 100%;
    }
    .sec2 .joke .swiper {
        margin-top: 20px;
    }
    .sec2 .joke .title {
        margin-bottom: 20px;
    }
    .sec2 .joke .left .title>p {
        line-height: 18px;
    }
    .supportBanner h1 {
        display: none;
    }
    .support_swiper .sw_text {
        width: 90%;
        top: 50%;

        bottom: unset;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .support_swiper .swiper-slide-active .sw_text p, .support_swiper .swiper-slide-active .sw_text h5 {
        text-align: center;
    }
    .supportBanner .btns {
        left: 50%;
        right: unset;
        transform: translateX(-50%);
    }
    .supportBanner h1, .sec1 .title h5, .sec2 .joke .title h5, .sec3 .text h5, .support_swiper .sw_text h5,.sec1 .title p,.sec2 .joke .left div>p, .sec1 .support_swiper2 .swiper-slide p, .sec3 .text p {
        text-align: center;
    }
    .sec1 .support_swiper2 .swiper-slide .icon img {
        margin: auto;
        display: block;
    }
    .supportBanner .btns {

        justify-content: space-between;
        width: 90%;
        top: 50%;
        bottom: unset;
        transform: translate(-50%,calc(-50% + 30px));
    }
    .supportBanner .btns:after {
        display: none;
    }
}
