.mainer {
    font: var(--font-size-16) / 1.15 'SourceHanSansCN-Regular', 'Arial', '微软雅黑', 'sans-serif', 'microsoft yahei';
    --font-size-72: max(0.72rem, 26px);
    --font-size-64: max(0.6rem, 26px);
    --font-size-60: max(0.6rem, 26px);
    --font-size-56: max(0.56rem, 26px);
    --font-size-50: max(0.56rem, 25px);
    --font-size-48: max(0.48rem, 24px);
    --font-size-40: max(0.4rem, 24px);
    --font-size-36: max(0.36rem, 24px);
    --font-size-34: max(0.34rem, 24px);
    --font-size-32: max(0.32rem, 22px);
    --font-size-30: max(0.3rem, 22px);
    --font-size-28: max(0.28rem, 22px);
    --font-size-26: max(0.26rem, 20px);
    --font-size-24: max(0.24rem, 16px);
    --font-size-22: max(0.22rem, 16px);
    --font-size-20: max(0.2rem, 16px);
    --font-size-18: max(0.18rem, 14px);
    --font-size-16: max(0.16rem, 14px);
    --font-size-14: max(0.14rem, 12px);
    --font-size-12: max(0.12rem, 12px);
    background-color: #fff;
}

.mainer img {
    margin: 0;
}

.mainer .swiper-wrapper {
    height: auto;
}

.prodt {
    overflow: hidden;
}

.w1200 {
    min-width: 1200px;
    width: 62.5%;
    margin: 0 auto;
}

.w1300 {
    min-width: 1300px;
    width: 67.8%;
    margin: 0 auto;
}

.w1400 {
    width: 73.57%;
    margin: 0 auto;
}

.w1280 {
    min-width: 1280px;
    width: 66.67%;
    margin: 0 auto;
}

@media (max-width: 1366px) {
    .w1300 {
        min-width: unset;
        width: 90%;
        margin: 0 auto;
    }

    .w1400 {
        width: 90%;
    }

    .w1280 {
        min-width: unset;
        width: 90%;
    }
}

@media (max-width: 1280px) {
    .w1200 {
        min-width: unset;
        width: 90%;
        margin: 0 auto;
    }
}

