﻿html
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #fff;
	font-family:site_yazi_font;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 0px 0 0px 0;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
}

nav:not(.mm-menu)
{
	display: none;
}

.header
{
	background: #f2f2f2;
	font-size: 16px;
	font-weight: bold;
	color: #00325d;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height:55px;
	padding: 0 50px; 
	position:fixed;
	_position:absolute;
	margin-top:0px;
	z-index:999999;
	left: 0;
	border:1px solid #cccccc;
	
}
.header a
{
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	padding-top:15px;
	position: absolute;
	top: 0;
	left: 0;
}
.header a:before,
.header a:after
{
	content: '';
	display: block;
	background: #00325d;
	height: 2px;
}
.header a span
{
	background: #00325d;
	display: block;
	height: 2px;
	margin: 6px 0;
	
}
.content
{
	
	width:95%;
	
	border:1px solid #cccccc;
	float:center;
	margin:0 auto;
	
}