﻿@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; list-style:none; text-decoration:none;}
/* 代码整理：懒人之家 www.lanrenzhijia.com */
/* 正文 */
.wraper{ width:960px; margin:0 auto}
.nav{ position:relative; width:100%; height:63px; background:url(Img/Common/nav_bg.png) repeat-x left top; font-family:"Microsoft Yahei"; overflow:hidden}
.nav-item{ position:relative; float:left; width:120px; height:60px; line-height:60px; text-align:center; font-size:14px; z-index:1; background:url(Img/Common/nav_li.png) no-repeat left top;}
.nav-item a{ display:block; height:63px; color:#fff;}
.nav-item a:hover{ color:#fff}
.move-bg{ display:none;position:absolute;left:0;top:0; width:120px; height:57px; background:#ff7207 url(Img/Common/nav_a.gif) repeat-x center top; z-index:0}
.cur1{background:#ff7207 url(Img/Common/nav_a.gif) repeat-x center top;text-decoration:none;display:inline-block;zoom:1;color:#fff; height:57px;}