/* CSS Document */

*{ margin:0 auto ; padding:0; list-style:none; text-decoration:none;}
/* 代码整理：懒人之家 www.lanrenzhijia.com */
/* 正文 */
.wraper{ width:960px; margin:0 auto}
.nav{ position:relative; width:100%; height:40px; background:#1c62b0; overflow:hidden}
.nav-item{ position:relative; float:left; width:120px; height:40px; line-height:40px; text-align:center; font-size:14px; z-index:1}
.nav-item a{ display:block; height:40px; color:#fff;}
.nav-item a:hover{ color:#fff}
.move-bg{ display:none;position:absolute;left:0;top:0; width:120px; height:40px; background:#0f4b8f; z-index:0}