.fixed_series{
    position: fixed;
    top: 2.60416666666667vw;
    left: 0;
    z-index: 9999;
    height: 2.60416666666667vw;
    background: rgba(26, 26, 26, 0.95);
    width: 100%;
}
.fixed_series .joke{
    width: 58.33333333vw;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fixed_series .joke p{
    font-size: 0.72916666666667vw;
    font-weight: 500;
    color: #FFFFFF;
}
.fixed_series .joke .r{
    display: flex;
    align-items: center;
}
.fixed_series .joke .r a{
    font-size: 0.72916666666667vw;
    font-weight: 400;
    color: #FFFFFF;
}
.fixed_series .joke .r a:not(:last-child) {
    margin: 0 2.86458333333333vw 0 0;
}

.products_page {
    width: 100%;
    position: relative;
}

.products_page .bg {
    width: 100%;
}

.products_page .text {
    position: absolute;
    left: 50%;
    top: 10.41666666666667vw;
    transform: translateX(-50%);
    text-align: center;
}

.products_page .text .english {
    font-size: 48px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 21px;
    line-height: 36px;
}

.products_page .text .english .red {
    display: inline-block;
    font-weight: normal;
    color: #E72410;
}

.products_page .text .title {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
}

.products_page2 .wrap {
    width: 1200px;
    margin: 179px auto 109px;
    max-width: 90%;
}

.products_page2 .wrap .title {
    font-size: 38px;
    font-weight: bold;
    color: #111111;
    margin: 0 0 60px;
    text-align: center;
}

.products_page2 .wrap .swiper {
    width: 100%;
}

.products_page2 .wrap .swiper .swiper-slide {
    opacity: 0 !important;
    transition: 1s;
}

.products_page2 .wrap .swiper .swiper-slide img {
    width: 100%;
}

.products_page2 .wrap .swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.products_page2 .wrap .other {
    margin: 30px 0 0 0;
}

.products_page2 .wrap .other .cut {
    display: flex;
    justify-content: space-between;
    width: 585px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto 40px;
}

.products_page2 .wrap .other .cut .list {
    font-size: 20px;
    font-weight: 500;
    color: #999999;
    transition: 0.7s;
    cursor: pointer;
    padding: 0 0 12px;
    position: relative;
}

.products_page2 .wrap .other .cut .list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transition: 0.4s;
}

.products_page2 .wrap .other .cut .list.on {
    color: #111111;
}

.products_page2 .wrap .other .cut .list.on:after {
    transform: translateX(-50%) scaleX(1);
}

.products_page2 .wrap .other .cut .list:hover {
    color: #111111;
}

.products_page2 .wrap .other .text {
    margin: auto;
}

.products_page2 .wrap .other .text .text_list {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    display: none;
    text-align: center;
}

.products_page2 .wrap .other .text .text_list.on {
    display: block;
}

.products_page3 .wrap {
    width: 1200px;
    margin: 100px auto 210px;
    max-width: 90%;
}

.products_page3 .wrap .title {
    padding: 0 0 58px;
    border-bottom: 1px solid #EDEDED;
}

