@charset "utf-8";
.left{ float:left;}
.right{ float:right;}
.device{ width:700px; height:auto; overflow:hidden; margin:10px auto; background:#fff; padding:10px;}
.device .scroll{ width:100%; height:400px; overflow:hidden; position:relative;}
.device .scroll ul{ position:absolute; left:0; top:0; height:600px; overflow:hidden;}
.device h2{ height:18px; line-height:18px; text-align:left;  font-size:12px; padding:5px 5px 10px 5px;}
.device h2 a{ display:block; float:left; padding-right:10px;color:#686363;}
.device ul{ overflow:hidden;}
.device ul li{ width:230px; height:190px; margin-right:10px; margin-bottom:10px; overflow:hidden; position:relative; float:left;}
.device ul li img{ width:230px; height:180px; position:absolute; left:0; top:0; z-index:10; }
/*.device ul li:hover img{opacity: 0.8;filter: alpha(opacity=80);}*/
.device ul li a.link{ display:block; width:210px; height:5px; line-height:50px; text-align:center; font-size:14px; position:absolute;left:0; bottom:0;  z-index:20;}