.technology-page-banner {
    height: 680px;
    background: url('../img/technology/banner-page-b.jpg') no-repeat top center;
    background-size: auto 640px;
}

.technology-page-banner .base-container {
    position: relative;
    height: 100%;
}

.technology-page-banner .technology-tit {
    width: 500px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 36px;
    position: absolute;
    bottom: 170px;
    background-color: rgba(255, 255, 255, .9);
}

.technology-page-banner .technology-tit h3 {
    font-weight: bold;
    font-size: 36px;
    color: #E70012;
    line-height: 1.5;
    margin-bottom: 16px;
}

.technology-page-banner .technology-tit p {
    font-size: 16px;
    color: #333;
    margin-bottom: 36px;
}

.technology-page-banner .technology-tit .page-btn {
	display: block;
    width: 180px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border: 1px solid #E70012;
    color: #E70012;
    border-radius: 34px;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
}


.technology-page-banner .banner-tab-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, .9);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    line-height: 80px;
    padding: 12px 48px;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px 0px rgba(24, 97, 244, 0.21);
}

.technology-page-banner .banner-tab-link .link-box a {
    font-size: 16px;
    color: #333;
    margin-right: 32px;
    transition: .3s;
}

.technology-page-banner .banner-tab-link .link-box a.show {
    color: #E70012;
    font-weight: bold;
}

.technology-page-banner .banner-tab-link .kefu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.technology-page-banner .banner-tab-link .kefu-btn .kefu {
    width: 120px;
    border: 1px solid #E70012;
    border-radius: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #E70012;
    text-align: center;
    cursor: pointer;
    transition: .3s;
	display: block;
}

.technology-page-banner .banner-tab-link .kefu-btn .kefut {
    width: 120px;
    border: 1px solid #666666;
    border-radius: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    text-align: center;
    cursor: pointer;
    margin-left: 16px;
    transition: .3s;
	display: block;
}



.technology-page-wingtube {
    padding-top: 120px;
    background: url('../img/technology/wingtube-bg-b.jpg') no-repeat top center;
    background-size: auto 100%;
}

.technology-page-wingtube .wingtube-ls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
}

.technology-page-wingtube .wingtube-ls .wingtube-item {
    width: calc(41.66%);
}

.technology-page-wingtube .wingtube-ls .wingtube-itemr {
    width: 50%;
}

.technology-page-wingtube .wingtube-ls video {
    width: 100%;
    height: 100%;
}

.technology-page-wingtube .wingtube-ls .ultraten-tit{
    margin-bottom: 16px;
}
.technology-page-wingtube .wingtube-ls .ultraten-tit .ultraten {
    display: flex;
    align-items: center;
    color: #333;
}
.technology-page-wingtube .wingtube-ls .ultraten-tit .ultraten span{
    font-size: 48px;
}
.technology-page-wingtube .wingtube-ls .ultraten-tit .ultraten img{
    width: 76px;
    height: 38px;
    margin-left: 8px;
}

.technology-page-wingtube .wingtube-ls .ultraten-tit h3{
    font-size: 48px;
    font-weight: 400;
    color: #333;
}

.technology-page-wingtube .wingtube-ls .wingtube-itemr ul{
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}

.technology-page-wingtube .wingtube-ls .tube-ls{
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    flex-wrap: wrap;
}

.technology-page-wingtube .wingtube-ls .tube-ls .tube-item{
    width: calc(50% - 6px);
    text-align: center;
}
.technology-page-wingtube .wingtube-ls .tube-ls .tube-item p{
    margin-top: 12px;
    color: #333;
}
.technology-page-wingtube .wingtube-ls .tube-ls .tube-item:nth-child(-n+2){
    margin-bottom: 24px;
}


.technology-page-wingtube .wingtube-ls .condenser .ultraten-tit h3{
    font-size: 36px;
}


.technology-page-wingtube .wingtube-ls .ultraten-tit {
    padding-left: 24px;
}
.technology-page-wingtube .wingtube-ls ol,
.technology-page-wingtube .wingtube-ls ul{
    padding-left: 24px;
}




