@charset "UTF-8";

.banenr_center {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.banenr_center img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
    left: 0;
    top: 0;
}

.banenr_center .ban_text {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.ban_text .ban_sum {
    font-size: max(38px, 2.708vw);
    font-weight: 200;
    line-height: 150%;
}


.ban_text .ban_tit {
    font-size: max(63px, 5.729vw);
    font-weight: 700;
    line-height: 100%;
    max-width: max(450px, 41.667vw);
    margin: 0 auto;
}

.h_one {
    background: #faf8f2;
    padding: 6.5% 0 5.5%;
}

.h_one .H_one_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5%;
}

.h_one .H_one_top .left {
    max-width: max(520px, 40.104vw);
    text-transform: uppercase;
    width: 60%;
}

.h_h2 {
    color: var(--li);
    font-weight: 400;
    margin-bottom: 2%;
    font-size: max(20px, 1.25vw);
}

.h_h3 {
    font-size: max(42px, 3.125vw);
    color: #000000;
    line-height: 100%;
    font-weight: 400;
}

.h_one_bottom {
    user-select: none;
}

.h_one_bottom .swiper_pro .swiper-pagination-progressbar {
    position: static;
    height: 1px;
    background: #e1dfd9;
    margin-bottom: 6%;
}

.swiper_pro .swiper-pagination-progressbar span.swiper-pagination-progressbar-fill {
    background: var(--li);
}

.pro_morebox .Limg_cov {
    padding-bottom: 120%;
    border-radius: 10px;
}

.pro_morebox:hover img {
    transform: scale(1.05);
}

.pro_morebox p {
    font-size: max(16px, 0.938vw);
    color: #000;
    display: block;
    text-align: center;
    margin: 7% 0;
    line-height: 200%;
}

.pro_morebox:hover p {
    color: var(--li);
}


.h_two {
    position: relative;
    padding: 8% 0 0;
}

.h_two:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    background: var(--li);
    bottom: 0;
    left: 0;
}

.h_two .xc {
    position: sticky;
    width: max(180px, 9.74vw);
    left: 50%;
    top: 20%;
    transform: translate(-50%, 0%);
    z-index: 1;
    filter: drop-shadow(70px 45px 20px rgba(0, 0, 0, .4));
}

.h_two .tc {
    position: absolute;
    min-height: 100vh;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 0;
}

ul.home-discor-main-wrap {
    width: 100%;
}

li.home-discor-item {
    flex-direction: column;
    display: flex;
    perspective-origin: center top;
    perspective: 40rem;
    overflow: hidden;
}

li.home-discor-item>div {
    flex-direction: column;
    display: flex;
    will-change: transform;
}

li.home-discor-item .line {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}

li.home-discor-item .flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 3%;
    padding-bottom: 3%;
    display: flex;
}

li.home-discor-item .left_tit {
    opacity: .6;
    font-size: max(16px, 0.938vw);
    font-weight: 300;
}

li.home-discor-item .left_sub {
    font-size: max(28px, 1.875vw);
    line-height: 134%;
}

li.home-discor-item span.counter {
 font-size: max(60px, 5vw);
    line-height: 100%;
}

li.home-discor-item i {
    font-size: max(22px, 1.563vw);
    min-width: max(77px,5.469vw); 
    display: inline-block;
}


.h_two .bottom {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-top: 6%;
}

.h_two .bottom img {
    width: 100%;
    height: 100vh;
    vertical-align: top;
    object-fit: cover;
}

.h_two .bottom .ban_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.green {
    min-height: 100vh;
    padding-top: 5%;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
}

