body {
    background: #f7f7f5;
}
.main {
    margin-top: 45px;
    padding-bottom: 60px;
}
/* 产品列表 */
.proList {
    margin-top: 60px;
}
.proList li {
    width: 23.9%;
    border: 1px solid #e6e6e6;
    background: #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.proList li:nth-of-type(4n) {
    margin-right: 0;
}
.proList li a:nth-of-type(1) {
    display: block;
}
.proList li a:nth-of-type(1) img {
    width: 100%;
}
.proList li h3 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    height: 48px;
    margin-top: 13px;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0 25px;
}
.proList li .btnBox {
    display: block;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e6e6e6;
    position: relative;
    color: #666666;
}
.proList li .btnBox a {
    width: 49.5%;
    text-align: center;
}
.proList li .btnBox a:hover {
    background: #096cb0;
    color: #fff;
}
.proList li .btnBox .btnR {
    color: #096cb0;
}
.proList li .btnBox .line {
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 999;
    background: #e6e6e6;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    /* Opera */
}
/* -------------------- */
/* ------------------------------- */
@media only screen and (min-width:1280px) {
    /* PC端效果 */
    .proList li {
        overflow: hidden;
    }
    .proList li img {
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }
    .proList li .picBox_z:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}
@media only screen and (min-width:0px) and (max-width:768px) {
    .main {
        padding: 0 10px 40px;
    }
    /*    .proList li {width: 100%; height: auto; } .proList li:nth-of-type(2n) {margin-right: 0; } .proList li .btnBox {height: 60px; } .proList li .btnBox .line {height: 60px; } .proList li .btnBox a {height: 60px; line-height: 60px; }*/
    /* .proList li a:nth-of-type(1) {height: auto; } .proList li a:nth-of-type(2) {height: 60px; line-height: 60px; } .proList li a:nth-of-type(2) .line {height: 60px; } */
}
@media only screen and (min-width:0px) and (max-width:1280px) {
    .proList li {
        width: 48.75%;
        margin-right: 2.5%;
        height: auto;
    }
    .proNav li {
        padding: 0 4%;
    }
    .proList li:nth-of-type(2n) {
        margin-right: 0;
    }
    .proList li .btnBox {
        height: 60px;
    }
    .proList li .btnBox .line {
        height: 60px;
    }
    .proList li .btnBox a {
        height: 60px;
        line-height: 60px;
    }
    /* .proList li a:nth-of-type(1) {height: auto; } .proList li a:nth-of-type(2) {height: 60px; line-height: 60px; } .proList li a:nth-of-type(2) .line {height: 60px; } */
}
@media only screen and (min-width:1281px) and (max-width: 1440px) {
    .proList li {
        width: 23.7%;
    }
}
.flex-direction-nav {
    display: none;
}