/* CSS Document */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #000000;
	font-family: "宋体";
	font-size: 9pt;
	text-align: center;
	background: #C6CFD0;
}

/* a */

a:link, a:visited  {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:active {
	color: #004A9C;
	text-decoration: none;
}

a.default:link {
	color: #000000;
	text-decoration: none;
}

a.default:hover {
	color: #FF6600;
	text-decoration: underline;
}

a.default:active {
	color: #004A9C;
	text-decoration: none;
}

a.default:visited {
	color: #333333;
	/*color: #666666;*/
	text-decoration: none;
}

a.navlink:link,a.navlink:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

a.navlink:active,a.navlink:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
	padding: 2px;
}

a.keylink:link,a.keylink:visited {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

a.keylink:active,a.keylink:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
	padding: 2px;
}

a.download:link, a.download:visited {
	color: #5C5C5C;
	font-weight: normal;
  	text-decoration: underline;
  	/*border-bottom: 1px dotted #68C3EE;*/
}

a.download:active, a.download:hover {
	color: #FF6600;
	font-weight: normal;
  	text-decoration: underline;
}



#footer a:link,#footer a:visited  {
	color: #FF6600;
	text-decoration: none;
}

#footer a:hover {
	color: #D99F00;
	text-decoration: underline;
}

#footer a:active {
	color: #FFBB00;
	text-decoration: underline;
}

/* Title Bar */

#titlebar {
	width: 800px;
	border: 3px solid #FFFFFF;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: center;
	font-family: "宋体";
	font-size: 12px;
}

#titlebar2 {
	width: 1280px;
	border: 3px solid #FFFFFF;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: center;
	font-family: "宋体";
	font-size: 12px;
}

#titlebar3 {
	width: 1600px;
	border: 3px solid #FFFFFF;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: center;
	font-family: "宋体";
	font-size: 12px;
}

.titlebarbg {
	width: 800px;
	background: #98B1C4;
	color: #FFFFFF;
	font-weight: bold;
}

.titlebarbg2 {
	width: 1280px;
	background: #98B1C4;
	color: #FFFFFF;
	font-weight: bold;
}

.titlebarbg3 {
	width: 1600px;
	background: #98B1C4;
	color: #FFFFFF;
	font-weight: bold;
}

.navlinktd {
	padding-left: 5px;
	text-align: left;
}

.examplelinktd{
	padding-right: 5px;
	text-align: right;
}

/* Page Main */

.maincolumn {
	width: 806px;
	padding-left: 10px;
	padding-right: 10px;
}

.maincolumn2 {
	width: 1286px;
	padding-left: 10px;
	padding-right: 10px;
}

.maincolumn3 {
	width: 1606px;
	padding-left: 10px;
	padding-right: 10px;
}

.pagemain {
	float: left;
	width: 800px;
	table-layout: fixed;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	clear: both;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: left;
}

.pagemain2 {
	float: left;
	width: 1280px;
	table-layout: fixed;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	clear: both;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: left;
}

.pagemain3 {
	float: left;
	width: 1600px;
	table-layout: fixed;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	clear: both;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: left;
}

.pagemain4 {
	float: left;
	width: 800px;
	table-layout: fixed;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	clear: both;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: left;
}

#pagemainbg {
	margin: 0 auto;
	padding: 5px;
	/*background: #F1F1F1;*/
	background: #E7E7E7;
	font-size: 9pt;
	text-align: left;
	overflow: visible;
}

#pagemainbg2 {
	margin: 0 auto;
	padding: 3px;
	/*background: #F1F1F1;*/
	background: #E7E7E7;
	font-size: 9pt;
	text-align: left;
	overflow: visible;
}

.defaultpage {
	height: 460px;
	margin: 0 auto;
	font-family: "宋体";
	font-size: 9pt;
	/*table-layout: fixed;*/
	/*line-height: 150%;*/
	text-align: center;
	border: 3px solid #E7E7E7;
	background: #E7E7E7;
}

.defaultpage table {
	/*border: 0px solid #A6B0B6;*/
	border-width: 0px;
	border-collapse: collapse;
}

