/*--传感器2--*/

.productSeries{padding:0px 0 15px 2%; background: #f1f3f5;}
.productSeriesTitle{ font-size: 24px; color: #fff; padding: 5px 10px;font-weight: bold; background: linear-gradient(45deg, #a64640, #a64640);;}
.productSeries ul{ margin: 0px -15px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.productSeries ul li{width: 50%; padding: 3%}
.productSeries ul li .imgBox{overflow: hidden;border-radius: 20px;}
.productSeries ul li .imgBox img{ display: block; width: 100%; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);-webkit-transition: all .8s ease;-o-transition: all .8s ease;-moz-transition: all .8s ease;transition: all .8s ease; border-radius: 20px;}
.productSeries ul li h3{ font-size: 24px;font-family: 'gilroy-bold'; line-height: 32px; height: 32px; margin-top: 20px; color: #333333; white-space: nowrap; overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
.productSeries ul li .desc{ font-size: 14px;height: 36px;line-height:18px; margin-top: 10px; color: #828282;display: -webkit-box;-o-text-overflow: ellipsis;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.productSeries ul li .more{padding-top: 25px;}
.productSeries ul li .more span{ border-radius: 46px; line-height: 46px; text-align:center; width: 153px; font-size: 14px; border: 1px solid #b2b2b2; color: #333333; display: inline-block;}
.productSeries ul li .more span em{ font-style: normal; background-image: url(../webimages/life_02.png); background-repeat:no-repeat;background-position:right center; padding-right: 25px;}
.productSeries ul li .more span:hover{ background: #37bbb8; color: #fff; -webkit-box-shadow: 0px 5px 10px rgba(55,187,184,0.3); box-shadow: 0px 5px 10px rgba(55,187,184,0.3); border-color: #37bbb8;}
.productSeries ul li .more span:hover em{background-image: url(../webimages/life_03.png);}
.productSeries ul li:hover .imgBox img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}



@media (max-width:1400px){
    
}

@media (max-width:1260px){
    
}


@media (max-width:1024px){
    .productSeries ul li h3{ font-size: 22px;}
}

@media (max-width:768px){
    .productSeries ul li h3{ font-size: 16px;margin-top: 5px; line-height:20px; height:20px;}
}

@media (max-width:520px){
    .productSeries ul li{width: 100%;}
    .productSeriesTitle{font-size: 18px;}
    .productSeries{padding: 10px 0;}
    .productSeries ul li .desc{height: auto;font-size: 13px;line-height:16px; margin-top: 5px; margin-bottom:20px;}
    .productSeries ul li .more span{width: 130px;line-height: 40px;}
}