﻿
.awpom {
    width: calc(100% - 18em);
}

.modular .mitop {
    margin-bottom: 0.9rem;
}

.wp0 {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #fff;
}

.mgt0 {
    margin-top: 0;
}

.mb13{
    margin-bottom: 13px;
}

.mb20 {
    margin-bottom: 20px;
}

.mgs0 {
    margin-bottom: 0;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexSB {
    justify-content: space-between;
}

.flexS {
    justify-content: flex-start;
}

.flexSE {
    justify-content: space-evenly;
}

.flexT {
    align-items: flex-start;
}

.banner_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fw500{
    font-weight: 500;
}

.mask {
    width: 100%;
    height: 52.7vw;
    padding-left: 3.3vw;
    flex-direction: column;
    background: linear-gradient(269deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
}

.banner_img .s20 {
    color: #fff;
    width: 29vw;
    line-height: 1.5;
}

.banner_img .s20:nth-child(1) {
    margin-bottom: 2vw;
}

.four_box {
    width: 100%;
    padding: 3vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    background-color: #F8FAFC;
}

.four_box_item {
    width: 100%;
    height: 26.45vw;
    background: linear-gradient(#EAF4FF 0%, #EAF4FF 0%, #FFFFFF 47%, #E9F4FF 100%);
    box-shadow: 0px 0px 8px 0px rgba(3, 63, 72, 0.08);
    border: 1px solid #00AACE;
    margin-bottom: 2vw;
}

.four_box_item:nth-child(2n) {
    flex-direction: row-reverse;
}

.four_box_item img {
    width: 41.1vw;
    height: 100%;
    display: block;
}

.four_box_item:nth-child(3) {
    margin-bottom: 0;
}

.fourTextCon {
    width: calc(100% - 41.1vw);
    height: 100%;
}

.fourTextCon div {
    width: 16.25vw;
}

.fourTitle {
    font-weight: bold;
    position: relative;
}

.fourTitle::before {
    content: "";
    position: absolute;
    top: 10%;
    left: -20px;
    width: 0.7vw;
    height: 80%;
    background: linear-gradient(#01B6D1 0%, #3FF0FF 100%);
}

.Bg2 {
    margin: 2vw 0;
    padding: 3vw;
    background-color: #fff;
    width: 100%;
    position: relative;
}

.Bg2 img {
    width: 100%;
    display: block;
}

.Bg2 .Bg2-T1 {
    position: absolute;
    z-index: 10;
    left: 6vw;
    top: 6.8vw;
    font-size: 1.5vw;
    font-weight: bold;
    color: #000;
}

.Bg2 .Bg2-T2 {
    position: absolute;
    z-index: 10;
    right: 6vw;
    top: 6.7vw;
    font-size: 1.5vw;
    font-weight: bold;
    color: #000;
}

.Bg2 .Bg2-T3 {
    position: absolute;
    z-index: 10;
    left: 6vw;
    top: 37vw;
    font-size: 1.5vw;
    font-weight: bold;
    color: #000;
}

.Bg2 .Bg2-T4 {
    position: absolute;
    z-index: 10;
    right: 6vw;
    top: 36.8vw;
    font-size: 1.5vw;
    font-weight: bold;
    color: #000;
}


.production {
    flex-wrap: wrap;
    margin-bottom: 20px
}

.production .production-item {
    width: calc(50% - 10px);

}

.production .production-item img {
    width: 16.6vw;
    display: block;
}

.production .production-item .flex {
    width: calc(100% - 16.6vw);
    height: 16.6vw;
    background-color: #fff;
    padding-left: 1vw;
}

.CXType img {
    width: 100%;
    display: block;
    margin-bottom: 2vw;
}

.planeDiv {
    width: 100%;
    background-color: #fff;
    padding: 2.5vw 0.5vw;
}

.planeDiv img {
    display: block;
    width: calc(100% - 4vw);
}

@media (max-width: 1199px) {
    .banner_img {
        margin-bottom: 360px;
        position: relative;
        padding-top: 68.28%;
    }

    .mask {
        background: #fff;
        position: absolute;
        z-index: 2;
        width: 100%;
        height: auto;
        bottom: -350px;
        left: 0;
        padding: 0;
        margin: 0;
    }

    .mask .s20 {
        width: 100%;
        font-size: 12px;
        color: #000;
    }

    .four_box .four_box_item {
        display: block;
        height: auto;
    }

    .four_box .four_box_item img {
        display: block;
        width: 100%;
    }

    .four_box .four_box_item .fourTextCon {
        padding: 10px 0;
        width: 100%;
    }

    .four_box .four_box_item .fourTextCon div {
        width: 80%;
        padding-left: 10px;
    }

    .four_box .four_box_item .fourTextCon .s32 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .four_box .four_box_item .fourTextCon .fourTitle::before {
        width: 7px;
        left: -10px;
    }

    .four_box .four_box_item .fourTextCon .s26 {
        font-size: 15px;
    }

    .production {
        display: block;
    }

    .production .production-item {
        width: 100%;
    }

    .production .production-item:nth-child(1) {
        margin-bottom: 20px;
    }

    .Bg2 .Bg2-T1 {
        font-size: 2vw;
        top: 6.2vw;
    }

    .Bg2 .Bg2-T2 {
        font-size: 2vw;
        top: 5.8vw;
    }

    .Bg2 .Bg2-T3 {
        font-size: 2vw;
        top: 34vw;
    }

    .Bg2 .Bg2-T4 {
        font-size: 2vw;
        top: 34vw;
    }
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    font-size: 4em;
    font-weight: 600;
    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.service {
    padding-top: 0;
}

@media (min-width: 1200px) {
    .flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flexS {
        justify-content: flex-start;
    }

    .flexSB {
        justify-content: space-between;
    }

    .flexT {
        align-items: flex-start;
    }

    .flexSE {
        justify-content: space-evenly;
    }


    .flexd {
        flex-direction: column;
    }

    .wrap {
        flex-wrap: wrap
    }

    .w100 {
        width: 100%;
    }

    .w118 {
        width: 118px;
    }

    .mr50 {
        margin-right: 3.47vw;
    }

    .mb32 {
        margin-bottom: 2.22vw;
    }

    .mb42 {
        margin-bottom: 2.91vw;
    }

    .ns24 {
        /* font-size: 1.6vw; */
        font-weight: bold;
        color: #3D3D3D;
        margin-bottom: 10px;
    }

    .ns16 {
        font-size: 16px;
        color: #3D3D3D;
    }

    .ns36 {
        display: flex;
        justify-content: center;
        font-size: 44px;
        font-weight: 300;
    }

    .ns18 {
        text-align: center;
        /* 文本内容居中 */
        font-size: 18px;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.2);
    }

    .advantages {
        width: 100%;
        height: 27.5vw;
    }

    .advantagesList {
        width: 25%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        /* 或者使用 contain */
        background-position: center;
        position: relative;
        cursor: pointer;
    }

    .advantagesList .ad-innerRing {
        width: 100%;
    }

    .advantagesList .ad-innerRing img {
        /* margin-left: 50%;
        transform: translateX(-50%);
        margin-bottom: 15px; */
        display: none;
    }

    .advantagesList .ad-innerRing .ad-serial {
        width: 100%;
        text-align: center;
    }

    .advantagesList .p9-bg-Icon1 {
        width: 22px;
        height: 22px;
        display: block;
    }

    .advantagesList .p9-bg-Icon2 {
        width: 22px;
        height: 22px;
        display: none;
    }

    .ad-text-list {
        font-size: 1.05vw;
        font-weight: 500;
        color: #333;
        display: none;
    }

    .ad-serial {}

    .advantagesList-mask {
        width: 100%;
        height: 100%;
        padding: 22px;
        background-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
    }

    .advantagesList.hover .advantagesList-mask {
        background: linear-gradient(180deg, #51B6CD -8%, #51CEC2 108%), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        opacity: 0.8;
    }

    .advantagesList.hover .p9-bg-Icon1 {
        display: none;
    }

    .advantagesList.hover .p9-bg-Icon2 {
        display: none;
    }

    .advantagesList.hover .ad-serial {
        font-weight: bold;
        margin-bottom: 15px;
        color: #fff;
        text-align: left;
    }

    .advantagesList.hover .ad-text-list {
        display: block;
        color: #fff;
    }

    .advantagesList.hover .ad-text-list p {
        margin-bottom: 5px;
    }

    .advantagesListPitch .advantagesList-mask {
        background: linear-gradient(180deg, #51B6CD -8%, #51CEC2 108%), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        opacity: 0.8;
    }

    .advantagesListPitch .p9-bg-Icon1 {
        display: none;
    }

    .advantagesListPitch .p9-bg-Icon2 {
        display: block;
    }

    .advantagesListPitch .ad-serial {
        font-weight: bold;
        color: #fff;
    }

    .advantagesListPitch .ad-text-list {
        display: block;
    }

    .categoryList {
        height: 120px;
        margin: 0 40px;
        cursor: pointer;
        position: relative;
        color: #333;
    }


    .categoryIcon {
        height: 35px;
    }

    .categoryIcon .category1 {
        display: block;
    }

    .categoryIcon .category2 {
        display: none;
    }

    .picth .category1 {
        display: none;
    }

    .picth .category2 {
        display: block;
    }


    .picth {
        color: #51B2CE;
    }

    .picth::after {
        position: absolute;
        content: '';
        z-index: 4;
        left: 50%;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        transform: translateX(-50%);
        bottom: -15px;
        background-color: #51B2CE;
    }

    .categoryTitle {
        /* font-size: 16px; */
        font-weight: bold;
        color: inherit;
        margin: 10px 0 6px 0;
    }

    .left-slide {
        height: 100%;
    }

    .right-slide {
        height: 100%;
    }

    .left-slide-title {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .left-slide-title2{
        display: none;
    }

    .right-image {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .history {
        width: 900px;
        margin: 0 auto;
        position: relative;
    }

    .history img {
        width: 100%;
        display: block;
    }

    /* 服务价值-动画 start*/
    #cccccc{
        display: flex;
    }
    #bbbbbb{
        display: none;
    }

    .demoImg1 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .demoImg2 {
        position: absolute;
        top: 0;
        left: -17.5vw;
        z-index: -1;
    }

    .demoImg3 {
        position: absolute;
        top: 0;
        left: -35vw;
        z-index: -1;
    }

    .demoImg4 {
        position: absolute;
        top: 0;
        left: -52.5vw;
        z-index: -1;
    }

    .demolist {
        width: 17.5vw;
        height: 26.5vw;
        position: relative;
        cursor: pointer;
    }

    .demoImgDiv {
        width: 17.5vw;
        height: 26.5vw;
        overflow-x: hidden;
        position: absolute;
        z-index: 1;
    }

    .wenan {
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
        font-weight: bold;
    }

    .wenan4 {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
        font-weight: bold;
    }
    .wenan p{
        width: 100%;
        display: none;
    }

    .wenan4 p{
        width: 100%;
        display: none;
    }

    .openWenan1 {
        width: 70vw;
        height: 26.5vw;
    }

    .openWenan2 {
        left: -17.5vw;
        right: -35vw;
        width: 70vw;
        animation-name: shrink-grow2;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
    }

    @keyframes shrink-grow2 {
        0% {
            left: -17.5vw;
        }

        100% {
            left: 0;
        }
    }

    .openWenan3 {
        left: -35vw;
        right: -17.5vw;
        width: 70vw;
        animation-name: shrink-grow3;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
    }

    @keyframes shrink-grow3 {
        0% {
            left: -35vw;
        }

        100% {
            left: 0;
        }
    }

    .openWenan4 {
        width: 70vw;
        height: 26.5vw;
    }



    .dm1 {
        width: 70vw;
        transition: width 1s linear;
        /* 平滑过渡动画 */
        z-index: 5;
    }

    .dm2 {
        width: 70vw;
        transition: width 1s linear;
        /* 平滑过渡动画 */
        z-index: 5;
        animation-name: moveToLeft175;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
    }

    @keyframes moveToLeft175 {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-17.5vw);
        }
    }

    @keyframes moveToRight175 {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(17.5vw);
        }
    }

    .imgTr2 {
        transition: width 1s linear;
        animation-name: moveToRight175;
        /* 动画名称 */
        animation-duration: 1s;
        /* 动画持续时间 */
        animation-timing-function: linear;
        /* 动画速度曲线 */
        animation-fill-mode: forwards;
        /* 动画结束后保持最后一帧状态 */
    }

    .dm3 {
        width: 70vw;
        transition: width 1s linear;
        /* 平滑过渡动画 */
        z-index: 5;
        animation-name: moveToLeft35;
        /* 动画名称 */
        animation-duration: 1s;
        /* 动画持续时间 */
        animation-timing-function: linear;
        /* 动画速度曲线 */
        animation-fill-mode: forwards;
        /* 动画结束后保持最后一帧状态 */
    }

    @keyframes moveToLeft35 {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-35vw);
        }
    }

    @keyframes moveToRight35 {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(35vw);
        }
    }

    .imgTr3 {
        transition: width 1s linear;
        animation-name: moveToRight35;
        /* 动画名称 */
        animation-duration: 1s;
        /* 动画持续时间 */
        animation-timing-function: linear;
        /* 动画速度曲线 */
        animation-fill-mode: forwards;
        /* 动画结束后保持最后一帧状态 */
    }

    .dm4 {
        width: 70vw;
        transition: width 1s linear;
        /* 平滑过渡动画 */
        z-index: 5;
        animation-name: moveToLeft525;
        /* 动画名称 */
        animation-duration: 1s;
        /* 动画持续时间 */
        animation-timing-function: linear;
        /* 动画速度曲线 */
        animation-fill-mode: forwards;
        /* 动画结束后保持最后一帧状态 */
    }

    @keyframes moveToLeft525 {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-52.5vw);
        }
    }

    @keyframes moveToRight525 {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(52.5vw);
        }
    }

    .imgTr4 {
        transition: width 1s linear;
        animation-name: moveToRight525;
        /* 动画名称 */
        animation-duration: 1s;
        /* 动画持续时间 */
        animation-timing-function: linear;
        /* 动画速度曲线 */
        animation-fill-mode: forwards;
        /* 动画结束后保持最后一帧状态 */
    }

    .demolist .canzhao {
        width: 70vw;
        height: 26.5vw;
        max-width: none;
        display: block;
    }

    /* 服务价值-动画后-文案 start */
    .dm1 .openWenan1{
        display: block;
    }
    .dm1 .openWenan1 .flex{
        width: 280px;
        color: #fff;
        display: flex;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .dm1 .openWenan1 .flex:nth-child(1){
        display: none;
    }

    .dm1 .openWenan1 .flex:nth-child(2){
        margin-top: 10.5vw;
        margin-bottom: 15px;
    }

    .dm2 .openWenan2{
        display: block;
    }
    .dm2 .openWenan2 .flex{
        width: 250px;
        color: #fff;
        display: flex;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .dm2 .openWenan2 .flex:nth-child(1){
        display: none;
    }

    .dm2 .openWenan2 .flex:nth-child(2){
        margin-top: 12vw;
        margin-bottom: 15px;
    }

    .dm3 .openWenan3{
        display: block;
    }
    .dm3 .openWenan3 .flex{
        width: 250px;
        color: #fff;
        display: flex;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .dm3 .openWenan3 .flex:nth-child(1){
        display: none;
    }

    .dm3 .openWenan3 .flex:nth-child(2){
        margin-top: 12vw;
        margin-bottom: 15px;
    }

    .dm4 .openWenan4{
        display: block;
    }
    .dm4 .openWenan4 .flex{
        width: 220px;
        color: #fff;
        display: flex;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .dm4 .openWenan4 .flex:nth-child(1){
        display: none;
    }

    .dm4 .openWenan4 .flex:nth-child(2){
        margin-top: 10.5vw;
        margin-bottom: 15px;
    }
    /* 服务价值-动画 end */
}

@media (max-width: 768px){
    .awpom{
        width: calc(100vw - 2em);
    }
    .bannerTextDivContent .s20{
        font-size: 14px;
    }
    .left-slide-title{
        display: none;
    }
    .left-slide-title2{
        width: 100%;
        font-size: 13px;
        margin-top: 8px;
    }
    .categoryList .categoryIcon img{
        display: block;
        height: 30px;
    }
    .categoryList:last-child .categoryIcon img{
        height: 25px;
    }
    .categoryList .categoryIcon .category2{
        display: none;
    }
    .categoryList .s20{
        display: none;
    }
    #certify2{
        width: 100%;
        margin: 0;
    }
    #certify2 .swiper-slide{
        height: 260px;
    }
    #certify2 .swiper-slide .right-slide{
        padding-top: 0;
        height: 100%;
    }
    #certify2 .swiper-slide .right-slide .flexT{
        align-items:center
    }
    .scene9-1{
        width: 100%;
        color: #000;
    }

    .scene9-1 .flex{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .scene9-1 .flexSB{
        justify-content: space-between;
    }
    .scene9-1-item{
        margin-bottom: 30px;
    }

    .scene9-1-item img{
        width: 100%;
        height: auto;
        display: block;
    }
    .scene9-1-title{
        margin: 5px 0;
    }
    .wrap{
        display: block;
    }
    .wrap .Productionlist{
        width: 100%;
        height: 124px;
        background-color: #F5FCFF;
        margin-bottom: 20px;
    }
    .wrap .Productionlist .num{
        flex: 1;
        font-size: 40px;
        font-weight: bold;
        color: #51B2CE;
    }
    .wrap .Productionlist .text {
        flex: 1;
        font-size: 16px;
        color: #3D3D3D;
    }
    #cccccc{
        display: none;
    }
    #bbbbbb{
        display: block;
    }
}