.defaultpage tr {
	/*background-color: #FAFAFA;*/
	background-color: #E7E7E7;
}

.defaultpagetitletd {
	font-family: "楷体_GB2312";
	font-size: 30pt;
	text-align: center;
	font-weight: bold;
}

.defaultpagecopyrighttd {
	font-family: "宋体";
	font-size: 9pt;
	text-align: center;
	font-weight: normal;
}

.tutorialtable {
	margin: 0 auto;
	font-family: "宋体";
	font-size: 9pt;
	table-layout: fixed;
	/*line-height: 150%;*/
	text-align: center;
}

.tutorialtable table {
	/*border: 0px solid #A6B0B6;*/
	border-width: 0px;
	border-collapse: collapse;
}

.tutorialtable tr {
	/*background-color: #FAFAFA;*/
	background-color: #F0F0F0;
}

.tutorialcontenttd1 {
	text-align: center;
	line-height: 140%;
	padding: 8px;
	text-decoration: none;
}

.tutorialcontenttd2 {
	text-align: left;
	line-height: 140%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

.reporttable {
	margin: 0 auto;
	font-family: "宋体";
	font-size: 9pt;
	table-layout: fixed;
	/*line-height: 150%;*/
	text-align: center;
}

.reportborder {
	font-family: "宋体";
	font-size: 9pt;
	/*line-height: 150%;*/
	padding: 0px;
	text-align: center;
	border-color: #ADADAD;
}

.reportborder tr {
	background-color: #ADADAD;
}

.reportheader1 {
	margin: 0 auto;
	font-family: "宋体";
	font-size: 9pt;
	table-layout: fixed;
	/*line-height: 150%;*/
	text-align: center;
}

.reportheader1 table {
	/*border: 0px solid #A6B0B6;*/
	border-width: 0px;
	border-collapse: collapse;
}

.reportheader1 tr {
	background-color: #ADADAD;
}

.reportheader1 td {
	/*background-color: #F8F8F8;*/
	background-color: #F0F0F0;
}

.reportheader2 {
	margin: 0 auto;
	font-family: "宋体";
	font-size: 9pt;
	table-layout: fixed;
	/*line-height: 150%;*/
	/*text-align: center;*/
}

.reportheader2 table {
	/*border: 0px solid #A6B0B6;*/
	border-width: 0px;
	border-collapse: collapse;
}

.reportheader2 tr {
	background-color: #ADADAD;
}

.reportheader2 td {
	/*background-color: #F8F8F8;*/
	background-color: #F0F0F0;
}

.reportheader3 {
	margin: 0 auto;
	font-family: "宋体";
	font-size: 9pt;
	table-layout: fixed;
	/*line-height: 150%;*/
	/*text-align: center;*/
}

.reportheader3 table {
	/*border: 0px solid #A6B0B6;*/
	border-width: 0px;
	border-collapse: collapse;
}

.reportheader3 td {
	/*background-color: #F8F8F8;*/
	background-color: #E7E7E7;
}

.reporheadtd1 {
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}

.reporheadtd2 {
	text-align: left;
	text-indent: 1em;
	text-decoration: none;
}

.reporheadtd3 {
	font-family: "宋体";
	font-size: 11pt;
	text-align: center;
	line-height: 140%;
	/*padding-top: 4px;*/
	padding-bottom: 10px;
	text-decoration: none;
}

.reporttitle {
	margin: 0 auto;
	font-family: "宋体";
	font-size: 16pt;
	font-weight: bold;
	table-layout: fixed;
	/*line-height: 150%;*/
	text-align: center;
}

.reporttable1 {
	margin: 0 auto;
	font-family: "宋体";
	font-size: 9pt;
	table-layout: fixed;
	/*line-height: 150%;*/
	text-align: center;
}

.reporttable1 table {
	/*border: 0px solid #A6B0B6;*/
	border-width: 0px;
	border-collapse: collapse;
}

.reporttable1 tr {
	background-color: #ADADAD;
}

.reporttable1 td {
	/*background-color: #F8F8F8;*/
	background-color: #F0F0F0;
}


.reporttable2 {
	margin: 0 auto;
	font-family: "宋体";
	font-size: 11pt;
	table-layout: fixed;
	/*line-height: 150%;*/
	text-align: center;
}

.reporttable2 table {
	/*border: 0px solid #A6B0B6;*/
	border-width: 0px;
	border-collapse: collapse;
}

.reporttable2 tr {
	background-color: #D0D0D0;
}

.reporttable2 td {
	/*background-color: #F8F8F8;*/
	background-color: #F9F9F9;
}


.reportitem0 {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	background-color: #F0F0F0;
}

.reportitem1 {
	/*text-align: center;*/
	line-height: 140%;
	padding: 4px;
	text-decoration: none;
}

.reportitem2 {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	background-color: #F0F0F0;
}

.reportitem2b {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	background-color: #E7E7E7;
}

.reportitem3 {
	text-align: left;
	text-indent: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	background-color: #F0F0F0;
}

.reportitem4 {
	text-align: left;
	text-indent: 2em;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	background-color: #F0F0F0;
}

.reportitem5 {
	text-align: left;
	text-indent: 2.5em;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	background-color: #F0F0F0;
}

.reportitem6 {
	text-align: left;
	text-indent: 5em;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	background-color: #F0F0F0;
}

.reportmoney {
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	background-color: #FFFFFF;
}

.reportmoneyreadonly {
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	background-color: #F0F0F0;
}

.reporttd1 {
	text-align: left;
	text-indent: 2em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	padding-right: 25px;
  	text-decoration: none;
	line-height: 140%;
  	/*border-bottom: 1px dotted #68C3EE;*/
}

.reporttd2 {
	text-align: left;
	/*text-indent: 2em;*/
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
  	text-decoration: none;
	line-height: 140%;
  	/*border-bottom: 1px dotted #68C3EE;*/
}

.reporttd3 {
	/*text-align: left;*/
	text-indent: 1em;
	line-height: 140%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}

.reporttd4 {
	/*text-align: left;*/
	line-height: 140%;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	text-decoration: none;
}

.reportfooter1 table {
	/*border: 0px solid #A6B0B6;*/
	border-width: 0px;
	border-collapse: collapse;
}

.reportfooter1 tr {
	background-color: #E7E7E7;
}

.reportfooter1 td {
	background-color: #E7E7E7;
	text-align: left;
	text-indent: 2em;
  	text-decoration: none;
	line-height: 140%;
}

.reportfooter2 table {
	/*border: 0px solid #A6B0B6;*/
	border-width: 0px;
	border-collapse: collapse;
}

.reportfooter2 tr {
	background-color: #E7E7E7;
}

.reportfooter2 td {
	background-color: #E7E7E7;
	text-align: left;
	text-indent: 1em;
  	text-decoration: none;
	line-height: 140%;
}



.examplecontent {
	margin: 3px;
	font-size: 9pt;
	table-layout: fixed;
	line-height: 140%; /*height: 385px;*/
	word-break: break-all;
	/*text-align: center;*/
}

.exampletext1 {
	color: #333333;
	text-align: left;
	text-indent: -1.9em;
	padding-left: 30px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 120%;
	font-weight: bold;
  	text-decoration: none;
  	/*border-bottom: 1px dotted #68C3EE;*/
}

.exampletext2 {
	text-align: left;
	text-indent: 2em;
	padding-left: 27px;
	padding-right: 25px;
  	text-decoration: none;
  	/*border-bottom: 1px dotted #68C3EE;*/
}

.exampletext3 {
	text-align: left;
	text-indent: -2.5em;
	padding-left: 55px;
	padding-right: 25px;
  	text-decoration: none;
  	/*border-bottom: 1px dotted #68C3EE;*/
}

.exampletext4 {
	text-align: left;
	text-indent: -1em;
	padding-left: 73px;
	padding-right: 25px;
  	text-decoration: none;
  	/*border-bottom: 1px dotted #68C3EE;*/
}


.exampletable {
	margin: 0 auto;
	font-family: "宋体";
	font-size: 9pt;
	padding-top: 8px;
	padding-bottom: 8px;
	table-layout: fixed;
	text-align: center;
}

.exampletable table {
	/*border: 0px solid #A6B0B6;*/
	border-width: 0px;
	border-collapse: collapse;
}

.exampletable tr {
	/*background: #FAFAFA;*/
	background-color: #F0F0F0;
}

.exampletabletd1 {
	text-align: center;
	line-height: 140%;
	padding: 8px;
	text-decoration: none;
}

.exampletabletd2 {
	text-align: left;
	line-height: 140%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

/* Bottom */


#bottombarbg {
	width: 800px;
	border: 3px solid #FFFFFF;
	margin: 0 auto;
	/*text-align: center;*/
}

#bottombarbg2 {
	width: 1280px;
	border: 3px solid #FFFFFF;
	margin: 0 auto;
	/*text-align: center;*/
}

