@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0;}
li{list-style:none;}
a{text-decoration:none;}
body{width: 1202px;height: auto;}



tr td{color: aliceblue;}

.nav ul{width:1202px; height:41px;}
ul li,.head .nav ul li a{width:100px; height:41px; float:left;}

ul li a{display:block; color:#FFF; background:#276fal; text-align:center; line-height:41px; font-weight:600;}
ul li a:hover{background:#0d5d93;}