.sec1 {
    padding-top: 178px;
    background: #FAFAFA;
}

.sec1 .introduction {
    width: 73vw;
    margin: auto;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-bottom: 15.8333333333vw;
}

.sec1 .introduction .introduction_title {
    position: absolute;
    left: 0;
    top: 3.125vw;
    width: 100%;
}

.sec1 .introduction h1 {
    font-size: 12.5vw;
    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.458vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin: 2.0833333333vw 0 0.9375vw;
}

.sec1 .introduction .left p {
    width: 25vw;
    font-size: 0.9375vw;
    font-weight: 400;
    color: #666666;
    line-height: 1.5625vw;
}

.sec1 .introduction .right {
    position: absolute;
    z-index: 3;
    width: 40.625vw;
    padding-top: 3.9583333333vw;
    right: 0;
}

.sec1 .introduction .right img {
    display: block;
    width: 100%;
}

.sec2 {
    padding: 7.4479166667vw 0 8.3854166667vw;
}

.sec2 .joke {
    width: 72.9166666667vw;
    margin: auto;
}

.sec2 .joke .title {
    margin-bottom: 2.5vw;
}

.sec2 .joke .title h1 {
    font-size: 2.0833333333vw;
    font-weight: 500;
    line-height: 1;
    color: #111111;
    margin-bottom: 1.7708333333vw;
}

.sec2 .joke .title p {
    font-size: 1.25vw;
    font-weight: 500;
    color: #444444;
    line-height: 1;
}

.sec2 .joke .map {
    width: 100%;
}

.sec2 .joke .map img {
    display: block;
    width: 100%;
}

.sec2 .box {
    width: 100%;
    position: relative;
}

.sec2 .box .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 89.0625vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10;
}

.sec2 .box .btns .iconfont {
    width: 51px;
    height: 51px;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #209344;
    transition: 0.6s;
}

.sec2 .box .btns .iconfont:hover {
    border: 1px solid #009944;
    color: #FFFFFF;
    background: #009944;
}

.sec2 .box .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
}

.sec2 .pro10_swiper {
    width: 98.4375vw;
    left: 13.5416666667vw;
    margin: 0;
}

.sec2 .pro10_swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.sec2 .pro10_swiper .swiper-wrapper .swiper-slide {
    height: 21.875vw;
    border: 1px solid rgba(32, 147, 68, 0.2);
    border-radius: 10px;
    padding: 2.1354166667vw 2.34375vw;
    transition: 0.7s;
    cursor: pointer;
    text-align: center;
}

.sec2 .pro10_swiper .swiper-wrapper .swiper-slide h5 {
    font-size: 2.0833333333vw;
    font-weight: bold;
    color: #009944;
    line-height: 1;
    margin-bottom: 1.6666666667vw;
    transition: 0.7s;
}

.sec2 .pro10_swiper .swiper-wrapper .swiper-slide p {
    font-size: 0.8333333333vw;
    font-weight: 400;
    color: #666666;
    line-height: 1.5625vw;
    transition: 0.7s;
}

.sec2 .pro10_swiper .swiper-wrapper .swiper-slide:hover {
    background: #009944;
    border: 1px solid transparent;
}

.sec2 .pro10_swiper .swiper-wrapper .swiper-slide:hover h5, .sec2 .pro10_swiper .swiper-wrapper .swiper-slide:hover p {
    color: #fff;
}

.sec3 {
    padding: 7.03125vw 0 8.6458333333vw;
    background: #F7F7F7;
}

.sec3 .joke {
    width: 72.9166666667vw;
    margin: auto;
}

.sec3 .joke .title {
    margin-bottom: 8.4375vw;
}

.sec3 .joke .title h1 {
    font-size: 2.0833333333vw;
    font-weight: 500;
    color: #111111;
    line-height: 1;
    margin-bottom: 1.7708333333vw;
}

.sec3 .joke .title p {
    font-size: 1.25vw;
    font-weight: 500;
    color: #444444;
}

.sec3 .joke .main {
    width: 30.4166666667vw;
    position: relative;
    margin: auto;
}

