
.coomode_banner{
    width: 100%;
    height: 28.125vw;
    min-width: 1280px;
    min-height: 405px;
    position: relative;
    background-size: cover;
}
/* .coomode_banner p{
    font-size: 20px;
} */
.coomode_banner_con{
    position: absolute;
    left: 20%;
    bottom: 35.7%;
    /* bottom: 13.7%; */
}
.get_more{
    text-align: center;
}

.case_firm{
    padding-top: 100px;
}
.case_firm > img{
    display: block;
    width: 1280px;
    height: 758px;
    margin: 0 auto;
}



.coo_example{
    padding: 100px 0 120px 0;
}
.coo_example > img{
    display: block;
    width: 1280px;
    height: 864px;
    margin: 0 auto;
}
.coo_example > .get_more{
    margin-top: 50px;
}




@media only screen and (max-width: 1440px) {
    .case_firm > img{
        width: 1080px;
        height: 640px;
    }
    .coo_example > img{
        width: 1080px;
        height: 729px;
    }
}
