#products{overflow:hidden;width:100%}
#products ul{overflow:hidden}
#products ul li{margin:15px 0;float:left;width:33%}
#products ul li > div{margin:0 15px}
#products ul li .productPhoto{overflow:hidden}
#products ul li .productPhoto .photo{background-size:cover}
#products ul li:hover .productPhoto a.photo{-webkit-transform:scale(0.8,1.8);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3)}
#products ul li .info{padding:20px;background:#f4f4f4}
#products ul li .info h4 a,#products ul li .info article{overflow:hidden;margin-bottom:20px;height:27px;font-size:18px;color:#333333;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
#products ul li .info article{height:50px;font-size:14px;-webkit-line-clamp:2}
#products ul li .info a.more{color:#fff;background:#e11515;padding:7px 20px 10px;display:inline-block}
#products .line{margin:70px 0 0;float:left;width:100%;border-top:1px solid #eee;text-align:center}
#products .line i{position:relative;width:33px;height:33px;background:#fff;display:inline-block;border:1px #ddd solid;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;text-align:center;line-height:35px;color:#ddd;top:-17px}
#products h3{text-align:center;font-size:28px;font-weight:700;margin-bottom: 20px;}
#products ul.other li{width:25%}
.prodImg{overflow:hidden;position:relative}
.prodImg a.prev,.prodImg a.next{position:absolute;width:42px;height:84px;background: #e11515;border-bottom: 4px solid #ba1010;text-align:center;line-height:80px;font-size:30px;color:#fff;top:40%;z-index:10}
.prodImg a.prev{left:-50px}
.prodImg a.next{right:-50px}
.prodImg:hover a.prev{left:0}
.prodImg:hover a.next{right:0}
.prodImg .bd ul li{background-position:50% 50%;background-repeat:no-repeat;background-size: cover;}
.prodImg .bd ul li img{width:100%}
.prodDetail{margin:10px 0}
.prodDetail h5{overflow:hidden;position:relative;margin-bottom:10px;font-size:22px}
.prodDetail h5:after{position:absolute;margin-left:15px;width:100%;height:6px;background:url(../../images/28/index/img-aboutTitBg.png);display:inline-block;bottom:9px;content:""}
.orderfunction{padding:15px;background:#e1eeed;border:1px #ddd solid}
.orderfunction p{margin:5px 0;font-size:16px}
.orderfunction p strong{font-size:20px;font-weight:bold;color:#F70D11}
.orderfunction p input[type="tel"]{padding:0 5px;width:50px;border:1px #8c8686 solid}
.orderfunction p input[type="button"]{padding:5px 10px;background:#2eb1a5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border-bottom:2px #258e84 solid;display:inline-block;font-weight:600;color:#fff}
.orderfunction p input[type="button"]:hover{background:#3bc7bb;border-color:#3bc7bb}
.prod-art{margin:20px 0}
.prod-art .tabs{margin-left:10px}
.prod-art .tabs li{margin:0 5px;padding:10px 20px;display:inline-block;border:1px #ddd solid;border-bottom:0}
.prod-art .tabs li a{color:#777}
.prod-art .tabs li.active{border-bottom:1px #fff solid}
.prod-art .tab_container .tab_content{font-size: 16px;text-align: justify;line-height: 220%;}
.ask{text-align: center;}

@media screen and (max-width:768px){
	#products ul li,#products ul.other li{width:50%}
}
@media screen and (max-width:450px){
	#products ul li,#products ul.other li{width:100%}
	.prod-art .tabs li{padding:10px}
}