/*产品展示－第6种开始*/
.product_title{margin: 15px 0;}
.product_title h3{margin:0 auto;padding: 0 0 10px;border-bottom: 1px solid #d7d7d7;width:280px;}
.product_title .mask{width:90px;height:3px;background: #0e80eb;margin:-2px auto 0;}
.product_title p{margin:10px;color:#999;}
.product_content ul{margin-bottom: 0;}
.pro_class{margin-bottom:10px;}
.pro_class li{margin-bottom: 10px;}
.pro_class a{display: block;color:#000;text-align: center;padding: 12px 0;font-size:16px;}
.pro_list li{margin-top:15px;}
.pro_class a:hover{text-decoration: none;background: #f2a612;}
.pro_list .pro_img{text-align: center;}
.pro_list .pro_img a{height:250px;font-size: 0; overflow: hidden;border: 1px solid #d7d7d7;display: flex;justify-content: center;}
.pro_list .pro_img a:hover{border: 3px solid #f4c600;}
.pro_list .pro_img img{max-width:130%;display: inline-block;margin: auto;}
.pro_list .pro_text a{display: block;padding: 10px 0;text-align: center;color:#333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;}
@media (max-width: 992px){
.pro_list .pro_img{height:128px;}
.pro_list .pro_img a{height:120px;}
.pro_list .col-md-3 { padding:0 15px;}
}
@media (max-width:767px){
.pro_list .pro_img{height:108px;}
.pro_list .pro_img a{line-height: 100px;height:100px;}
.pro_list .col-md-3 { padding:0 15px;}
}
/*产品展示－第6种结束*/
