@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px;}
a{text-decoration:none;}
.red{ color:#f00;}
.black{ color:#000;}
#nav{overflow:hidden; width:1000px; height:45px;border: #FF3333 1px solid; list-style:none;background:#FF3333; margin-top: 0px;}
.nav{overflow:hidden; width:1000px; height:45px;border: #FF3333 1px solid; list-style:none;background:#FF3333; }


#nav li{width:90px; height:45px; float:left;border-right:1px solid #DFDFDF;text-align: center;}
#nav li:last-child{border-right:0px;}
#nav .te2{ width:90px; height:45px; float:left;border-right: none;}
#nav li a{display:inline-block; width:90px; height:45px; overflow:hidden;line-height:45px; font-family:"\5FAE\8F6F\96C5\9ED1"; font-size:16px; vertical-align:middle; font-weight: 500;color:#fff;}
#nav li a:hover{background:#fff;color:#FF3333;cursor:pointer;}