#bottombarbg3 {
	width: 1600px;
	border: 3px solid #FFFFFF;
	margin: 0 auto;
	/*text-align: center;*/
}

#bottombar {
	width: 790px;
	padding: 5px;
	margin: 0 auto;
	/*background: #EEEEEE;*/
	background: #E7E7E7;
	text-align: left;
}

#bottombar2 {
	width: 1270px;
	padding: 5px;
	margin: 0 auto;
	/*background: #EEEEEE;*/
	background: #E7E7E7;
	text-align: left;
}

#bottombar3 {
	width: 1590px;
	padding: 5px;
	margin: 0 auto;
	/*background: #EEEEEE;*/
	background: #E7E7E7;
	text-align: left;
}

.footercolumn {
	width: 806px;
	padding-left: 10px;
	padding-right: 10px;
}

.footercolumn2 {
	width: 1286px;
	padding-left: 10px;
	padding-right: 10px;
}

.footercolumn3 {
	width: 1606px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	border: 3px solid #FFFFFF;
	width: 800px;
	/*padding: 5px 0px 5px 0px;*/
	margin: 0 auto;
	background: #F6F6F6;
	line-height: 140%;
	table-layout: fixed;
	text-align: center;
}

#footer2 {
	border: 3px solid #FFFFFF;
	width: 1280px;
	/*padding: 5px 0px 5px 0px;*/
	margin: 0 auto;
	background: #F6F6F6;
	line-height: 140%;
	table-layout: fixed;
	text-align: center;
}

