.sec1 {
    padding-top: 178px;
    background: #FAFAFA;
}

.sec1 .introduction {
    width: 73vw;
    margin: auto;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-bottom: 14.4791666667vw;
}

.sec1 .introduction .introduction_title {
    position: absolute;
    top: 2.8645833333vw;
    left: 0;
    width: 100%;
}

.sec1 .introduction h1 {
    font-size: 14.5833333333vw;
    font-weight: bold;
    background: linear-gradient(180deg, rgba(0, 153, 68, 0.6) 0%, rgba(0, 153, 68, 0.1) 60%, rgba(0, 153, 68, 0) 100%);
    opacity: 0.4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    line-height: 14.5vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.sec1 .introduction .left {
    position: relative;
    z-index: 3;
    padding-top: 14.84375vw;
}

.sec1 .introduction .left h2 {
    font-size: 2.2916666667vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
}

.sec1 .introduction .left h2 span {
    color: #009944;
}

.sec1 .introduction .left h3 {
    font-size: 1.4583333333vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin: 1.875vw 0 2.5520833333vw;
}

.sec1 .introduction .left .text_effect {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 1.77vw;
    background: #009944;
    border-radius: 1.3vw;
    height: 2.6vw;
}

.sec1 .introduction .left .text_effect p {
    font-size: 1.04vw;
    font-weight: bold;
    color: #FFFFFF;
}

.sec1 .introduction .right {
  z-index: 3;
  width: 56.28125vw;
  position: absolute;
  top: 2.885417vw;
  right: -9.395833vw;
}

.sec1 .introduction .right img {
    display: block;
    width: 100%;
}

.sec2 {
    width: 100%;
    height: calc(100vh + 1000px);
}

.sec2 .sec2_box {
    width: 100%;
    height: 56.25vw;
    position: relative;
}

.sec2 .sec2_box .title {
    text-align: center;
    width: fit-content;
    position: absolute;
    top: 7.2916666667vw;
    left: 50%;
    transform: translateX(-50%) !important;
}

.sec2 .sec2_box .title h1 {
    font-size: 2.2916666667vw;
    font-weight: bold;
    color: #111111;
    line-height: 1;
    margin-bottom: 1.40625vw;
}

.sec2 .sec2_box .title p {
    font-size: 20px;
    font-weight: 500;
    color: #444444;
    line-height: 40px;
}

.sec2 .sec2_box .title p span {
    color: #009944;
}

.sec2 .sec2_box .video {
    width: 100%;
}

.sec2 .sec2_box .video video {
    width: 100%;
    display: block;
}

.sec3 {
    padding: 8.8541666667vw 0 8.0208333333vw;
}

.sec3 .title {
    text-align: center;
    margin-bottom: 4.0625vw;
}

.sec3 .title h1 {
    font-size: 2.2916666667vw;
    font-weight: bold;
    color: #111111;
    line-height: 1;
}

.sec3 .flex {
    display: flex;
    justify-content: center;
    margin-bottom: 1.1979166667vw;
}

.sec3 .flex .item {
    text-align: center;
}

.sec3 .flex .item .iconfont {
    width: 3.0208333333vw;
    height: 3.0208333333vw;
    font-size: 3.0208333333vw;
    color: #009944;
    margin: 0 auto 1.9791666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .flex .item .iconfont img {
    display: block;
    width: 80%;
}

.sec3 .flex .item h5 {
    font-size: 1.1458333333vw;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin-bottom: 1.5104166667vw;
}

.sec3 .flex .item p {
    font-size: 0.8854166667vw;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}

.sec3 .flex .item:not(:nth-last-child(1)) {
    margin-right: 6.6666666667vw;
}

.sec3 .pro13_swiper {
    width: 78.8020833333vw;
    margin: auto;
}

.sec3 .pro13_swiper .swiper-slide img {
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.sec3 .pro13_swiper .swiper-slide-active img {
    opacity: 1;
}

.sec3 .pro13_swiper .position {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5.875vw;
    left: 0;
}

.sec3 .pro13_swiper .position .dot {
    position: absolute;
    z-index: 10;
}

.sec3 .pro13_swiper .position .dot .cir {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    background: #009944;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sec3 .pro13_swiper .position .dot .cir .c {
    width: 0.78125vw;
    height: 0.78125vw;
    background: #FFFFFF;
    border-radius: 50%;
}

.sec3 .pro13_swiper .position .dot .cir:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: radial-gradient(50% 50%, rgba(0, 153, 68, 0) 70%, rgba(0, 153, 68, 0.2));
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: 1s circle_animate linear infinite;
}

.sec3 .pro13_swiper .position .dot .dot_main {
    position: absolute;
    top: 50%;
    left: 1.8229166667vw;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    pointer-events: none;
}

.sec3 .pro13_swiper .position .dot .dot_main .line {
    width: 6.6145833333vw;
    height: 1px;
    background: #009944;
    margin-right: 1.09375vw;
    position: relative;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.4s;
    transition-delay: 0.4s;
}

.sec3 .pro13_swiper .position .dot .dot_main .line:after {
    content: "";
    width: 0.46875vw;
    height: 0.46875vw;
    background: #009944;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(100%, -50%);
    right: 0;
    opacity: 0;
    transition: 0.4s;
}

.sec3 .pro13_swiper .position .dot .dot_main p {
    font-size: 1.25vw;
    font-weight: bold;
    color: #009944;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s;
}

.sec3 .pro13_swiper .position .dot .dot_main.left {
    flex-direction: row-reverse;
    left: unset;
    right: 1.8229166667vw;
}

.sec3 .pro13_swiper .position .dot .dot_main.left .line {
    margin-left: 1.09375vw;
    margin-right: unset;
    transform-origin: right;
}

.sec3 .pro13_swiper .position .dot .dot_main.left .line:after {
    left: 0;
    right: unset;
    transform: translate(-100%, -50%);
}

.sec3 .pro13_swiper .position .dot.on .dot_main .line {
    transform: scaleX(1);
    transition-delay: 0s;
}

.sec3 .pro13_swiper .position .dot.on .dot_main .line:after {
    opacity: 1;
    transition-delay: 0.4s;
}

.sec3 .pro13_swiper .position .dot.on .dot_main p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.sec3 .pro13_swiper .position .dot:nth-child(1) {
    top: 20.625vw;
    left: 30.3125vw;
}

.sec3 .pro13_swiper .position .dot:nth-child(2) {
    top: 6.1875vw;
    left: 17.625vw;
}

.sec3 .pro13_swiper .position .dot:nth-child(3) {
    top: 4.0104166667vw;
    left: 5.625vw;
}

.sec3 .pro13_swiper .position .dot:nth-child(4) {
    top: 12.5vw;
    right: 9.3229166667vw;
}

.sec3 .pro13_swiper .position .dot:nth-child(5) {
    top: 20.625vw;
    right: 27.958333vw;
}

.sec3 .pro13_swiper .position .dot:nth-child(6) {
    top: 4.9375vw;
    right: 20.125vw;
}

.sec4 {
    background: #FAFAFA;
    padding: 6.25vw 0 7.5vw;
}

.sec4 .title {
    text-align: center;
    margin-bottom: 3.3854166667vw;
}

.sec4 .title h1 {
    font-size: 2.2916666667vw;
    font-weight: bold;
    color: #111111;
    line-height: 1;
    margin-bottom: 1.5625vw;
}

.sec4 .title p {
    font-size: 1.25vw;
    font-weight: 500;
    color: #444444;
}

.sec4 .flex {
    display: flex;
    justify-content: center;
    margin-bottom: 4.1666666667vw;
}

.sec4 .flex .item h5 {
    font-size: 1.4583333333vw;
    font-weight: bold;
    color: #009944;
    margin-bottom: 0.78125vw;
    line-height: 1;
}

.sec4 .flex .item p {
    font-size: 0.8333333333vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
}

.sec4 .flex .item:not(:nth-last-child(1)) {
    margin-right: 6.25vw;
}

.sec4 .video {
    width: 57.2916666667vw;
    margin: auto;
}

.sec4 .video video {
    display: block;
    width: 100%;
}

@keyframes circle_animate {
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.sec5 {
    padding: 7.2916666667vw 0 0;
}

.sec5 h1 {
    font-size: 2.2916666667vw;
    font-weight: bold;
    color: #111111;
    text-align: center;
    margin-bottom: 2.7604166667vw;
}

.sec5 .flex {
    width: 62.5vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.sec5 .flex .item {
    width: 48%;
    text-align: center;
}

.sec5 .flex .item .pro_img {
    width: 27.395833333333333333333333333333vw;
    height: 21.354166666666666666666666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.sec5 .flex .item:nth-child(2) .pro_img{
    position: relative;
    top: -45px;
}

.sec5 .flex .item h5 {
    font-size: 1.6666666667vw;
    font-weight: bold;
    color: #009944;
    margin-bottom: 1.1458333333vw;
}

.sec5 .flex .item p {
    font-size: 0.9375vw;
    font-weight: 500;
    color: #333333;
    line-height: 1.6666666667vw;
}

.sec5 .flex .item .load_more {
    width: fit-content;
    margin: 2.2916666667vw auto 0;
}

.sec5 .flex .item .load_more p {
    color: #DAB636;
}

.sec5 .sec5_pro {
    width: 27.0833333333vw;
    position: relative;
    margin: 12.2916666667vw auto 0;
    padding-bottom: 8.59375vw;
}

.sec5 .sec5_pro img {
    display: block;
    width: 100%;
}

.sec5 .sec5_pro .dot {
    position: absolute;
}

.sec5 .sec5_pro .dot .cir {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    background: #009944;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sec5 .sec5_pro .dot .cir .c {
    width: 0.78125vw;
    height: 0.78125vw;
    background: #FFFFFF;
    border-radius: 50%;
}

.sec5 .sec5_pro .dot .cir:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: radial-gradient(50% 50%, rgba(0, 153, 68, 0) 70%, rgba(0, 153, 68, 0.2));
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: 1s circle_animate linear infinite;
}

.sec5 .sec5_pro .dot .dot_main {
    position: absolute;
    top: 50%;
    left: 1.8229166667vw;
    display: flex;
    pointer-events: none;
}

.sec5 .sec5_pro .dot .dot_main .line {
    width: 14.7916666667vw;
    height: 1px;
    background: #009944;
    margin-right: 1.09375vw;
    position: relative;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.4s;
    transition-delay: 0.4s;
}

.sec5 .sec5_pro .dot .dot_main .line:after {
    content: "";
    width: 0.46875vw;
    height: 0.46875vw;
    background: #009944;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(100%, -50%);
    right: 0;
    opacity: 0;
    transition: 0.4s;
}

.sec5 .sec5_pro .dot .dot_main .dot_text {
    transform: translateY(-0.8333333333vw);
}

.sec5 .sec5_pro .dot .dot_main .dot_text h5 {
    font-size: 1.6666666667vw;
    font-weight: bold;
    color: #009944;
    margin-bottom: 0.9895833333vw;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s;
    line-height: 1;
}

.sec5 .sec5_pro .dot .dot_main .dot_text p {
    font-size: 0.9375vw;
    font-weight: 500;
    color: #333333;
    line-height: 1.6666666667vw;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s;
}

.sec5 .sec5_pro .dot .dot_main .dot_text p span {
    color: #009944;
}

.sec5 .sec5_pro .dot .dot_main.left {
    flex-direction: row-reverse;
    left: unset;
    right: 1.8229166667vw;
}

.sec5 .sec5_pro .dot .dot_main.left .line {
    margin-left: 1.09375vw;
    margin-right: unset;
    transform-origin: right;
}

.sec5 .sec5_pro .dot .dot_main.left .line:after {
    left: 0;
    right: unset;
    transform: translate(-100%, -50%);
}

.sec5 .sec5_pro .dot .dot_main.left .dot_text {
    text-align: right;
}

.sec5 .sec5_pro .dot:hover .dot_main .line, .sec5 .sec5_pro .dot.on .dot_main .line {
    transform: scaleX(1);
    transition-delay: 0s;
}

.sec5 .sec5_pro .dot:hover .dot_main .line:after, .sec5 .sec5_pro .dot.on .dot_main .line:after {
    opacity: 1;
    transition-delay: 0.4s;
}

.sec5 .sec5_pro .dot:hover .dot_main .dot_text h5, .sec5 .sec5_pro .dot.on .dot_main .dot_text h5 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.sec5 .sec5_pro .dot:hover .dot_main .dot_text p, .sec5 .sec5_pro .dot.on .dot_main .dot_text p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.sec5 .sec5_pro .dot:nth-child(2) {
    top: 9.53125vw;
    left: 9.3229166667vw;
}

.sec5 .sec5_pro .dot:nth-child(3) {
    top: 10vw;
    right: 3.3333333333vw;
}

.sec5 .sec5_pro .dot:nth-child(3) .dot_main .line {
    width: 9.791667vw;
}

.section {
    padding: 7.7604166667vw 0 7.4479166667vw;
    background: #FAFAFA;
}

.section .joke {
    width: 72.9166666667vw;
    margin: auto;
}

.section .joke .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.125vw;
}

.section .joke .title .title_box {
    width: 100%;
}

.section .joke .title .title_box .pro13_swiper2 {
    width: 100%;
}
.section .joke .title .title_box .pro13_swiper2 .swiper-slide{
    text-align: center;
}
.section .joke .title .title_box .pro13_swiper2 .swiper-slide h1 {
    font-size: 2.2916666667vw;
    font-weight: bold;
    color: #111111;
    line-height: 1;
    opacity: 0;
}

.section .joke .title .title_box .pro13_swiper2 .swiper-slide p {
    margin-top: 1.8229166667vw;
    font-size: 1.5625vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    opacity: 0;
}

.section .joke .title .title_box .pro13_swiper2 .swiper-slide.swiper-slide-active h1, .section .joke .title .title_box .pro13_swiper2 .swiper-slide.swiper-slide-active p {
    opacity: 1;
    transition: 0.4s;
}

.section .btns {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
    z-index: 1111;
    pointer-events: none;
    justify-content: space-between;
}

.section .btns .iconfont {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    background: #009944;
    /*opacity: 0.1;*/
    border-radius: 50%;
    cursor: pointer;
    transition: 0.6s;
    font-size: 0.8333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    pointer-events: auto;
}

.section .btns .iconfont:hover {
    opacity: 1;
}

.section .btns .iconfont:nth-child(1) {
    margin-right: 0.625vw;
    transform: rotate(180deg);
}

.section .pro13_swiper1 {
    width: 162.7708333333vw;
    /*left: -46.875vw;*/
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.section .pro13_swiper1 .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.section .pro13_swiper1 .swiper-slide video {
    width: 100%;
    display: block;
}

.section .pro13_swiper1 .swiper-slide .after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 12;
    transition: .6s;
}

.section .pro13_swiper1 .swiper-slide-active .after{
    opacity: 0;
}

.section .pro13_swiper1 .swiper-pagination {
    width: 72.9166666667vw;
    position: relative;
    bottom: 0;
    left: 6.5104166667vw;
    margin: 2.0833333333vw auto 0;
    display: flex;
    justify-content: center;
}

.section .pro13_swiper1 .swiper-pagination .swiper-pagination-bullet {
    width: 2.6041666667vw;
    height: 0.15625vw;
    background: #009944;
    opacity: 0.2;
    border-radius: unset;
    margin: 0 1.0416666667vw 0 0;
    display: block;
    transition: 0.6s;
}

.section .pro13_swiper1 .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
}

.section .pro13_swiper1 .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

/*# sourceMappingURL=pro13.css.map */
@media screen and (max-width: 1024px) {
    .sec1{
        padding-top: 80px;
    }
    .sec1 .introduction{
        width: 90%;
        flex-direction: column-reverse;
    }
    .sec1 .introduction .left{
        padding-top: 0;
        text-align: center;
    }
    .sec1 .introduction .left h2{
        font-size: 24px;
    }
    .sec1 .introduction .left h3{
        font-size: 14px;
        line-height: unset;
        letter-spacing: 1px;
        margin: 10px 0;
    }
    .sec1 .introduction .right{
        position: static;
        width: 80%;
        margin: 0 auto 30px;
    }
    .sec1 .introduction .left .load_more{
        justify-content: center;
        margin: 25px 0 0 0;
    }
    .sec1 .introduction{
        padding: 50px 0 0 0;
    }
    .sec1 .introduction h1{
        left: 50%;
        transform: translateX(-50%);
        font-size: 40px;
        position: absolute;
        top: 0;
    }

    .sec1 .introduction .left .text_effect{
        padding: 0 20px;
        height: 35px;
        margin: 30px auto;
        border-radius: 50px;
    }
    .sec1 .introduction .left .text_effect p{
        font-size: 14px;
    }
    .sec1 .introduction .left{
        margin: 0 0 25px;
    }
    .sec1 .introduction .left p{
        width: 100%;
        font-size: 14px;
        line-height: 25px;
    }
    .sec2 .sec2_box .title{
        opacity: 1!important;
        position: static;
        width: 90%;
        transform: none!important;
        margin: 34px auto;
    }
    .sec2 .sec2_box .title h1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .sec2 .sec2_box .title p{
        font-size: 14px;
        line-height: 2;
    }
    .sec2 .sec2_box .video{
        transform: none!important;
    }
    .sec2{
        height: auto;
    }
    .sec2 .sec2_box{
        height: auto;
    }
    .sec3 .title h1{
        font-size: 24px;
    }
    .sec3 .flex{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px 0;
        margin: 40px 0 0 0;
    }
    .sec3 .flex .item{
        margin: 0!important;
    }
    .sec3 .flex .item .iconfont{
        width: 30px;
        height: 30px;
        font-size: 30px;
        margin: 0 auto 20px;
    }
    .sec3 .flex .item h5{
        font-size: 14px;
        margin-bottom: 10px
    }
    .sec3 .flex .item p{
        font-size: 12px;
        line-height: 1.6;
    }
    .sec3 .pro13_swiper .position{
        display: none;
    }
    .sec3 .pro13_swiper{
        width: 90%;
        margin: 30px auto 0;
    }
    .sec4{
        padding: 50px 0 0 0;
    }
    .sec4 .title h1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .sec4 .title p{
        font-size: 14px;
    }
    .sec4 .title{
        margin-bottom: 30px
    }
    .sec4 .flex .item h5{
        font-size: 16px;
        margin: 0 0 10px;
    }
    .sec4 .flex .item:not(:nth-last-child(1)) {
        margin-right: 13px;
    }
    .sec4 .flex .item p{
        font-size: 10px;
    }
    .sec4 .flex{
        margin-bottom: 20px
    }
    .sec4 .video{
        width: 100%;
    }
    .sec5 .flex{
        width: 90%;
        flex-direction: column;
    }
    .sec5 .flex .item{
        width: 100%;
        margin: 0 0 35px;
    }
    .sec5 h1{
        font-size: 24px;
    }
    .sec5{
        padding: 45px 0 0 0;
    }
    .sec5 .flex .item .pro_img{
        width: 100%;
        height: auto;
        margin: 0 0 25px;
    }
    .sec5 .flex .item h5{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .sec5 .flex .item p{
        font-size: 12px;
        line-height: 20px
    }
    .sec5 .flex .item:nth-child(2) .pro_img{
        top: 0;
    }

    .sec5 .sec5_pro{
        width: 90%;
    }
    .sec5 .sec5_pro .dot .cir{
        display: none;
    }

    .sec5 .sec5_pro .dot .dot_main .line{
        display: none;
    }
    .sec5 .sec5_pro .dot .dot_main .dot_text{
        
    }
    .sec5 .sec5_pro .dot{
        position: static;
        margin: 0 0 30px;
    }
    .sec5 .sec5_pro img{
        width: 70%;
        margin: 0 auto 30px;
    }
    .sec5 .sec5_pro .dot .dot_main .dot_text h5,.sec5 .sec5_pro .dot .dot_main .dot_text p{
        opacity: 1;
        transform: none;
    }
    .sec5 .sec5_pro .dot .dot_main .dot_text{
        transform: none;
        width: 100%;
        text-align: left!important;
    }
    .sec5 .sec5_pro .dot .dot_main{
        position: static;
        flex-direction: unset!important;
    }
    .sec5 .sec5_pro .dot .dot_main .dot_text h5{
        font-size: 16px;
        margin: 0 0 10px;
    }
    .sec5 .sec5_pro .dot .dot_main .dot_text p{
        font-size: 13px;
        line-height: 1.6;
        white-space: unset;
    }
    .section{
        padding: 35px 0 ;

    }
    .section .joke .title .title_box .pro13_swiper2 .swiper-slide h1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .section .joke .title .title_box .pro13_swiper2 .swiper-slide p{
        font-size: 13px;
        line-height: 1.6;
    }
    .section .joke{
        width: 90%;
    }
    .section .joke .title{
        margin-bottom: 0;
    }
    .section .pro13_swiper1{
        /*width: 90%;*/
        /*left: 0;*/
        /*transform: none;*/
        width: 250vw;
    }
    .section .btns{
        position: static;
        margin: 20px auto;
        transform: none;
        width: 90%;
        justify-content: center;
    }
    .section .btns .iconfont{
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .section .btns .iconfont:nth-child(1) {
        margin-right: 20px;
        transform: rotate(180deg);
    }
    .section .pro13_swiper1 .swiper-pagination{
        margin: 20px auto 0;
        left: 0;
        width: 90%;
    }
    .section .pro13_swiper1 .swiper-pagination .swiper-pagination-bullet{
        width: 40px;
        height: 2px;
        margin: 0 10px 0 0;
    }
}<!--0.00015807151794434-->