@charset "UTF-8";

.breadcrumbs {
    position: absolute;
    top: var(--header-height);
    left: 0;
    z-index: 2;
    width: 100%;
    padding: var(--app-fs-30) var(--app-fs-36);
    font-size: var(--app-fs-14);
    color: #fff;
}

.breadcrumbs span {
    display: inline-block;
    margin: 0 0.5em;
}

.breadcrumbs a:hover {
    color: #a97c4a;
}

.app-business-header .title {
    font-size: var(--app-fs-36);
    font-weight: normal;
    line-height: 1.17;
    text-align: center;
    color: #a97e46;
}

.app-business-header .title.white {
    color: #fff;
}

.app-business-header .desc {
    margin-top: var(--app-fs-26);
    font-size: var(--app-fs-18);
    line-height: 1.95;
    text-align: center;
    color: #666;
}

.app-business--banner {
    position: relative;
}

.app-business--banner .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.app-business--banner .title {
    font-size: var(--app-fs-40);
    font-weight: normal;
    line-height: 1;
    color: #fff;
}

.app-business--banner .desc {
    margin-top: 1.25em;
    font-size: var(--app-fs-16);
    line-height: 1;
    color: #fff;
}

@media screen and (min-width: 1920px) {
    .app-business--banner .banner {
        width: 100%;
        height: 587px;
        object-fit: cover;
    }
}


.app-business-intro {
    padding: var(--app-fs-90) 0;
    overflow: hidden;
}

.app-business-intro .top .video-wrap {
    position: relative;
    aspect-ratio: 1 / 0.559;
    overflow: hidden;
}

.app-business-intro .top .video-wrap .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-business-intro .top .video-wrap .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--app-fs-86);
    height: var(--app-fs-86);
    border-radius: 50%;
    font-size: var(--app-fs-30);
    color: #fff;
    background: rgba(169, 126, 70, 0.6);
    transform: translate(-50%, -50%);
}

.app-business-intro .top .text-wrap {
    flex: 1;
    padding-left: var(--app-fs-120);
    font-size: var(--app-fs-18);
    line-height: 1.95;
    color: #666;
}

.app-business-intro .bottom {
    margin-top: var(--app-fs-42);
}

.app-business-intro .bottom .item {
    display: flex;
    align-items: center;
}

.app-business-intro .bottom .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--app-fs-65);
    height: var(--app-fs-65);
    border-radius: 50%;
    color: #fff;
    font-size: var(--app-fs-30);
    background: #A97E46;
}

.app-business-intro .bottom .item .text {
    margin-left: var(--app-fs-26);
}

.app-business-intro .bottom .item .label {
    font-size: var(--app-fs-18);
    color: #666;
}

.app-business-intro .bottom .item .value {
    font-size: var(--app-fs-26);
    color: #A97E46;
}