#footer3 {
	border: 3px solid #FFFFFF;
	width: 1600px;
	/*padding: 5px 0px 5px 0px;*/
	margin: 0 auto;
	background: #F6F6F6;
	line-height: 140%;
	table-layout: fixed;
	text-align: center;
}

.contact {
	padding: 5px;
	text-align: center;
	line-height: 140%;
	margin: 0 auto;
	/*background: #EEEEEE;*/
	background: #E7E7E7;
}

.copyright {
	padding: 5px;
	line-height: 140%;
	margin: 0 auto;
	text-align: center;
	/*background: #EEEEEE;*/
	background: #E7E7E7;
}


/* 分隔行 */

.mainline {
	clear: both;
	width: auto;
	display: block;
	background: #C6CFD0;
	font: 0px/0px sans-serif;
	height: 3px;
}

.topline {
	clear: both;
	display: block;
	background: #FFFFFF;
	font: 0px/0px sans-serif;
	height: 3px;
}

.spaceline {
	clear: both;
	width: auto;
	display: block;
	background: #C6CFD0;
	font: 0px/0px sans-serif;
	height: 10px;
}

.spaceline2 {
	clear: both;
	width: auto;
	display: block;
	background: #C6CFD0;
	font: 0px/0px sans-serif;
	height: 30px;
}

.spaceline3 {
	clear: both;
	width: auto;
	display: block;
	background: #C6CFD0;
	font: 0px/0px sans-serif;
	height: 80px;
}

.reportline {
	clear: both;
	width: auto;
	display: block;
	background: #E7E7E7;
	font: 0px/0px sans-serif;
	height: 20px;
}

.clear {
	clear: both;
	font: 0px/0px sans-serif;
}


.tool span{
	padding: 4px 5px 0 0;
}

.mainspace{
	height: 10px;
	clear: both;
	display: block;
	font: 0px/0px sans-serif;
}
