@charset "utf-8";
/* CSS Document */
/*首页nav*/
.headc-navg{ width:100%; height:auto; margin:0 auto;}
.headc-navg .nav{ width:1200px; height:60px;margin:0 auto;}
.headc-navg .nav ul li{ width:auto; height:60px; text-align:center; float:left; line-height:60px; position:relative; font-size: 16px; }
.headc-navg .nav ul li:first-child {  background:url(../img/fg.jpg) no-repeat center;}
.headc-navg .nav ul li a{ color:#FFF; padding: 20px 34px;}
.headc-navg .nav ul li a:hover{ color:#FFF; background:url(../img/fg.jpg) no-repeat center;}
.headc-navg .nav ul li:hover{color:#FFF; font-weight:bold;}
.headc-navg .nav ul li ul li:first-child{background-image: none;}
