.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 110px;
}
.banner img {
    width: 100%;
    display: block;
}
.banner p {
    font-size: 30px;
    font-family: Roboto;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    text-transform: uppercase;
    bottom: 32px;
    right: 187px;
}
.section {
    width: 100%;
    background: #e9e7e6;
    overflow: hidden;
}
.section .joke  {
    width: 1320px;
    margin: auto;
    padding: 89px 0 125px;
}
.section .joke h1 {
    text-align: center;
    font-size: 32px;
    font-family: Roboto;
    font-weight: 500;
    color: #2D2D2D;
}
.section .joke .pro {
    display: flex;
    margin-top: 115px;
}
.section .joke .pro .left {
    width: 683px;
    position: relative;
}
.section .joke .pro .left .big {
    margin-bottom: 38px;
    cursor: pointer;
}
.section .joke .pro .left .big .item {
    display: block;
    width: 683px;
    height: 416px;
    display: none;
    position: relative;
    background: #e7e8e3;
    border: 1px solid #000;
}
.section .joke .pro .left .big .item .hint {
    position: absolute;
    bottom: 122px;
    left: 420px;
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.31);
    border-radius: 50%;
    z-index: 99;
}
.section .joke .pro .left .big .item .hint:before {
    content: "";
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.31);
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    animation: big 2s linear infinite;
}
.section .joke .pro .left .big .item .hint .hint-circle {
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.31);
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    animation: big 2s linear infinite;
    animation-delay: 1s;
}
@keyframes big {
    0% {
        transform: scale(0.1);
    }
    50% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}
.section .joke .pro .left .big .item .hint:after {
    content: "";
    width: 11px;
    height: 11px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section .joke .pro .left .big .item .hint .hint-content {
    width: 175px;
    position: absolute;
    left: 70px;
    bottom: 63px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: normal;
    color: #666666;
    display: flex;
    flex-direction: row-reverse;
    cursor: pointer;
}
.section .joke .pro .left .big .item .hint .hint-content:after {
    content: "";
    width: 190px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -11px;
    right: 0;
}
.section .joke .pro .left .big .item .hint .hint-content:before {
    content: "";
    width: 80px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 25px;
    right: 166px;
    transform: rotate(-65deg);

}
.section .joke .pro .left .big .item .hint .hint-content p {
    width: fit-content;
}
.section .joke .pro .left .big .item img {
    width: 100%;
}
.section .joke .pro .left .big .active {
    display: flex;
    align-items: center;
}
.section .joke .pro .left .small {
    width: 100%;
}
.section .joke .pro .left .small .swiper-slide {
    cursor: pointer;
    height: 138px;
    border: 1px solid #000;
    background: #e7e8e3;
    display: flex;
    align-items: center;
}
.section .joke .pro .left .small .swiper-slide img {
    width: 100%;

}
.section .joke .pro .right {
    margin-left: 179px;
}
.section .joke .pro .right h3 {
    font-size: 30px;
    font-family: Roboto;
    font-weight: 500;
    color: #666666;
    text-transform: uppercase;
    margin: 35px 0 72px;
}
.section .joke .pro .right p {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}
.section .joke .pro .right .btn {
    display: block;
    width: 141px;
    height: 50px;
    background: #DC0715;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 52px;
    text-align: center;
    margin-top: 83px;
}
.section1 {
    width: 100%;
    position: relative;
}
.section1 img {
    width: 100%;
    display: block;
}
.section1 .text {
    position: absolute;
    top: 41%;
    left: 14%;
}
.section1 .text h1 {
    font-size: 30px;
    font-family: Roboto;
    font-weight: 500;
    color: #333333;
    margin-bottom: 19px;
}
.section1 .text p {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 300;
    color: #333333;
}
.section2 {
    width: 100%;
    background: #e9e7e6;
    overflow: hidden;
    padding: 90px 0 0;
}
.section2 .joke {
    width: 1694px;
    margin: auto;


}
.section2 .joke .wrap {
    display: flex;
    justify-content: center;
}
.section2 .joke table {
    width: 100%;
    margin-bottom: 67px;
}
.section2 .joke table tr td {
    font-size: 16px;
    font-family: Barlow;
    font-weight: 400;
    color: #333333;
    line-height: 33px;
    border-bottom: 1px solid rgba(0, 0, 0, .16);
    text-align: center;
}
.section2 .joke table tr:nth-child(1) td {
    font-size: 24px;
    font-family: Barlow;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
    padding: 0 13px;
    background: #036C00;
}
.section2 .joke .top {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 67px;
}
.section2 .joke .top .item .title {
    background: #036C00;
    padding: 0 15px;
    height: 48px;
}
.section2 .joke .top .item .title p {
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
    text-transform: uppercase;
}
.section2 .joke .top .item .value {
    padding: 18px 0 8px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.16);
    text-transform: uppercase;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 300;
    color: #333333;
}
.section2 .joke .pro1 .swiper-slide {
    height: 800px;
    justify-content: space-between;
    position: relative;
}
.section2 .joke .left {
    width: 675px;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}
