.hide { display:none; }/*隐藏*/
.ipro100{ clear:both; overflow:hidden; margin-top:0px; }
.ipro{ width:1200px; margin:0 auto; clear:both; min-height:240px; margin-top:0px; }
.ipro .pl{ width:1200px; margin:0 auto; clear:both; position:relative; z-index:0; }
.ipro .pr{ width:1200px; margin:0 auto; clear:both; }
.tabCpl{ width:100%; text-align:center; clear:both; overflow:hidden; }
.tabCpl ul{ }
.tabCpl ul li{ display:inline-block; border:#ccc 1px solid; border-radius:10px; color:#666; line-height:38px; padding:0 35px; margin-right:10px; }
.tabCpl ul li:hover{ border:#FF9900 1px solid; color:#FF9900; }
.tabCpl ul li.current{ border:#FF9900 1px solid; color:#FF9900;  }
.tabCpl ul li a{ display:block; color:#555; font-size:14px; }
.tabCpl ul li a:hover{ color:#FF9900; }
.tabCpl ul li a.current{ color:#FF9900; }
.tabCpr .iprolist{ clear:both; overflow:hidden; padding-top:30px; min-height:240px; }
.tabCpr .iprolist ul li{ float:left; width:32%; margin-right:2%; margin-bottom:20px; }
.tabCpr .iprolist ul li:nth-child(3n){ margin-right:0px; }
.tabCpr .iprolist ul li .img{ height:245px; overflow:hidden; border:#eee 1px solid; background:#fff; /*box-shadow:2px 3px 2px rgba(0,0,0,0.1); */}
.tabCpr .iprolist ul li .img:hover{ border:#FF9900 1px solid; }
.tabCpr .iprolist ul li .img img{ max-width:100%; max-height:245px; cursor:pointer; transition:all 0.6s; transform:scale(1); }
.tabCpr .iprolist ul li .img img:hover{ transform:scale(1.06); }
.tabCpr .iprolist ul li .nam{ width:100%; line-height:35px; text-align:center; }
.tabCpr .iprolist ul li .nam a{ color:#000; font-size:14px; }