@charset "utf-8";

html,body,div,span,object,iframe,H1,H2,H3,H4,H5,H6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,image,q,dl,dt,dd,ol,ul,li,fieldset,form,legend { 
	border: none;
	padding: 0px;
	font-size: 100%; 	
	margin: 0px; 
	vertical-align: baseline; 
	font-family: inherit; 
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	color: #797979;
	line-height: 1.6em;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	vertical-align:top;
	border: 0px;
}
a:link {
	color: #607293; 
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #607293; 
}
a:hover {
	text-decoration: underline;
	color: #354158;
}
a:active {
	text-decoration: none;
	color: #607293; 
}
h1 {
	color: #607293;
	font-weight: normal;
}
h2 {
	font-size: 2.2em; 
	margin: 0px 0px 5px; 
	color: #354158; 
	border-bottom: #797979 1px solid;
	font-family: "Microsoft YaHei", Tahoma, Arial;
	font-weight: normal;
}
h2 span {
	font-family: 'MicroExtendFLFRegular', Arial, sans-serif;
}
h3 {
	margin-top: 30px;
	font-size: 1.6em;
	margin-bottom: 10px;
	color: #607293;
	border-bottom: #797979 1px solid;
	font-family: "Microsoft YaHei", Tahoma, Arial;
	font-weight: normal;
}
h3 span {
	font-family: 'MicroExtendFLFRegular', Arial, sans-serif;
}
#sign {
	display: none;
}
#container {
	width: 500px;
	margin: auto;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
#header {
	height: 48px;
	width: 500px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #797979 1px solid;
	/* background: url(bg_christmas.gif) no-repeat right bottom;   节日背景 */
}
#header h1 {
	letter-spacing: 1px;
	font-family: 'MicroExtendFLFRegular', Arial, sans-serif;
	font-size: 4em;
	line-height: 48px;
	color: #607293;
}
#header span {
	color: #354158;
}
.nav {
	margin-top: -15px; 
	float: right
}
.desc {
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.desc p {
	margin-bottom: 10px;
}
#menu {
	width: 400px;
	height: 542px;
	padding-left: 100px;
}
#newsletter {
	list-style-type: none;
	width: 302px;
}
#menu ul {
	list-style-type: none;
	width: 302px;
}
#menu li {
	float: left;
	height: 82px;
	width: 301px;
	margin-bottom: 8px;
	position: relative;
    display: inline;
}
#menu li a {
	width: 301px;
    padding: 0px;
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 2;
}
#menu li a:hover {
}
#menu li div {
     display: none;
     position: absolute;
     top: 12px;
     left: 0;
     width: 225px;
     background: url(bubble_top.gif) no-repeat right top;
}
#menu li div p {
	margin: 7px 0;
	line-height: 1.6em;
	padding: 0 5px 10px 30px;
	color: #444;
	background: url(bubble_btm.gif) no-repeat right bottom;
}
#phone {
	width: 380px;
	height: 780px;
	margin-right: 60px;
	margin-left: 60px;
}

.line {
	width: 500px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #797979;
	font-size: 0px;
}
.description {
	font-size: 1em;
	font-family: courier;
}
#footer {
	font-family: "Microsoft YaHei", Tahoma, Arial;
	border-top: #797979 1px solid;
	margin-top: 40px;
	padding-top: 6px;
	height: 30px;
	width: 500px;
	text-align: center;
}
