body {font-family:  "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1, Helvetica, Arial, sans-serif;color: #676767;background:#fff;}

#header-wrapper {width: 100%; }

#header-wrapper .fixed { box-shadow: 0 0 3px rgba(0, 0, 0, 0);}

.fixed { position: fixed; top: 0px; z-index:9999;  background-color:#008; }

.fixed #header-wrapper { margin:0 auto; width:100%;}	

.fixed .header {padding: 0;margin: 0 auto ;position:relative;height:60px; border-bottom:none;}

.fixed #xinghao { float:left; width:34%;}

.fixed #xinghao h1 { margin-top:10px; color:#fff;}

.fixed #primary-menu {float:right;  margin-right:0;}

.fixed #primary-menu ul {list-style-type: none; margin-top:23px;}

.fixed #primary-menu ul li {position: relative; width:60px; float:left; margin-left:40px; }

.fixed #primary-menu ul li a {text-decoration: none;font-size:13px;color:#fff; text-align:center;}

@media screen and (max-width:500px) and (min-width:320px){
	#primary-menu ,.fixed #primary-menu{display:none;}
	#xinghao , .fixed #xinghao{width:90%;}
}