﻿.machinery-box {
    padding: 70px 0 100px;
}


.machinery-cnt {
    display: flex;
    justify-content: space-between;

}

.machinery-cle {
    width: 20%;
}

.showLine-fixed {
    width: 260px;
    border: 1px solid #eeeeee;
    padding: 10px;
    position: relative;
    background-color: #ffffff;
    z-index: 9;
}

.layui-tree-entry {
    height: 30px;
}


.machinery-cri {
    width: 75%;
}

.machinery-btxt {
    font-size: 18px;
    text-align: left;
    line-height: 30px;
}

.machinery-bimg {
    width: 100%;
    margin-top: 30px;
}

.machinery-bimg img {
    width: 100%;
    height: auto;
}




.machinery-bcont {
    margin-top: 30px;
}

.machinery-bcntbja {
    background-color: #009744;
}

.machinery-bcntbjb {
    background-color: #007eb9;
}

.bcont-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bcont-ul li {
    width: 49%;
    overflow: hidden;
}

.machinery-bctit h3 {
    font-size: 20px;
    text-align: center;
    padding-top: 25px;
    color: #ffffff;
}

.machinery-bctxt {
    padding: 25px;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
}

.machinery-bctxt p {
    width: 33.3%;
    font-size: 14px;
    padding: 8px 0;
}

.bcont-ul li img {
    width: 100%;
    height: auto;
    transition: all .3s;
}

.bcont-ul li:hover img {
    transform: scale(1.1);
}

.bcont-liwid {
    width: 49.3% !important;
}






.classify-cnt {
    margin-top: 30px;
}

.classify-ctit {
    font-size: 30px;
    font-weight: 600;
}

.classify-cul {
    padding: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.classify-cul li {
    width: calc((100% - 80px)/4);
    margin: 10px;
    border: 1px solid #eeeeee;
    overflow: hidden;
}

.classify-cul li a {
    width: 100%;
}

.classify-cul li a img {
    width: 100%;
    height: auto;
    transition: all .5s;
}

.classify-cul li:hover a img {
    transform: scale(1.1);
}

.classify-cul li a h3 {
    font-size: 16px;
    padding: 20px;
    text-align: center;
    color: #333333;
}






.example-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.example-ul>li {
    width: calc((100% - 20px)/2);
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin-top: 25px;
}

.example-ul>li>a {
    width: 100%;
}

.example-ul>li>a img {
    width: 100%;
    height: auto;
}

.example-ul>li>a video {
    width: 100%;
    height: auto;
}

.example-lbtm {
    margin-top: 15px;
    background-color: #ffffff;
}

.example-lbtm h3 {
    font-size: 16px;
    font-weight: 600;
}

.example-lbtm p {
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}







.upkeep-img {
    width: 100%;
    margin-top: 25px;
}

.upkeep-img img {
    width: 100%;
    height: auto;
}








/* ASEAN东南亚地区业务 */

.asean-cul{
    display: flex;
    flex-wrap: wrap;

}
.asean-cul > li{
    width: calc((100% - 30px)/3);
    margin: 10px 0;
}
.asean-cul > li a{
    width: 100%;
}
.asean-cul > li a img{
    width: 100%;
    height: auto;
}
.asean-cul > li a h3{
    padding: 15px 0;
    font-size: 16px;
    color: #333333;
}



@media only screen and (max-width: 1440px) {
    .machinery-box {
        padding: 50px 0 80px;
    }

    .machinery-btxt {
        font-size: 16px;
        line-height: 26px;
    }

    .machinery-bimg {
        margin-top: 20px;
    }


    .machinery-bcont {
        margin-top: 20px;
    }

    .machinery-bctxt {
        padding: 20px;
    }


    .machinery-bctit h3 {
        font-size: 18px;
        padding-top: 15px;
    }

    .machinery-bctxt {
        padding: 10px;
    }

    .machinery-bctxt p {
        font-size: 12px;
        padding: 5px 0;
    }





    .classify-cnt {
        margin-top: 20px;
    }

    .classify-ctit {
        font-size: 24px;
    }

    .classify-cul li a h3 {
        font-size: 14px;
        padding: 10px;
    }



    .example-ul>li {
        width: calc((100% - 15px) / 2);
        padding: 10px;
        margin-top: 15px;
    }

    .example-lbtm {
        margin-top: 10px;
    }


    .example-lbtm h3 {
        font-size: 14px;
    }

    .example-lbtm p {
        font-size: 12px;
    }












/* ASEAN东南亚地区业务 */

    .asean-cul > li {
        width: calc((100% - 60px) / 3);
        margin: 10px;
    }
    .asean-cul > li a h3 {
        padding: 10px 0;
        font-size: 14px;
    }




}

@media only screen and (max-width: 769px) {
    .machinery-box {
        padding: .6rem .1rem .8rem;
    }

    .machinery-btxt {
        font-size: 14px;
        line-height: 22px;
    }

    .machinery-bimg {
        margin-top: .2rem;
    }

    .bcont-ul li {
        width: 100%;
        margin-bottom: .1rem;
    }

    .machinery-bctxt {
        padding: .2rem;
    }

    .machinery-bctxt h3 {
        font-size: 16px;
        padding-bottom: .1rem;
    }

    .machinery-bctxt p {
        font-size: 12px;
        margin-bottom: .05rem;
    }

    .bcont-ul:nth-child(2) li {
        width: 100%;
    }

    .bcont-liwid {
        width: 100% !important;
    }



    .showLine-fixed {
        width: 100%;
        left: 0;
    }



    .machinery-cnt {
        flex-direction: column;
    }

    .machinery-cle {
        width: 100%;
    }

    .machinery-cri {
        width: 100%;
        margin-top: .2rem;
    }


    .classify-cnt {
        margin-top: .2rem;
    }
    .classify-ctit{
            font-size: 20px;
        }

        .classify-cul li {
            width: calc((100% - .4rem) / 2);
            margin: .1rem;
        }
        .example-ul>li {
            width: 100%;
            padding: .1rem;
            margin-top: .15rem;
        }











        
/* ASEAN东南亚地区业务 */

    .asean-cul > li {
        width: calc((100% - .4rem) /2);
        margin: .1rem;
    }









}