.combustion-technology-box{
    padding-top: 120px;
    padding-bottom: 80px;
    background: url('../img/technology/combustion-bg-b.jpg') no-repeat top center;
    background-size: auto 101%;
}
.combustion-technology-box .comb-tit{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.combustion-technology-box .comb-tit img{
    width: 72px;
}

.combustion-technology-box .comb-tit h3{
    font-size: 48px;
    font-weight: 400;
    margin-left: 16px;
    margin-bottom: 16px;
    color: #333;
}
.combustion-technology-box .comb-tit p{
    font-size: 16px;
    color: #333;
}

.combustion-technology-box .combustion-technology{
    width: 75%;
}
.combustion-technology-box .comb-video{
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.combustion-technology-box .comb-video .video-box{
    width: 54%;
}
.combustion-technology-box .comb-video .video-box video{
    width: 100%;
}


.combustion-technology-box .comb-video .video-cont{
    width: 42%;
}
.combustion-technology-box .comb-video .video-cont li{
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
}


.combustion-technology-box .comb-vs-ls{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

.combustion-technology-box .comb-vs-ls h4{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 36px;
}
.combustion-technology-box .comb-vs-ls p{
    font-size: 16px;
    color: #333333;
}
.combustion-technology-box .comb-vs-ls p.red{
    margin-top: 16px;
    margin-bottom: 8px;
    color: #E70012;
}

.combustion-technology-box .comb-vs-ls .comb-vs-item:last-child p{
    color: #fff;
}
.combustion-technology-box .comb-vs-ls .comb-vs-item:last-child p.red{
    color: #E70012;
}




.heat-transfer-box{
    padding: 120px 0;
    background: url('../img/technology/heat-transfer-bg.jpg') no-repeat top center;
    background-size: cover;
}

.heat-transfer-box .coupling-box{
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    padding-bottom: 80px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.heat-transfer-box .coupling-box .coupling-cont{
    width: 54%;
}

.heat-transfer-box .coupling-box .coupling-cont p{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
}

.heat-transfer-box .coupling-box .coupling-cont p:last-child{
    margin-top: 24px;
}


.heat-transfer-box .coupling-box .coupling-tit{
    width: 41%;
    display: flex;
    align-items: center;
}

.heat-transfer-box .coupling-box .coupling-tit .tit p{
    font-size: 48px;
    color: #fff;
}
.heat-transfer-box .coupling-box .coupling-tit .tit{
    margin-left: 24px;
}




.heat-transfer-box .fgr-box,
.heat-transfer-box .condensing-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heat-transfer-box .fgr-box{
    margin-top: 80px;
}
.heat-transfer-box .condensing-box{
    margin-top: 60px;
}


.heat-transfer-box .video-box{
    width: 40.5%;
}

.heat-transfer-box .video-box video{
    width: 100%;
}


.heat-transfer-box .video-cont{
    width: 54%;
}

.heat-transfer-box .video-cont h3{
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 24px;
}

.heat-transfer-box .video-cont p{
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    font-weight: 300;
}




.dcs-control-system{
    padding-top:120px ;
    padding-bottom: 80px;
    background: url('../img/technology/dcs-control-system.jpg') no-repeat top center;
    background-size: cover;
}

.dcs-control-system .dcs-control-tit{
    display: flex;
    align-items: center;
}

.dcs-control-system .dcs-control-tit i{
    font-size: 32px;
    color: #fff;
}
.dcs-control-system .dcs-control-tit h3{
    font-size: 48px;
    color: #FFFFFF;
    font-weight: 400;
    margin-left: 18px;
}
.dcs-control-system .dcs-control-ls{
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.dcs-control-system .dcs-control-ls .dcs-control-item{
    width: calc(16.66% - 20px);
    text-align: center;
}
.dcs-control-system .dcs-control-ls .dcs-control-item i{
    font-size: 42px;
    color: #E70012;
}
.dcs-control-system .dcs-control-ls .dcs-control-item:nth-child(3) i{
    font-size: 36px;

}
.dcs-control-system .dcs-control-ls .dcs-control-item:nth-child(3) .item-tit{
    margin-top: 42px;
}
.dcs-control-system .dcs-control-ls .dcs-control-item .item-tit{
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    margin-top: 36px;
    margin-bottom: 16px;
}

.dcs-control-system .dcs-control-ls .dcs-control-item p{
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}



/* 模块化多级联控 */

.modu-control-box{
    padding: 120px 0;
    background: url('../img/technology/modu-control-bg.jpg') no-repeat top center;
    background-size:cover ;
}

.modu-control-box .modu-control-tit{
    display: flex;
    align-items: self-end;
    margin-bottom: 48px;
}

.modu-control-box .modu-control-tit i{
    font-size: 40px;
    color: #333333;
}
.modu-control-box .modu-control-tit h3{
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    color: #333333;
    margin-left: 24px;
}

.modu-control-box .modu-control-tit span{
    font-size: 24px;
    margin-left: 12px;
    color: #333333;
    font-weight: 300;
}

.modu-control-box .modu-control-cont{
    display: flex;

}
.modu-control-box .modu-control-cont .modu-control-ls{
    margin-right: 80px;
}


.modu-control-box .modu-control-cont .modu-control-ls h4{
    color: #E70012;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 16px;
}
.modu-control-box .modu-control-cont .modu-control-ls .modu-control-item{
    margin-bottom: 24px;
}
.modu-control-box .modu-control-cont .modu-control-ls .modu-control-item:last-child{
    margin-bottom: 0;
}
.modu-control-box .modu-control-cont .modu-control-ls ul{
    padding-left: 18px;
}

.modu-control-box .modu-control-cont .modu-control-ls li{
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}



/* 专利证书 */
.patent-certificate-box{
    padding: 120px 0;
    background:url('../img/technology/heat-transfer-bg.jpg') no-repeat top center;
    background-size: cover;
}

.patent-certificate-box .imgs{
    display: none;
}


/* 工艺流程 */

.process-box {
    padding-top: 80px;
    padding-bottom: 120px;
    background: url('../img/technology/process-bg-b.jpg') no-repeat bottom center;
    background-size: cover;
}

.process-box .process-tit{
    margin-bottom: 48px;
}
.process-box .process-tit h2{
    font-size: 48px;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
    color: #333333;
    margin-bottom: 16px;
}
.process-box .process-tit p{
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 1.5;
    width: 650px;
    max-width: 100%;
    margin: auto;
}


.process-box .img-box .imgs{
    display: none;
}

.process-box .process-cont-box{
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}
.process-box .process-cont-box .img-box{
    width: 224px;
}
.process-box .process-cont-box .process-swiper-box{
    width: 300px;
    margin-left: 60px;
}
.process-box .process-cont-box .process-cont-ls{
    flex: 1;
    margin-left: 24px;
}

.process-box .process-cont-box .process-cont-ls .process-text{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 48px;
}
.process-box .process-cont-box .process-cont-ls .process-text h3{
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333333;
}
.process-box .process-cont-box .process-cont-ls .process-text p{
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}


.recom-products.product-new{
    background-color: #fff;
}
.recom-products .recom-product-ls .product-item{
    border: 1px solid #F1F1F1;
}
@media (min-width:751px) and (max-width:1280px) {
    .heat-transfer-box .coupling-box .coupling-tit{
        width: 44%;
    }
    .heat-transfer-box .coupling-box .coupling-tit img{
        width: 150px;
    }
    .heat-transfer-box .coupling-box .coupling-tit .tit p{
        font-size: 36px;
    }
    .heat-transfer-box .coupling-box .coupling-cont p{
        font-size: 14px;
    }

    .heat-transfer-box .video-cont h3{
        font-size: 36px;
    }
    .heat-transfer-box .video-cont p{
        font-size: 14px;
    }
    .heat-transfer-box .video-box{
        width: 43%;
    }


    .technology-page-banner .banner-tab-link{
        width: calc(100% - 60px);
        left: 30px;
    }


    .modu-control-box .modu-control-cont .modu-control-ls{
        margin-right: 48px;
    }
    .modu-control-box .modu-control-cont .modu-control-ls h4{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .modu-control-box .modu-control-cont .modu-control-ls li{
        font-size: 14px;
    }
}

@media (min-width:751px) and (max-width:1000px) {
    .heat-transfer-box .coupling-box{
        display: flex;
        flex-direction: column;
        padding-bottom: 24px;
    }
    .heat-transfer-box .coupling-box .coupling-tit{
        width: 100%;
    }
    .heat-transfer-box .coupling-box .coupling-cont{
        width: 100%;
        margin-top: 24px;
    }

    .dcs-control-system .dcs-control-ls{
        flex-wrap: wrap;
    }
    .dcs-control-system .dcs-control-ls .dcs-control-item{
        width: calc(33.33% - 12px);
    }
    .dcs-control-system .dcs-control-ls .dcs-control-item:nth-child(-n+3){
        margin-bottom: 48px;
    }

    .modu-control-box .modu-control-cont .modu-control-img{
        width: 50%;
    }
    .modu-control-box .modu-control-cont .modu-control-ls{
        margin-right: 24px;
    }
}
@media (min-width:1000px) {

    .process-box .process-swiper-box .swiper-wrapper{
        display: block;
    }
    .process-box .process-cont-box .process-swiper-box .swiper-slide .process-item{
        margin-top: 48px;
    }
}
@media (max-width:1000px) {
    .process-box .process-cont-box{
        flex-direction: column;
        align-items: center;
    }
    .process-box .process-cont-box .img-box{
        width: 100%;
        text-align: center;
    }
    .process-box .img-box .imgb{
        display: none;
    }
    .process-box .img-box .imgs{
        display: block;
        margin: auto;
    }
    .process-box .process-cont-box .process-swiper-box{
        width: 100%;
        overflow: hidden;
        margin-top: 48px;
    }
    .process-box .process-cont-box .process-swiper-box .swiper-slide .process-item img{
        width: 100%;
    }
    .process-box .process-cont-box .process-swiper-box .swiper-process-pagination{
        margin-top: 30px;
        text-align: center;
    }

    .process-box .process-cont-box .process-swiper-box .swiper-process-pagination .swiper-pagination-bullet{
        width: 16px;
        height: 3px;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: unset;
        transition: .3s;
        opacity: 1;
    }
    .process-box .process-cont-box .process-swiper-box .swiper-process-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 24px;
        height: 3px;
        background-color: #E70012;
        border-radius: unset;
    }

    .process-box .process-cont-box .process-cont-ls .process-text{
        display: none;
        text-align: center;
        margin-top: 40px;
    }
    .process-box .process-cont-box .process-cont-ls .process-text.show{
        display: block;
    }
    .process-box .process-cont-box .process-cont-ls h3{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .process-box .process-cont-box .process-cont-ls p{
        font-size: 14px;
        line-height: 1.5;
    }


}

@media (min-width:750px) {
    .technology-page-banner .technology-tit .page-btn:hover {
        background-color: #E70012;
        color: #fff;
    }

    .technology-page-banner .banner-tab-link .kefu-btn .kefu:hover {
        color: #fff;
        background-color: #E70012;
    }

    .technology-page-banner .banner-tab-link .kefu-btn .kefut:hover {
        color: #fff;
        border: 1px solid #1861F4;
        background-color: #1861F4;
    }

    .technology-page-banner .banner-tab-link .link-box a:hover {
        color: #E70012;
    }


}


@media (max-width:750px){

    .patent-certificate-box{
        padding: 40px 0;
    }
    
    .patent-certificate-box .imgb{
        display: none;
    }
    .patent-certificate-box .imgs{
        display: block;
    }


    .technology-page-banner{
        height: 510px;
        background: url('../img/technology/banner-page-s.png') no-repeat bottom 60px center;
        background-size: 100% auto;
    }

    .technology-page-banner .technology-tit{
        width: calc(100% - 30px);
        left: 15px;
        bottom: 100px;
        padding: 24px;
    }
    .technology-page-banner .technology-tit h3{
        font-size: 24px;
        text-align: center;
        margin-bottom: 8px;
    }
    .technology-page-banner .technology-tit p{
        font-size: 12px;
        text-align: center;
        margin-bottom: 12px;
    }
    .technology-page-banner .technology-tit .page-btn{
        width: 100%;
        font-size: 12px;
    }

    .technology-page-banner .banner-tab-link{
        bottom: 0;
        height: 60px;
        line-height: 60px;
        padding: 12px 15px;
    }
    .technology-page-banner .banner-tab-link .kefu-btn{
        display: none;
    }
    .technology-page-banner .banner-tab-link .link-box{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .technology-page-banner .banner-tab-link .link-box a{
        box-sizing: border-box;
        margin: 0;
        padding: 0 30px;
        text-align: center;
    }
    .technology-page-wingtube .wingtube-ls{
        flex-direction: column;
        padding-bottom: 40px;
    }
    .technology-page-wingtube .wingtube-ls:nth-child(2n+1){
        flex-direction: column-reverse;
    }

    .technology-page-wingtube .wingtube-ls .wingtube-item{
        width: 100%;
    }
    .technology-page-wingtube .wingtube-ls .wingtube-itemr{
        width: 100%;
    }

    .technology-page-wingtube{
        padding-top: 30px;
        background: url('../img/technology/wingtube-bg-s.jpg') no-repeat top center;
        background-size: cover;
    }

    .technology-page-wingtube .wingtube-ls .ultraten-tit .ultraten span,
    .technology-page-wingtube .wingtube-ls .ultraten-tit h3{
        font-size: 24px;
    }
    .technology-page-wingtube .wingtube-ls .ultraten-tit .ultraten img{
        width: 38px;
        height: auto;
    }
    .technology-page-wingtube .wingtube-ls .ultraten-tit{
        padding-left: 12px;
        margin-bottom: 8px;
    }
    .technology-page-wingtube .wingtube-ls .wingtube-itemr ul{
        font-size: 12px;
    }

    .technology-page-wingtube .wingtube-ls:nth-child(2n+1) .wingtube-item{
        margin-top: 24px;
    }

    .technology-page-wingtube .wingtube-ls .tube-ls .tube-item img{
        max-width: 30px;
        vertical-align: top;
    }
    .technology-page-wingtube .wingtube-ls .tube-ls .tube-item p{
        font-size: 12px;
    }

    .technology-page-wingtube .wingtube-ls .tube-ls .tube-item:nth-child(-n+2){
        margin-bottom: 12px;
    }

    .technology-page-wingtube .wingtube-ls:nth-child(2n) .wingtube-itemr{
        margin-top:30px ;
    }

    .technology-page-wingtube .wingtube-ls .condenser .ultraten-tit h3{
        font-size: 18px;
    }



    .combustion-technology-box{
        padding-top: 40px;
        padding-bottom: 170px;
        background:url('../img/technology/combustion-bg-s.jpg') no-repeat top center;
        background-size: cover;
    }
    .combustion-technology-box .combustion-technology{
        width: 100%;
    }
    .combustion-technology-box .comb-tit h3{
        font-size: 24px;
        margin-bottom: 0;
        margin-left: 12px;
    }
    .combustion-technology-box .comb-tit img{
        width: 36px;
    }
    .combustion-technology-box .comb-tit{
        margin-bottom: 8px;
    }
    .combustion-technology-box .comb-cont{
        font-size: 12px;
        line-height: 1.5;
    }

    .combustion-technology-box .comb-video{
        flex-direction: column;
        margin-top: 24px;
    }
    .combustion-technology-box .comb-video .video-box{
        width: 100%;
    }
    .combustion-technology-box .comb-video .video-cont{
        width: 100%;
        margin-top: 12px;
        padding-left: 24px;

    }
    .combustion-technology-box .comb-video .video-cont li{
        font-size: 12px;
        line-height: 1.5;
    }

    .combustion-technology-box .comb-vs-ls{
        flex-direction: column;
        margin-top: 24px;
    }
    .combustion-technology-box .comb-vs-ls h4{
        margin-top: 0px;
        font-size: 18px;
    }
    .combustion-technology-box .comb-vs-ls p.red{
        font-size: 14px;
        margin: 4px 0;
    }
    .combustion-technology-box .comb-vs-ls p{
        font-size: 14px;
    }

    .combustion-technology-box .comb-vs-ls .comb-vs-item{
        width: 100%;
        margin-bottom: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .combustion-technology-box .comb-vs-ls .comb-vs-item img{
        width: 90px;
    }


    .heat-transfer-box .coupling-box{
        flex-direction: column;
        padding-bottom: 0;
        border: unset;
    }
    .heat-transfer-box .coupling-box .coupling-tit{
        width: 100%;
    }
    .heat-transfer-box .coupling-box .coupling-tit img{
        width: 90px;
    }
    .heat-transfer-box .coupling-box .coupling-tit .tit p{
        font-size: 24px;
    }
    .heat-transfer-box{
        padding: 40px 0;
    }

    .heat-transfer-box .coupling-box .coupling-cont{
        width: 100%;
        margin-top: 12px;
    }
    .heat-transfer-box .coupling-box .coupling-cont p{
        font-size: 12px;
        margin-bottom: 12px;
    }
    .heat-transfer-box .coupling-box .coupling-cont p:last-child{
        margin: 0;
    }

    .heat-transfer-box .fgr-box{
        flex-direction: column-reverse;
    }
    .heat-transfer-box .condensing-box{
        flex-direction: column;
    }
    .heat-transfer-box .fgr-box, .heat-transfer-box .condensing-box{
        margin-top: 30px;
        
    }
    .heat-transfer-box .video-box{
        width: 100%;
    }
    .heat-transfer-box .video-cont{
        width: 100%;
    }
    .heat-transfer-box .video-cont h3{
        font-size: 24px;
        margin: 12px 0;
    }
    .heat-transfer-box .video-cont p{
        font-size: 12px;
    }


    .dcs-control-system{
        padding: 40px 0;
    }

    .dcs-control-system .dcs-control-tit i{
        font-size: 18px;
    }
    .dcs-control-system .dcs-control-tit h3{
        font-size: 24px;
        margin-left: 8px;
    }

    .dcs-control-system .dcs-control-ls{
        margin-top: 24px;
        flex-wrap: wrap;
    }

    .dcs-control-system .dcs-control-ls .dcs-control-item{
        width: calc(33.33% - 8px);
    }
    .dcs-control-system .dcs-control-ls .dcs-control-item i{
        font-size: 24px;
    }
    .dcs-control-system .dcs-control-ls .dcs-control-item:nth-child(3) i{
        font-size: 24px;
    }
    .dcs-control-system .dcs-control-ls .dcs-control-item .item-tit{
        margin-top: 12px;
        margin-bottom: 8px;
        font-size: 18px;
    }
    .dcs-control-system .dcs-control-ls .dcs-control-item:nth-child(3) .item-tit{
        margin-top: 12px;
        margin-bottom: 8px;
    }
    .dcs-control-system .dcs-control-ls .dcs-control-item p{
        font-size: 12px;
    }
    .dcs-control-system .dcs-control-ls .dcs-control-item:nth-child(-n+3){
        margin-bottom: 12px;
    }

    .modu-control-box{
        padding: 40px 0;
    }
    .modu-control-box .modu-control-tit{
        margin-bottom: 24px;
    }
    .modu-control-box .modu-control-tit i{
        font-size: 18px;
    }
    .modu-control-box .modu-control-tit h3{
        font-size: 24px;
        margin-left: 8px;
    }
    .modu-control-box .modu-control-tit span{
        font-size: 12px;
        margin-left: 6px;
    }
    .modu-control-box .modu-control-cont{
        flex-direction: column;
    }
    .modu-control-box .modu-control-cont .modu-control-ls{
        margin-right: 0;
    }
    .modu-control-box .modu-control-cont .modu-control-ls h4{
        font-size: 18px;
        margin-bottom: 8px;
    }
    .modu-control-box .modu-control-cont .modu-control-ls li{
        font-size: 12px;
    }
    .modu-control-box .modu-control-cont .modu-control-ls .modu-control-item{
        margin-bottom: 12px;
    }

    .modu-control-box .modu-control-cont .modu-control-img{
        margin-top: 30px;
        padding: 0 35px;
    }

    .process-box{
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .process-box .process-tit{
        margin-bottom: 24px;
    }
    .process-box .process-tit h2{
        font-size: 24px;
        margin-bottom: 8px;
    }
    .process-box .process-tit p{
        font-size: 12px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .process-box .process-cont-box .process-swiper-box{
        margin: 0;
        margin-top: 24px;
    }
    .process-box .process-cont-box .process-cont-ls{
        margin-left: 0;
    }
    .process-box .process-cont-box .process-cont-ls .process-text{
        height: 150px;
    }
    .process-box .process-cont-box .process-cont-ls .process-text h3{
        font-size: 18px;
    }
    .process-box .process-cont-box .process-cont-ls .process-text p{
        font-size: 12px;
    }
}