.caseTop{
    padding: 1.2rem 0;
    background-color: #FBFBFB;
    overflow: hidden;
}
.caseTop .swiper-slide{
    display: block;
    width: 90%;
    max-width: 930px;
    transform: scale(0.85);
    margin: 0 auto;
    transition: all .3s linear .3s;
}
.caseTop .swiper-slide-active{
    transform: scale(1) !important;
}
.caseImg{
    padding-bottom: 56.56%;
    border-radius: .1rem;
    margin-bottom: .2rem;
    box-shadow: 0 .04rem .1rem rgba(0, 0, 0, 0.2);
}
.caseBot{
    overflow: hidden;
}

.caseTit{
    line-height: 1.4;
    margin: .8rem 0 0;
    text-transform: uppercase;
}
.caseList{
    margin: 0 -.3rem .8rem;
}
.caseList li{
    width: 33.33%;
    padding: 0 .3rem;
    margin-top: .6rem;
}
.hm3Link{
    height: 100%;
    border-bottom: 1px solid #D8D8D8;
    overflow: visible;
}
.hm3Link::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--baseColor);
    transition: all .3s;
}
.caseText{
    position: relative;
}
.caseLine{
    width: 60px;
    height: 4px;
    max-width: .6rem;
    max-height: .04rem;
    background: #04706A;
    margin: .4rem 0;
}
.hm3Tit{
    height: auto;
    margin: .3rem 0;
}
.hm3Con{
    line-height: 1.8;
    margin: .3rem 0 .4rem;
}
.hm3Link:hover::before{
    width: 100%;
}
.caseList + .page{
    margin-top: 0;
}


.caseBg{
    padding: .8rem 0;
}
.caseName{
    line-height: 1.4;
}
.caseTime{
    line-height: 1.4;
    margin: .2rem 0;
}
.casedetail{
    line-height: 2;
    margin: .4rem 0;
}
.caseBot{
    padding: .6rem 0;
    background-color: #FBFBFB;
}
.caseBotList{
    margin: 0 -.3rem;
}
.caseBotList li{
    display: flex;
    align-items: center;
    min-width: 33.33%;
    padding: .3rem;
}
.caseIcon{
    width: 70px;
    height: 70px;
    max-width: .7rem;
    max-height: .7rem;
    margin-right: .3rem;
}
.caseIcon img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.caseRight{
    flex: auto;
    overflow: hidden;
}


@media (max-width:1600px){

}
@media (max-width:1400px){

}
@media (max-width:1200px){
    .caseTop{
        padding: .8rem 0;
    }
    .caseTop .swiper-slide{
        transform: scale(0.85);
        margin: 0 .1rem;
    }
    .caseTop .swiper-slide-prev{
        transform-origin: right center;
    }
    .caseTop .swiper-slide-next{
        transform-origin: left center;
    }
    .caseTit{
        margin-top: .6rem;
    }
    .caseList{
        margin: 0 -.1rem .6rem;
    }
    .caseList li{
        width: 50%;
        margin-top: .4rem;
        padding: 0 .1rem;
    }
    .caseLine{
        margin: .2rem 0;
    }
    .hm3Tit{
        font-size: 16px;
        margin: .2rem 0;
    }
    .hm3Con{
        margin: .2rem 0 .3rem;
    }

    .caseBg{
        padding: .6rem 0;
    }
    .caseTime{
        font-size: 14px;
    }
    .caseBot{
        padding: .3rem 0;
        
    }
    .caseBotList{
        margin: 0 -.1rem;
    }
    .caseBotList li{
        min-width: 50%;
        padding: .1rem;
    }
    .caseIcon{
        width: 50px;
        height: 50px;
        margin-right: .1rem;
    }

}
@media (max-width:991px){

}
@media (max-width:767px){

}
@media (max-width:640px){

}
@media (max-width:460px){
    .caseTop .swiper-slide{
        width: 86%;
    }
    .caseTopTit{
        font-size: 16px;
    }
    .caseList li{
        width: 100%;
    }
    .caseBotList li{
        min-width: 100%;
    }

}