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