﻿.machinery-cnt {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.machinery-cle {
    width: 20%;
    display: none;
}

.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: 100%;
}





.project-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.project-timg {
    width: 49%;
    cursor: pointer;
}

.project-timg img {
    width: 100%;
    height: auto;
}

/* .project-box{} */

.project-bth {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.bth-tit {
    font-size: 20px;
    color: #ffffff;
    background-color: #1ba1e6;
    text-align: center;
    padding: 15px 0;
}

.bthwida {
    width: 20%;
}

.bthwidb {
    width: 78%;
}



.project-bitem {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.project-bitem:nth-child(odd) {
    background-color: #f4f6f7;
}

.bitem-le {
    width: 20%;
    /* height: 180px; */
    /* background-color: #e71a21; */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 20px;
}

.bitem-le::after {
    content: "";
    width: 20px;
    height: 130px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    /* background-color: #e71a21;
    clip-path: polygon(100% 0%, 50% 100%, 0% 0%); */
    background-image: url("../images/pic64.png");
    background-size: 100% 100%;
}

.bitem-le img {
    width: 90%;
    height: auto;
    margin-top: 10px;
}

.bitem-le p {
    font-size: 22px;
    font-weight: 600;
}

.bitem-ri {
    width: 78%;
    /* background-color: #eeeeee; */
    padding: 20px;
    position: relative;
}

/* .bitem-ri::before {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -20px;
    background-color: #eeeeee;
    clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
} */

.bitem-rul {
    display: flex;
}

.bitem-rul li {
    width: 32.5%;
    margin: 0 5px;
}

.bitem-rul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rul-img {
    width: 90%;
    padding: 10px;
    border: 1px solid #dddddd;
    text-align: center;
    background-color: #ffffff;
}

.bitem-rul li a img {
    width: 80%;
    height: auto;
}

.bitem-rutxt {
    width: 90%;
    margin-top: 15px;
}

.bitem-rutxt h3 {
    font-size: 16px;
    font-weight: 600;
}

.bitem-rutxt p {
    font-size: 16px;
    margin-top: 10px;
}






.project-popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 92;
    display: none;
}

.project-popcnt {
    width: 50vw;
    height: 70vh;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.project-popcnt .layui-table {
    width: 100%;
    margin: 0px 0;
}

.project-popcnt .layui-table thead tr {
    background-color: #f2f2f2;
}

.project-popcnt .layui-table thead tr th {
    font-weight: 600;
    font-size: 18px;
    color: #222222;
}

.popclar {
    text-align: right;
}

.popclar i {
    cursor: pointer;
    font-size: 18px;
}

.table-list {
    height: calc(100% - 40px);
    overflow-y: auto;
}

.table-lstit {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
}

.table-lsimg {
    width: 100%;
}

.table-lsimg img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.table-lsp p {
    font-size: 15px;
    padding: 5px 0;
}



.project-bitbtn{
	background-color: #1ba1e6;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding: 15px 0;
}



@media only screen and (max-width:1440px) {

    .machinery-cnt {
        padding: 40px 0;
    }

    .showLine-fixed {
        width: 240px;
    }

    .project-top {
        padding-bottom: 30px;
    }

    .project-bth {
        margin-top: 20px;
    }

    .project-bitem {
        padding: 10px 0;
    }

    .bth-tit {
        font-size: 18px;
        padding: 10px 0;
    }

    .bitem-le {
        padding: 10px;
    }

    .bitem-le p {
        font-size: 16px;
    }

    .bitem-rutxt {
        margin-top: 10px;
    }

    .bitem-le::after {
        width: 16px;
        height: 110px;
        bottom: -10px;
        background-image: url("../images/pic64.png");
        background-size: 100% 100%;
    }

    /* .bitem-ri::before {
        width: 15px;
        left: -14px;
    } */


    .bitem-rutxt h3 {
        font-size: 14px;
    }

    .bitem-rutxt p {
        font-size: 14px;
        margin-top: 5px;
    }







    .project-popcnt .layui-table thead tr th {
        font-size: 16px;
    }

    .table-lstit {
        font-size: 14px;
    }

    .table-lsp p {
        font-size: 13px;
        padding: 3px 0;
    }





}


@media only screen and (max-width: 769px) {

    .bthwidb {
        width: 65%;
    }

    .bthwida {
        width: 32%;
    }

    .machinery-cnt {
        flex-direction: column;
        padding: .4rem 0rem;
    }


    .machinery-cle,
    .showLine-fixed {
        width: 100%;
    }


    .machinery-cri {
        width: 100%;
        margin-top: .2rem;
    }


    .project-top {
        padding-bottom: .3rem;
    }

    .project-box {
        padding: .4rem .1rem;
    }

    .project-bth {
        margin-top: 0px;
    }

    .project-bitem {
        padding: .2rem 0;
    }

    .bitem-le::after {
        bottom: -13vh;
    }

    .bitem-le img {
        width: 100%;
        margin-top: .1rem;
    }

    .bth-tit {
        font-size: 16px;
        padding: .1rem 0;
    }

    .bitem-le {
        width: 2rem;
        height: 2rem;
    }

    .bitem-le h3 {
        font-size: 20px;
    }

    .bitem-le p {
        font-size: 14px;
    }

    .bitem-ri {
        width: 65%;
        height: auto;
        min-height: 1.3rem;
        padding: .1rem;
    }

    .bitem-rul {
        flex-wrap: wrap;
    }

    .bitem-rul li {
        width: 96%;
        margin: 0 .1rem .1rem;
    }


    .bitem-rutxt h3 {
        font-size: 14px;
    }

    .bitem-rutxt p {
        font-size: 12px;
        margin-top: .1rem;
    }


    .bitem-rul li a {
        align-items: flex-start;
    }
    .rul-img {
        width: 70%;
    }


    


    .project-popcnt {
        width: 90vw;
        height: 70vh;
    }

    .project-popcnt .layui-table thead tr th {
        font-size: 14px;
    }

    .layui-table td,
    .layui-table th {
        padding: .1rem .15rem;
    }

    .table-lstit {
        font-size: 12px;
    }

    .table-lsp p {
        font-size: 11px;
        padding: 1px 0;
    }


}