.app-business-incubation-base {
    padding: var(--app-fs-90) 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.app-business-incubation-base .text-wrap {
    flex: 1;
    padding: 0 var(--app-fs-60);
}

.app-business-incubation-base .text-wrap .title {
    font-size: var(--app-fs-36);
    font-weight: normal;
    line-height: 1.17;
    text-align: center;
    color: #666;
}

.app-business-incubation-base .text-wrap .title span {
    color: #A97E46;
}

.app-business-incubation-base .list {
    margin-top: var(--app-fs-28);
}

.app-business-incubation-base .list .item {
    width: 50%;
}

.app-business-incubation-base .list .item+.item {
    margin-left: var(--app-fs-20);
}

.app-business-incubation-base .list .item .head {
    line-height: var(--app-fs-66);
    font-size: var(--app-fs-26);
    text-align: center;
    color: #fff;
    background: #A97E46;
}

.app-business-incubation-base .list .item .wrap {
    padding: var(--app-fs-16);
    background: #fff;
}

.app-business-incubation-base .list .item .txt {
    line-height: var(--app-fs-52);
    font-size: var(--app-fs-22);
    text-align: center;
    color: #a97e46;
    background: rgba(169, 126, 70, .2);
}

.app-business-incubation-base .list .item .txt+.txt {
    margin-top: 10px;
}

.app-business-incubation-base .right-wrap {
    padding-left: var(--app-fs-16);
}

.app-business-incubation-base .right-wrap .img-wrap {
    aspect-ratio: 1 / 0.669;
}

.app-business-incubation-base .right-wrap .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-business-strategy {
    padding: var(--app-fs-90) 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.app-business-strategy .strategy-content .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 23.3333332%;
    height: 417px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    transition: all 1s;
    overflow: hidden;
}

.app-business-strategy .strategy-content .item:last-child {
    border-right: none;
}

.app-business-strategy .strategy-content .item .detail {
    position: absolute;
    top: 14%;
    width: 72%;
    margin: 0 14%;
    overflow: hidden;
}

.app-business-strategy .strategy-content .item .icon-img {
    font-size: var(--app-fs-30);
    color: #fff;
}

.app-business-strategy .strategy-content .item .dev-item-title {
    font-size: var(--app-fs-26);
    color: #fff;
    margin-top: 20px;
}

.app-business-strategy .strategy-content .item .dev-toggle-box {
    transform: translateX(-110%);
    opacity: 0;
}

.app-business-strategy .strategy-content .item .dev-item-desc {
    margin-top: 20px;
    font-size: var(--app-fs-16);
    text-align: justify;
    color: #fff;
}

.app-business-strategy .strategy-content .item.active {
    width: 30%;
    align-items: start;
}

.app-business-strategy .strategy-content .item.active .dev-toggle-box {
    transform: translateX(0);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}


.app-business-course {
    padding: var(--app-fs-90) 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.app-business-course .tabs {
    margin-top: var(--app-fs-38);
    border-bottom: 1px solid #DEDEDE;
}

.app-business-course .tab {
    position: relative;
    padding: 0 var(--app-fs-20) var(--app-fs-26);
    margin: 0 var(--app-fs-20);
    font-size: var(--app-fs-22);
    color: #000;
    cursor: pointer;
}

.app-business-course .tab::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #a97e46;
    transition: all 0.3s;
    transform: translateX(-50%);
}

.app-business-course .tab:hover,
.app-business-course .tab.show {
    color: #a97e46;
}

.app-business-course .tab:hover::before,
.app-business-course .tab.show::before {
    width: 100%;
}

.app-business-course .cursor-swiper {
    margin-top: var(--app-fs-38);
}

.app-business-course .cursor-swiper .slide-swiper {
    width: calc(var(--app-basis-ratio) * 681px);
}

.app-business-course .cursor-swiper .img-wrap img {
    width: 100%;
    aspect-ratio: 1 / 0.559;
    object-fit: cover;
}

.app-business-course .cursor-swiper .text-wrap {
    flex: 1;
    padding-left: var(--app-fs-76);
}

.app-business-course .cursor-swiper .text-wrap .title {
    font-size: var(--app-fs-26);
    color: #a97e46;
}

.app-business-course .cursor-swiper .text-wrap .info {
    margin-top: var(--app-fs-46);
}

.app-business-course .cursor-swiper .text-wrap .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 var(--app-fs-46);
    border-right: 1px solid rgba(102, 102, 102, 0.2);
}

.app-business-course .cursor-swiper .text-wrap .col:first-child {
    padding-left: 0;
}

.app-business-course .cursor-swiper .text-wrap .col:last-child {
    border-right: none;
    padding-right: 0;
}

.app-business-course .cursor-swiper .text-wrap .icon {
    font-size: var(--app-fs-50);
    color: #a97e46;
}

.app-business-course .cursor-swiper .text-wrap .txt {
    font-size: var(--app-fs-18);
    color: #666;
    white-space: nowrap;
}

.app-business-course .cursor-swiper-inner .swiper-scrollbar {
    bottom: 16px;
    left: 50%;
    width: 50%;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
}

.app-business-course .cursor-swiper-inner .swiper-scrollbar-drag {
    background: #a97e46;
}


.app-business-future {
    padding: var(--app-fs-90) 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.app-business-future .wrapper {
    margin-top: var(--app-fs-40);
}

.app-business-future .wrapper .list {
    padding-bottom: var(--app-fs-40);
    border-bottom: 1px solid #666;
}

.app-business-future .wrapper .list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 var(--app-fs-50);
    border-right: 1px solid rgba(102, 102, 102, 0.35);
}

.app-business-future .wrapper .list .item:last-child {
    border-right: none;
}

.app-business-future .wrapper .list .item .img-wrap {
    width: 140px;
    height: 140px;
}

.app-business-future .wrapper .list .item .img-wrap .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app-business-future .wrapper .list .item .title {
    margin-top: var(--app-fs-26);
    font-size: var(--app-fs-18);
    text-align: center;
    color: #fff;
}

.app-business-future .wrapper .desc {
    margin-top: var(--app-fs-38);
    font-size: var(--app-fs-18);
    color: #fff;
    text-align: center;
}



.app-business-facilities {
    padding: var(--app-fs-90) 0;
}

.app-business-facilities .swiper-wrap {
    position: relative;
    width: 684px;
}

