

.banner.equipment{
    background-image: url(../images/product_list_equipment_banner_bg.jpg);
}
.banner.sensor{
    background-image: url(../images/product_list_sensor_banner_bg.jpg);
}
.banner.software{
    background-image: url(../images/product_list_software_banner_bg.jpg);
}


.wrap{
    background-color: #fff;
    padding: 4.6875% 0 5%;
}
.wrap .inner{
    position: relative;
}
.wrap .list{
    width: 72.26%;
    float: left;
}
.section{
    margin-bottom: 6%;
}
.section:last-child{
    margin-bottom: 0;
}
.section .title{
    margin-bottom: 5.54%;
}
.section .title h3{
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.section .title .line{
    width: 50px;
    height: 2px;
    background-color: #004eeb;
    margin: 2.289% 0 2.771%;
}
.section .title p{
    font-size: 14px;
    color: #555;
    line-height: 1.86;
    margin-bottom: 0.714em;
}
.section .title p:last-child{
    margin-bottom: 0;
}
.section ul{
    -webkit-display: flex;
    -webkit-align-items: stretch;
    -webkit-justify-content: flex-start;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;	
}
.section li{
    width: 30.12%;
    margin-right: 4.82%;
    margin-bottom: 7%;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 13px rgba(0,0,0,0.16);
}
.section li:nth-child(3n){
    margin-right: 0;
}
.section li .img-box{
    position: relative;
    padding: 20px 0px;
    background-color: #f4f4f4;
}
.section li .img-box .cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0e68ff;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.section li:hover .img-box .cover{
    opacity: 0.9;
}
.section li .img-box .cover::before{
    content: "\f055";
    font-family: "FontAwesome";
    font-size: 34px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.section li .img-box .bg {
    width: 200px;
    height: 150px ;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.section li .text-box{
    text-align: center;
    padding: 8% 9.2%;
}
.section li .text-box h5{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 1.625;
    text-transform: uppercase;
}
.section li .text-box p{
    font-size: 18px;
    color: #313131;
    padding-top: 10px;
}
.section .table-box{
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.section table{
    width: 100%;
}
.section table tr{
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.section table tr:nth-child(odd){
    background-image: linear-gradient(to right,#fff,#f3f3f3,#fff);
}
.section table td{
    font-size: 12px;
    color: #333;
    line-height: 3.9;
    height: 3.9em;
    text-transform: uppercase;
    padding-left: 3em;
}
.wrap .anchor-box{
    width: 19.4%;
    border: 1px solid #eee;
    border-bottom: 1px solid #eee;
    float: right;
    position: sticky;
    top: 100px;
}
.wrap .anchor-box h5{
    background-color: #333;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    height: 3.214em;
    line-height: 3.214em;
    padding-left: 17.65%;
    position: relative;
}
.wrap .anchor-box h5::after{
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 10%;
    top: 50%;
    font-size: 1.2em;
    color: inherit;
    margin-top: -0.5em;
    line-height: 1;
}
.wrap .anchor-box a{
    display: block;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 1em 0 1em 17.65%;
}
.wrap .anchor-box a:last-child{
    border-bottom: 0 none;
}
.wrap .anchor-box a:hover,.wrap .anchor-box a.active{
    background-color: #004eeb;
    color: #fff;
}

.generic-table { position: relative; padding-left: 150px; }
.generic-table .table-row { display: inline-flex; align-items: center; justify-content: center; padding: 10px; min-height: 50px; width: 100%; }
.generic-table .table-row.table-header { padding-top: 15px; white-space: nowrap;}
.generic-table .table-row h5 { margin-bottom: 0; text-align: center; font-weight: 700; font-size: 12px;text-transform: uppercase; }
.generic-table .table-row.table-header span { font-size: 14px; }
.generic-table .col-fixed { position: absolute; top: 0; left: 0; display: inline-block; margin-right: -4px; width: 150px; box-shadow: 3px 0 4px rgba(black, 0.2); }
.generic-table .col-fixed .table-row { padding: 10px; }
.generic-table .table-content { display: inline-flex; overflow: auto; flex-wrap: nowrap; width: 100%; vertical-align: top; }
.generic-table .table-content::-webkit-scrollbar { height: 6px; }
.generic-table .table-content::-webkit-scrollbar-track { background-color: #e4e4e4; }
.generic-table .table-content::-webkit-scrollbar-thumb { height: 4px; border-radius: 4px; background-color: #ac1a2f; }
.generic-table .table-content .col-responsive { display: inline-flex; flex: 1; flex-direction: column; margin-right: -4px;}
.generic-table .table-content .col-responsive:nth-child(odd) { 
    background-image: linear-gradient(to bottom,#fff,#f3f3f3,#fff);
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.generic-table .table-content .col-responsive .table-row { justify-content: center; }
.generic-table .table-content .col-responsive .table-row i { display: inline-block; color: #ac1a2f; font-size: 20px; }
.generic-table .table-content .col-responsive .table-row i.icon-checked::before{
    content: "";
    color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    background-image:url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjEzNjIiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIj48cGF0aCBkPSJNNTEyIDUxMm0tNTEyIDBhNTEyIDUxMiAwIDEgMCAxMDI0IDAgNTEyIDUxMiAwIDEgMC0xMDI0IDBaIiBmaWxsPSIjYWMxYTJmIiBwLWlkPSIxMzYzIj48L3BhdGg+PHBhdGggZD0iTTgwOS42OTE0MjkgMzkyLjc3NzE0M0w3MzIuMTYgMzE0LjUxNDI4NiA0NDcuNjM0Mjg2IDU5OS43NzE0MjkgMjkyLjU3MTQyOSA0NDMuOTc3MTQzIDIxNC4zMDg1NzEgNTIxLjUwODU3MWwxNTUuNzk0Mjg2IDE1NS43OTQyODYgNzcuNTMxNDI5IDc3LjUzMTQyOSAzNjIuMDU3MTQzLTM2Mi4wNTcxNDN6IiBmaWxsPSIjZmZmZmZmIiBwLWlkPSIxMzY0Ij48L3BhdGg+PC9zdmc+");
}

@media only screen and (max-width:1024px) {



    .wrap{
        padding: 2.5rem 0;
    }
    .wrap .list{
        width: 100%;
        float: none;
    }
    .section{
        margin-bottom: 1.5rem;
    }
    .section .title{
        margin-bottom: 1.5rem;
    }
    .section .title h3{
        font-size: 1.25rem;
    }
    .section .title .line{
        width: 1.5625rem;
        margin: 1rem 0;
    }
    .section .title p{
        font-size: 0.625rem;
    }
    .section li{
        width: 47%;
        margin-right: 6%;
        margin-bottom: 6%;
    }
    .section li:nth-child(3n){
        margin-right: 6%;
    }
    .section li:nth-child(even){
        margin-right: 0;
    }
    .section li .img-box .cover::before{
        font-size: 1.5rem;
    }
    .section li .text-box{
        padding: 1rem;
    }
    .section li .text-box h5{
        font-size: 0.6875rem;
    }
    .section li .text-box p{
        font-size: 0.625rem;
    }
    .section table{
        width: 200vw;
    }
    .section table td{
        font-size: 0.625rem;
    }
    .wrap .anchor-box{
        display: none;
    }


    .generic-table .col-fixed .table-row {
        justify-content: flex-start;
    }
    .generic-table .col-fixed .table-row h5{
        text-align: left;
    }
}