﻿@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
	padding:0;
	background-image:url(../images/bgMain.jpg);
	background-repeat: repeat-x;
	margin: 20px 0 5px 0;
	font-family: "Times New Roman", Times, serif;
}
#wrap {
	width:990px;
	margin:0 auto;
	text-align:left;
	background-image: url(../images/contentBg.gif);
	background-repeat: no-repeat;
}
#title {
	text-align:left;
	padding-left: 220px;
	padding-top: 20px;
}
#title h2 {
	font-size: 18px;
	margin: 0px;
}
#title h1 {
	font-size: 36px;
	margin: 0px;
	font-family: "微软雅黑", "Microsoft YaHei", "黑体", "sans-serif";
}
#nav {
	padding-left:150px;
	height:40px;
	font-weight: normal;
}
#nav ul {
	float: left;
	margin:0;
	padding:20px 0 20px 50px;
}
#nav li {
	line-height: 30px;
	height: 30px;
	width: 80px;
	text-align: center;
	list-style-type:none;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#contentTitle {
	clear: both;
	text-align: center;
	margin-top:50px;
	margin-right: 10px;
	margin-left: 10px;
}
#contentTitle h2 {
	color: #212121;
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
}
#nav a {
	display: block;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/contentButtonTop.gif);
}
#nav a:hover {
	color:#000000;
	background-position: 0px 30px;
}
#content {
	clear: both;
	padding: 20px;
	background-image: url(../images/contentBgDown.gif);
	background-repeat: repeat-y;
	font-size:16px;
}
#content a {
	color: #006241;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	background-color: #006241;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 75px;
	float: none;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer h3 {
	font-size:16px;
	line-height:25px;
	font-family: "宋体", serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FCF54C;
	font-weight: normal;
}
#footer p {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#content p {
	margin-right: 50px;
	margin-left: 50px;
	text-indent: 35px;
	line-height: 150%;
}
#content h3 {
	margin-right: 50px;
	margin-left: 50px;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1959A4;
	color: #1959A4;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 30px;
	font-family: "微软雅黑", "Microsoft YaHei", "黑体", "sans-serif";
}
#content img {
	display: block;
	margin: 0 auto;
}
#productTable {
	width: 950px;
	text-align: center;
}
#trData td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tdMsg {
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	color: #000066;
}
#trTitle th {
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	color: #006241;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #006241;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #006241;
}
