.row-z01 {
    padding: 140px 0 80px;
    background-color: #f9fbff;
    position: relative;
    overflow: hidden
}

.row-z01 .bgn {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
	top:0;
    z-index: 1
}

.row-z01 .bgn img{
    width: 100%;
    height: 100%;
    display: block;
	object-fit: cover;
}

.m-video {
    margin-bottom: 80px;
    position: relative;
    z-index: 2
}

.m-video .box-n {
    position: relative;
    z-index: 2
}

.m-video .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px
}

.m-video .icon {
    width: 72px;
    margin-right: 28px
}

.m-video .icon img {
    width: 100%;
    height: auto;
    display: block
}

.m-video .tit {
    font-size: 64px;
    line-height: 1.2em;
    color: #1e2128
}

.m-video .desc {
    font-size: 32px;
    line-height: 1.3em;
    margin-bottom: 10px;
    color: #1e2128;
    text-align: center;
    font-family: Poppins-Medium;
}

.m-video .box {
    margin-bottom: 30px;
    text-align: center;
}

.m-video .info {
    display: inline-block;
    margin: 0 10px;
    font-size: 22px;
    line-height: 1.5em;
    color: #1e2128;
    padding-left: 30px;
    position: relative
}

.m-video .info::after {
    width: 25px;
    height: 24px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../images/2025/zc/a2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0
}

.g-video-btn-box,
.m-video .btn-box {
    /* text-align: center; */
    margin-bottom: 48px
}
.m-video .btn-box{
    text-align: center;
}
.g-video-btn-box .btn,
.m-video .btn {
    margin: 0 24px 0 0;
    display: inline-block;
    height: 58px;
    line-height: 56px;
    border: 1px solid #0074fc;
    padding: 0 28px;
    color: #1e2128;
    background-color: #fff;
    font-size: 20px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}
.m-video .btn{
    margin: 0 12px;
}
.g-video-btn-box .btn1,
.m-video .btn1 {
    background-color: #0074fc;
    color: #fff
}

.g-video-btn-box .btn1:hover,
.m-video .btn1:hover {
    background: linear-gradient(92.75deg, #00a1fc 1.87%, #0074fc 91.88%)
}

.g-video-btn-box .btn2,
.m-video .btn2 {
    border: 1px solid #cbd2d9
}

.g-video-btn-box .btn2:hover,
.m-video .btn2:hover {
    border: 1px solid #0074fc;
    color: #0074fc
}

.m-video .video {
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 5px 10px rgba(71, 77, 95, .15)
}

.m-video .video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.01);
    -ms-transform: translate(-50%, -50%) scale(1.01);
    -o-transform: translate(-50%, -50%) scale(1.01);
    transform: translate(-50%, -50%) scale(1.01);
    -moz-transform: translate(-50%, -50%) scale(1.01);
}