.app-business-facilities .swiper-wrap .swiper-slide {
    font-size: 0;
}

.app-business-facilities .swiper-wrap .swiper-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-size: 0;
}

.app-business-facilities .swiper-wrap .tabs {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: var(--app-fs-80);
    font-size: 0;
    background: rgba(0, 0, 0, .65);
}

.app-business-facilities .swiper-wrap .tabs .tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
    font-size: var(--app-fs-20);
    color: #fff;
    cursor: pointer;
}

.app-business-facilities .swiper-wrap .tabs .tab::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 5px;
    background: #A97E46;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.app-business-facilities .swiper-wrap .tabs .tab.show::before {
    width: 80%;
}

.app-business-facilities .text-wrap {
    flex: 1;
    padding-left: var(--app-fs-72);
}

.app-business-facilities .text-wrap .title {
    font-size: var(--app-fs-36);
    color: #A97E46;
}

.app-business-facilities .text-wrap .desc {
    margin-top: var(--app-fs-30);
    font-size: var(--app-fs-18);
    line-height: 1.95;
    color: #666;
}




.app-business-excellent {
    padding: var(--app-fs-90) 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.app-business-excellent .wrapper {
    flex-wrap: wrap;
    margin-top: var(--app-fs-40);
    gap: 28px;
}

.app-business-excellent .card {
    flex-direction: row-reverse;
    width: calc(50% - 14px);
    padding: var(--app-fs-30);
    background: #fff;
}

.app-business-excellent .card:nth-child(2n + 2) {
    flex-direction: row;
}

.app-business-excellent .card .avatar {
    width: var(--app-fs-106);
    height: var(--app-fs-106);
    border-radius: 50%;
    overflow: hidden;
}

.app-business-excellent .card .avatar .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-business-excellent .card .desc {
    flex: 1;
    padding-right: var(--app-fs-30);
}

.app-business-excellent .card:nth-child(2n + 2) .desc {
    padding-right: 0;
    padding-left: var(--app-fs-30);
    text-align: right;
}

.app-business-excellent .card .name {
    font-size: var(--app-fs-32);
    color: #A97E46;
}

.app-business-excellent .card .txt {
    margin-top: 16px;
    font-size: var(--app-fs-22);
    color: #666;
}




.app-business-system {
    padding: var(--app-fs-90) 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.app-business-system .wrapper .box {
    position: relative;
    width: 356px;
    height: 356px;
    margin-top: var(--app-fs-80);
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
}

.app-business-system .wrapper .box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(102, 102, 102, .15);
}

.app-business-system .wrapper .box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: rgba(169, 126, 70, .1);
    transform: translate(-50%, -50%);
}


.app-business-system .wrapper .box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--app-fs-142);
    height: var(--app-fs-142);
    border-radius: 50%;
    font-size: var(--app-fs-50);
    color: #fff;
    background: #A97E46;
}

.app-business-system .wrapper .box .point {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
}

.app-business-system .wrapper .box .point span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-align: center;
}

.app-business-system .wrapper .box .point:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: #A97E46;
    transform: translate(-50%, -50%);
}

.app-business-system .wrapper .box .point1 {
    top: 18%;
    left: 28%;
}

.app-business-system .wrapper .box .point2 {
    top: 18%;
    left: auto;
    right: 28%;
}

.app-business-system .wrapper .box .point3 {
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
}

.app-business-system .wrapper .box .point4 {
    top: 50%;
    left: auto;
    right: 12%;
    transform: translateY(-50%);
}

.app-business-system .wrapper .box .point5 {
    top: auto;
    bottom: 18%;
    left: 28%;
}

.app-business-system .wrapper .box .point6 {
    top: auto;
    bottom: 18%;
    left: auto;
    right: 28%;
}

.app-business-system .wrapper .box .text {
    position: absolute;
    font-size: var(--app-fs-32);
    line-height: 1.125;
    color: #333;
    text-align: center;
}

.app-business-system .wrapper .box .text1 {
    top: -5%;
    left: -5%;
}

.app-business-system .wrapper .box .text2 {
    top: -5%;
    right: -5%;
}

.app-business-system .wrapper .box .text3 {
    top: 50%;
    right: -35%;
    transform: translateY(-50%);
}


.app-business-system .wrapper .box .text4 {
    bottom: -5%;
    right: -5%;
}

.app-business-system .wrapper .box .text5 {
    bottom: -5%;
    left: -5%;
}

.app-business-system .wrapper .box .text6 {
    top: 50%;
    left: -35%;
    transform: translateY(-50%);
}





