@charset "utf-8";




/* 本案例使用css样式 */
.left{ float:left;}
.right{ float:right;}
.device{ width:1200px; height:auto; overflow:hidden;}
.device .scroll{ width:1125px; height:260px; overflow:hidden; position:relative; margin-left: 20px;}

.device .scroll ul{ position:absolute; left:0; top:0; height:260px; overflow:hidden;}
.device h3{ float:left; padding:0 0 30px 0;}
.device h2{ height:18px; line-height:18px; text-align:left; font-size:12px; padding:30px 5px 10px 5px;}
.device h2 a{ display:block; float:left; padding-right:10px;color:#686363;}
.device ul{ overflow:hidden;}
.device ul li{ width:233px; height:260px;  overflow:hidden; position:relative; float:left; text-align:center;  margin:0 50px 0 0px;}
.device ul li img{  width: 233px; position:absolute; left:0; top:0; z-index:10; border: 0;}

.device ul li p{width:233px;text-align:center; color:#000; font-size:12px;color:#fff; position:absolute; left:0; bottom:0; z-index:20; }
.device ul li p:hover{ color:#fff;}
.device ul li:hover p{background:#073c47; color:#fff;}

.pre{
	margin-top: 110px;
}
.next{
	margin-top: 110px;
}