@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,p,pre,blockquote,dl,dt,dd,ul,ol,li,form,fieldset,legend,input,textarea,button,th {margin:0;padding:0;font-weight:400;}
h1,h2,h3,h4,h4,h5 {margin:0;padding:0;}
li {list-style-type: none;}
body{
	background-color: #f0f0f0;
}
.wrapper{
	max-width: 768px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFF;
}
.clear{
	clear: both;
	float: none;
	width: 100%;
}
.m8{
	margin-top: 8px;
}
.header{
	font-family: "微软雅黑";
	font-size: 1.5em;
	line-height: 1.5em;
	background-attachment: scroll;
	background-color: #006D14;
	background-image: url(/images/ilogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 1.8em;
}
.header .logo{
	float: left;
	height: 40px;
	width: 100px;
}
.header h1{
	font-family: "微软雅黑";
	font-size: 0.8em;
	color: #FFF;
	padding-left: 6em;
	line-height: 2.2em;
	height: 2em;
}
.navBody{
	height: auto;
	margin-top: 0.8em;
	padding-right: 0.6em;
	padding-left: 0.6em;
}
.navBody h1{
	font-family: "微软雅黑";
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	width: 100%;
}
.navBody .summaryNew{
	font-size: 0.6em;
	font-weight: normal;
	color: #666;
	height: 3em;
	width: 100%;
	line-height: 3em;
}
.navBody .text{
	font-family: "微软雅黑";
	font-size: 1em;
	line-height: 1.6em;
}
.navBody img{max-width:20em;}
.navBody iframe{
width: 25em;
height: 20em;
}
.footer{
	font-family: "微软雅黑";
	background-color: #006d14;
	font-size: 0.6em;
	color: #FFF;
	width: 100%;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	line-height: 2em;
	height: 2em;
}