/*tab1 start*/
.hide{ display:none; }
#tab1{ padding:0 10px; clear:both; overflow:hidden; }
.tabTitle ul{ clear:both;overflow:hidden; }
.tabTitle ul li{ float:left; width:25%; height:40px; line-height:40px; background:#eee; color:#333; font-size:14px; text-align:center; cursor:pointer; }
.tabTitle ul li.current{ background:#99ccff; color:#fff; }
.tabContent { clear:both; overflow:hidden; }

/*iprolist start*/
#iprolist { clear:both; overflow:hidden; margin-bottom:10px; margin-top:15px; }
#iprolist ul { display:none; margin:0 auto; }
#iprolist ul li{ float:left; width:47%; height:158px; height:auto; margin-left:2%; margin-bottom:5px; text-align:center; background:#fff; overflow:hidden; border:#eee 1px solid; }
#iprolist ul li:hover{ background:#f2f7fd; }
#iprolist ul li img{ max-width:100%; max-height:150px; margin-top:5px; }
#iprolist ul li .nam{ width:100%; height:26px; line-height:26px; text-align:center; font-size:14px; background:#f0f0f0; color:#333; }
/*iprolist end*/