.sec3 .joke .main > img {
    display: block;
    width: 100%;
}

.sec3 .joke .main .dot {
    position: absolute;
}

.sec3 .joke .main .dot .dot_box {
    position: relative;
}

.sec3 .joke .main .dot .dot_box .line .l {
    height: 1px;
    background: rgba(0, 153, 68, 0.2);
    position: relative;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.4s;
    transition-delay: 0.4s;
}

.sec3 .joke .main .dot .dot_box .line .l:after {
    content: "";
    width: 0.46875vw;
    height: 0.46875vw;
    background: #009944;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.4s;
}

.sec3 .joke .main .dot .dot_box .line .line_text {
    text-align: right;
    white-space: nowrap;
    margin-bottom: 1.25vw;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.4s;
}

.sec3 .joke .main .dot .dot_box .line .line_text p {
    font-size: 0.8333333333vw;
    font-weight: 400;
    color: #323333;
}

.sec3 .joke .main .dot .dot_box .line .line_text h5 {
    font-size: 0.8333333333vw;
    font-weight: 500;
    color: #209344;
    margin-top: 0.625vw;
}

.sec3 .joke .main .dot .dot_box .dot_img {
    position: absolute;
    right: -2.2395833333vw;
    top: 50%;
    transform: translate(100%, -40%);
    min-width: 10.5729166667vw;
    opacity: 0;
    transition: 0.4s;
}

.sec3 .joke .main .dot .dot_box .dot_img img {
    display: block;
    width: fit-content;
}

.sec3 .joke .main .dot.left .dot_box .line .l {
    transform-origin: right;
}

.sec3 .joke .main .dot.left .dot_box .line .l:after {
    left: 0;
    right: unset;
}

.sec3 .joke .main .dot.left .dot_box .line .line_text {
    text-align: left;
}

.sec3 .joke .main .dot.left .dot_box .dot_img {
    right: unset;
    left: -2.2395833333vw;
    transform: translate(-100%, -40%);
    display: flex;
    justify-content: flex-end;
}

.sec3 .joke .main .dot.on .dot_box .line .l {
    transform: scaleX(1);
    transition-delay: 0;
}

.sec3 .joke .main .dot.on .dot_box .line .l:after {
    opacity: 1;
    transition-delay: 0.4s;
}

.sec3 .joke .main .dot.on .dot_box .line .line_text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.sec3 .joke .main .dot.on .dot_box .dot_img {
    opacity: 1;
    transform: translate(100%, -50%);
    transition-delay: 0.6s;
}

.sec3 .joke .main .dot.on.left .dot_box .dot_img {
    transform: translate(-100%, -50%);
}

.sec3 .joke .main .dot:nth-child(2) {
    bottom: 30.4166666667vw;
    left: 15.5208333333vw;
}

.sec3 .joke .main .dot:nth-child(2) .dot_box .line {
    width: 25.3645833333vw;
}

.sec3 .joke .main .dot:nth-child(3) {
    bottom: 15.625vw;
    left: 30.3645833333vw;
}

.sec3 .joke .main .dot:nth-child(3) .dot_box .line {
    width: 10.5208333333vw;
}

.sec3 .joke .main .dot:nth-child(4) {
    bottom: 0.8854166667vw;
    left: 15.5208333333vw;
}

.sec3 .joke .main .dot:nth-child(4) .dot_box .line {
    width: 25.3645833333vw;
}

.sec3 .joke .main .dot:nth-child(6) {
    bottom: 8.59375vw;
    right: 29.3229166667vw;
}

.sec3 .joke .main .dot:nth-child(6) .dot_box .line {
    width: 11.6666666667vw;
}

.sec3 .joke .main .dot:nth-child(5) {
    bottom: 22.65625vw;
    right: 29.3229166667vw;
}

.sec3 .joke .main .dot:nth-child(5) .dot_box .line {
    width: 11.6666666667vw;
}

.load_more {
    cursor: pointer;
    width: fit-content;
    margin: 0;
}