.demo-zip {
    position: relative;
    overflow: hidden;
    width: 70vw;
    height: 25vw;
    display: flex;
}

.demo-zip .demolist-zjp {
    position: relative;
    width: 100%;
    height: 100%;
    flex: 1 1 25%;
    transition: all 0.5s ease;
    text-wrap: nowrap;
    overflow: hidden;
}

.demo-zip .demolist-zjp:hover {
    flex: 1 0 35%;
}

.demo-zip .demolist-zjp .wenan-zjp {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    color: #E9F4FF;
    flex-direction: column;
}
.demo-zip .demolist-zjp .wenan-zjp div{
    transform: scale(0.8);
    transition: all 0.5s ease;
    font-weight: bold;
}
.demo-zip .demolist-zjp .wenan-zjp p {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
}
.demo-zip .demolist-zjp img {
    height: 100%;
    object-fit: cover;
}
.demo-zip .demolist-zjp .wenan-zjp div{
    margin-bottom: 10px;
}
.demo-zip .demolist-zjp:hover .wenan-zjp {
    background-color: rgba(0, 219, 255, 0.5);
}
.demo-zip .demolist-zjp:hover .wenan-zjp div{
    transform: scale(1);
}
.demo-zip .demolist-zjp:hover .wenan-zjp p {
    display: block;
    opacity: 1;
}
@media(max-width: 768px) {
    .demo-zip {
        width: 100vw;
        height: 100vw;
    }
}

