.index-page .panel {
    background-color: #fff;
}

.index-page .full-banner .swiper-slide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.full-banner .banner-swiper {
    width: 100%;
    height: 100vh;
    /* height: calc(var(--ratio-size) * 960); */
}

.full-banner .banner-pagination {
    display: inline-block;
    width: 20px;
    height: 6px;
    margin: 5px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
}

.full-banner .banner-pagination-active {
    display: inline-block;
    width: 40px;
    background-color: rgba(255, 255, 255, 1);
}

.full-banner .banner-swiper .swiper-slide {
    display: flex;
    align-items: center;
}

.full-banner .banner-swiper .swiper-content {
    width: calc(var(--ratio-size) * 800);
    margin-top: calc(var(--ratio-size) * 250);
}

.full-banner .banner-swiper .s-title {
    /* font-size: calc(30rem / 16); */
    font-size: calc(var(--ratio-size) * 90);
    font-family: Poppins-SemiBold;
    line-height: 1;
}

.full-banner .banner-swiper .title {
    /* font-family: Poppins-SemiBold; */
    font-size: calc(var(--ratio-size) * 90);
    line-height: 1.2;
}

.full-banner .banner-swiper .common-btn {
    opacity: 1;
    margin-top: calc(var(--ratio-size) * 70);
}

.full-banner .banner-swiper .common-btn a {
    padding: calc(var(--ratio-size) * 20) calc(var(--ratio-size) * 40);
}

.full-banner .roll-icon {
    position: absolute;
    bottom: calc(var(--ratio-size) * 60);
    right: calc(var(--ratio-size) * 240);
    z-index: 2;
    width: calc(var(--ratio-size) * 60);
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    animation: jumpIndexAn 2s alternate infinite;
}

@keyframes jumpIndexAn {
    to {
        transform: translateY(100%);
    }
}

.index-page .full-products {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    min-height: calc(100vh + var(--ratio-size) * 100);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.index-page .full-products .products-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: calc(100% - var(--ratio-size) * 100);
}

.index-page .full-products .top-content {
    display: flex;
    justify-content: space-between;
    padding-top: calc(var(--ratio-size) * 80);
}

.index-page .full-products .top-content .common-l-title {
    margin-top: calc(var(--ratio-size) * 10);
}

.index-page .full-products .top-content .text-swiper {
    width: calc(var(--ratio-size) * 700);
    margin-top: calc(var(--ratio-size) * 40);
    font-weight: 100;
    text-align: justify;
    overflow: hidden;
}

.index-page .full-products .bottom-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    /* margin-top: calc(var(--ratio-size) * 120); */
    margin-top: calc(var(--ratio-size) * 40);
}

.index-page .full-products .bottom-content .left {
    /* margin-top: calc(var(--ratio-size) * 150); */
    width: calc(var(--ratio-size) * 400);
    align-self: self-start;
    margin-top: calc(var(--ratio-size) * 20);
    overflow: hidden;
}

.index-page .full-products .bottom-content .left .modules-swiper {
    margin-bottom: calc(var(--ratio-size) * 20);
}

.index-page .full-products .modules-swiper .name {
    font-size: calc(60rem / 16);
    line-height: 1;
}

.index-page .full-products .modules-swiper .text-content {
    padding-left: calc(var(--ratio-size) * 20);
    padding-bottom: calc(var(--ratio-size) * 50);
    margin-top: calc(var(--ratio-size) * 50);
    border-left: 1px solid rgba(255, 255, 255, .5);
}

.index-page .full-products .modules-swiper .text-content li {
    margin-bottom: calc(var(--ratio-size) * 20);
    line-height: 1;
    cursor: pointer;
    transition: all .5s;
}

.index-page .full-products .modules-swiper .text-content li:hover {
    transform: translateY(-30%);
    text-shadow: 5px 2px 3px #000;
}

.index-page .full-products .modules-swiper .common-btn {
    margin-top: calc(var(--ratio-size) * 50);
}

/* .index-page .full-products .common-switch-btn {
    margin-top: calc(var(--ratio-size) * 60);
} */

.index-page .full-products .product-next {
    margin-left: calc(var(--ratio-size) * 12);
}


.index-page .full-products .product-swiper {
    width: calc(var(--ratio-size) * 870);
    height: calc(var(--ratio-size) * 600);
    margin-top: calc(var(--ratio-size) * 60);
    overflow: hidden;
}

.index-page .full-products .product-swiper .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    font-size: calc(26rem / 16);
    transition: opacity .5s;
}

.index-page .full-products .product-swiper .swiper-slide .text {
    position: absolute;
    top: calc(var(--ratio-size) * 10);
    left: 50%;
    transition: all .5s;
}

