﻿/*
Design by Free CSS Templates
http://www.cool80.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font-family:宋体, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h3 {
	margin: 0;
	color: #11A6D4;
}

h2 {
	margin: 14px 0;
	color: #006000;
}

h1 {
	margin: 0;
	color: #11A6D4;
}

h2 {
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

ul {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

blockquote {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
	font-family:宋体, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 1.6em;
	color:#333;
	margin: 8px 4px 4px 4px;
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
font-size:12px;
}

ol {
	margin-left: 2em;
}

ol li {
}

a {
	color: #3366cc;
}

a:hover {
	text-decoration: none;
	color: #11A6D4;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: url(images/img03.gif) no-repeat;
}

.boxed .title {
	height: 29px;
	padding: 11px 0 0 27px;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 5px;
}

/* Header */

#header {
	width: 800px;
	height: 130px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	padding: 65px 0 0 0;
}

#logo h1 {
	text-transform:capitalize;
	font-size: 1.7em;
	color: white ;
}
#logo h1 a{
	color: white;
}
#logo h1 a:hover {
	color: maroon ;
}
#logo h2 {
	margin: 0;
	text-transform: capitalize;
	font-size: 1.0em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header > Top Menu */

#topmenu {
	float: right;
	margin-top: 60px;
}

#topmenu ul {
	margin: 0;
	padding: 100px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline
}

#topmenu1 {
	background: url(images/img04.gif) no-repeat left center;
}

#topmenu2 {
	background: url(images/img05.gif) no-repeat left center;
}

#topmenu3 {
	background: url(images/img06.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 800px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	font-size:12px;
	font-family:宋体, Arial, Helvetica, sans-serif;
	padding: 14px 18px 0 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content > Main */

#main {
	float: left;
	width: 560px;
}

/* Content > Main > Example */

#example {
}
#example ul li{
}
/* Content > Main > Welcome */

#welcome {
	margin: 0 0 2em 0;
	padding: 0px 0 1.5em 0;
	border-bottom: 1px solid #CCCCCC;
}
a.yx:link {
	color: #333; font-size: 9pt; font-family: 宋体; text-decoration:none;
	
}
a.yx:visited {
	color: #333; font-size: 9pt; font-family: 宋体;text-decoration:none
}
a.yx:hover {
	color: #333; font-size: 9pt; font-family: 宋体; text-decoration:none; cursor:text;
}
/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputtext1 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates */

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	line-height: 1.6em;
	font-size: 12px;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto 2em auto;
	border-top: 1px solid #CCCCCC;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	font-size: 12px;
}

#legal a {
	font-weight: bold;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;
}
#taihe {
	font-family: arial;
	font-size: 9pt;
	padding-left: 10px;
	padding-right: 10px;
	color: #222222;
	line-height: 150%;
}
#taihe table {
	font-family: arial;
	font-size: 9pt;
}
#taihe a {
	COLOR: #333333;
	TEXT-DECORATION: none;
}
#taihe a:hover {
	TEXT-DECORATION: underline;
}
#taihe h1 {
	font-family: arial;
	font-size: 16pt;
	color: #000;
	text-align: center;
	text-indent: 0;
	line-height: 150%;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 16px;
	font-style: normal;
}
#taihe h1 a:link{
	color:#2e77af;
}
#taihe h1 a:visited{
	color:#2e77af;
}
#taihe h1 a:hover{
	color:#2e77af;
}

#taihe h2 {
	font-family: arial;
	font-size: 12pt;
	color: #000000;
	text-align: left;
	font-weight: Bold;
	line-height: 150%;
	margin-left: 6;
	margin-top: 4;
	margin-bottom: 4;
}
#taihe p.fzs {
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	line-height: 150%;
	text-indent: 0;
	text-align: left;
	color:#222222;
	margin-left: 30;
	margin-top: 0;
	margin-bottom: 0;
}
#taihe p.eng {
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	text-indent: 0;
	text-align: center;
	margin-left: 0;
	margin-top: 4;
	margin-bottom: 8;
}
#taihe p.text {
	margin: 8;
	font-size: 10pt;
	font-family: arial;
	text-align:justify;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 24px;
	margin-right: 24px color:#222222;
	line-height: 120%;
}
