body {
    width: 100vw;
    overflow: hidden !important;
    height: 100vh;
    margin: 0;
    cursor: default;
}

/* h1,h2,h3,h4,p,b,span{
    cursor: text;
} */

.h_swiper {
    width: 100%;
    height: 100%;
}

.h_swiper>.swiper-wrapper {
    cursor: default !important;
}

.h_swiper>.swiper-wrapper>.swiper-slide {
    overflow: hidden;
}

.h_footer {
    height: auto !important;
}

.h_swiper>.swiper-wrapper>.swiper-slide>section {
    /* width: var(--width--); */
    width: 100%;
    height: 100%;
    position: relative;
}

.ip1Swiper {
    width: 100%;
    height: 100vh;
}

.ip1Swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ip1info,
.ip1Ft {
    width: var(--width--);
    color: #fff;
    position: absolute;
    left: calc((100% - var(--width--)) / 2);
    z-index: 2;
}

.ip1info>h2 {
    line-height: 112.5%;
    margin-bottom: 35px;
}

.ip1info>p {
    font-size: var(--18px--);

}

.ip1info {
    bottom: 50%;
}

.ip1Ft {
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 80px;
}

.ip1Pagin {
    width: auto !important;
}

.ip1Down {
    display: flex;
    align-items: center;
}

.ip1Down>span {
    text-transform: uppercase;
}

.ip1Down>svg {
    margin-left: 15px;
    animation: fall 2s ease infinite;
}

.ip1Pagin>span {
    opacity: 1;
    background-color: #fff;
    border-radius: 20px;
    transition: all .3s;
}

.ip1Pagin>span.swiper-pagination-bullet-active {
    width: 15px;
    background-color: #ffd71a !important;
}

/* page2 */

section.ip2 {
    display: flex;
    justify-content: center;
}

.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg>img,
.bg>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fix_video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

/* .bg>video {
    object-fit: contain;
} */

.ip2Box {
    margin-top: var(--navTop--);
    width: var(--width--);
    height: calc(100% - var(--navTop--));
    display: flex;
    flex-direction: column;
    padding: 5% 20px 0 20px;
}

.ip2Title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: clamp(40px, 4.1666666667vw, 80px);
}

.toggleBtnBox {
    display: flex;
}

.toggleBtnBox>div {
    width: 60px;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
    border: 1px solid #d8ddd8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .6s;
}

/* .toggleBtnBox>div:not(.swiper-button-disabled)>svg>path{
    fill: #347236;
} */

.toggleBtnBox>.prev {
    margin-right: 10px;
}


.toggleBtnBox>div:hover {
    background-color: #347236;
}

.toggleBtnBox>div:hover path {
    fill: #fff;
}

.toggleBtnBox>div:not(.swiper-button-disabled) {
    background-color: #347236 !important;
}

.toggleBtnBox>div:not(.swiper-button-disabled)>svg>path {
    fill: #fff !important;
}

.ip2Cont {
    flex-grow: 1;
    display: flex;
    counter-reset: ip2Serial;
}

.ip2Slide {
    counter-increment: ip2Serial;
    padding: 0 20px;
    position: relative;
    display: flex !important;
    flex-direction: column;
}

.ip2SlideTit {
    position: relative;
    margin-bottom: clamp(30px, 3.125vw, 60px);
    border-bottom: 1px solid #dce0dc;
}

.ip2SlideTit::before {
    content: counter(ip2Serial, decimal-leading-zero) '.';
    display: block;
    margin-bottom: 20px;
}

.ip2SlideTit::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -1px;
    background-color: #262626;
    transition: all .6s;
}

.ip2Slide:hover>.ip2SlideTit::after {
    width: 100%;
}

.ip2Swiper {
    width: 100%;
    height: 100%;
}

.toggleBtnBox>div.swiper-button-disabled {
    background-color: transparent;
    cursor: not-allowed;
}

.toggleBtnBox>div.swiper-button-disabled:hover path {
    fill: #000;
}

