footer {
    background: #FAFAFA;
}
footer .wrap .right .text .email input {
    background: #FAFAFA;
}
.banner {
    padding-top: 90px;
    width: 100%;
    position: relative;
}
.banner img {
    display: block;
    width: 100%;
}
.joke {
    width: 1254px;
    padding-top: 109px;
    margin: 0 auto 127px;
}
.joke p {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
}
.sec .swiper {
    width: 100%;
    transform: translateX(13%);
    padding-bottom: 138px;
}
.sec .swiper .swiper-slide .img {
    width: 100%;
    overflow: hidden;
    display: block;
}
.sec .swiper .swiper-slide .img img {
    width: 100%;
    transition: 3s;
}
.sec .swiper .swiper-slide .img:hover img {
    transform: scale(1.2);
}
.sec .swiper .swiper-slide {
    background: #FAFAFA;
    border-radius: 4px;
    overflow: hidden;
}
.sec .swiper .swiper-slide .text {
    padding: 34px 42px 0;
    position: relative;
    height: 360px;
}
.sec .swiper .swiper-slide .text a:nth-child(1) {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    margin-bottom: 27px;
    display: block;
    transition: 1s;
}
.sec .swiper .swiper-slide .text p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.sec .swiper .swiper-slide .text .iconfont {
    position: absolute;
    bottom: 43px;
    left: 50px;
    color: #000000;
    transition: 1s;
    z-index: 30;
}
.sec .swiper .swiper-slide .text .num {
    color: #f3f3f3;
    font-size: 165px;
    font-weight: 700;
    position: absolute;
    right: 30px;
    bottom: -110px;
}
.sec .swiper .swiper-slide .text a:hover {
    color: #f6ab00!important;
}
.sec .btn {
    display: none;
    align-items: center;
    position: absolute;
    bottom: 33px;
    left: 50%;
    transform: translateX(-50%);
}
.sec .btn .iconfont {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    transition: 1s;
    z-index: 3;
}
.sec .btn .iconfont:nth-last-child(1) {
    transform: rotate(180deg);
    margin-left: 12px;
}
@media screen and (max-width: 1400px) {
    .joke {
        width: 90%;
        padding-top: 40px;
        margin: 0 auto 60px;
    }
    .joke p {
        font-size: 24px;
    }
    .sec .swiper {
        transform: translateX(5vw);
    }
    .sec .swiper .swiper-slide .text {
        height: 300px;
    }

}
@media screen and (max-width: 1365px) {
    .banner {
        padding-top: 80px;
    }
    .sec .swiper .swiper-slide .text a:nth-child(1) {
        font-size: 18px;
    }
    .sec .swiper .swiper-slide .text {
        padding: 34px 20px 0;
    }
    .sec .swiper .swiper-slide .text {
        height: 260px;
    }
    body .shubiao {
        overflow: hidden;
    }
}
@media screen and (max-width: 1023px) {
    .sec .btn {
        display: flex;
    }
    .sec .swiper {
        padding-bottom: 110px;
    }
    .sec .swiper {
        width: 90%;
        margin: auto;
        transform: unset;
    }
    .sec .swiper .swiper-slide .text p {
        font-size: 12px;
    }
    .joke p {
        font-size: 20px;
    }
}