.products_page3 .wrap .title .red {
    font-size: 38px;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(30deg, #D9230F 0%, #FF492A 22.1923828125%, #FF492A 81.5673828125%, #CC1306 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 22px;
    line-height: 36px;
}

.products_page3 .wrap .title p {
    font-size: 28px;
    font-weight: 500;
    color: #111111;
}

.products_page3 .wrap .dis {
    display: flex;
    justify-content: space-between;
    margin: 74px 0 70px 0;
}

.products_page3 .wrap .dis .list p {
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    margin: 0 0 9px;
}

.products_page3 .wrap .dis .list .red {
    font-size: 26px;
    font-weight: bold;
    color: #E72410;
    background: linear-gradient(30deg, #D9230F 0%, #FF492A 50%, #CC1306 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.products_page3 .wrap .content .swiper {
    width: 2460px;
    overflow: unset !important;
}

.products_page3 .wrap .content .swiper .swiper-slide {
    position: relative;
    left: -630px;
}

.products_page3 .wrap .content .swiper .swiper-slide img {
    width: 100%;
}

.products_page3 .wrap .content .swiper-pagination {
    position: static;
    width: fit-content;
    display: flex;
    margin: 36px 0 0 0;
}

.products_page3 .wrap .content .swiper-pagination span {
    width: 60px;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 20px 0 0;
    transition: 0.7s;
    opacity: 1 !important;
    border-radius: 0 !important;
}

.products_page3 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active {
    background: #000000;
}

.products_page3 .wrap .content .text_cut {
    margin: 50px 0 0 0;
}

.products_page3 .wrap .content .text_cut .list {
    font-size: 20px;
    font-weight: 500;
    color: #111111;
    display: none;
}

.products_page3 .wrap .content .text_cut .list.on {
    display: block;
}

.products_page4 {
    background: #000;
    height: calc(100vh + 3000px);
}

.products_page4 .fix {
    height: 100vh;
    position: relative;
}

.products_page4 .fix .title {
    font-size: 38px;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    z-index: 5;
    top: 6vw;
    width: 100%;
}

.products_page4 .fix .center_img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

.products_page4 .fix .center_img div {
    transform: scale(0.371875);
}

.products_page4 .fix .center_img img {
    width: 100%;
    object-fit: contain;
}

.products_page4 .fix .display {
    position: absolute;
    bottom: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.products_page4 .fix .display .item {
    text-align: center;
}

.products_page4 .fix .display .item:not(:last-child) {
    margin: 0 84px 0 0;
}

.products_page4 .fix .display .item .img {
    width: 70px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 21px;
}

.products_page4 .fix .display .item p {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.products_page5 {
    height: 100vh;
    position: relative;
    background: #101316;
    overflow: hidden;
    margin-top: -2px;
}

.products_page5 .wrap {
    position: relative;
    top: 120px;
}

.products_page5 .wrap .title {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin: 107px 0 0 0;
}

.products_page5 .wrap .content {
    position: relative;
    margin: 34px 0 0 0;
}

.products_page5 .wrap .content .joke {
    opacity: 0;
    position: relative;
    z-index: 5;
    transition: 1s;
}

.products_page5 .wrap .content .num {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 128px;
}

.products_page5 .wrap .content .bg {
    position: absolute;
    height: fit-content;
    max-height: fit-content;
    width: fit-content;
    max-width: fit-content;
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 1;
    transition: 1.2s;
}

.products_page5 .wrap .content .swiper1 {
    width: 1823px;
    overflow: unset !important;
    margin: 0;
    position: relative;
    top: 129px;
    left: 50%;
    transform: translateX(-50%);
}

.products_page5 .wrap .content .swiper1 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    cursor: pointer;
}

.products_page5 .wrap .content .swiper1 .swiper-slide .img {
    transition: 1.2s;
    opacity: 0;
}



.products_page5 .wrap .content .swiper1 .swiper-slide .img img {
    width: 411px;
}

.products_page5 .wrap .content .swiper1 .swiper-slide.next {
    pointer-events: auto;
}

.products_page5 .wrap .content .swiper1 .swiper-slide.next .img {
    transform: translateY(200px) rotate(37deg) scale(0.9);
    opacity: 0.3;
}

.products_page5 .wrap .content .swiper1 .swiper-slide.prev {
    pointer-events: auto;
}

.products_page5 .wrap .content .swiper1 .swiper-slide.prev .img {
    transform: translateY(200px) rotate(-37deg) scale(0.9);
    opacity: 0.3;
}

.products_page5 .wrap .content .swiper1 .swiper-slide.next-next .img {
    transform: translateY(650px) translateX(-250px) rotate(60deg) scale(0.9);
    opacity: 0;
}

.products_page5 .wrap .content .swiper1 .swiper-slide.prev-prev .img {
    transform: translateY(650px) translateX(250px) rotate(-60deg) scale(0.9);
    opacity: 0;
}

.products_page5 .wrap .content .swiper1 .swiper-slide.swiper-slide-active {
    pointer-events: auto;
}

.products_page5 .wrap .content .swiper1 .swiper-slide.swiper-slide-active .img {
    opacity: 1;
}

.products_page5 .wrap .content .swiper1 .swiper-slide:hover .img{
    opacity: 1!important;
}

.products_page5 .wrap .content .matter {
    position: relative;
    z-index: 5;
    margin: 253px 0 0 0;
    pointer-events: none;
}

.products_page5 .wrap .content .matter .flex {
    margin: 0 0 40px;
}

.products_page5 .wrap .content .matter .flex .item {
    display: none;
}

.products_page5 .wrap .content .matter .flex .item.on {
    display: block;
}

.products_page5 .wrap .content .matter .flex .item .red {
    font-size: 30px;
    font-weight: bold;
    color: #E72410;
    background: linear-gradient(30deg, #D9230F 0%, #FF492A 50%, #CC1306 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.products_page5 .wrap .content .matter .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 341px;
    height: 239px;
    margin: 49px auto 0;
}

.products_page5.aos-animate .wrap .content .bg {
    transform: translate(-50%, 0);
}

.products_page5.aos-animate .wrap .content .joke {
    opacity: 1;
    transition-delay: 1s;
}

.products_page6 {
    height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2px;
}

.products_page6 .title {
    margin: 0 0 64px;
    text-align: center;
}

.products_page6 .title .red {
    font-size: 38px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 14px;
    line-height: 36px;
}

.products_page6 .title .text {
    font-size: 38px;
    font-weight: 500;
    color: #FFFFFF;
}

.products_page6 .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.products_page6 .wrap {
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: auto;
    top: 40px;
    max-width: 90%;
}

.products_page6 .wrap .swiper {
    width: 100%;
}

.products_page6 .wrap .swiper .swiper-slide {
    opacity: 0 !important;
    transition: 1s;
}

.products_page6 .wrap .swiper .swiper-slide img:not(.position) {
    width: 100%;
}

.products_page6 .wrap .swiper .swiper-slide .position{
    position: absolute;
    top: 39%;
    left: 46%;
}
.products_page6 .wrap .swiper .swiper-slide .position:not(:nth-child(2)) {
    animation: 1.5s animate_blur infinite linear;
    filter: blur(4px);
}


@keyframes animate_blur {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        opacity: 0;
    }
}

.products_page6 .wrap .swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.products_page6 .wrap .other {
    margin: 50px 0 0 0;
}

.products_page6 .wrap .other .cut {
    display: flex;
    justify-content: space-between;
    width: 662px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto 40px;
}

.products_page6 .wrap .other .cut .list {
    font-size: 20px;
    font-weight: 500;
    color: #808080;
    transition: 0.7s;
    cursor: pointer;
    padding: 0 0 12px;
    position: relative;
}

.products_page6 .wrap .other .cut .list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transition: 0.4s;
}

.products_page6 .wrap .other .cut .list.on {
    color: #fff;
}

.products_page6 .wrap .other .cut .list.on:after {
    transform: translateX(-50%) scaleX(1);
}

.products_page6 .wrap .other .cut .list:hover {
    color: #fff;
}

.products_page7 {
    background: #030403;
    margin-top: -2px;
}

.products_page7 .wrap {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 150px auto 137px;
    max-width: 90%;
}

.products_page7 .wrap .l {
    margin: 115px 0 0 0;
}

.products_page7 .wrap .l .title {
    font-size: 38px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    margin: 0 0 50px;
}

.products_page7 .wrap .l .text {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.products_page7 .wrap .l .display {
    margin: 107px 0 0 0;
}

.products_page7 .wrap .l .display .list:not(:last-child) {
    margin: 0 0 74px;
}

.products_page7 .wrap .l .display .list .red {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 23px;
    background: linear-gradient(30deg, #D9230F 0%, #FF492A 50%, #CC1306 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px 0 0 0;
}

.products_page7 .wrap .l .display .list .cao {
    display: flex;
    align-items: center;
    height: 40px;
}

.products_page7 .wrap .l .display .list .cao .img {
    display: flex;
    align-items: center;
}

.products_page7 .wrap .l .display .list .cao img {
    max-height: 40px;
}

.products_page7 .wrap .l .display .list .cao p {
    margin: 0 0 0 15px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.6;
}

.products_page7 .wrap .r {
    width: 260px;
    height: 814px;
    background: #111111;
    border-radius: 20px;
    overflow: hidden;
}

.products_page7 .wrap .r .joke {
    overflow: hidden;
    height: 90%;
    padding: 0 0 58px;
    margin: 58px 49px 55px 49px;
}

.products_page7 .wrap .r .joke .scrollbar-track {
    display: none !important;
}

.products_page7 .wrap .r .joke .img {
    margin: auto;
}

.products_page7 .wrap .r .joke .img:not(:last-child) {
    margin: 0 auto 91px;
}

.products_page7 .wrap .r .joke .img:first-child {
    width: 163px;
}

.products_page7 .wrap .r .joke .img:nth-child(2) {
    width: 153px;
}

.products_page7 .wrap .r .joke .img:nth-child(3) {
    width: 149px;
}

.products_page7 .wrap .r .joke .img:nth-child(4) {
    width: 118px;
}

.products_page8 {
    background: #0B0B0B;
    margin-top: -2px;
}

.products_page8 .wrap {
    width: 1200px;
    margin: 140px auto 150px;
    max-width: 90%;
}

.products_page8 .wrap .title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 72px;
    text-align: center;
}

.products_page8 .wrap .title .red {
    font-size: 38px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    text-align: left;
}

.products_page8 .wrap .title .text {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
}

.products_page8 .wrap .img {
    width: 100%;
}

.products_page8 .wrap .img img {
    width: 100%;
}

.products_page9 {
    background: #1A1A1A;
    margin-top: -2px;
}

.products_page9 .wrap {
    width: 1200px;
    margin: 114px auto 117px;
    max-width: 90%;
}

.products_page9 .wrap .title {
    font-size: 38px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 63px;
    text-align: center;
}

.products_page9 .wrap .swiper {
    width: 100%;
}

.products_page9 .wrap .swiper .swiper-slide {
    opacity: 0 !important;
    transition: 1s;
}

.products_page9 .wrap .swiper .swiper-slide img {
    width: 100%;
}

.products_page9 .wrap .swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.products_page9 .wrap .other {
    margin: 46px 0 0 0;
}

.products_page9 .wrap .other .cut {
    display: flex;
    justify-content: space-between;
    width: 584px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto 45px;
}

.products_page9 .wrap .other .cut .list {
    font-size: 20px;
    font-weight: 500;
    color: #999999;
    transition: 0.7s;
    cursor: pointer;
    padding: 0 0 12px;
    position: relative;
}

.products_page9 .wrap .other .cut .list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transition: 0.4s;
}

.products_page9 .wrap .other .cut .list.on {
    color: #fff;
}

.products_page9 .wrap .other .cut .list.on:after {
    transform: translateX(-50%) scaleX(1);
}

.products_page9 .wrap .other .cut .list:hover {
    color: #fff;
}

.products_page9 .wrap .other .text {
    margin: auto;
}

.products_page9 .wrap .other .text .text_list {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    display: none;
    text-align: center;
}

.products_page9 .wrap .other .text .text_list.on {
    display: block;
}

.jun1 {
    position: relative;
    z-index: 1;
}

.jun1 .jun1_mask {
    display: flex;
    width: 100%;
    position: absolute;
    height: 285px;
    left: 57.1875vw;
    top: calc(100vh - 240px);
    background: #F2F2F2;
    z-index: 1;
    opacity: 0;
}

.jun1 .bg {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: -1;
}

.jun1 .wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 137px 0 101px 0;
}

.jun1 .wrap .title {
    font-size: 38px;
    font-weight: 500;
    color: #000000;
    line-height: 50px;
    text-align: center;
    margin: 0 0 11.71875vw;
}

.jun1 .wrap .content {
    display: flex;
    width: 100%;
    position: relative;
    left: 57.1875vw;
}

.jun1 .wrap .content .item:not(:last-child) {
    margin: 0 0 67px;
}

.jun1 .wrap .content .item .headline {
    display: flex;
    align-items: center;
    margin: 0 0 19px;
}

.jun1 .wrap .content .item .headline .img {
    width: 38px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 11px 0 0;
}

.jun1 .wrap .content .item .headline p {
    font-size: 24px;
    font-weight: bold;
    color: #E72410;
    background: linear-gradient(30deg, #D9230F 0%, #FF492A 50%, #CC1306 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jun1 .wrap .content .item .text {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.products_page10 .wrap {
    width: 1200px;
    margin: 130px auto 200px;
    max-width: 90%;
}

.products_page10 .wrap .title {
    font-size: 38px;
    font-weight: bold;
    color: #111111;
    margin: 0 0 66px;
    text-align: center;
}

.products_page10 .wrap .headline{
    font-size: 26px;
    font-weight: 500;
    color: #060608;
    text-align: center;
    margin: 0 0 125px;
}

.products_page10 .wrap .message {
    width: 1140px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
.products_page10 .wrap .message .list .img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 19px;
}
.products_page10 .wrap .message .list p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
@media screen and (max-width: 1024px) {
    .products_page10 .wrap .headline{
        font-size: 16px;
        margin: 0 0 36px;
    }
    .products_page10 .wrap .message .list .img{
        width: 26px;
        height: 28px;
    }
    .products_page10 .wrap .message .list p{
        font-size: 13px;
    }
}
.products_page10 .wrap .swiper {
    width: 100%;
}

.products_page10 .wrap .swiper .swiper-slide {
    opacity: 0 !important;
    transition: 1s;
}

.products_page10 .wrap .swiper .swiper-slide img {
    width: 100%;
}

.products_page10 .wrap .swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.products_page10 .wrap .other {
    margin: 30px 0 0 0;
}

.products_page10 .wrap .other .cut {
    display: flex;
    justify-content: space-between;
    width: 585px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto 40px;
}

.products_page10 .wrap .other .cut .list {
    font-size: 20px;
    font-weight: 500;
    color: #999999;
    transition: 0.7s;
    cursor: pointer;
    padding: 0 0 12px;
    position: relative;
}

.products_page10 .wrap .other .cut .list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transition: 0.4s;
}

.products_page10 .wrap .other .cut .list.on {
    color: #111111;
}

.products_page10 .wrap .other .cut .list.on:after {
    transform: translateX(-50%) scaleX(1);
}

.products_page10 .wrap .other .cut .list:hover {
    color: #111111;
}

@media screen and (max-width: 1920px) {
    .products_page5 .wrap {
        top: 0;
    }

    .products_page5 .wrap .content .matter {
        margin: 163px 0 0 0;
    }

    .products_page5 .wrap .content .matter .img {
        width: 214px;
        height: 197px;
        margin: auto;
    }
    .fixed_series{
        min-height: 48px;
        top: 48px;
    }
}

@media screen and (max-width: 1720px) {
    .products_page5 .wrap .content .swiper1{
        /*width: 100%;*/
    }
}

@media screen and (max-width: 1366px) {
    .products_page4 .fix .display .item:not(:last-child) {
        margin: 0 54px 0 0;
    }
    .products_page4 .fix .display .item p{
        font-size: 14px;
    }
    .products_page4 .fix .display .item .img {
        width: 52px;
        height: 38px;
    }
}

@media screen and (max-width: 1333px) {
    .products_page6 .wrap .swiper .swiper-slide .position{
        position: absolute;
        top: 16.16541353383459vw;
        left: 41.50375939849624vw;
        width: 11.57894736842105vw
    }
}

@media screen and (max-width: 1300px) {
    .products_page3 .wrap .dis .list .red{
        font-size: 22px;
    }
}



@media screen and (max-width: 1024px) {
    .products_page .bg,.products_page .text{

        display: none;
    }
    .products_page .sj_bg{
        display: block!important;
        width: 100%;
    }

    .fixed_series .joke{
        width: 90%;
    }
    .fixed_series .joke .r a,.fixed_series .joke p{
        font-size: 13px;
    }
    .products_page2 .wrap .title{
        font-size: 28px;
        margin: 0 0 46px;
    }
    .products_page2 .wrap {
        margin: 52px auto 39px;
    }
    .products_page2 .wrap .other .cut{
        width: 500px;
    }
    .products_page2 .wrap .title{
        font-size: 32px;
    }
    .products_page3 .wrap .title .red{
        font-size: 32px;
    }
    .products_page3 .wrap .dis .list .red {
        font-size: 16px;
    }
    .products_page3 .wrap .content .swiper{
        width: 100%;
    }
    .products_page3 .wrap .content .swiper .swiper-slide {
        left: -24vw;
    }
    .products_page3 .wrap .dis {
        margin: 40px 0 51px 0;
    }
    .products_page3 .wrap .title {
        padding: 0 0 48px;
    }
    .products_page3 .wrap {
        margin: 100px auto 80px;
    }
    .products_page4 .fix .title{
        top: 23vw;
    }
    .products_page4 .fix .display{
        bottom: 20vw;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }
    .products_page5{
        height: auto;
    }
    .products_page5 .wrap .content .joke{
        opacity: 1;
    }
    .products_page5 .wrap .content .bg{
        width: 120vw;
        height: 120vw;
        transform: translate(-50%, 0);
    }
    .products_page6 .title .red{
        font-size: 32px;
    }
    .products_page6 .title .text{
        font-size: 32px;
    }
    .products_page5 .wrap .content .swiper1{
        display: none;
    }
    .products_page5 .wrap .content .sj_swiper{
        display: block!important;
        margin: 50px auto 0;
        position: relative;
    }
    .products_page5 .wrap .content .sj_swiper .button{
        position: absolute;
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        pointer-events: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .products_page5 .wrap .content .sj_swiper .button .iconfont{
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: rgba(255,255,255,0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        pointer-events: auto;
        color: #fff;
    }
    .products_page5 .wrap .content .sj_swiper .button .iconfont:first-child{
        transform: rotate(180deg);
    }
    .products_page5 .wrap .content .sj_swiper .swiper{
        width: 65%;
    }
    .products_page5 .wrap .content .swiper2 .swiper-slide{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .products_page5 .wrap .content .matter {
        margin: 58px 0 64px 0;
    }
    .products_page5 .wrap .title{
        font-size: 32px;
    }
    .products_page5 .wrap .content .bg{
        display: none;
    }
    .products_page6{
        height: auto;
        padding: 30px 0;
    }
    .products_page6 .title .red{
        margin: 0;
    }
    .products_page6 .wrap .other .cut{
        width: 600px;
        max-width: 100%;
    }
    .products_page7 .wrap .r .joke .img img{
        object-fit: contain;
    }
    .products_page7 .wrap .r .joke .img {
        width: 76% !important;
    }
    .products_page7 .wrap .r .joke{
        overflow-y: scroll;
    }
    .products_page7 .wrap .r .joke::-webkit-scrollbar{
        width: 0;
    }
    .products_page7 .wrap .l .title{
        font-size: 32px;
    }
    .products_page7 .wrap .l .text {
        font-size: 16px;
        width: 72%;
    }
    .products_page8 .wrap .title .red{
        font-size: 32px;
        line-height: 45px;
    }
    .products_page8 .wrap .title .text{
        font-size: 14px;
    }
    .products_page8 .wrap {
        margin: 96px auto 115px;
    }
    .products_page9 .wrap .title{
        font-size: 32px;
    }
    .products_page10 .wrap .title{
        font-size: 32px;
        margin: 0 0 43px;
    }
    .products_page10 .wrap {
        margin: 86px auto 100px;
    }

    .jun1{
        background: #F2F2F2;
        height: auto!important;
    }
    .jun1 .wrap .title{
        font-size: 21px;
        line-height: 33px;
    }
    .jun1 .wrap .content{
        left: 0;
        padding: 0 5%;
    }
    .jun1 .wrap .content .item .headline .img {
        width: 25px;
        height: 25px;
    }
    .jun1 .bg{
        display: none;
    }
    .jun1 .wrap{
        position: static;
        padding: 52px 0 66px 0;
        margin: auto;
    }
    .jun1 .wrap .content .item .headline p{
        font-size: 18px;
    }
    .jun1 .wrap .content .item .text{
        font-size: 12px;
    }
    .jun1 .wrap .content .item .headline{
        margin: 0 0 13px;
    }
    .jun1 .wrap .content .item:not(:last-child) {
        margin: 0 0 32px;
    }
    .products_page {
        padding-top: 96px;
    }
    .products_page4 {
        overflow: unset!important;
    }
    .products_page4 .fix{
        transform: none!important;
        position: sticky;
        top: 0;
    }
    .products_page4 .fix .center_img div{
        display: none;
    }
    .products_page4 .fix .center_img div.sj_div{
        display: block!important;
    }
}

@media screen and (max-width: 800px) {
    .products_page2 .wrap .title {
        font-size: 24px;
    }
    .products_page2 .wrap .title {
        margin: 0 0 25px;
    }
    .products_page2 .wrap .other .cut{
        width: 90%;
        margin: 0 0 25px;
    }
    .products_page2 .wrap .other .cut .list{
        font-size: 16px;
    }
    .products_page2 .wrap .other .text .text_list{
        font-size: 14px;
    }
    .products_page3 .wrap {
        margin: 43px auto 53px;
    }
    .products_page3 .wrap .dis {
        margin: 40px 0 15px 0;
    }
    .products_page3 .wrap .title .red{
        font-size: 24px;
    }
    .products_page3 .wrap .title p{
        font-size: 14px;
    }
    .products_page3 .wrap .content .swiper-pagination span{
        width: 50px;
        height: 3px;
        margin: 0 10px 0 0;
    }
    .products_page3 .wrap .title {
        padding: 0 0 25px;
    }
    .products_page3 .wrap .dis{
        flex-direction: column;
    }
    .products_page3 .wrap .dis .list{
        margin: 0 0 20px;
    }
    .products_page3 .wrap .content .swiper .swiper-slide{
        left: 0;
    }
    .products_page3 .wrap .content .text_cut .list {
        font-size: 14px;
        line-height: 2;
    }
    .products_page3 .wrap .content .text_cut {
        margin: 33px 0 0 0;
    }
    .products_page4 .fix .title{
        font-size: 24px;
        top: 19vh;
    }
    .products_page4 .fix .display{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px 0;
        bottom: 5vh;
    }
    .products_page4 .fix .display .item .img{
        width: 30px;
        height: 24px;
        margin: 0 auto 10px;
    }
    .products_page4 .fix .display .item:not(:last-child){
        margin: 0;
    }
    .products_page4 .fix .display .item p{
        font-size: 12px;
    }
    .products_page5 .wrap .title {
        font-size: 23px;
    }
    .products_page5 .wrap .title {
        margin: 45px 0 0 0;
    }
    .products_page5 .wrap .content .sj_swiper .swiper {
        width: 50%;
    }
    .products_page5 .wrap .content .matter .flex .item .red{
        font-size: 20px;
    }
    .products_page5 .wrap .content .matter .img {
        width: 34%;
        height: auto;
    }
    .products_page5 .wrap .content .num{
        top: -2%;
    }
    .products_page5 .wrap .content .matter {
        margin: 37px 0 64px 0;
    }
    .products_page6 .title .red ,.products_page6 .title .text{
        font-size: 24px;
    }
    .products_page6 .wrap .other .cut .list{
        font-size: 12px;
    }
    .products_page6 .title {
        margin: 0 0 40px;
    }
    .products_page7 .wrap{
        flex-direction: column-reverse;
        margin: 60px auto 60px;
    }
    .products_page7 .wrap .l .title {
        font-size: 24px;
        line-height: 1.5;
        margin: 0 0 22px;
    }
    .products_page7 .wrap .l .text {
        font-size: 15px;
        width: 100%;
        line-height: 1.7;
    }
    .products_page7 .wrap .l {
        margin: 26px 0 0 0;
    }
    .products_page7 .wrap .l .display .list .cao p{
        font-size: 13px;
    }
    .products_page7 .wrap .l .display .list .red{
        font-size: 17px;
        margin: 10px 0 0 0;
    }
    .products_page7 .wrap .l .display .list:not(:last-child) {
        margin: 0 0 34px;
    }
    .products_page7 .wrap .l .display {
        margin: 37px 0 0 0;
    }
    .products_page7 .wrap .r{
        margin: 35px 0 0 0;
    }
    .products_page7 .wrap .r .joke .img:not(:last-child) {
        margin: 0 auto 55px;
    }
    .products_page7 .wrap .r .joke .img {
        width: 100% !important;
    }
    .products_page7 .wrap .r{
        height: auto;
        width: 100%;
        background: transparent;
        overflow: unset;
        margin: 10px 0 25px;
    }
    .products_page7 .wrap .r .joke{
        margin: 0;
        display: grid;
        grid-gap: 30px 63px;
        grid-template-columns: repeat(3,1fr);
        align-items: center;
        padding: 0;
    }
    .products_page7 .wrap .r .joke .img:not(:last-child){
        margin: 0;
    }
    .products_page8 .wrap .title{
        flex-direction: column;
        align-items: unset;
        margin: 0 0 35px;
    }
    .products_page8 .wrap {
        margin: 26px auto 26px;
    }
    .products_page8 .wrap .title .red{
        font-size: 24px;
        line-height: 1.5;
        margin: 0 0 20px;
    }
    .products_page8 .wrap .title .text {
        font-size: 12px;
        line-height: 26px;
    }
    .products_page9 .wrap .title {
        font-size: 21px;
        margin: 0 0 37px;
    }
    .products_page9 .wrap .other .cut{
        width: 100%;
    }
    .products_page9 .wrap .other .cut .list{
        font-size: 14px;
    }
    .products_page9 .wrap .other {
        margin: 31px 0 0 0;
    }
    .products_page9 .wrap .other .text .text_list{
        font-size: 13px;
        line-height: 25px;
    }
    .products_page9 .wrap {
        margin: 45px auto 47px;
    }
    .products_page10 .wrap {
        margin: 49px auto 44px;
    }
    .products_page10 .wrap .title{
        font-size: 24px;
        margin: 0 0 25px;
    }
    .products_page10 .wrap .other .cut{
        width: 100%;
    }
    .products_page10 .wrap .other .cut .list{
        font-size: 14px;
    }
    /*.products_page4 .fix .center_img div {*/
    /*    transform: scale(0.75);*/
    /*}*/
}
/*# sourceMappingURL=products_page4.css.map */