.m-video .video .play {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/2025/zc/a4.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.m-spaceSight {
    position: relative;
    z-index: 2
}

.m-spaceSight .title {
    text-align: center;
    font-size: 40px;
    color: #1e2128;
    line-height: 1.2em;
    margin-bottom: 32px
}

.m-spaceSight .title span {
    color: #0074fc
}

.ul-spaceSight {
    margin: 0 -20px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.ul-spaceSight li {
    width: 25%;
    float: left
}

.ul-spaceSight .icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 16px;
}

.ul-spaceSight .con {
    display: block;
    padding: 0 20px;
    text-align: center
}

.ul-spaceSight .tit {
    font-size: 24px;
    line-height: 1.3em;
    color: #1e2128;
    margin-bottom: 16px;
}
.g-titz {
    word-break: break-word;
}

.ul-spaceSight .desc {
    font-size: 16px;
    color: #465a69;
    line-height: 1.3em;
    overflow: hidden
}

.row-z02 {
    padding-top: 80px
}

.ul-project {
    overflow: hidden
}

.ul-project li {
    margin-bottom: 80px
}

.ul-project .con {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.ul-project .pic-box {
    width: 48.33%
}

.ul-project li:nth-child(2n-1) .con {
    flex-direction: row;
}

.ul-project .videobox, .ul-project .pic {
    padding-top: 68.965%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.ul-options .pic img,
.ul-project .pic img, .ul-project .videobox video {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    top: 50%;
    transform: translateY(-50%) scale(1.01);
    -webkit-transform: translateY(-50%) scale(1.01);
    -moz-transform: translateY(-50%) scale(1.01);
    -ms-transform: translateY(-50%) scale(1.01);
    -o-transform: translateY(-50%) scale(1.01);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.ul-project .box {
    width: 51.77%;
    position: relative;
    right: 0;
    top: 0;
}

.ul-project .txt {
    text-align: left;
    position: relative;
    padding-left: 98px
}

.ul-project li:nth-child(2n-1) .box {
    left: 0;
    right: auto
}

.ul-project li:nth-child(2n-1) .txt {
    padding-left: 0;
    padding-right: 98px
}

.ul-project .tit {
    font-size: 38px;
    line-height: 1.4em;
    color: #1e2128;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ul-project .desc {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 28px;
    color: #465a69
}

.ul-project .info .box-z {
    display: inline-block
}

.ul-project .info .xz {
    display: inline-block;
    font-size: 16px;
    line-height: 2em;
    color: #1e2128;
    position: relative;
    padding: 0 32px 0 40px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.ul-project .info .xz:first-child {
    margin-right: 12px
}

.ul-project .info .xz::after {
    width: 12px;
    height: 13px;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 56%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../images/2025/zc/b7.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0
}

.ul-project .info .xz:hover {
    color: #0074fc
}

.ul-project .info .xz:hover::after {
    background-image: url(../images/2025/zc/b8.png)
}

.ul-project .info .icon {
    width: 20px;
    height: 21px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../images/2025/zc/b5.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0
}

.ul-project .info .icon2 {
    background-image: url(../images/2025/zc/b6.png)
}

.m-options {
    background-color: #f5f5f5;
    padding: 80px 0;
    overflow: hidden
}

.m-options .title {
    font-size: 40px;
    line-height: 1.2em;
    color: #1e2128;
    margin-bottom: 54px;
    text-align: center
}

.ul-options {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.ul-options li {
    width: 33.33%
}

.ul-options .con {
    display: block;
    padding: 0 6px;
    text-align: center
}

.ul-options .pic {
    padding-top: 78.43%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px
}

.ul-options .con:hover .pic img {
    transform: scale(1.04) translateY(-50%);
    -webkit-transform: scale(1.04) translateY(-50%);
    -moz-transform: scale(1.04) translateY(-50%);
    -ms-transform: scale(1.04) translateY(-50%);
    -o-transform: scale(1.04) translateY(-50%)
}

.ul-options .tit {
    font-size: 42px;
    line-height: 1.3em;
    color: #1e2128;
    margin-bottom: 20px;
    text-align: center
}

.ul-list-p .more, .ul-options .more {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    padding-left: 30px;
    color: #1c2b33
}

.ul-list-p .more::after, .ul-options .more::after {
    width: 24px;
    height: 25px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../images/2025/zc/d3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0
}

.ul-list-p .con:hover .more, .ul-options .con:hover .more {
    color: #0074fc
}

.ul-list-p .con:hover .more::after, .ul-options .con:hover .more::after {
    background-image: url(../images/2025/zc/d4.png)
}

.m-system {
    background-color: #f0f6fe;
    padding: 74px 0 80px
}

.m-system .title {
    text-align: center;
    font-size: 40px;
    line-height: 1.3em;
    color: #1e2128;
    margin-bottom: 15px
}

.m-system .info {
    text-align: center;
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 70px
}

.ul-system {
    display: flex;
    justify-content: center
}

.ul-system .con {
    display: block;
    height: 62px;
    margin: 0 18px
}

.m-slick-z1 .tit img {
    width: auto;
    height: 100%;
    display: block;
}

.ul-system .con img {
    width: auto;
    height: 100%;
    display: block
}

.row-z04 {
    margin-bottom: 60px;
    overflow: hidden
}

.m-slick-z1 {
    margin: 0 -30px
}

.m-slick-z1 .item {
    padding: 30px
}

.m-slick-z1 .con {
    display: block;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(71, 77, 95, .15);
    border-radius: 24px;
    padding: 34px
}

.m-slick-z1 .pic-box {
    float: right;
    width: 45%
}

.m-slick-z1 .pic {
    position: relative;
    padding-top: 69.21%;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.m-slick-z1 .pic img, .ul-list-p .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.m-slick-z1 .con:hover .pic img {
    transform: translateY(-50%) scale(1.05);
    -webkit-transform: translateY(-50%) scale(1.05);
    -moz-transform: translateY(-50%) scale(1.05);
    -ms-transform: translateY(-50%) scale(1.05);
    -o-transform: translateY(-50%) scale(1.05)
}

.m-slick-z1 .text {
    float: left;
    width: 49%;
    overflow: hidden;
    padding:  0
}

.m-slick-z1 .tit {
    height: 68px;
    margin-bottom: 16px
}

.m-slick-z2 .tit {
    width: 110px
}

.m-slick-z1 .info {
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 15px;
    color: #1e2128
}

.m-slick-z1 .desc {
    font-size: 16px;
    line-height: 1.3em;
    color: #465a69;
    margin-bottom: 25px
}

.m-slick-z1 .more {
    display: block;
    padding-left: 35px;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    color: #0074fc
}

.m-slick-z1 .more::after {
    width: 23px;
    height: 16px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../images/2025/zc/c6.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0
}

.m-slick-z1 .slick-arrow, .m-slick-z2 .slick-arrow, .ul-list-p2 .slick-arrow {
    left: -50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: 1px solid rgba(52, 72, 84, .4);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    font-size: 0;
    background-color: transparent;
    transition: .3s;
    z-index: 1;
    cursor: pointer;
    transition: .3s
}

.m-slick-z2 .slick-arrow {
    left: -80px
}

.m-slick-z1 .slick-prev, .m-slick-z2 .slick-prev, .ul-list-p2 .slick-prev {
    background-image: url(../images/2025/zwj/left.png)
}

.m-slick-z1 .slick-next, .ul-list-p2 .slick-next {
    background-image: url(../images/2025/zwj/right.png);
    left: auto;
    right: -50px
}

.m-slick-z2 .slick-next {
    background-image: url(../images/2025/zwj/right.png);
    left: auto;
    right: -80px
}

.m-slick-z1 .slick-arrow:hover, .m-slick-z2 .slick-arrow:hover, .ul-list-p2 .slick-arrow:hover {
    background-color: #0074fc;
    border-color: #0074fc
}

.m-slick-z1 .slick-next:hover, .m-slick-z2 .slick-next:hover, .ul-list-p2 .slick-next:hover {
    background-image: url(../images/2025/zwj/right-1.png)
}

.m-slick-z1 .slick-prev:hover, .m-slick-z2 .slick-prev:hover, .ul-list-p2 .slick-prev:hover {
    background-image: url(../images/2025/zwj/left-1.png)
}

.row-z05 {
    padding-bottom: 120px;
    overflow: hidden
}

.ul-list-p {
    margin: 0 -24px
}

.ul-list-p2 {
    display: none !important
}

.ul-list-p li {
    float: left;
    width: 33.33%
}

.ul-list-p .con {
    display: block;
    margin: 0 24px;
    border: 1px solid #cbd2d9;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden
}

.ul-list-p .pic {
    padding-top: 64%;
    overflow: hidden;
    position: relative
}

.ul-list-p .con:hover .pic img {
    transform: translateY(-50%) scale(1.05);
    -webkit-transform: translateY(-50%) scale(1.05);
    -moz-transform: translateY(-50%) scale(1.05);
    -ms-transform: translateY(-50%) scale(1.05);
    -o-transform: translateY(-50%) scale(1.05)
}

.ul-list-p .text {
    padding: 24px 24px 32px;
    text-align: center
}

.ul-list-p .tit {
    font-size: 18px;
    line-height: 1.3em;
    color: #1e2128;
    margin-bottom: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.ul-list-p .desc {
    font-size: 16px;
    line-height: 1.3em;
    color: #465a69;
    margin-bottom: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 3.9em;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.row-z03 {
    padding: 120px 0 60px
}

.m-slick-z2 .item {
    margin-right: 40px
}

.m-slick-z2 .con {
    padding: 40px 28px 55px;
    background-color: #f8f9fb;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px
}

.m-slick-z2 .desc {
    font-size: 20px;
    line-height: 1.3em;
    color: #1e2128;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 10.4em
}

.m-slick-z2 .title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.m-slick-z2 .info {
    font-size: 18px;
    line-height: 1.4em;
    color: #465a69
}

@media only screen and (min-width:1199px) and (max-width:0) {
    .row-z01 {
        padding: 7.291vw 0 4.166vw
    }


    .m-video {
        margin-bottom: 4.166vw
    }

    .m-video .title {
        align-items: center;
        justify-content: center;
        margin-bottom: 1.145vw
    }

    .m-video .icon {
        width: 3.75vw;
        margin-right: 1.458vw
    }

    .m-video .icon img {
        height: auto
    }

    .m-video .tit {
        font-size: 3.333vw;
        line-height: 1.2em
    }

    .m-video .desc {
        font-size: 1.25vw;
        line-height: 1.3em;
        margin-bottom: .52vw
    }

    .m-video .box {
        margin-bottom: 1.562vw
    }

    .m-video .info {
        margin: 0 .52vw;
        font-size: .833vw;
        line-height: 1.5em;
        padding-left: 1.562vw
    }

    .m-video .info::after {
        width: 1.302vw;
        height: 1.25vw;
        content: "";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-image: url(../images/2025/zc/a2.png)
    }

    .g-video-btn-box,
    .m-video .btn-box {
        margin-bottom: 2.5vw
    }

    .g-video-btn-box .btn,
    .m-video .btn {
        margin: 0 .625vw;
        height: 3.020vw;
        line-height: 2.916vw;
        border: 1px solid #0074fc;
        padding: 0 1.458vw;
        font-size: 1.041vw;
        border-radius: 5.208vw;
        -webkit-border-radius: 5.208vw;
        -moz-border-radius: 5.208vw;
        -ms-border-radius: 5.208vw;
        -o-border-radius: 5.208vw;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s
    }

    .m-video .video {
        padding-top: 56.25%;
        border-radius: .416vw;
        -webkit-border-radius: .416vw;
        -moz-border-radius: .416vw;
        -ms-border-radius: .416vw;
        -o-border-radius: .416vw;
        box-shadow: 0 .26vw .52vw rgba(71, 77, 95, .15)
    }

    .m-video .video .play {
        width: 2.5vw;
        height: 2.5vw;
        background: url(../images/2025/zc/a4.png) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .m-spaceSight .title {
        font-size: 2.083vw;
        line-height: 1.2em;
        margin-bottom: 1.666vw
    }

    .ul-spaceSight {
        margin: 0 -1.041vw
    }

    .ul-spaceSight .con {
        pading: 0 1.041vw
    }

    .ul-spaceSight .tit {
        font-size: 1.25vw;
        margin-bottom: .833vw;
    }

    .ul-spaceSight .desc {
        font-size: .833vw;
        line-height: 1.3em;
    }

    .row-z02 {
        padding-top: 4.166vw
    }

    .ul-project li {
        margin-bottom: 4.166vw
    }

    .ul-project .pic-box {
        width: 48.33%
    }

    .ul-project .pic {
        padding-top: 68.965%
    }

    .ul-options .pic img, .ul-project .pic img {
        left: 0;
        object-fit: cover;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s
    }

    .ul-project .box {
        width: 51.77%;
        right: 0;
        top: 0
    }

    .ul-project .txt {
        padding-left: 5.104vw
    }

    .ul-project li:nth-child(2n-1) .box {
        left: 0;
        right: auto
    }

    .ul-project li:nth-child(2n-1) .txt {
        padding-right: 5.104vw
    }

    .ul-project .tit {
        font-size: 1.979vw;
        line-height: 1.4em;
        margin-bottom: .52vw;
    }

    .ul-project .desc {
        font-size: .937vw;
        line-height: 1.5em;
        margin-bottom: 1.458vw;
    }

    .ul-project .info .xz {
        font-size: .833vw;
        line-height: 2em;
        padding: 0 1.666vw 0 2.083vw
    }

    .ul-project .info .xz:first-child {
        margin-right: .625vw
    }

    .ul-project .info .xz::after {
        width: .625vw;
        height: .677vw;
        content: "";
        right: .52vw;
        top: 56%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    .ul-project .info .icon {
        width: 1.041vw;
        height: 1.093vw;
        left: .625vw;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-image: url(../images/2025/zc/b5.png)
    }

    .ul-project .info .icon2 {
        background-image: url(../images/2025/zc/b6.png)
    }

    .m-options {
        padding: 4.166vw 0
    }

    .m-options .title {
        font-size: 2.083vw;
        line-height: 1.2em;
        margin-bottom: 2.812vw
    }

    .ul-options .con {
        padding: 0 .312vw
    }

    .ul-options .pic {
        padding-top: 78.43%;
        margin-bottom: 2.083vw
    }

    .ul-options .pic:hover img {
        transform: scale(1.04) translateY(-50%);
        -webkit-transform: scale(1.04) translateY(-50%);
        -moz-transform: scale(1.04) translateY(-50%);
        -ms-transform: scale(1.04) translateY(-50%);
        -o-transform: scale(1.04) translateY(-50%)
    }

    .ul-options .tit {
        font-size: 2.187vw;
        line-height: 1.3em;
        margin-bottom: 1.041vw
    }

    .ul-list-p .more, .ul-options .more {
        font-size: .833vw;
        line-height: 1.302vw;
        padding-left: 1.562vw
    }

    .ul-list-p .more::after, .ul-options .more::after {
        width: 1.25vw;
        height: 1.302vw;
        content: "";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    .m-system {
        padding: 3.854vw 0 4.166vw
    }

    .m-system .title {
        font-size: 2.083vw;
        line-height: 1.3em;
        margin-bottom: .781vw
    }

    .m-system .info {
        font-size: 1.25vw;
        line-height: 1.4em;
        margin-bottom: 3.645vw
    }

    .ul-system {
        justify-content: center
    }

    .ul-system .con {
        height: 3.229vw;
        margin: 0 .937vw
    }

    .m-slick-z1 .tit img{
        height: auto
    }

    .row-z04 {
        margin-bottom: 3.125vw
    }

    .m-slick-z1 {
        margin: 0 -1.562vw
    }

    .m-slick-z1 .item {
        padding: 1.562vw
    }

    .m-slick-z1 .con {
        box-shadow: 0 .26vw 1.562vw rgba(71, 77, 95, .15);
        border-radius: 1.25vw;
        padding: 1.77vw
    }

    .m-slick-z1 .pic {
        padding-top: 69.21%
    }

    .m-slick-z1 .pic img, .ul-list-p .pic img {
        object-fit: cover;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s
    }

    .m-slick-z1 .text {

    }

    .m-slick-z1 .tit {
        height: 3.541vw;
        margin-bottom: 0.833vw
    }

    .m-slick-z2 .tit {
        width: 5.729vw
    }

    .m-slick-z1 .info {
        font-size: 1.041vw;
        line-height: 1.3em;
        margin-bottom: .781vw
    }

    .m-slick-z1 .desc {
        font-size: .833vw;
        line-height: 1.3em;
        margin-bottom: 1.302vw
    }

    .m-slick-z1 .more {
        padding-left: 1.822vw;
        font-size: .833vw;
        line-height: 1.562vw
    }

    .m-slick-z1 .more::after {
        width: 1.197vw;
        height: .833vw;
        content: "";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-image: url(../images/2025/zc/c6.png)
    }

    .m-slick-z1 .slick-arrow, .m-slick-z2 .slick-arrow {
        left: -2.604vw;
        top: 50%;
        transform: translateY(-50%);
        width: 1.875vw;
        height: 1.875vw;
        border: 1px solid rgba(52, 72, 84, .4);
        border-radius: 50%;
        background-size: .416vw auto;
        font-size: 0;
        transition: .3s;
        transition: .3s
    }

    .m-slick-z2 .slick-arrow {
        left: -4.166vw
    }

    .m-slick-z1 .slick-prev, .m-slick-z2 .slick-prev {
        background-image: url(../images/2025/zwj/left.png)
    }

    .m-slick-z1 .slick-next {
        background-image: url(../images/2025/zwj/right.png);
        left: auto;
        right: -2.604vw
    }

    .m-slick-z2 .slick-next {
        background-image: url(../images/2025/zwj/right.png);
        left: auto;
        right: -4.166vw
    }

    .m-slick-z1 .slick-next:hover, .m-slick-z2 .slick-next:hover {
        background-image: url(../images/2025/zwj/right-1.png)
    }

    .m-slick-z1 .slick-prev:hover, .m-slick-z2 .slick-prev:hover {
        background-image: url(../images/2025/zwj/left-1.png)
    }

    .row-z05 {
        padding-bottom: 6.25vw
    }

    .ul-list-p {
        margin: 0 -1.25vw
    }

    .ul-list-p li {
        width: 33.33%
    }

    .ul-list-p .con {
        margin: 0 1.25vw;
        border: 1px solid #cbd2d9;
        border-radius: .625vw;
        -webkit-border-radius: .625vw;
        -moz-border-radius: .625vw;
        -ms-border-radius: .625vw;
        -o-border-radius: .625vw
    }

    .ul-list-p .con:hover .pic img {
        transform: translateY(-50%) scale(1.05);
        -webkit-transform: translateY(-50%) scale(1.05);
        -moz-transform: translateY(-50%) scale(1.05);
        -ms-transform: translateY(-50%) scale(1.05);
        -o-transform: translateY(-50%) scale(1.05)
    }

    .ul-list-p .text {
        padding: 1.25vw 1.25vw 1.666vw
    }

    .ul-list-p .tit {
        font-size: .937vw;
        line-height: 1.3em;
        margin-bottom: .729vw;
        white-space: nowrap
    }

    .ul-list-p .desc {
        font-size: .833vw;
        line-height: 1.3em;
        margin-bottom: 2.187vw;
        -webkit-line-clamp: 3;
        height: 3.9em;
        -webkit-box-orient: vertical
    }

    .row-z03 {
        padding: 6.25vw 0 3.125vw
    }

    .m-slick-z2 .item {
        margin-right: 2.083vw
    }

    .m-slick-z2 .con {
        padding: 2.083vw 1.458vw 2.864vw;
        border-radius: .937vw;
        -webkit-border-radius: .937vw;
        -moz-border-radius: .937vw;
        -ms-border-radius: .937vw;
        -o-border-radius: .937vw
    }

    .m-slick-z2 .desc {
        font-size: 1.041vw;
        line-height: 1.3em;
        margin-bottom: 1.302vw
    }

    .m-slick-z2 .title {
        align-items: center;
        justify-content: space-between
    }

    .m-slick-z2 .info {
        font-size: .937vw;
        line-height: 1.4em
    }
}

@media only screen and (max-width:1199px) {
    .row-z01 {
        padding: 50px 0 40px
    }

    .m-video {
        margin-bottom: 40px
    }

    .m-video .icon {
        width: 40px;
        margin-right: 15px
    }

    .m-video .tit {
        font-size: 38px
    }

    .m-video .desc {
        font-size: 20px
    }

    .m-video .box {
        margin-bottom: 20px
    }

    .m-video .info {
        font-size: 14px;
        padding-left: 20px
    }

    .m-video .info::after {
        width: 18px;
        height: 18px
    }

    .g-video-btn-box,
    .m-video .btn-box {
        margin-bottom: 30px
    }

    .g-video-btn-box .btn,
    .m-video .btn {
        margin: 0 12px;
        font-size: 16px;
        height: 42px;
        line-height: 40px;
        padding: 0 15px;
        border-radius: 80px;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        -ms-border-radius: 80px;
        -o-border-radius: 80px
    }

    .m-spaceSight .title {
        font-size: 26px;
        margin-bottom: 25px
    }

    .ul-spaceSight .tit {
        font-size: 20px
    }

    .ul-spaceSight .desc {
        font-size: 14px
    }

    .row-z02 {
        padding: 40px 0 10px
    }

    .ul-project li:nth-child(2n-1) .txt,
    .ul-project .txt {
        padding-right: 30px
    }

    .ul-project li:nth-child(2n) .txt {
        padding-left: 30px;
        padding-right: 0px
    }

    .ul-project li {
        margin-bottom: 25px
    }

    .ul-project .tit {
        font-size: 22px
    }

    .ul-project .desc {
        font-size: 16px
    }

    .ul-project .info .xz {
        font-size: 14px
    }

    .m-system {
        padding: 40px 0
    }

    .m-system .title {
        font-size: 26px
    }

    .m-system .info {
        font-size: 16px;
        margin-bottom: 35px
    }

    .ul-system .con {
        height: 40px
    }

    .m-options {
        padding: 40px 0
    }

    .m-options .title {
        font-size: 26px;
        margin-bottom: 20px
    }

    .ul-options .pic {
        margin-bottom: 20px
    }

    .ul-options .tit {
        font-size: 24px;
        margin-bottom: 15px
    }

    .row-z03 {
        padding: 40px 0 80px
    }

    .m-slick-z2 .desc {
        font-size: 16px
    }

    .m-slick-z2 .info {
        font-size: 14px
    }

    .m-slick-z2 .tit {
        width: 60px
    }

    .m-slick-z2 .con {
        padding: 20px
    }

    .m-slick-z1 {
        margin: 0 -20px
    }

    .m-slick-z1 .item {
        padding: 20px
    }

    .m-slick-z1 .con {
        box-shadow: none;
        border: 1px solid #cbd2d9;
        padding: 20px
    }

    .m-slick-z1 .slick-arrow, .m-slick-z2 .slick-arrow, .ul-list-p2 .slick-arrow {
        width: 40px;
        height: 40px;
        left: 44%;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        top: auto;
        bottom: -58px
    }

    .m-slick-z1 .slick-arrow {
        bottom: -38px
    }

    .m-slick-z1 .slick-next, .m-slick-z2 .slick-next, .ul-list-p2 .slick-next {
        left: auto;
        right: 44%
    }

    .m-slick-z1 .text {
        padding: 0 
    }

    .m-slick-z1 .tit {
        height: 50px;
        margin-bottom: 10px
    }

    .m-slick-z1 .info {
        font-size: 16px
    }

    .m-slick-z1 .desc {
        font-size: 14px;
        margin-bottom: 20px
    }

    .m-slick-z1 .more {
        padding-left: 30px;
        font-size: 14px
    }

    .m-slick-z1 .more::after {
        width: 18px;
        height: 14px
    }

    .row-z04 {
        padding-bottom: 80px;
        margin-bottom: 0
    }

    .row-z05 {
        padding-bottom: 50px
    }

    .ul-list-p {
        margin: 0 -10px
    }

    .ul-list-p .con {
        margin: 0 10px
    }

    .ul-list-p .tit {
        font-size: 16px
    }

    .ul-list-p .desc {
        font-size: 14px;
        margin-bottom: 20px
    }

    .ul-list-p .text {
        padding: 15px
    }

    .ul-list-p .more, .ul-options .more {
        font-size: 14px;
        line-height: 22px;
        padding-left: 25px
    }

    .ul-list-p .more::after, .ul-options .more::after {
        width: 20px;
        height: 20px
    }

    .m-slick-z2 .item {
        margin-right: 20px
    }
}

@media only screen and (max-width:959px) {
    .m-slick-z1 .slick-arrow, .m-slick-z2 .slick-arrow, .ul-list-p2 .slick-arrow {
        left: 42%
    }

    .m-slick-z1 .slick-next, .m-slick-z2 .slick-next, .ul-list-p2 .slick-next {
        left: auto;
        right: 42%
    }

    .ul-spaceSight li {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:767px) {
    .m-system .info {
        font-size: 14px;
    }

    .row-z01 {
        padding: 140px 0 70px
    }

    .m-video {
        margin-bottom: 56px
    }

    .m-video .title {
        margin-bottom: 10px
    }

    .m-video .icon {
        width: 48px;
        margin-right: 12px
    }

    .m-video .tit {
        font-size: 38px
    }

    .m-video .desc {
        font-size: 16px;
        margin-bottom: 24px
    }

    .m-video .box {
        margin-bottom: 28px
    }

    .m-video .info {
        padding-left: 26px
    }

    .m-video .info::after {
        width: 18px;
        height: 18px
    }

    .g-video-btn-box,
    .m-video .btn-box {
        display: flex;
        justify-content: space-between;
        margin-bottom: 48px;
        text-align: center;
    }

    .g-video-btn-box .btn,
    .m-video .btn {
        font-weight: 700;
        height: 45px;
        line-height: 43px;
        width: 48%;
        margin: 0 6px;
        padding: 0
    }

    .m-spaceSight .title {
        font-size: 28px;
        margin-bottom: 24px
    }

    .ul-spaceSight {
        margin: 0
    }

    .ul-spaceSight li {
        float: none;
        width: 100%;
        margin-bottom: 12px
    }

    .ul-spaceSight {
        display: block
    }

    .ul-spaceSight .con {
        pading: 0
    }

    .ul-spaceSight .tit {
        font-size: 18px;
        margin-bottom: 8px
    }

    .row-z02 {
        padding: 56px 0 24px
    }

    .ul-project .txt {
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        padding: 0;
        margin-bottom: 32px
    }

    .ul-project li:nth-child(2n-1) .txt {
        padding: 0;
    }

    .ul-project .box {
        width: 100%;
        position: static
    }

    .ul-project .pic-box {
        width: 100%;
        float: none
    }

    .ul-project .tit {
        font-size: 18px;
        height: auto;
        margin-bottom: 16px
    }

    .ul-project .desc {
        margin-bottom: 12px
    }

    .ul-project .info .box-z {
        display: block
    }

    .ul-project .info .xz {
        line-height: 32px;
        margin: 0 6px
    }

    .m-options {
        padding: 80px 0
    }

    .m-options .title {
        font-size: 28px;
        margin-bottom: 56px
    }

    .ul-options {
        margin: 0;
        display: block;
    }

    .ul-options li {
        width: 100%
    }

    .ul-options .con {
        margin: 0
    }

    .ul-options .pic {
        margin-bottom: 40px
    }

    .ul-options .tit {
        font-size: 18px;
        margin-bottom: 20px
    }

    .ul-list-p .more::after, .ul-options .more::after {
        width: 18px;
        height: 18px
    }

    .m-system {
        padding: 56px 0
    }

    .m-system .title {
        font-size: 18px
    }

    .ul-system .con {
        height: 35px
    }


    .m-slick-z2 .item {
        margin-right: 0
    }

    .m-slick-z2 .con {
        padding: 40px 28px
    }

    .m-slick-z2 .desc {
        -webkit-line-clamp: 10;
        height: 13em;
        margin-bottom: 24px
    }

    .row-z03 {
        padding: 56px 0 106px
    }

    .m-slick-z2 .tit {
        display: none
    }

    .m-slick-z1 .slick-arrow, .m-slick-z2 .slick-arrow, .ul-list-p2 .slick-arrow {
        left: 34.5%
    }

    .m-slick-z1 .slick-next, .m-slick-z2 .slick-next, .ul-list-p2 .slick-next {
        left: auto;
        right: 34.5%
    }

    .row-z05 {
        padding-bottom: 102px
    }

    .ul-list-p {
        display: none
    }

    .ul-list-p2 {
        display: block !important;
        margin: 0
    }

    .row-z04 {
        padding-bottom: 102px;
        margin-bottom: 0
    }

    .m-slick-z1 .pic-box {
        width: 100%;
        margin: 0;
        float: none
    }

    .m-slick-z1 .con {
        padding: 16px
    }

    .m-slick-z1 .text {
        float: none;
        width: 100%;
        padding:  0;
        margin-bottom: 18px
    }

    .m-slick-z1 .tit {
        width: 128px;
        margin-bottom: 32px
    }

    .m-slick-z1 .info {
        font-size: 18px;
        margin-bottom: 12px
    }

    .m-slick-z1 .desc {
        margin-bottom: 12px
    }

    .ul-spaceSight .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 6px;
    }
}
.ul-project .info {
    margin-bottom: 28px;
}
.g-video-btn-box {
    margin-bottom: 0;
}
.ul-spaceSight li {
    flex: 1;
}
@media only screen and (max-width:959px) {
    .ul-project .info {
        margin-bottom: 16px;
    }
    .g-video-btn-box .btn {
        margin: 0 5px;
    }
}
@media only screen and (max-width:767px) {
    .ul-project .con {
        display: block;
    }
    .ul-project li:nth-child(2n) .txt,
    .ul-project .txt {
        padding: 0;
    }
}