.sec4 {
    padding: 7.2916666667vw 0 11.4583333333vw;
}

.sec4 .joke {
    width: 72.9166666667vw;
    margin: auto;
}

.sec4 .joke .swiper {
    width: 100%;
}

.sec4 .joke .swiper .controlList {
    display: flex;
    width: 36.4583333333vw;
    position: absolute;
    z-index: 10;
    top: 7.5520833333vw;
    right: 0;
}

.sec4 .joke .swiper .controlList .swiper-slide {
    cursor: pointer;
    pointer-events: auto !important;
}

.sec4 .joke .swiper .controlList .swiper-slide .item {
    cursor: pointer;
}

.sec4 .joke .swiper .controlList .swiper-slide .item h5 {
    font-size: 2.0833333333vw;
    font-weight: bold;
    color: #009944;
    transition: 0.4s;
    transform: scale(0.75);
    transform-origin: left;
    opacity: 0.2;
}

.sec4 .joke .swiper .controlList .swiper-slide .item p {
    font-size: 1.25vw;
    font-weight: 500;
    color: #111111;
    transition: 0.4s;
    opacity: 0;
    transform: translateY(20px);
}

.sec4 .joke .swiper .controlList .swiper-slide .item:hover h5 {
    transform: scale(1);
    opacity: 1;
}

.sec4 .joke .swiper .controlList .swiper-slide.swiper-slide-active h5 {
    transform: scale(1);
    opacity: 1;
}

.sec4 .joke .swiper .controlList .swiper-slide.swiper-slide-active p {
    opacity: 1;
    transform: translateY(0px);
}

.sec4 .joke .swiper .controlList .item:not(:nth-last-child(1)) {
    margin-right: 100px;
}

.sec4 .joke .swiper .swiper-slide .swiper_box {
    display: flex;
    justify-content: space-between;
    opacity: 0;
}

.sec4 .joke .swiper .swiper-slide .swiper_box .left_img {
    height: 36.6666666667vw;
}

.sec4 .joke .swiper .swiper-slide .swiper_box .left_img img {
    height: 100%;
    opacity: 0;
    transition: 0.6s;
}

.sec4 .joke .swiper .swiper-slide .swiper_box .right_text {
    width: 36.4583333333vw;
    padding-top: 14.21875vw;
}

.sec4 .joke .swiper .swiper-slide .swiper_box .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.1666666667vw;
    border-top: 1px solid #009944;
    padding-top: 2.6041666667vw;
}

.sec4 .joke .swiper .swiper-slide .swiper_box .flex .item {
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    transform: translateY(30px);
}