.section2 .joke .left img {
    display: block;
    height: 100%;
}
.section2 .joke .pro1 {
    width: 780px;
    height: 800px;
    margin: 0 0 0 20px;
}
.section2 .joke .pro1 .swiper-slide .text {
    width: 411px;
    height: 171px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 46px 0 0 42px;
}
.section2 .joke .pro1 .swiper-slide .right {
    width: 100%;
    height: 100%;
}
.section2 .joke .pro1 .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.section2 .joke .pro1 .swiper-slide .text p:nth-child(1) {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section2 .joke .pro1 .swiper-slide .text p:nth-last-child(1) {
    font-size: 36px;
    font-family: Roboto;
    font-weight: 500;
    color: #333333;
}
.section2 .joke .pro1 {
    position: relative;
}
.section2 .joke .pro1 .btns {
    width: 160px;
    height: 80px;
    position: absolute;
    bottom: 0px;
    right: 0;
    background: #ffffff;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 35px;
}
.section2 .joke .pro1 .btns .pre {
    width: 16px;
    cursor: pointer;
}
.section2 .joke .pro1 .btns .next {
    width: 16px;
    cursor: pointer;
}
.section2 .joke .pro1 .btns .pre img,.section2 .joke .pro1 .btns .next img {
    width: 100%;
}
.section2 .joke .pro1 .btns:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background: rgba(0,0,0,0.12);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section3 {
    width: 100%;
    background: #e9e7e6;
    overflow: hidden;
    padding: 115px 0 90px;
}
.section3 .joke {
    width: 1700px;
    margin: auto;
}
.section3 .joke h1 {
    font-size: 40px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
.section3 .joke .content {
    width: 100%;
    margin-top: 109px;
    display: flex;
}
.section3 .joke .content .item {
    width: 300px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-right: 50px;
}
.section3 .joke .content .item:nth-child(5n) {
    margin-right: 0px;
}
.section3 .joke .content .item img {
    display: block;
    width: 100%;
    transition: 0.6s;
}
.section3 .joke .content .item .img {
    overflow: hidden;
    display: block;
}
.section3 .joke .content .item .text {
    width: 100%;
    padding: 0 24px;
    position: relative;
    background: #fff;
}
.section3 .joke .content .item .text:after {
    content: "";
    width: 256px;
    height: 1px;
    background: rgba(0, 0, 0, 0.11);
    position: absolute;
    left: 24px;
    top: 0;
}
.section3 .joke .content .item .text p {
    line-height: 60px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #666666;
    transition: 0.6s;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section3 .joke .content .item:hover .text{
    font-size: 20px;
    color: rgb(43,125,38);
    font-weight: 500;
}
.section3 .joke .content .item:hover img {
    transform: scale(1.2);
}
.allPc {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 19991209;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 1s;
    pointer-events: none;
}
.allPc .joke {
    position: relative;
}
.allPc-active {
    opacity: 1;
    pointer-events: unset;
}
.allPc .an {
    display: none;
}
.allPc .an-active {
    display: block;
}
.allPc .an img {
    position: absolute;
    transform: translate(-50%,-50%);
    opacity: 0;
    top: 0;
    left: 0;
}

.allPc .an .pic1 {
    top: 0;
    left: 0;
    animation: move1 1s linear forwards;
    animation-delay: 500ms;
}
.allPc .an .pic2 {
    top: 0;
    left: 0;
    animation: move2 1s linear forwards;
    animation-delay: 500ms;
}
.allPc .an .pic3 {
    top: 0;
    left: 0;
    animation: move3 1s linear forwards;
    animation-delay: 500ms;
}
.allPc .an .pic4 {
    top: 0;
    left: 0;
    animation: move4 1s linear forwards;
    animation-delay: 1000ms;
}
.allPc .an .pic5 {
    top: 0;
    left: 0;
    animation: move5 1s linear forwards;
    animation-delay: 500ms;
}
.fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}
.fixed.on {
    opacity: 1;
    pointer-events: auto;
}
.fixed .fix_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
}
.fixed .fix_box {
    width: 600px;
    border-radius: 12px;
    background: #FFF;
    padding: 40px 40px 50px;
}
.fixed .fix_box h5 {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 500;
    color: #2D2D2D;
    margin-bottom: 30px;
    line-height: 1.6;
}
.fixed .fix_box p {
    color: #666666;
    font-family: Roboto;
    font-size: 16px;
    margin-bottom: 10px;
}
.fixed .fix_box input {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    font-size: 15px;
    padding: 0 15px;
    border: 1px solid #CCCCCC;
}
.fixed .fix_box button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 40px;
    background: #DC0715;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 40px;
    transition: 0.6s;
    border-radius: 4px;
    border: none;
}
.fixed .fix_box button:hover {
    opacity: 0.6;
}
@keyframes move1 {
    from {
        opacity: 0;
        top: 0;
        left: 0;
    }
    to {
        opacity: 0.5;
        top: 0px;
        left: 500px;
    }
}
@keyframes move2 {
    from {
        opacity: 0;
        top: 0px;
        left: 0;
    }
    to {
        opacity: 0.5;
        top: -300px;
        left: 0px;
    }
}
@keyframes move3 {
    from {
        opacity: 0;
        top: 0;
        left: 0;
    }
    to {
        opacity: 0.5;
        top: -100px;
        left: 0px;
    }
}@keyframes move4 {
     from {
         opacity: 0;
         top: 0px;
         left: 0;
     }
     to {
         opacity: 0.5;
         top: 100px;
         left: 0;
     }
 }