.green .center {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.green .center .left {
    width: 50%;
    max-width: max(460px, 28.646vw);
}

.green .center .left .h_h2 {
    color: #fff;
    text-transform: uppercase;
}

.green .center .left .h_h3 {
    color: #fff;
    text-transform: uppercase;
}

.green .center .right {
    width: 40%;
    max-width: max(400px, 20.833vw);
    background: #1f9b56;
    border-radius: 10px;
    padding: 4%;
    position: relative;
    z-index: 2;
    transition: all .5s ease;
}

.green .center .right img {
    width: max(85px, 6.51vw);
    height: auto;
}

.green .center .left p {
    color: #fff;
    font-weight: 300;
    opacity: .7;
    line-height: 133%;
    margin: 12% 0 28%;
}

.green .center .left span {
    color: #fff;
}

.green .center .right h4 {
    font-size: max(18px, 1.146vw);
    color: #fff;
    margin: 8% 0;
}

.green .center .right p {
    font-weight: 300;
    color: #fff;
    line-height: 125%;
    opacity: .5;
}

.laptop {
    position: absolute;
    left: 52%;
    z-index: 1;
    top: 60%;
    transform: translate(0%, -50%);
    line-height: 0;
}

svg.path-connection {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    visibility: visible;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
}

svg.path-connection path {
    animation: path-connection 10s linear infinite;
}

svg.rotated-icon {
    color: #fff;
}

svg.rotated-icon .opacity-20 {
    opacity: .2;
}

.rotated-icon .half-circle-left {
    stroke-dasharray: 80;
    stroke-dashoffset: -80;
    animation: half-circle-left 4s infinite;
}

.rotated-icon .half-circle-right {
    stroke-dasharray: 110;
    stroke-dashoffset: -110;
    animation: half-circle-right 4s infinite;
}

.rotated-icon .inner-square {
    animation: rotate360 4s linear infinite;
    display: block;
    transform-origin: center;
}

.tsone {
    position: relative;
    height: 180vh;
}

.tstwo {
    position: relative;
    height: 250vh;
}

.two_tc {
    position: sticky;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 2;
    mix-blend-mode: screen;
    overflow: hidden;
    pointer-events: none;
}

.two_tc .two_sub {
    color: #000;
    font-size: 510vw;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: 800;
    text-align: center;
    transform-origin: center center;
    position: absolute;
    left: 50%;
    top: 50%;
    white-space: nowrap;
}

.two_tc .two_tit {
    opacity: 0;
    text-align: center;
    font-size: max(32px, 2.5vw);
    color: #000000;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}


.h_three {
    background: #faf8f2;
    padding: 4% 0 6%;
    margin-top: -10%;
    position: relative;
    z-index: 2;
}

.h_three .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.h_three .center .left {
    width: 47%;
}

.h_three .center .left img {
    width: 100%;
    object-fit: contain;
    vertical-align: top;
}

.h_three .center .right {
    width: 44%;
    text-transform: uppercase;
}

.h_three .center .right h3.h_h3 {
    font-size: max(38px, 2.708vw);
}

.h_three .center .right p {
    margin: 10% 0 19%;
    text-transform: none;
    color: #666;
    font-size: max(16px, 0.938vw);
    font-weight: 300;
}


.H_five {
    background: #faf8f2;
}

.H_five .center {
    border-top: 1px solid #c8c6c2;
    padding: 5% 0 6%;
}


.H_five ul.news {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
    padding-top: 1%;
    margin-bottom: 5%;
}

.H_five ul.news li {
    width: calc((100% - 3vw) / 3);
    background: #fff;
    padding: 2% 3%;
    border-radius: 10px;
    transition: all .5s ease;
}

.H_five ul.news li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.H_five ul.news li .news_time {
    color: #666;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 300;
    padding-bottom: 5%;
    margin-bottom: 5%;
}

.H_five ul.news li .news_tit {
    font-size: max(20px, 1.25vw);
    color: #000000;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    font-weight: 500;
    line-height: 125%;
    transition: all .5s ease;
    min-height: max(75px, 4.688vw);
}

.H_five ul.news li:hover .news_tit {
    color: var(--li);
}

.H_five ul.news li .news_summ {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    color: #666;
    font-weight: 300;
    line-height: 162%;
    margin: 8% 0 17%;
}

.H_five ul.news li .news_more {
    display: block;
    border-top: 1px solid #e5e5e5;
    text-transform: uppercase;
    color: var(--li);
    padding: 7% 0 0%;
}

.H_five .public_more {
    margin: 0 auto;
}

@media only screen and (max-width:1200px) {}

@media only screen and (min-width:769px) {}

@media only screen and (max-width:768px) {
    .h_three .center>div {
        width: 100% !important;
    }

    .banenr_center {
        height: 70vh;
    }

    .ban_text .ban_sum {
        font-size: 24px;
    }

    .ban_text .ban_tit {
        font-size: 42px;
    }

    .h_one {
        padding: 50px 0;
    }

    .h_one .H_one_top .left {
        max-width: 100%;
        width: 100%;
    }

    .h_one .H_one_top .public_more {
        display: none;
    }

    .h_h3 {
        font-size: 24px;
    }

    .pro_morebox p {
        font-size: 14px;
        margin: 10px 0;
    }

    li.home-discor-item .flex {
        flex-wrap: wrap;
    }

    li.home-discor-item .flex>div {
        width: 100% !important;
    }

    .h_two .xc {
        display: none;
    }

    .h_two .tc {
        position: static;
        min-height: auto;
        transform: none;
    }

    li.home-discor-item .left_sub {
        font-size: 18px;
        line-height: 134%;
    }

    li.home-discor-item span.counter {
        font-size: 60px;
    }

    .h_two .bottom img {
        height: 50vh;
    }

    .h_two:before {
        height: 60%;
    }

    .tsone {
        position: relative;
        height: auto;
    }

    .green {
        min-height: auto;
        padding: 50px 0;
    }

    .green .center>div {
        width: 100% !important;
    }

    .green .center {
        flex-wrap: wrap;
    }

    .green .center .left p {
        margin: 20px 0 40px;
    }

    .green .center .right {
        margin-top: 40px;
        opacity: 1 !important;
    }

    .tstwo {
        position: relative;
        height: auto;
    }

    .two_tc {
        min-height: auto;
        background: #faf8f2;
        padding: 50px 0 10px;
        mix-blend-mode: initial;
    }

    .h_three {
        margin-top: 0;
        padding: 0 0 50px;
    }

    .two_tc .two_tit {
        opacity: 1;
        font-size: 24px;
        position: static;
        transform: none;
    }

    .two_tc .two_sub {
        font-size: 42px;
        line-height: 150%;
        position: static;
        color: var(--li);
    }

    .laptop {
        display: none;
    }

    .h_three .center .right h3.h_h3 {
        font-size: 24px;
    }

    .h_three .center .right {
        margin-top: 30px;
    }

    .h_three .center .right p {
        margin: 20px 0 40px;
    }

    .H_five .center {
        padding: 50px 0;
    }

    .H_five ul.news li {
        width: 100%;
        padding: 20px;
    }

    .H_five ul.news li .news_tit {
        font-size: 16px;
        min-height: auto;
    }

    .H_five ul.news li .news_summ {
        margin: 15px 0;
    }
}