.sec4 .joke .swiper .swiper-slide .swiper_box .flex .item .iconfont {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    font-size: 2.3958333333vw;
    color: #009944;
    border-radius: 50%;
    background-image: radial-gradient(50% 50%, rgba(0, 153, 68, 0) 80%, rgba(0, 153, 68, 0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.0416666667vw;
}

.sec4 .joke .swiper .swiper-slide .swiper_box .flex .item .text_box h5 {
    font-size: 0.9375vw;
    font-weight: 500;
    color: #111111;
    line-height: 1;
    margin-bottom: 0.625vw;
}

.sec4 .joke .swiper .swiper-slide .swiper_box .flex .item .text_box p {
    font-size: 0.7291666667vw;
    font-weight: 400;
    color: #444444;
    line-height: 1;
}

.sec4 .joke .swiper .swiper-slide .swiper_box .flex .item:nth-child(2) {
    transition-delay: 0.15s;
}

.sec4 .joke .swiper .swiper-slide .swiper_box .flex .item:nth-child(3) {
    transition-delay: 0.3s;
}

.sec4 .joke .swiper .swiper-slide-active .swiper_box {
    opacity: 1;
}

.sec4 .joke .swiper .swiper-slide-active .swiper_box .left_img img {
    opacity: 1;
}

.sec4 .joke .swiper .swiper-slide-active .swiper_box .flex .item {
    opacity: 1;
    transform: translateY(0);
}

.sec5 {
    padding-bottom: 10.5729166667vw;
}

.sec5 h1 {
    font-size: 2.0833333333vw;
    text-align: center;
    font-weight: 500;
    color: #111111;
    margin-bottom: 4.1666666667vw;
    text-align: center;
}

.sec5 h1 span {
    color: #009944;
}

.sec5 .flex {
    display: flex;
    justify-content: center;
}

.sec5 .flex .item {
    text-align: center;
}

.sec5 .flex .item .iconfont {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    background-image: radial-gradient(50% 50%, rgba(0, 153, 68, 0) 80%, rgba(0, 153, 68, 0.3));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.125vw;
    color: #009944;
    font-weight: 100;
    margin: 0 auto 1.0416666667vw;
}

.sec5 .flex .item h5 {
    font-size: 1.25vw;
    font-weight: bold;
    color: #009944;
    line-height: 1;
    margin-bottom: 1.7708333333vw;
}

.sec5 .flex .item p {
    font-size: 0.9375vw;
    font-weight: 400;
    color: #444444;
    line-height: 1.4583333333vw;
}

.sec5 .flex .item:not(:nth-last-child(1)) {
    margin-right: 5.7291666667vw;
}

.sec5 .flex .item:nth-child(3) .iconfont:before {
    position: relative;
    top: -0.2604166667vw;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 19991209;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

.fixed.fixed_active {
    opacity: 1;
    pointer-events: auto;
}

.fixed .fixed_shadow {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
}

.fixed .fixed_box {
    width: max-content;
    height: fit-content;
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 4.6875vw 7.2916666667vw 4.1666666667vw;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
    z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.fixed.fixed_active .fixed_box.on{
  opacity: 1;
  pointer-events: auto;
}

.fixed .fixed_box .close {
    position: absolute;
    top: 1.5625vw;
    right: 2.0833333333vw;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.fixed .fixed_box .close p {
    font-size: 0.625vw;
    font-weight: 400;
    color: #111111;
    margin-right: 0.5208333333vw;
}

.fixed .fixed_box .close .close_box {
    position: relative;
}

.fixed .fixed_box .close .close_box span {
    width: 1.1979166667vw;
    height: 1px;
    display: block;
    background: #161616;
    transform: rotate(-45deg);
}

.fixed .fixed_box .close .close_box span:nth-child(1) {
    transform: rotate(45deg);
}

.fixed .fixed_box .fixed_box_left {
    text-align: center;
    margin-right: 7.8125vw;
}

.fixed .fixed_box .fixed_box_left img {
    display: block;
    height: 18.5416666667vw;
    margin-bottom: 2.2916666667vw;
  width: 12.760416666666668vw;
  object-fit: contain;
}

.fixed .fixed_box .fixed_box_left h5 {
    font-size: 1.25vw;
    font-weight: bold;
    color: #009944;
    margin-bottom: 0.625vw;
    line-height: 1;
}

.fixed .fixed_box .fixed_box_left p {
    font-size: 0.8333333333vw;
    font-weight: 500;
    color: #111111;
    line-height: 1;
}

.fixed .fixed_box .fixed_box_right .fixed_control {
    display: flex;
    align-items: center;
    margin-bottom: 1.0416666667vw;
}

.fixed .fixed_box .fixed_box_right .fixed_control p {
    font-size: 1.0416666667vw;
    font-weight: 400;
    color: #111111;
    opacity: 0.2;
    transition: 0.6s;
    cursor: pointer;
}

.fixed .fixed_box .fixed_box_right .fixed_control p.on, .fixed .fixed_box .fixed_box_right .fixed_control p:hover {
    opacity: 1;
}

.fixed .fixed_box .fixed_box_right .fixed_control p:not(:nth-last-child(1)) {
    margin-right: 3.6458333333vw;
}

.fixed .fixed_box .fixed_box_right .pro10_swiper3 {
    width: 27.0833333333vw;
}

.fixed .fixed_box .fixed_box_right .pro10_swiper3 table {
    width: 100%;
    opacity: 0;
    transition: 0.6s;
}

.fixed .fixed_box .fixed_box_right .pro10_swiper3 table tr th {
    height: 1.875vw;
    background: #009944;
    font-size: 0.7291666667vw;
    font-weight: 500;
    color: #FFFFFF;
}

.fixed .fixed_box .fixed_box_right .pro10_swiper3 table tr td {
    height: 1.875vw;
    font-size: 0.7291666667vw;
    font-weight: 400;
    color: #333333;
    text-align: center;
    border: 1px solid #ededed;
    border-top: none;
  padding: .8vw 0;
}

.fixed .fixed_box .fixed_box_right .pro10_swiper3 .txt{
  font-size: 0.7291666667vw;
  font-weight: 400;
  color: #333333;
  margin: 0.78125vw 0 0 0;
}

.fixed .fixed_box .fixed_box_right .pro10_swiper3 .swiper-slide-active {
    pointer-events: none;
}

.fixed .fixed_box .fixed_box_right .pro10_swiper3 .swiper-slide-active table {
    opacity: 1;
}

/*# sourceMappingURL=pro11.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 .joke{
        width: 90%;
    }
    .sec2 .joke .title{
        margin-bottom: 20px
    }
    .sec2 .joke .title h1{
        font-size: 22px;
        margin: 0 0 10px;
    }
    .sec2 .joke .title p{
        font-size: 14px;
        line-height: 1.2;
    }

    .sec2 .pro10_swiper{
        width: 90%;
        margin: auto;
        left: 0;
    }

    .sec2 .pro10_swiper .swiper-wrapper .swiper-slide h5{
        font-size: 24px;
        margin: 0 0 15px;
    }

    .sec2 .pro10_swiper .swiper-wrapper .swiper-slide p{
        font-size: 14px;
        line-height: 30px;
    }
    .sec2 .pro10_swiper .swiper-wrapper .swiper-slide{
        height: auto;
        padding: 10% 5%;
    }

    .sec2 .box .btns{
        width: 90%;
        margin: 20px auto 0;
        position: static;
        transform: none;
        justify-content: center;
    }

    .sec2 .box .btns .iconfont:not(:last-child) {
        margin: 0 20px 0 0;
    }
    .sec2 .box{
        margin: 15px 0 0 0;
    }

    .sec3{
        padding: 35px 0;
    }
    .sec3 .joke{
        width: 90%;
    }
    .sec3 .joke .main{
        margin: 45px auto 0;
    }
    .sec3 .joke .main .dot .dot_box .line .l{
        display: none;
    }
    .sec3 .joke .main .dot .dot_box .line .line_text{
        transform: none;
        opacity: 1;
    }
    .sec3 .joke .main .dot .dot_box .line .line_text p{
        font-size: 14px;
    }
    .sec3 .joke .main .dot .dot_box .line .line_text h5{
        font-size: 14px;
    }
    .sec3 .joke .title h1{
        font-size: 20px;
        margin: 0 0 15px;
    }
    .sec3 .joke .title p{
        font-size: 14px;
        line-height: 25px;
    }
    .sec3 .joke .title{
        margin-bottom: 20px;
    }
    .sec3 .joke .main > img{
        display: none;
    }
    .sec3 .joke .main .dot .dot_box .dot_img{
        transform: none!important;
        opacity: 1;
        position: static;
    }
    .sec3 .joke .main .dot{
        position: static;
    }
    .sec3 .joke .main{
        width: 90%;
    }
    .sec3 .joke .main .dot .dot_box .line{
        width: 100% !important;
    }
    .sec3 .joke .main .dot .dot_box .line .line_text{
        text-align: center!important;
    }
    .sec3 .joke .main .dot .dot_box .dot_img img{
        width: fit-content;
        margin: 0 auto 15px;
    }
    .sec3 .joke .main .dot .dot_box{
        display: flex;
        flex-direction: column-reverse;
    }
    .sec3 .joke .main .dot{
        margin: 0 0 45px;
    }
    .sec3 .joke .main .dot .dot_box .line .line_text h5{
        margin: 8px 0 0 0;
    }
    .sec4 .joke{
        width: 90%;
    }
    .sec4{
        padding: 35px 0;
    }
    .sec4 .joke .swiper .swiper-slide .swiper_box{
        flex-direction: column;
    }
    .sec4 .joke .swiper .swiper-slide .swiper_box .left_img{
        height: auto;
        width: 70%;
        margin: auto;
    }
    .sec4 .joke .swiper .swiper-slide .swiper_box .right_text{
        width: 100%;
        padding-top: 50px;
    }
    .sec4 .joke .swiper .swiper-slide .swiper_box .flex .item{
        flex-direction: column;
        align-items: unset;
    }
    .sec4 .joke .swiper .swiper-slide .swiper_box .flex .item .iconfont{
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin: 0 5px 15px 0;
    }
    .sec4 .joke .swiper .swiper-slide .swiper_box .flex .item .text_box h5{
        font-size: 14px;
        margin: 0 0 10px;
    }
    .sec4 .joke .swiper .swiper-slide .swiper_box .flex .item .text_box p{
        font-size: 12px;
    }
    .sec4 .joke .swiper .swiper-slide .swiper_box .flex{
        padding-top: 20px;
        margin-bottom: 20px
    }
    .sec4 .joke .swiper .controlList{
        position: static;
    }
    .sec4 .joke .swiper .controlList .swiper-slide .item h5{
        font-size: 24px;
    }
    .sec4 .joke .swiper .controlList{
        width: 100%;
        margin:0 0 25px;
    }
    .sec4 .joke .swiper .controlList .swiper-slide .item p{
        font-size: 12px;
    }
    .fixed .fixed_box{
        width: 90%;
        padding: 10% 5%;
        flex-direction: column;
        max-height: 90vh;
        overflow-y: scroll;
    }
    .fixed .fixed_box .fixed_box_left{
        margin-bottom: 20px;
    }
    .fixed .fixed_box .fixed_box_left img{
        height: auto;
        width: 42%;
        margin: auto;
    }
    .fixed .fixed_box .fixed_box_left h5{
        font-size: 22px;
        margin: 15px 0 10px 0;
    }
    .fixed .fixed_box .fixed_box_left p{
        font-size: 12px;
        line-height: unset;
    }
    .fixed .fixed_box .close p{
        font-size: 14px;
        margin: 0 5px 0 0;
    }
    .fixed .fixed_box .close .close_box span{
        width: 18px;
    }
    .fixed .fixed_box .close{
        top: 15px;
        right: 15px;
    }
    .fixed .fixed_box .fixed_box_right .fixed_control p:not(:nth-last-child(1)){
        margin: 0 25px 0 0;
    }
    .fixed .fixed_box .fixed_box_right .fixed_control p{
        font-size: 14px;
    }
    .fixed .fixed_box .fixed_box_right .pro10_swiper3 .txt{
        font-size: 14px;
        margin: 15px 0 0 0;
    }
    .fixed .fixed_box .fixed_box_right .fixed_control{
        margin-bottom: 20px;
    }
    .fixed .fixed_box .fixed_box_right .pro10_swiper3{
        width: 100%;
    }
    .fixed .fixed_box .fixed_box_right .pro10_swiper3 table tr th{
        height: auto;
        padding: 2px 0;
        font-size: 12px;
    }
    .fixed .fixed_box .fixed_box_right .pro10_swiper3 table tr td{
        height: auto;
        padding: 2px 0;
        font-size: 12px;
    }
    .sec5{
        padding: 35px 0;
    }

    .sec5 .joke{
        padding: 0 5%;
    }
    .sec5 h1{
        font-size: 18px;
        margin: 0 0 35px;
    }
    .sec5 .flex{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px 0;
    }
    .sec5 .flex .item{
        margin: 0;
    }
    .sec5 .flex .item .iconfont{
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin: 0 auto 15px;
    }
    .sec5 .flex .item h5{
        font-size: 14px;
        margin: 0 0 10px;
    }
    .sec5 .flex .item p{
        font-size: 11px;
        line-height: 20px;
    }
}
<!--0.00014710426330566-->