@keyframes move5 {
     from {
         opacity: 0;
         top: 0;
         left: 0;
     }
     to {
         opacity: 0.25;
         top: 300px;
         left: 0;
     }
 }
.allPc .an1 img {
    position: absolute;
    transform: translate(-50%,-50%);
    opacity: 0;
    top: 0;
    left: 0;
}
.allPc-active .an1 .pic1 {
    animation: move5 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an1 .pic2 {
    animation: move5 1s linear forwards;
    animation-delay: 500ms;
}
.allPc .an1 .pic2 {
    left: 120px;
}
.allPc-active .an1 .pic3 {
    animation: move6 1s linear forwards;
    animation-delay: 500ms;
}
.allPc .an1 .pic3 {
    top: 140px;
}
.allPc-active .an1 .pic4 {
    animation: move7 1s linear forwards;
    animation-delay: 500ms;
}
.allPc .an1 .pic4 {
    top: 70px;
}
.allPc .an1 .pic5 {
    animation: move5 1s linear forwards;
    animation-delay: 500ms;
}
.allPc-active .an1 .pic6 {
    animation: move8 1s linear forwards;
    animation-delay: 500ms;
}
.allPc .an1 .pic6 {
    top: -140px;
}
.allPc-active .an1 .pic7 {
    animation: move9 1s linear forwards;
    animation-delay: 500ms;
}
.allPc .an1 .pic7 {
    top: -160px;
}
.allPc-active .an1 .pic8 {
    animation: move10 1s linear forwards;
    animation-delay: 500ms;
}
.allPc .an1 .pic8 {
    left: -140px;
}
@keyframes move5 {
    from {
        opacity: 0;
        top: 0;
        left: 120px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move6 {
    from {
        opacity: 0;
        top: 140px;
        left: 0;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move7 {
    from {
        opacity: 0;
        top: 70px;
        left: 0;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move8 {
    from {
        opacity: 0;
        top: -140px;
        left: 0;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move9 {
    from {
        opacity: 0;
        top: -160px;
        left: 0;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move10 {
    from {
        opacity: 0;
        top: 0px;
        left: -140px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
.allPc .an2 img {
    position: absolute;
    transform: translate(-50%,-50%);
    opacity: 0;
    top: 0;
    left: 0;
}
.allPc-active .an2 .pic1 {
    animation: move11 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an2 .pic2 {
    animation: move12 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an2 .pic3 {
    animation: move13 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an2 .pic4 {
    animation: move14 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an2 .pic5 {
    animation: move14 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an2 .pic6 {
    animation: move19 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an2 .pic7 {
    animation: move16 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an2 .pic8 {
    animation: move17 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an2 .pic9 {
    animation: move18 1s linear forwards;
    animation-delay: 300ms;
}
@keyframes move11 {
    from {
        opacity: 0;
        top: 0px;
        left: -394px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move12 {
    from {
        opacity: 0;
        top: 0px;
        left: -234px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move13 {
    from {
        opacity: 0;
        top: 0px;
        left: -46px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move14 {
    from {
        opacity: 0;
        top: -140px;
        left: 0px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move15 {
    from {
        opacity: 0;
        top: -46px;
        left: 0px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move16 {
    from {
        opacity: 0;
        top: 0px;
        left: 60px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move17 {
    from {
        opacity: 0;
        top: 229px;
        left: 0px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move18 {
    from {
        opacity: 0;
        top: 353px;
        left: 0px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move19 {
    from {
        opacity: 0;
        top: 0px;
        left: 0px;
    }
    to {
        opacity: 1;
        top: 0;
        left: 0;
    }
}
.allPc .an3 img {
    position: absolute;
    transform: translate(-50%,-50%);
    opacity: 0;
    top: 0;
    left: 0;
}
.allPc-active .an3 .pic1 {
    animation: move20 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an3 .pic2 {
    animation: move21 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an3 .pic3 {
    animation: move22 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an3 .pic4 {
    animation: move23 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an3 .pic5 {
    animation: move24 1s linear forwards;
    animation-delay: 300ms;
}
@keyframes move20 {
    from {
        opacity: 0;
        top: 0px;
        left: -125px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move21 {
    from {
        opacity: 0;
        top: 0px;
        left: -54px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move22 {
    from {
        opacity: 0;
        top: 0px;
        left: 0px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move23 {
    from {
        opacity: 0;
        top: 0px;
        left: 196px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move24 {
    from {
        opacity: 0;
        top: 0px;
        left: 355px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
.allPc .an4 img {
    position: absolute;
    transform: translate(-50%,-50%);
    opacity: 0;
    top: 0;
    left: 0;
}
.allPc-active .an4 .pic1 {
    animation: move25 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an4 .pic2 {
    animation: move26 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an4 .pic3 {
    animation: move27 1s linear forwards;
    animation-delay: 300ms;
}
.allPc-active .an4 .pic4 {
    animation: move28 1s linear forwards;
}
.allPc-active .an4 .pic5 {
    animation: move29 1s linear forwards;
    animation-delay: 300ms;
}
@keyframes move25 {
    from {
        opacity: 0;
        top: 0px;
        left: -484px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move26 {
    from {
        opacity: 0;
        top: 0px;
        left: -313px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move27 {
    from {
        opacity: 0;
        top: 0px;
        left: -281px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move28 {
    from {
        opacity: 0;
        top: 0px;
        left: 0px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@keyframes move29 {
    from {
        opacity: 0;
        top: 0px;
        left: 310px;
    }
    to {
        opacity: 0.7;
        top: 0;
        left: 0;
    }
}
@media screen and (max-width: 1919px) {
    .banner{
        padding-top: 5.7291666667vw;
    }
    .banner p{
        font-size: 1.5625vw;
        bottom: 1.6666666667vw;
        right: 9.7395833333vw;
    }
    .section .joke{
        width: 68.75vw;
        padding: 4.6354166667vw 0px 6.5104166667vw;
    }
    .section .joke h1{
        font-size: 1.6666666667vw;
    }
    .section .joke .pro{
        margin-top: 5.9895833333vw;
    }
    .section .joke .pro .left{
        width: 35.5729166667vw;
    }
    .section .joke .pro .left .big{
        margin-bottom: 1.9791666667vw;
    }
    .section .joke .pro .left .big .item{
        width: 35.5729166667vw;
        height: 21.6666666667vw;
    }
    .section .joke .pro .left .big .item .hint{
        bottom: 6.3541666667vw;
        left: 21.875vw;
        width: 2.34375vw;
        height: 2.34375vw;
    }
    .section .joke .pro .left .big .item .hint::before{
        width: 2.34375vw;
        height: 2.34375vw;
    }
    .section .joke .pro .left .big .item .hint .hint-circle{
        width: 2.34375vw;
        height: 2.34375vw;
    }
    .section .joke .pro .left .big .item .hint::after{
        width: 0.5729166667vw;
        height: 0.5729166667vw;
    }
    .section .joke .pro .left .big .item .hint .hint-content{
        width: 9.1145833333vw;
        left: 3.6458333333vw;
        bottom: 3.28125vw;
        font-size: 0.8333333333vw;
    }
    .section .joke .pro .left .big .item .hint .hint-content::after{
        width: 9.8958333333vw;
        height: 0.1041666667vw;
        top: -0.5729166667vw;
    }
    .section .joke .pro .left .big .item .hint .hint-content::before{
        width: 4.1666666667vw;
        height: 0.1041666667vw;
        top: 1.3020833333vw;
        right: 8.6458333333vw;
    }
    .section .joke .pro .left .small .swiper-slide{
        height: 7.1875vw;
    }
    .section .joke .pro .right{
        margin-left: 9.3229166667vw;
    }
    .section .joke .pro .right h3{
        font-size: 1.5625vw;
        margin: 1.8229166667vw 0px 3.75vw;
    }
    .section .joke .pro .right p{
        font-size: 1.0416666667vw;
        line-height: 1.875vw;
    }
    .section .joke .pro .right .btn{
        width: 7.34375vw;
        height: 2.6041666667vw;
        font-size: 1.25vw;
        line-height: 2.7083333333vw;
        margin-top: 4.3229166667vw;
    }
    .section1 .text h1{
        font-size: 1.5625vw;
        margin-bottom: 0.9895833333vw;
    }
    .section1 .text p{
        font-size: 0.8333333333vw;
    }
    .section2{
        padding: 4.6875vw 0px 0px;
    }
    .section2 .joke{
        width: 88.2291666667vw;
    }
    .section2 .joke table{
        margin-bottom: 3.4895833333vw;
    }
    .section2 .joke table tr td{
        font-size: 0.8333333333vw;
        line-height: 1.71875vw;
    }
    .section2 .joke table tr:nth-child(1) td{
        font-size: 1.25vw;
        line-height: 2.5vw;
        padding: 0px 0.6770833333vw;
    }
    .section2 .joke .top{
        margin-bottom: 3.4895833333vw;
    }
    .section2 .joke .top .item .title{
        padding: 0px 0.78125vw;
        height: 2.5vw;
    }
    .section2 .joke .top .item .title p{
        font-size: 1.25vw;
        line-height: 2.5vw;
    }
    .section2 .joke .top .item .value{
        padding: 0.9375vw 0px 0.4166666667vw;
        font-size: 0.8333333333vw;
    }
    .section2 .joke .pro1 .swiper-slide{
        height: 41.6666666667vw;
    }
    .section2 .joke .left{
        width: 35.15625vw;
        height: 41.6666666667vw;
    }
    .section2 .joke .pro1{
        width: 40.625vw;
        height: 41.6666666667vw;
        margin: 0px 0px 0px 1.0416666667vw;
    }
    .section2 .joke .pro1 .swiper-slide .text{
        width: 21.40625vw;
        height: 8.90625vw;
        padding: 2.3958333333vw 0px 0px 2.1875vw;
    }
    .section2 .joke .pro1 .swiper-slide .text p:nth-child(1){
        font-size: 1.0416666667vw;
        margin-bottom: 0.5208333333vw;
    }
    .section2 .joke .pro1 .swiper-slide .text p:nth-last-child(1){
        font-size: 1.875vw;
    }
    .section2 .joke .pro1 .btns{
        width: 8.3333333333vw;
        height: 4.1666666667vw;
        padding: 0px 1.8229166667vw;
    }
    .section2 .joke .pro1 .btns .pre{
        width: 0.8333333333vw;
    }
    .section2 .joke .pro1 .btns .next{
        width: 0.8333333333vw;
    }
    .section3{
        padding: 5.9895833333vw 0px 4.6875vw;
    }
    .section3 .joke{
        width: 88.5416666667vw;
    }
    .section3 .joke h1{
        font-size: 2.0833333333vw;
    }
    .section3 .joke .content{
        margin-top: 5.6770833333vw;
    }
    .section3 .joke .content .item{
        width: 15.625vw;
        margin-right: 2.6041666667vw;
    }
    .section3 .joke .content .item .text{
        padding: 0px 1.25vw;
    }
    .section3 .joke .content .item .text::after{
        width: 13.3333333333vw;
        left: 1.25vw;
    }
    .section3 .joke .content .item .text p{
        line-height: 3.125vw;
        font-size: 0.8333333333vw;
    }
    .section3 .joke .content .item:hover .text{
        font-size: 1.0416666667vw;
    }
    .allPc .an1 .pic2{
        left: 6.25vw;
    }
    .allPc .an1 .pic3{
        top: 7.2916666667vw;
    }
    .allPc .an1 .pic4{
        top: 3.6458333333vw;
    }
    .allPc .an1 .pic6{
        top: -7.2916666667vw;
    }
    .allPc .an1 .pic7{
        top: -8.3333333333vw;
    }
    .allPc .an1 .pic8{
        left: -7.2916666667vw;
    }
}
@media screen and (max-width: 768px) {
    .banner {
        margin: 60px 0 0;
    }

    .banner img {
        height: 60vh;
    }
    .banner p {
        font-size: 24px;
        left: 5vw;
        right: unset;
        bottom: 30px;
    }
    .section .joke {
        width: 90%;
        margin: 50px auto 60px;
        padding: 0;
    }
    .section .joke h1 {
        font-size: 22px;
    }
    .section .joke .pro {
        margin-top: 30px;
        display: block;
    }
    .section .joke .pro .left {
        width: 100%;
    }
    .section .joke .pro .left .big .item {
        width: 100%;
        height: 60vw;
    }
    .section .joke .pro .left .big {
        margin-bottom: 20px;
    }
    .section .joke .pro .left .small {
        padding: 0 2px;
    }
    .section .joke .pro .left .small .swiper-slide {
        height: 20vw;
    }
    .section .joke .pro .right {
        margin: 0;
        padding: 30px 0 0;
    }
    .section .joke .pro .right h3 {
        font-size: 20px;
    }
    .section .joke .pro .right p {
        font-size: 15px;
        line-height: 2;
    }
    .section .joke .pro .right .btn {
        width: fit-content;
        padding: 0 30px;
        height: 32px;
        font-size: 14px;
        line-height: 32px;
        margin: 20px 0 0;
    }
    .section2 {
        padding: 60px 0 0;
    }
    .section2 .joke {
        width: 90%;
    }
    .section2 .joke .content {
        width: 100%;
        overflow-x: auto;
    }
    .section2 .joke table tr:nth-child(1) td {
        font-size: 15px;
        line-height: 1.4;
        padding: 10px;
        white-space: nowrap;
    }
    .section2 .joke table tr td {
        font-size: 15px;
        line-height: 1.6;
        padding: 10px;
        white-space: nowrap;
    }
    .section2 .joke table {
        margin-bottom: 30px;
    }
    .section2 .joke .wrap {
        display: block;
    }
    .section2 .joke .left {
        width: 100%;
        height: 60vw;
    }
    .section2 .joke .pro1 {
        width: 100%;
        height: 60vw;
        margin: 0;
    }
    .section2 .joke .pro1 .swiper-slide {
        height: 100%;
    }
    .section2 .joke .pro1 .btns {
        width: 100px;
        height: 45px;
        padding: 0 20px;
    }
    .section2 .joke .pro1 .btns .pre,.section2 .joke .pro1 .btns .next {
        width: 8px;
    }
    .section3 {
        padding: 50px 0;
    }
    .section3 .joke h1 {
        font-size: 22px;
    }
    .section3 .joke .content {
        margin: 30px 0 0;
    }
    .section3 .joke .content .item .text p {
        line-height: 1.4;
        font-size: 15px;
    }
    .section3 .joke .content .item .text {
        padding: 8px 15px;
    }
    .section3 .joke .content .item .text::after {
        width: 100%;
        left: 0;
    }
    .section2 .joke .content {
        padding: 0 0 10px;
        margin-bottom: 30px;
    }
    .section2 .joke table {
        margin-bottom: 0;
    }
    .section2 .joke .content .scrollbar-track {
        opacity: 1 !important;
        height: 4px;
        background: rgba(222, 222, 222, .75) !important;
    }
    .section2 .joke .content .scrollbar-thumb {
        height: 4px;
    }
}