.index-page .full-products .product-swiper .swiper-slide .serial {
    margin-bottom: calc(var(--ratio-size) * 7);
    font-size: calc(20rem / 16);
}

.index-page .full-products .product-swiper .swiper-slide-prev {
    opacity: 0;
}

.index-page .full-products .product-swiper .pic {
    position: relative;
    height: 70%;
    margin-left: 39%;
    transition: all .5s;
}

.index-page .full-products .product-swiper .pic img {
    width: auto;
    height: 100%;
}

.index-page .full-products .product-swiper .pic .full-pic {
    position: absolute;
    top: 0;
    left: 0;
    --key: 40%;
    mask: linear-gradient(45deg, #000 var(--key), transparent var(--key));
    -webkit-mask: linear-gradient(45deg, #000 var(--key), transparent var(--key));
}

.index-page .full-products .swiper-slide.swiper-slide-active .pic {
    height: 100%;
    margin-left: 0;
}

.index-page .full-products .swiper-slide.swiper-slide-active .text {
    opacity: 0;
    left: 0;
}

.index-page .full-products .swiper-slide.swiper-slide-prev .text {
    opacity: 0;
}

.index-page .full-solution {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
}

.index-page .full-solution .common-title-content {
    padding-top: 90px;
    padding-bottom: 30px;
}

.index-page .full-solution .solution-content {
    position: relative;
    /* flex: 1; */
    width: 100%;
    /* height: calc(var(--ratio-size) * 880); */
    /* height: calc(var(--ratio-size) * 780); */
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.index-page .full-solution .solution-content video {
    display: block;
}

.index-page .full-solution .solution-content .day-video {
    position: relative;
    z-index: 3;
    transition: all .5s;
}

.index-page .full-solution .solution-content .night-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index-page .full-solution .solution-content .dot-content {
    position: absolute;
    z-index: 5;
}

.index-page .full-solution .solution-content .dot-content.home-panel {
    top: calc(var(--ratio-size) * 395);
    left: calc(var(--ratio-size) * 260);
}

.index-page .full-solution .solution-content .dot-content.home-panel .item {
    right: auto;
    left: calc(var(--ratio-size) * -35);
}

.index-page .full-solution .solution-content .dot-content.home-panel .item::after {
    right: auto;
    left: calc(var(--ratio-size) * 30);
}

.index-page .full-solution .solution-content .dot-content.car-panel {
    top: calc(var(--ratio-size) * 700);
    left: calc(var(--ratio-size) * 900);
}

.index-page .full-solution .solution-content .dot-content.desert-panel {
    top: calc(var(--ratio-size) * 150);
    left: calc(var(--ratio-size) * 1050);
}

.index-page .full-solution .solution-content .dot-content.desert-panel .item {
    bottom: auto;
    top: calc(var(--ratio-size) * -50);
    left: calc(var(--ratio-size) * 30);
    right: auto;
    padding-left: calc(var(--ratio-size) * 10);
}

.index-page .full-solution .solution-content .dot-content .item .wfEditorMode {
    transform: translateY(100%);
}

.index-page .full-solution .solution-content .dot-content.desert-panel .item::after {
    top: calc(var(--ratio-size) * 45);
    right: auto;
    bottom: auto;
    transform: translateX(-50%);
    border-top-color: transparent;
    border-right-color: #e9eef3;
    left: 0;
}

.index-page .full-solution .solution-content .dot-content.desert-panel .item {
    transform-origin: left 30%;
    transform: scale(0);
    transition: all .5s;
}

.index-page .full-solution .solution-content .dot-content.home-panel .item {
    transform-origin: 15% bottom;
    transform: scale(0);
    transition: all .5s;
}

.index-page .full-solution .solution-content .dot-content.car-panel .item {
    transform-origin: 85% bottom;
    transform: scale(0);
    transition: all .5s;
}


/* .index-page .full-solution .solution-content .dot-content:nth-child(2) {
    position: absolute;
    top: calc(var(--ratio-size) * 655);
    left: calc(var(--ratio-size) * 860);
}

.index-page .full-solution .solution-content .dot-content:nth-child(2) {
    position: absolute;
    top: calc(var(--ratio-size) * 100);
    left: calc(var(--ratio-size) * 960);
} */

.index-page .full-solution .solution-content .dot {
    position: absolute;
    display: inline-block;
    width: calc(var(--ratio-size) * 10);
    height: calc(var(--ratio-size) * 10);
    border-radius: 50%;
    /* background-color: #6acd18; */
    background-color: #2655a8;
    transform-origin: center;
    animation: dotAn 3s linear infinite;
    cursor: pointer;
}

.index-page .full-solution .solution-content .dot:nth-child(2) {
    animation-delay: -1.5s;
}

.index-page .full-solution .solution-content .dot:nth-child(3) {
    animation-name: none;
}

@keyframes dotAn {
    to {
        scale: 5;
        opacity: 0;
    }
}

.index-page .full-solution .solution-content .item {
    overflow: hidden;
    position: absolute;
    z-index: 2;
    bottom: calc(var(--ratio-size) * 20);
    right: calc(var(--ratio-size) * -45);
    width: calc(var(--ratio-size) * 300);
    padding-bottom: calc(var(--ratio-size) * 10);
}

.index-page .full-solution .solution-content .item-main {
    display: block;
    padding: calc(var(--ratio-size) * 20) calc(var(--ratio-size) * 30);
    background-image: linear-gradient(to bottom right, #e9eef3, #f6f8fa);
    box-shadow: 0 0 1px #fff, 0 0 1px #000;
    border-radius: calc(var(--ratio-size) * 20);
}

.index-page .full-solution .solution-content .item::after {
    content: '';
    position: absolute;
    bottom: calc(var(--ratio-size) * 11);
    right: calc(var(--ratio-size) * 30);
    transform: translateY(100%);
    z-index: 1;
    display: inline-block;
    width: 0;
    height: 0;
    border: calc(var(--ratio-size) * 13) solid transparent;
    border-top-color: #e9eef3;
    filter: drop-shadow(0 0 1px #fff, 0 0 1px #000);
}

.index-page .full-solution .solution-content .item .more-btn {
    position: relative;
    width: calc(var(--ratio-size) * 32);
    height: calc(var(--ratio-size) * 32);
    box-shadow: 0 0 3px #c1c1c1;
    border-radius: 50%;
}

.index-page .full-solution .solution-content .item .more-btn .default-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
}

.index-page .full-solution .solution-content .item:hover .default-hidden {
    opacity: 1;
}

.index-page .full-solution .solution-content .item .message .title {
    width: calc(var(--ratio-size) * 240);
    margin-top: calc(var(--ratio-size) * 20);
    font-family: Poppins-SemiBold;
    font-weight: bold;
}

.index-page .full-solution .solution-content .item .message .text {
    font-size: calc(var(--ratio-size) * 20);
}

.index-page .full-solution .inside-swiper {
    height: 100%;
}

/* .index-page .full-solution .inside-swiper .solution-pic {
    display: block;
    width: 100%;
    height: auto;
} */

.index-page .full-solution .inside-swiper video {
    width: 100%;
}


.index-page .full-business {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: calc(var(--ratio-size) * 980); */
    min-height: calc(100vh + 100px);
    /* padding-top: calc(var(--ratio-size) * 140); */
    padding-top: calc(var(--ratio-size) * 160);
    /* padding-bottom: calc(var(--ratio-size) * 130); */
    padding-bottom: calc(var(--ratio-size) * 130 + var(--ratio-size) * 100);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index-page .full-business .text {
    width: calc(var(--ratio-size) * 670);
    margin-top: calc(var(--ratio-size) * 8);
    font-size: calc(var(--ratio-size) * 48);
}

.index-page .full-business .video-content {
    position: absolute;
    bottom: calc(var(--ratio-size) * 130 + var(--ratio-size) * 100);
    right: calc(var(--ratio-size) * 240);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--ratio-size) * 260);
    height: calc(var(--ratio-size) * 160);
    text-align: center;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.index-page .full-business .video-content:hover .play-btn img {
    transform: scale(1.3);
}

.index-page .full-business .video-content .play-btn img {
    width: calc(var(--ratio-size) * 40);
    cursor: pointer;
    transition: all .5s;
}

.index-page .full-news {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: calc(100vh + var(--ratio-size) * 100);
    padding-top: calc(var(--ratio-size) * 120);
    padding-bottom: calc(var(--ratio-size) * 215);
}

.index-page .full-news>div {
    width: 100%;
}

.index-page .full-news .top-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: calc(var(--ratio-size) * 40);
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.index-page .full-news .top-content .common-xl-title {
    line-height: 1;
    font-family: Poppins-SemiBold;
    font-weight: bold;
}

.index-page .full-news .top-content .common-btn a {
    border-color: rgba(0, 0, 0, .5);
}

.index-page .full-news .top-content .common-btn a:hover {
    border-color: #71b638;
}

.index-page .full-news .select-content {
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-end;
    margin-top: calc(var(--ratio-size) * 40);
}

.index-page .full-news .catalog-switch-btn {
    display: flex;
}

.index-page .full-news .catalog-switch-btn .btn-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: calc(var(--ratio-size) * 120);
    min-height: calc(var(--ratio-size) * 48);
    padding: 0 5px;
    margin-right: 10px;
    border-radius: calc(var(--ratio-size) * 40);
    border: 1px solid rgba(0, 0, 0, .5);
    font-size: calc(var(--ratio-size) * 14);
    cursor: pointer;
    transition: all .5s;
}

.index-page .full-news .catalog-switch-btn .btn-item.active {
    background-color: #71b638;
    color: #fff;
    border-color: #71b638;
}

.index-page .full-news .catalog-switch-btn .btn-item:hover {
    background-color: #71b638;
    color: #fff;
    border-color: #71b638;
}

.index-page .full-news .common-switch-btn .next-btn {
    margin-left: calc(var(--ratio-size) * 10);
}

.index-page .full-news .news-swiper {
    width: 100%;
    height: calc(var(--ratio-size) * 470);
    margin-top: calc(var(--ratio-size) * 40);
    overflow: hidden;
}

.index-page .full-news .news-swiper .pic {
    height: calc(var(--ratio-size) * 200);
    overflow: hidden;
    transition: all .5s;
}

.index-page .full-news .news-swiper .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-page .full-news .swiper-slide {
    position: relative;
    width: calc(var(--ratio-size) * 340);
    transition: all .5s;
}

.index-page .full-news .swiper-slide a {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.index-page .full-news .news-swiper .type {
    position: relative;
    display: flex;
    align-items: center;
    color: #71b638;
}

.index-page .full-news .news-swiper .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: calc(var(--ratio-size) * 30);
    padding-bottom: calc(var(--ratio-size) * 20);
    border: 1px solid #dedede;
    border-top: none;
}

.index-page .full-news .news-swiper .type::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    background-color: #71b638;
    border-radius: 50%;
}

.index-page .full-news .news-swiper .show-time {
    position: absolute;
    left: calc(var(--ratio-size) * 25);
    top: calc(var(--ratio-size) * 25);
    display: flex;
    line-height: 1;
    opacity: 0;
    transition: all .5s;
}

.index-page .full-news .news-swiper .show-time .day {
    font-size: calc(60rem / 16);
}

.index-page .full-news .news-swiper .show-time .year {
    margin-left: calc(var(--ratio-size) * 20);
    font-size: calc(14rem / 16);
    line-height: 2;
}

.index-page .full-news .text .btn-content {
    display: none;
}


.index-page .full-news .swiper-slide-active {
    width: calc(var(--ratio-size) * 680) !important;
}

.index-page .full-news .swiper-slide-active .pic {
    height: calc(var(--ratio-size) * 350);
}

.index-page .full-news .swiper-slide-active .show-time {
    opacity: 1;
}

.index-page .full-news .swiper-slide-active .text {
    flex-direction: row;
    justify-content: space-between;
    flex: unset;
    height: calc(var(--ratio-size) * 120);
    padding: 0;
}

.index-page .full-news .swiper-slide-active .text-content {
    flex: 1;

    padding-top: calc(var(--ratio-size) * 17);
    padding-left: calc(var(--ratio-size) * 25);
    padding-bottom: calc(var(--ratio-size) * 25);
    padding-right: calc(var(--ratio-size) * 75);
}

.index-page .full-news .swiper-slide-active .text-content .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-page .full-news .swiper-slide-active .time {
    display: none;
}

.index-page .full-news .swiper-slide-active .btn-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--ratio-size) * 120);
    height: calc(var(--ratio-size) * 120);
    background-color: #71b638;
}