.categoryList-zip{
    display: flex;
    justify-content: space-around;
}
.categoryList-zip .item{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    line-height: 2vw;
    width: 100%;
}

.categoryList-zip .item .s20{
    margin-top: 1vw;
    font-weight: bold;
}
.categoryList-zip .item hr{
    width: 10%;
    border: 0.07vw solid #3EBAD4;
    margin-top: 1.2vw;
}
.categoryList-zip .item span{
    color: #666;
    line-height: 1.5;
}
.categoryList-zip .item img{
    width: 14.1vw;
}
@media(max-width: 768px) {
    .categoryList-zip{
        flex-direction: column;
        gap: 5vw;
    }
    .categoryList-zip .item{
        line-height: 8vw;
    }
    .categoryList-zip .item img{
        width: 20vw;
    }
    
}
.Productionlist{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1vw;
}
.Productionlist .item {
    flex: 0 0 40%;
    border-radius: 6px;
    opacity: 1;
    background: #F5FCFF;
    height: 100%;
    width: 100%;
    padding: 4%;
}

.Productionlist .item .num {
    flex: 1;
    font-weight: bold;
    color: #51B2CE;
}

.Productionlist .item .text {
    flex: 1;
    color: #3D3D3D;
}
@media(max-width: 768px) {
    .Productionlist .item{
        flex: 0 0 90%;
    }
}
.category-zip {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.category-zip .title {
    display: flex;
}
.category-zip .title .active {
    color: #51B2CE;
}
.category-zip .title li:first-child{
    border-left: 0;
}
.category-zip .title li{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1vw;
    gap: 1vw;
    border-left: 2px solid #d7d7d7;
    height: 0.17rem;
    font-size: 0.2rem;
}
.category-zip .category-list{
    width: 70%;
    display: none;
}
.category-zip .category-list.active {
    margin-top: 2.5vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.category-zip .category-list .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}
.category-zip .category-list .item img{
    width: 11vw;
}
/* 移动端1280px */
/* #asd1234 {
    --base-font-size: clamp(12px, 0.833vw + 0.1rem, 24px);
    font-size: var(--base-font-size) !important;
} */
.yd-bannerDiv9{
    position: relative;
}
.yd-bannerDiv9-cn{
    text-align: center;
    transform: scale(1.3);
    font-weight: bold;
}
.yd-bannerDiv9 .img{
    width: 100%;
}

.yd-bannerDiv9 .yd-bannerTitle{
    width: 100%;
    padding: 5vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}
.yd-bannerDiv9 .yd-bannerTitle .title{
    font-size: 0.55rem;
    margin-bottom: 0.35em;
}

.yd-categoryList-zip{
    box-shadow: 0 2px 10px 0 #00000014;
    padding: 0 5vw 5vw 5vw;
}
.yd-categoryList-zip .yd-hr{
    height: 1px;
    border: 0.05em solid rgba(209, 209, 209, 0.248);
    margin: 2vw 0;
}
.yd-categoryList-zip .item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5vw;
    width: 100%;
    height: 100%;
}
.yd-categoryList-zip .item img{
    width: 37%;
}
.yd-categoryList-zip .item p{
    font-weight: bold;
}
.yd-categoryList-zip .item hr{
    width: 2em;
    border: 1px solid #00B5D1;
}
.yd-categoryList-zip .item span{
    color: #7F7F7F;
}
.yd-ServiceValue{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 130vw;
}
.yd-ServiceValue .item{
    transition: all 0.5s ease;
    flex: 1 1 25%;
    overflow: hidden;
    position: relative;
    
}
.yd-ServiceValue .item:hover{
    flex: 1 1 50%;
}
.yd-ServiceValue .item:hover .text{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 219, 255, 0.5);
}
.yd-ServiceValue .item:hover .text div{
    transform: scale(1.1);
    margin-bottom: 1em;
}
.yd-ServiceValue .item:hover .text p{
    display: block;
    opacity: 1;
}
.yd-ServiceValue .item .text{
    background-color: transparent;
    transition: all 0.5s;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.yd-ServiceValue .item .text div{
    font-weight: bold;
}
.yd-ServiceValue .item .text p{
    transition: all 0.5s;
    display: none;
    opacity: 0;
}
.yd-ServiceValue .item img {
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.yd-ProductionCapability .item{
    padding: 10vw 2vw;
    background: #F5FCFF;
    margin-bottom: 3vw;
    display: flex;
    align-items: center;
}
.yd-ProductionCapability .item .num{
    width: 100%;
    height: 100%;
    flex: 1 1 calc(40% - 5vw);
    font-size: 1.1em;
    background-image: linear-gradient(180deg, #51B6CD 0%, #51CEC2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right;
    margin-right: 5vw;
    font-weight: bold;
}
.yd-ProductionCapability .item .text{
    width: 100%;
    height: 100%;
    flex: 1 1 60%;
    font-weight: 400;
    color: #333333;

}
.yd-ProductionCategory{
    box-shadow: 0 2px 10px 0 #00000014;
    padding: 5vw 5vw;
}
.yd-ProductionCategory .item{
    margin: 5vw 0;
}
.yd-ProductionCategory hr{
    border: 1px solid rgba(238, 238, 238, 0.5);
    margin: 10vw 0;
}

.yd-ProductionCategory .list{
    margin-top: 5vw;
    width: 100%;
    display: flex;
    gap: 5vw;
}
.yd-ProductionCategory .list .list-item{
    flex: 1 1 33.33%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}
.yd-ProductionCategory .list .list-item img{
    width: 20vw;
    margin-bottom: 1vw;
}
.yd-ProductionCategory .list .list-item span{
    color: #666;
}