﻿@charset "utf-8";

.page_menu {
    top: 92px;
}

.home_develop {
    position: relative;
    overflow: hidden;
}


.home_develop_wrap {
    width: 100%;
    padding-top: 350px;
}

.hdwt-wrap .small_title {
    color: var(--main-color);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.home_develop_wrap h2 {
    margin-top: 24px;
    position: relative;
    text-align: center;
    height: 100%;
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;

}

.hdwt-wrap .hdwt-wrap-parga {
    padding-top: 24px;
    text-align: center;
}

.hdwt-wrap .hdwt-wrap-parga p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.culture_icon {
    padding-top: 65px;
    text-align: center;
}

.culture_icon img {
    max-width: 54px;
}

.home_develop_wrap_tit {
    position: absolute;
    top: 200px;
    height: calc(100vh - 200px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 5;
}



@media (min-width:768px) {
    .home_develop.isfixed .home_develop_bg {
        position: fixed;
        top: auto;
        bottom: 0;
    }

    .home_develop.isfixed.notfixed .home_develop_bg {
        position: absolute;
        top: auto !important;
        bottom: 0;
    }

    .home_develop.isfixed .home_develop_wrap_tit {
        position: fixed;
    }

    .home_develop.isfixed.notfixed .home_develop_wrap_tit {
        position: absolute;
        top: auto !important;
        bottom: 0;

    }

}

@keyframes cardFadeUp {
    0% {
        opacity: 0;
        transform: translateY(800px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}

@keyframes cardFadeUp1 {

    0% {
        opacity: 0;
        transform: translate(-50%, 800px);
    }

    100% {

        opacity: 1;

        transform: translate(-50%, 0);

    }

}

.cardFadeup1 {
    animation: cardFadeUp 1s ease both;
}

.cardFadeup2 {
    animation: cardFadeUp1 1s ease both;
}

.hdwl_ul_li.act {
    animation: cardFadeUp 1s ease both;
}

.hdwl_ul2 .hdwl_ul_li:nth-child(1).act {
    animation: cardFadeUp1 1s ease both;
}

.hdwl_ul_li {
    width: 380px;
}

.hdwl_ul_li_cont {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(4px);
}

.hdwl_ul_li .ys_imgbox_cover {
    width: 60px;
}

.hdwl_ul {
    position: relative;
    z-index: 5;
}

.hdwl_ul_li .std_title3 {
    margin-top: 24px;
    margin-bottom: 16px;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}

.hulc_parga p {

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

    overflow: hidden;
}

.home_develop_wrap_list {
    margin-top: 350px;
    padding-bottom: 100px;
    overflow: hidden;
}

.hdwl_ul1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hdwl_ul1 .hdwl_ul_li:nth-child(2) {
    margin-top: 130px;
}

.hdwl_ul2 .hdwl_ul_li:nth-child(1) {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 110px;
}

.home_develop_bg {
    width: 100%;
    position: absolute;
    top: -24%;
    left: 0;
}

.home_develop_bg::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFF 18.19%, rgba(255, 255, 255, 0.00) 72.28%);
    /* background: #EDF2F8; */
    position: absolute;
    top: 0;
    left: 0;
}

.home_develop_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.culture_bottom {
    padding: 95px 0;
    overflow: hidden;
}

.culture_bottom .title {
    color: var(--dark-color);
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}

.culture_b_list {
    padding-top: 64px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
}

.culture_b_list .index_five_img {
    position: relative;
    width: calc(50% - 12px);
    margin-right: 12px;
    overflow: hidden;
}

.culture_b_list .index_five_img>div:first-child {
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 1s linear;
    -o-transition: 1s linear;
    transition: 1s linear;
    z-index: 30;
}

.culture_b_list .index_five_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.culture_b_list .index_five_text {
    position: relative;
    width: calc(50% - 12px);
    margin-left: 12px;
    padding: 40px;
    padding-bottom: 90px;
    background: #F3F3F3;
}

.culture_b_list .index_five_text>div:first-child {
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 1s linear;
    -o-transition: 1s linear;
    transition: 1s linear;
    z-index: 30;
}

.culture_b_list .index_five_text .text {
    padding-top: 154px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.culture_b_list .icon img {
    width: 70px;
}

@media (max-width:1279px) {

    .culture_b_list .index_five_text .text {
        padding-top: 100px;
    }

    .culture_b_list .index_five_text {
        padding-bottom: 60px;

    }
}

@media (max-width:991px) {
    .home_develop_wrap {
        padding-top: 200px;
    }

    .home_develop_wrap_tit {
        top: 150px;
        height: calc(100vh - 150px);
    }

    .home_develop_wrap_list {
        margin-top: 450px;
    }

    .hdwl_ul_li {
        width: 320px;
    }

    .culture_b_list .index_five_text .text {
        padding-top: 60px;
    }
}

@media (max-width:767px) {
    .page_menu {
        top: 0;
    }

    .home_develop_wrap {
        padding-top: 180px;
    }

    .home_develop_wrap_tit {
        position: relative;
        left: inherit;
        transform: inherit !important;
        top: inherit;
        height: inherit;
    }

    .home_develop_wrap_tit .hdwt-wrap {
        transform: inherit !important;
    }

    .home_develop_bg {
        top: 0 !important;
        height: 100%;
        z-index: -1;
    }

    .culture_icon {
        padding-top: 35px;
    }

    .culture_icon img {
        max-width: 34px;
    }

    .home_develop_wrap_list {
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .hdwl_ul1 {
        flex-wrap: wrap;
    }

    .hdwl_ul_li {
        width: 100%;
    }

    .hdwl_ul1 .hdwl_ul_li:nth-child(2) {
        margin-top: 16px;
    }

    .hdwl_ul2 .hdwl_ul_li:nth-child(1) {
        position: relative;
        left: inherit;
        transform: inherit;
        margin-top: 16px;
    }

    .hdwl_ul_li .ys_imgbox_cover {
        width: 40px;
    }

    .hdwl_ul_li_cont {
        padding: 32px 20px;
    }

    .hdwl_ul_li .std_title3 {
        margin-top: 16px;
        line-height: 1.2;
    }

    .culture_bottom {
        padding: 50px 0;
    }
    .culture_bottom .title {
        max-width: 300px;
        margin: 0 auto;
    }
    .culture_b_list .index_five_img>div:first-child {
        display: none;
    }

    .culture_b_list {
        padding-top: 35px;
        flex-wrap: wrap;
    }

    .culture_b_list .index_five_img,
    .culture_b_list .index_five_text {
        width: 100%;
        margin: 0;
    }

    .culture_b_list .index_five_img img {
        position: relative;
    }

    .culture_b_list .index_five_text {
        padding: 40px 20px;
    }

    .culture_b_list .icon img {
        width: 40px;
    }

    .culture_b_list .index_five_text .text {
        padding-top: 20px;
    }

    .culture_b_list .index_five_text>div:first-child {
        display: none;
    }
}