.sec1 .joke {
    width: 1330px;
    margin: auto;
}
.sec1 {
    padding: 134px 0 154px;
}
.sec1 .joke h1 {
    font-size: 120px;
    font-family: Aero-Plain;
    font-weight: 400;
    color: #00A5A9;
    line-height: 120px;
    margin-bottom: 60px;
}
.sec1 .joke h2 {
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    line-height: 1;
    margin-bottom: 30px;
}
.sec1 .joke .flex .l {
    width: 634px;
}
.sec1 .joke .text {
    align-items: center;
    justify-content: space-between;
}
.sec1 .joke .text .r {
    position: relative;
}
.sec1 .joke .text .r .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.sec1 .joke .text .r .play img {
    display: block;
}
.sec1 .joke .content p {
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    line-height: 32px;
}
.sec1 .joke .content {
    margin-bottom: 90px;
}
.sec1 .joke .list .item {
    width: 33.333%;
    position: relative;
    overflow: hidden;
}
.sec1 .joke .list .item>img {
    display: block;
    width: 100%;
    transition: 3s;
}
.sec1 .joke .list .item .text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 1;
}
.sec1 .joke .list .item .text img {
    display: block;
    margin: 0 auto 16px;

}
.sec1 .joke .list .item .text h5 {
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 19px;
}
.sec1 .joke .list .item .text p {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s;
    white-space: nowrap;
}
.sec1 .joke .list .item:hover .text p {
    opacity: 1;
    transform: translateY(0);
}
.sec1 .joke .list .item:hover>img {
    transform: scale(1.1);
}
.sec2 {
    padding-bottom: 150px;
}
.sec2 .joke {
    width: 1330px;
    margin: auto;
}
.sec2 .joke h1 {
    font-size: 36px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}
.sec2 .joke .swiper_control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 4px;
    border-radius: 28px;
    border: 1px solid #EEEEEE;
    margin: 0 auto 86px;
}
.sec2 .joke .swiper_control p {
    font-size: 18px;
    color: #000000;
    line-height: 47px;
    padding: 0 50px;
    border-radius: 28px;
    transition: 0.6s;
    cursor: pointer;
}
.sec2 .joke .swiper_control p:hover,.sec2 .joke .swiper_control p.on {
    background: #00A5A9;
    color: #FFFFFF;
}
.sec2 .joke .swiper {
    width: 100%;
}
.sec2 .joke .swiper img {
    display: block;
    width: 350px;
}
.sec2 .joke .honor_swiper>.swiper-wrapper>.swiper-slide .honor_info_swiper {
    opacity: 0;
    transition: 0.6s;
}
.sec2 .joke .honor_swiper>.swiper-wrapper>.swiper-slide-active .honor_info_swiper {
    opacity: 1;
}

.honor_info_swiper .swiper-wrapper {
    align-items: center!important;
}
@media screen and (max-width: 1600px) {
    .sec1 .joke,.sec2 .joke {
        width: 90%;
    }
    .sec1 .joke h1 {
        font-size: 90px;
        line-height: 1;
    }
    .sec1 .joke h2,.sec2 .joke h1 {
        font-size: 28px;
    }
    .sec1 .joke .content p {
        font-size: 16px;
    }
    .sec1 .joke .list .item .text h5 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1400px) {
    .sec1 .joke h1 {
        font-size: 70px;
    }
    .sec1 .joke .flex .l {
        width: 50%;
    }
    .sec1 .joke .content p {
        font-size: 14px;
    }
    .sec1 .joke .text .r {
        width: 45%;
    }
    .sec1 {
        padding: 100px 0 80px;
    }
    .sec1 .joke .list .item .text h5 {
        font-size: 20px;
    }
    .sec1 .joke .list .item .text p {
        font-size: 14px;
    }
    .sec1 .joke .list .item .text img {
        max-height: 50px;
    }
    .sec2 .joke .swiper_control p {
        font-size: 16px;
        line-height: 40px;
        padding: 0 40px;
    }
    .sec1 .joke .text {
        margin-bottom: 80px;
    }
    .sec1 .joke .text .r .play {
        width: 60px;
    }
}
@media screen and (max-width: 1024px) {
    .sec1 .joke h1 {
        font-size: 40px;
    }
    .sec1 .joke .text {
        display: block;
    }
    .sec1 .joke .flex .l,.sec1 .joke .text .r {
        width: 100%;
    }
    .sec1 .joke .text .r img {
        width: 100%;
    }
    .sec1 .joke h2, .sec2 .joke h1 {
        font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 40px 0 60px;
    }
    .sec1 .joke h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .sec1 .joke h2, .sec2 .joke h1 {
        font-size: 20px;
    }
    .sec1 .joke .content p {
        font-size: 12px;
    }
    .sec1 .joke .content {
        margin-bottom: 30px;
    }
    .sec1 .joke .text .r .play {
        width: 45px;
    }
    .sec1 .joke .list .item {
        width: 100%;
    }
    .sec1 .joke .list {
        flex-wrap: wrap;
    }
    .sec1 .joke .list .item .text p {
        font-size: 12px;
        opacity: 1;
        transform: unset;
    }
    .sec1 .joke .list .item .text h5 {
        font-size: 18px;
    }
    .sec1 .joke .list .item .text img {
        max-height: 42px;
    }
    .sec1 .joke .text {
        margin-bottom: 60px;
    }
    .sec2 .joke .swiper_control p {
        font-size: 14px;
        line-height: 32px;
        padding: 0 26px;
    }
    .sec2 .joke .swiper {
        width: 80%;
    }
    .sec2 .joke .swiper_control {
        margin: 0px auto 30px;
    }
    .sec2 {
        padding-bottom: 60px;
    }
}