.app-business-featured {
    padding: var(--app-fs-90) 0;
}

.app-business-featured .wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--app-fs-30);
    margin-top: var(--app-fs-40);
}

.app-business-featured .wrapper .img-wrap {
    aspect-ratio: 1 / .67;
    overflow: hidden;
}

.app-business-featured .wrapper .img-wrap .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-business-integration {
    padding: var(--app-fs-90) 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.app-business-integration .wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--app-fs-30);
    margin-top: var(--app-fs-40);
}

.app-business-integration .wrapper .img-wrap {
    aspect-ratio: 1 / .653;
    overflow: hidden;
}

.app-business-integration .wrapper .img-wrap .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





.app-business-equipment {
    padding: var(--app-fs-90) 0;
}

.app-business-equipment .wrapper .list {
    margin-top: var(--app-fs-40);
}

.app-business-equipment .wrapper .list .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--app-fs-66);
    height: var(--app-fs-66);
    border-radius: 50%;
    font-size: var(--app-fs-30);
    color: #fff;
    background: #A97E46;
}

.app-business-equipment .wrapper .list .info {
    padding-left: var(--app-fs-28);
}

.app-business-equipment .wrapper .list .label {
    font-size: var(--app-fs-18);
    color: #666;
}

.app-business-equipment .wrapper .list .value {
    font-size: var(--app-fs-26);
    color: #A97E46;
}

.app-business-equipment .wrapper .img-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--app-fs-30);
    margin-top: var(--app-fs-40);
}

.app-business-equipment .wrapper .img-list .img-wrap {
    aspect-ratio: 1 / .667;
}

