/*
* name: ui.css
* version: v1.1.7
* update: btn-block 支持换行
* date: 2016-01-31
*/


body, h1, h2, h3, h4, p, ul, ol, dd, dl, form { margin: 0;}
ul { padding-left: 0; list-style-type: none;}
i, em { font-style: normal;}
a{ -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-decoration: none; outline: 0;}

.wrap { background:rgba(0,0,0,0.5); width:100%; position: relative; z-index:9999;}
.ipro-list{ width:1200px; height:105px; margin:auto;}
.ipro-list li{ width:126px; height:105px; float:left; color:#fff; text-align:center; position:relative; }
.ipro-list li ._nr{ display:block; height:100%; float:left; width:100%;}
.ipro-list li ._img{ height:100%; width:60%; position:absolute; top:0px; right:0px; display:none; overflow:hidden;}
.ipro-list li ._img img{ width:100%; height:100%; }
.ipro-list li ._ipico{ display:inline-block; width:55px; height:55px; overflow:hidden; margin-top:15px;}
.ipro-list li ._title{ font-size:14px; color:#fff; height:22px; line-height:22px; word-break:break-all; overflow:hidden;}
.ipro-list li.hover{ color:#000; width:325px; }
.ipro-list li.hover ._nr{ display:block; width:40%; background:#CB0F17; }
.ipro-list li.hover ._img{ display:block; }