.index-page .full-news .swiper-slide-active .btn-content img {
    width: calc(var(--ratio-size) * 20);
}

.index-page .esg-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(var(--ratio-size) * 440);
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

.index-page .esg-content .common-xl-title {
    width: calc(var(--ratio-size) * 955);
    margin-top: calc(var(--ratio-size) * 20);
}

.index-page .esg-content .common-btn {
    margin-top: calc(var(--ratio-size) * 30);
}

.index-page .esg-content .common-btn a {
    background-color: #fff;
    color: #000;
}

.index-page .esg-content .common-btn a:hover {
    background-color: #71b638;
    color: #fff;
    border-color: #71b638;
}

.footer {
    position: relative;
    z-index: 3;
}

.index-page .solution-content .switch-btn {
    position: absolute;
    top: calc(var(--ratio-size) * 125);
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    width: calc(var(--ratio-size) * 100);
    height: calc(var(--ratio-size) * 36);
    margin: 0 auto;
    margin-top: calc(var(--ratio-size) * 50);
    background-color: #60a527;
    border-radius: calc(var(--ratio-size) * 40);
    cursor: pointer;
}

.index-page .solution-content .switch-btn .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-5%, -50%);
    width: calc(var(--ratio-size) * 50);
    height: calc(var(--ratio-size) * 50);
    padding: calc(var(--ratio-size) * 10);
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 1px 1px 4px #939e8b;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.index-page .solution-content .switch-btn .icon .moon-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(.5);
    width: auto;
    max-height: 80%;
    opacity: 0;
}