﻿@charset "utf-8";
/* CSS Document */
/* 主体框架 */
#nav {height: 0px;width: 1050px; margin-left: auto;margin-right: auto;}
/* logo */
#nav li1{float: left;list-style: none;margin-left: auto;font-size: 25px;color: #FFFFFF; font-weight: bold;line-height: 138px;position: relative;}
/* 导航栏图片 */
#nav li {float: left;list-style: none;margin-left: auto;margin-right: auto;width: 120px;height: 100px;text-align: center; background: url(h.png) no-repeat center;font-size: 25px;color: #FFFFFF; font-weight: bold;line-height: 100px;position: relative; margin: 0px auto; }
/* 导航栏鼠标离开图片 */
#nav li:hover{background: url(b.png) no-repeat center;color: #000DFF;}
/* logo离开图片 */
#nav li1:hover{font-size: 25px;color: #000DFF; font-weight: bold;}
/* 导航栏字体 */
#nav li a{float: left;list-style: none;margin-left: auto;margin-right: auto;width: 120px;height: 100px;text-align: center; background: url(h.png) no-repeat center;font-size: 25px;color: #FFFFFF; font-weight: bold;line-height: 100px;position: relative; margin: 0px auto;text-decoration:none;}
/* 导航栏离开字体 */
#nav li a:hover{background: url(b.png) no-repeat center;color: #000DFF;text-decoration:none;}