.ip2Slide::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
    transition: all .6s;
}

.ip2Slide:hover::before {
    opacity: 1;
}

.ip2Slide>div:last-child {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.ip2Slide>div>img {
    max-width: 100%;
    object-fit: contain;
    opacity: 0;
    /* transform: translateY(50px); */
    transition: all .6s;
    filter: grayscale(50%);
}

.ip2Slide:hover>div>img {
    transform: translateY(-55px);
    opacity: 0.6;
}

.ip2ProTitle {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

/* .ip2ProTitle>div{
    width: 80%;
    height: 100%;
} */
.ip2ProTitle>h5 {
    width: 80%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color .6s;
}

.ip2Slide:hover .ip2ProTitle>h5 {
    color: #347236;
}

.ip2ProTitle>svg {
    opacity: 0;
    transform: rotate(45deg);
    transition: all .6s;
    transform-origin: left center;
}

.ip2Slide:hover .ip2ProTitle>svg {
    opacity: 1;
    transform: rotate(0);
}

.ip2ProInfo {
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: color .6s;
    font-size: var(--16px--);
    color: #666666;
    line-height: 150%;
    transition: opacity .6s;
}

.ip2Slide:hover .ip2ProInfo {
    opacity: 0;
}

.ip2Ico {
    position: absolute;
    left: 20px;
    top: 50%;
    transition: opacity .6s;
}

.ip2Slide:hover .ip2Ico {
    opacity: 0;
}

/* page3 */
section.ip3,
section.ip4,
section.ip5 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fix_video {
    position: absolute;
    top: 0;
    left: 0;
}

.triangle {
    width: calc(50% - clamp(0px, 3.90625vw, 75px));
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.triangle1 {
    width: 100% !important;
    height: 80% !important;
    position: absolute;
    left: 0;
    top: auto !important;
    bottom: 0;
}

.triangle>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

.triangle1>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top !important;
}

.ip3Info {
    width: var(--width--);
    display: flex;
    align-items: center;
    z-index: 5;
}

.ip3Info>div:first-child {
    width: 30%;
    margin-right: 20%;
}

.ip3Info>div:last-child {
    width: 50%
}

.ip3Info>div:first-child>h3 {
    color: #fff;
    line-height: 125%;
    margin-bottom: clamp(30px, 3.125vw, 60px);
}

.ip3Info>div:first-child>p {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--18px--);
    line-height: 30px;
    margin-bottom: clamp(30px, 4.6875vw, 90px);
}

.ip3Info>div:first-child>a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: var(--18px--);
    transition: all .6s;
}

.ip3Info>div:first-child>a>svg {
    margin-left: 10px;
    transition: all .6s;
}

.ip3Info>div:first-child>a:hover {
    color: #ffd71a;
}

.ip3Info>div:first-child>a:hover>svg {
    transform: rotate(45deg);
}

.ip3Num {
    display: flex;
    justify-content: space-between;
}

.ip3NumItem {
    flex: 1;
}

.ip3NumItem>img {
    margin-bottom: 30px;
}

.ip3NumItem>p {
    font-size: var(--16px--);
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 15px;
}


.ip3NumItem>num {
    font-size: var(--18px--);
    color: #fff;
    /* line-height: 100%; */
}

.ip3NumItem>num>span {
    font-family: Onsite standard Bold;
    font-size: var(--50px--);
}

/* page4 */

.ip4>.bg>img,
.ip6>.bg>img {
    transform: scale(1.4);
    visibility: visible !important;
}

.ip4Box {
    width: var(--width--);
    margin-top: var(--navTop--);
}

.ip4Box>h3 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: clamp(30px, 3.6458333333333vw, 70px);
}

.pcIp4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: calc(clamp(60px, 8.59375vw, 168px) - 60px);
    row-gap: 80px;
}

.chooseItem {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 10px 60px;
    position: relative;
}

.chooseItem::before {
    content: '';
    width: 2px;
    height: 100%;
    display: block;
    background-color: #ffd71a;
    position: absolute;
    top: 0;
    left: 0;
}