.mainer video {
    width: 100%;
    max-width: 100%;
    -webkit-mask-image: linear-gradient(#000, #000);
}

.mainer .swiper-slide {
    height: auto;
}


@media (min-width: 768px) {
    .h5 {
        display: none !important;
    }
}

h2 {
    font-family: MiSans;
    font-weight: 380;
    font-style: Medium;
    letter-spacing: 0px;
    text-align: center;
    font-size: var(--font-size-64);
    line-height: 1.5;
}

@media (max-width: 768px) {
    h2 {
        font-size: 24px;
        line-height: 1.15;
    }
}

.agx-box {
    padding: 1.2rem 0;
}

.box1 {
    position: relative;
    padding: 0;
}

.box1 img {
    width: 100%;
}

.box1 .banner-box {
    position: absolute;
    left: 50%;
    top: 1.2rem;
    transform: translateX(-50%);
    color: #000000;
}

.box1 .banner-box h1 {
    font-family: MiSans;
    font-weight: 380;
    font-size: var(--font-size-64);
    ;
    line-height: 150%;
    ;
    letter-spacing: 0px;
    text-align: center;
}

.box9-btn {
    display: block;
    margin: auto;
    width: fit-content;
    padding: max(0.14rem, 10px) max(0.31rem, 22px);
    color: #3a3a3a;
    font-size: var(--font-size-22);
    font-family: var(--font-bold);
    border-radius: max(100px, 1rem);
    text-decoration: none;
    background-color: #e7e7e7;
    transition: 0.5s;
}

.box9-btn:hover {
    background-color: #dd3731;
    color: #fff;
}


.box9 {
    background-color: white;
}

.agx-desc {
    font-family: MiSans;
    font-weight: 330;
    font-style: Regular;
    font-size: var(--font-size-24);
    line-height: 140%;
    letter-spacing: 0px;
    margin-top: 0.12rem;
    text-align: center;
}

.box2 .agx-desc {
    text-align: left;
}

.box2-swiper {
    margin-top: 1.2rem;
}

.box2 .pagination {
    width: 6.94rem;
    margin: 0.8rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box2 .pagination img {
    width: 100%;
    height: 100%;
}

.box2 .pagination .box2-swiper-button-prev,
.box2 .pagination .box2-swiper-button-next {
    cursor: pointer;
    width: 0.56rem;
}

.box2 .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: unset;
    background: #D9D9D9;
    margin: 0 0.08rem !important;
}

.box2 .swiper-pagination-bullet-active {
    background: #D4251F;
}

.box2-swiper-pagination {
    width: auto !important;
}

.box3 {
    background: #E9E9E9;
}

.box3 .box3-list .list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.box3-list .list-item .img-box {
    margin: 0;
}

.box3-list .list-item .text-box {
    padding: 0.3rem;
}

.box3-list .list-item .text-box h3 {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: var(--font-size-32);
    line-height: 150%;
    letter-spacing: 0px;
    margin-bottom: 0.2rem;
    color: #1C1C1C;
}

.box3-list .list-item .text-box p {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: var(--font-size-18);
    line-height: 140%;
    letter-spacing: 0px;
    color: #5B5B61;
    margin-top: 8px;
}

.box4-list {
    margin-top: 0.8rem;
}

.box4-list .list-item {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.box4-list .list-item .item-warp {
    position: relative;
}

.box4-list .list-item .item-warp img {
    border-radius: 12px;
}

.box4-list .list-item .item-warp .item-pos {
    position: absolute;
    top: 48px;
    left: 48px;
    width: calc(100% - 96px);
}

.box4-list .list-item .item-warp .item-pos h3 {
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #fff;
}

.box4-list .list-item .item-warp .item-pos p {
    font-family: PingFang SC;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: justify;
    color: #fff;
    margin-top: 8px;
}

.box5 {
    background: #F6F6F6;
}

.box5 .img-box {
    margin-top: 0.8rem;
    position: relative;
}

.box5 .img-box .box-pos {
    position: absolute;
    left: 48px;
    top: 48px;
    width: calc(100% - 96px);
}

.box5 .img-box .box-pos h3 {
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #fff;

}

.box5 .img-box .box-pos p {
    font-family: PingFang SC;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -1px;
    text-align: justify;
    color: #fff;
    margin-top: 8px;
}

.box5-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    height: 4.48rem;
    margin-top: 0.8rem;
}

.box5-list .list-item {
    background: #ebebeb;
    padding: 48px;
    box-sizing: border-box;
    border-radius: 8px;
}

.box5-list .list-item h3 {
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #000;
}

.box5-list .list-item p {
    font-family: PingFang SC;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -1px;
    text-align: justify;
    color: #000;
    margin-top: 8px;
}

.box6 {
    background: #f2f2f2;
}

.box6-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 0.8rem;
}

.box6-list .list-item {
    background: #fff;
    border-radius: 8px;
    padding: 48px;
    color: #030303;
}


.box6-list .list-item h2 {
    font-family: MiSans;
    font-weight: 380;
    font-style: Medium;
    font-size: 56px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: left;
}

.box6-list .list-item h3 {
    font-family: MiSans;
    font-weight: 380;
    font-style: Medium;
    font-size: 28px;
    line-height: 160%;
    letter-spacing: 0px;

}

.box6-list .list-item p {
    font-family: PingFang SC;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: justify;
    margin-top: 8px;
    width: 300px;
}

.box7 {
    background: #f8f8f8;
}

.box7-list1 {
    margin-top: 0.8rem;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.box7-list2 {
    margin-top: 24px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.box7-list2 .list-item,
.box7-list1 .list-item {
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.box7-list1 .list-item {
    padding: 75px 0
}

.box7-list2 .list-item {
    padding: 75px 0 24px
}

.box7-list2 .list-item img,
.box7-list1 .list-item img {
    width: 120px;
    height: 120px;
    margin-bottom: 24px;
}

.box7-list2 .list-item p,
.box7-list1 .list-item p {
    font-family: MiSans;
    font-weight: 380;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
}

.box8-wrap {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.box8-wrap .box8-left {
    width: calc((100% - 1.3rem) / 2);
    color: #000000;
}

.box8-wrap .box8-left img {
    margin: 0
}

.box8-wrap .box8-left h3 {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: var(--font-size-20);
    line-height: var(--font-size-34);
    letter-spacing: 0px;
    margin: 0.2rem 0;
}

.box8-wrap .box8-left p {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: var(--font-size-16);
    line-height: var(--font-size-26);
    letter-spacing: 0px;
}

.box8-wrap .box8-right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-auto-rows: min-content;
    /* 自动调整行高 */
}

.box8-wrap .box8-right .right-item {
    position: relative;
}

.box8-wrap .box8-right .right-item p {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    color: #000;
    font-family: MiSans;
    font-weight: 380;
    font-style: Medium;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
}