.app-business-equipment .wrapper .img-list .img-wrap .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.app-business-safety {
    padding: var(--app-fs-90) 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.app-business-safety .swiper-wrap {
    width: 50%;
    padding-right: var(--app-fs-20);
    overflow: hidden;
}

.app-business-safety .swiper-wrap .img-wrap .img {
    aspect-ratio: 1 / .599;
    width: 100%;
    object-fit: cover;
}

.app-business-safety .swiper-wrap .swiper-scrollbar {
    bottom: 10%;
    left: 50%;
    width: 50%;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
}

.app-business-safety .swiper-wrap .swiper-scrollbar-drag {
    background: #a97e46;
}

.app-business-safety .text-wrap {
    width: 50%;
    padding-left: var(--app-fs-56);
}

.app-business-safety .text-wrap .title {
    font-size: var(--app-fs-26);
    font-weight: normal;
    line-height: 1.62;
    color: #a97e46;
}

.app-business-safety .text-wrap .desc {
    margin-top: var(--app-fs-26);
    font-size: var(--app-fs-18);
    line-height: 1.95;
    color: #666;
}




.app-business-study-training {
    padding: var(--app-fs-90) 0;
}

.app-business-study-training .wrapper {
    margin-top: var(--app-fs-30);
}

.app-business-study-training .swiper-slide .img-wrap {
    aspect-ratio: 1 / .65;
}

.app-business-study-training .swiper-slide .img-wrap .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-business-study-training .swiper-slide .info {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: rgba(169, 126, 70, .5);
    opacity: 0;
    transition: opacity .3s;
}

.app-business-study-training .swiper-slide .info .icon {
    font-size: var(--app-fs-42);
    color: #fff;
}

.app-business-study-training .swiper-slide .info .text {
    font-size: var(--app-fs-22);
    color: #fff;
}

.app-business-study-training .swiper-slide:hover .info {
    opacity: 1;
}

.app-business-study-training .study-training-swiper .swiper-scrollbar {
    position: static;
    max-width: var(--app-main-content-width);
    height: 3px;
    margin-top: var(--app-fs-38);
    margin-right: auto;
    margin-left: auto;
    background: #EFEFEF;
}

.app-business-study-training .study-training-swiper .swiper-scrollbar-drag {
    background: #a97e46;
}

.app-business-intro .img-wrap {
  
}

.app-business-intro .img-wrap video {
    
    object-fit: cover;
}


@media (max-width: 1280px) {
    .app-business-intro .top .video-wrap {
        aspect-ratio: unset;
        width: 45%;
    }

    .app-business-incubation-base .right-wrap {
        width: 45%;
    }



    .app-business-facilities .swiper-wrap {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .app-business-header .desc {
        text-align: justify;
    }

    .app-business--banner {
        height: 460px;
    }

    .app-business--banner .banner {
        height: 100%;
        object-fit: cover;
    }

    .app-business--banner .wrapper {
        width: 100%;
        padding: 0 20px;
    }


    .app-business-intro {
        padding: 40px 0;
    }

    .app-business-intro .top {
        flex-direction: column;
        align-items: normal;
    }

    .app-business-intro .top .video-wrap {
        width: 100%;
    }

    .app-business-intro .top .text-wrap {
        padding-left: 0;
        margin-top: 15px;
    }

    .app-business-intro .bottom {
        position: relative;
        flex-wrap: wrap;
        gap: 20px;
    }

    .app-business-intro .bottom .item {
        width: calc(50% - 10px);
    }



    .app-business-incubation-base .wrapper {
        flex-direction: column;
    }

    .app-business-incubation-base .text-wrap {
        flex: none;
        width: 100%;
        padding: 0;
    }

    .app-business-incubation-base .right-wrap {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }

    .app-business-incubation-base .right-wrap .img-wrap {
        aspect-ratio: unset;
        width: 100%;
    }



    .app-business-strategy .strategy-content {
        flex-direction: column;
    }

    .app-business-strategy .strategy-content .item {
        width: 100% !important;
        height: auto;
        padding: 10px 20px;
        border-right: none;
    }

    .app-business-strategy .strategy-content .item:last-child {
        border-bottom: none;
    }

    .app-business-strategy .strategy-content .item .dev-item-title {
        margin-top: 10px;
        font-size: 14px;
    }

    .app-business-strategy .strategy-content .item .detail {
        position: static;
        width: 100%;
        margin: 0;
        padding: 0 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .app-business-strategy .strategy-content .item .dev-item-desc {
        margin-top: 10px;
        font-size: 12px;
    }

    .app-business-strategy .strategy-content .item .dev-toggle-box {
        transform: translateX(0);
        opacity: 1;
    }




    .app-business-course .cursor-swiper .swiper-slide {
        flex-direction: column;
    }

    .app-business-course .cursor-swiper .swiper-slide .slide-swiper {
        width: 100%;
    }

    .app-business-course .cursor-swiper .text-wrap {
        flex: none;
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .app-business-course .cursor-swiper .text-wrap .title {
        font-size: 14px;
        text-align: center;
    }

    .app-business-course .cursor-swiper .text-wrap .info {
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
    }

    .app-business-course .cursor-swiper .text-wrap .col {
        width: calc(50% - 10px);
        padding: 0;
        border-right: none;
    }




    .app-business-future .wrapper .list .item {
        padding: 0 15px;
    }

    .app-business-future .wrapper .list .item .img-wrap {
        width: 100px;
        height: 100px;
    }



    .app-business-facilities .wrapper {
        flex-direction: column;
    }

    .app-business-facilities .swiper-wrap {
        width: 100%;
    }

    .app-business-facilities .text-wrap {
        flex: none;
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .app-business-excellent .wrapper {
        gap: 18px;
    }

    .app-business-excellent .card {
        width: 100%;
    }

    .app-business-system .wrapper .box {
        width: 200px;
        height: 200px;
    }

    .app-business-system .wrapper .box .icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .app-business-system .wrapper .box .point {
        width: 18px;
        height: 18px;
    }

    .app-business-system .wrapper .box .text {
        font-size: 14px;
    }

    .app-business-system .wrapper .box .text3 {
        right: -30%;
    }

    .app-business-system .wrapper .box .text6 {
        left: -30%;
    }




    .app-business-featured .wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .app-business-integration .wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }




    .app-business-equipment .wrapper .list {
        flex-wrap: wrap;
    }

    .app-business-equipment .wrapper .list .item {
        width: calc(50% - 10px);
        padding: 15px;
    }

    .app-business-equipment .wrapper .img-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }




    .app-business-safety .wrapper {
        flex-direction: column;
    }

    .app-business-safety .swiper-wrap {
        width: 100%;
        padding: 0;
    }

    .app-business-safety .text-wrap {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }


    .app-business-study-training .wrapper {
        padding: 0 20px;
    }

    .app-business-study-training .swiper-slide.swiper-slide-active .info {
        opacity: 1;
    }

    .app-business-header .title,
    .app-business-incubation-base .text-wrap .title,
    .app-business-facilities .text-wrap .title,
    .app-business-excellent .card .name {
        font-size: 20px;
    }

    .app-business-equipment .wrapper .list .label,
    .app-business-safety .text-wrap .title,
    .app-business-study-training .swiper-slide .info .text,
    .app-business-incubation-base .list .item .head,
    .app-business-excellent .card .txt {
        font-size: 14px;
    }

    .app-business-incubation-base .list .item .txt {
        font-size: 12px;
    }

    .app-business-course .tab {
        font-size: 14px;
    }

}