.chooseItem::after {
    content: '';
    width: 2px;
    height: 100%;
    display: block;
    background-color: rgba(52, 114, 54, 1);
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: width .6s;
    z-index: -1;
}

.chooseItem:hover::after {
    width: 100%;
}

.chooseItem>.info svg {
    transition: all .6s;
}

.chooseItem:hover>.info svg {
    transform: rotate(-45deg);
}

.chooseItem>.info {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chooseItem>.info>div>h6 {
    color: #fff;
    line-height: 150%;
    margin-bottom: 25px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.chooseItem>.info>div>p {
    font-size: var(--16px--);
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 25px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.ip4ico {
    display: none;
}

/* .moIp4 {
    display: none !important;
}

.moIp4Slide {
    height: calc((100% - 30px) / 2) !important;
} */

/* page5 */
.ip5Box {
    width: var(--width--);
    margin-top: var(--navTop--);
}

.ip5Box>h3 {
    margin-bottom: 45px;
}

.ip5Swiper {
    margin-bottom: clamp(40px, 4.1666666667vw, 80px);
}

.ip5Slide>.ImgBox {
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 35px;
}

.ip5Slide>.ImgBox>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 3s;
}

.ip5Slide>p {
    font-size: var(--18px--);
    line-height: 26px;
    margin-bottom: 40px;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: color .6s;
}

.ip5Slide>span {
    font-size: var(--14px--);
    color: rgba(0, 0, 0, 0.5);
    transition: color .6s;
}

.ip5Slide:hover>.ImgBox>img {
    transform: scale(1.2);
}

.ip5Slide:hover>p {
    color: #347236;
}

.ip5Slide:hover>span {
    color: #000;
}

.ip5f {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ip5f>a>svg {
    margin-left: 10px;
    transition: transform .6s;
}

.ip5f>a {
    transition: color .6s;
}

.ip5f>a:hover {
    color: #347236;
}

.ip5f>a:hover>svg {
    transform: rotate(45deg);
}

/* page6 */
section.ip6 {
    display: flex;
    justify-content: center;
}

.ip6Box {
    width: var(--width--);
    margin-top: calc(var(--navTop--) + clamp(60px, 5.7291666666667vw, 110px));
}

.ip6Box>h4 {
    color: #fff;
    line-height: 40px;
    margin-bottom: 60px;
}

.ip6Box>a {
    font-size: var(--16px--);
    color: #fff;
    transition: color .6s;
}

.ip6Box>a>svg {
    margin-left: 10px;
    transition: margin-left .6s;
}

.ip6Box>a:hover {
    color: #347236;
}

.ip6Box>a:hover>svg,
.fixImgBox>div>a:hover>svg {
    margin-left: 15px;
}

.ip6>footer {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
    padding-bottom: 0 !important;
}

.ip6>footer .f1>.IcoBox>a {
    background-color: #fff;
}

.Ift {
    /* height: 1100px !important; */
    height: clamp(920px, calc(100vh + (calc(var(--navTop--) + clamp(60px, 5.7291666666667vw, 110px) / 2))), 1050px) !important;
}

/* .ip6 {
    height: 110vh !important;
} */

@media (max-height: 750px) {
    :root {
        --top--: 20px;
    }

    .ip2Ico {
        top: 60%;
    }

    .pcIp4 {
        row-gap: 40px;
    }

    .ip5Slide>.ImgBox {
        height: 200px;
    }

    .ip3Info {
        margin-top: var(--navTop--);
    }

    .ip2Slide:hover>div>img {
        transform: translateY(-90px);
    }

    .ip5Slide>p {
        margin-bottom: clamp(20px, 2.0833333333vw, 40px);
    }

    .ip6>footer {
        padding: 40px 0;
    }

    .ip6Box {
        margin-top: calc(var(--navTop--) + 40px);
    }

    /* .ip6 {
        height: 140vh !important;
    } */
}

@media (max-height: 650px) {
    .ip1info {
        transform: translateY(50%);
    }
}

@media (max-width:1200px) {
    .chooseItem {
        padding: 10px 30px;
    }

    .ip3Num {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }

    .ip3NumItem>p {
        height: 30px;
    }

    .triangle {
        width: calc(60% - clamp(0px, 3.90625vw, 75px));
    }

    .ip3Info {
        justify-content: space-between;
    }

    .ip3Info>div:first-child {
        width: 40%;
        margin-right: 20%;
    }

    .ip3Info>div:last-child {
        width: 40%;
    }

    .chooseItem>.info>div>p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
}

@media (max-width: 768px) {
    body {
        height: auto !important;
        overflow-y: scroll !important;
    }

    .h_swiper {
        overflow: visible !important;
        overflow-y: scroll !important;
    }

    .h_swiper>.swiper-wrapper {
        height: auto !important;
        display: block !important;
    }

    section {
        min-height: 100vh !important;
    }

    /* .pcIp4 {
        display: none;
    } */

    /* .moIp4 {
        width: 100%;
        height: 65vh;
        display: block !important;
    } */

    .ip3Info {
        flex-direction: column;
    }

    .ip3Info>div {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .ip3Info>div:first-child {
        margin-bottom: 30px;
    }

    .ip3Num {
        display: flex;
    }

    .triangle {
        display: none;
    }

    .triangle1 {
        display: block !important;
    }

    .ip3Info>div:first-child>h3>br {
        display: none;
    }

    .ip3Info>div:last-child {
        column-gap: 30px;
    }

    .ip4Box {
        margin: var(--navTop--) 0;
    }

    .pcIp4 {
        grid-template-columns: 1fr;
    }

    .chooseItem>.info {
        width: 100%;
    }

    .chooseItem>div:last-child {
        margin-bottom: 10px;
    }


    .chooseItem>.info>div>p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 50;
    }

    .ip6 {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100% !important;
    }

    .ip6 footer {
        position: relative;
        bottom: 5%;
    }

    .ip6Box {
        margin-bottom: 60px;
    }
}



@media (max-width:480px) {
    .ip1info>h2>br {
        display: none;
    }

    .ip2Title {
        flex-wrap: wrap;
    }

    .ip2Title>.toggleBtnBox {
        margin-top: 20px;
        margin-left: auto;
    }

    .ip3Info>div:last-child {
        display: none;
    }

    .ip6Box>h4>br {
        display: none;
    }

    .ip1info {
        transform: translateY(50%);
    }


    .chooseItem {
        flex-direction: column-reverse;
    }

    .ip6Box {
        margin-top: calc(var(--navTop--) + 40px);
    }

    .ip4pcico {
        display: none;
    }

    .chooseItem>.info>div>p {
        margin-bottom: 0;
    }

    .ip4icoBox {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ip4ico {
        display: block;
        transform: rotate(0);
        transition: all .6s;
    }

    .chooseItem:hover .ip4ico {
        transform: rotate(-45deg);
    }

    .ip5Box {
        margin-top: 0;
    }

    .ip6 footer {
        margin-bottom: 5%;
        bottom: 0;
    }

    .ip2Slide>div>img,
    .ip2Slide:hover>div>img {
        opacity: 1;
        transform: none !important;
        mix-blend-mode: multiply;
        opacity: 0.6;
    }

    .ip2Slide::before {
        opacity: 1;
    }

    .ip2Slide .ip2ProTitle>h5 {
        color: #347236;
    }

    .ip2Slide .ip2ProTitle>svg {
        opacity: 1;
        transform: rotate(0);
    }

    .ip2Slide .ip2Ico {
        opacity: 0;
    }


    .ip2Swiper .swiper-wrapper {
        align-items: stretch !important;
    }

    .ip2Slide {
        height: auto !important;
        min-height: 100% !important;
    }
}

@media (max-width:480px) and (max-height: 750px) {
    .ip2Ico {
        top: 70%;
    }
}