﻿@charset "utf-8";

h1, h2, h3, h4, h5, h6 {
	line-height:1em;
}
a {
	text-decoration: none;
}
a:visited {
	color: #505050;
}
a:hover {
	text-decoration: underline;
}
a:link {
	color: #505050;
}
body {
	font: 12px "宋体";
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #505050;
	line-height: 1.5em;
	word-break: break-all;
}
ul {
	margin: 0;
	padding: 0;
	padding-left: 1.5em;
}
input, select, img {
	vertical-align: middle;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
fieldset {
	padding: 1.5em 1em 0.5em 1em;
}
input.text {
	height: 15px;
	border: 1px solid #BABABC;
}
a.link {
	color: blue;
	text-decoration: underline;
}
.star {
	font-family: "Times New Roman", Times, serif;
	color: red;
}
.border {
	border: 1px solid #E0E0E0;
	vertical-align: top;
	padding: .5em;
}
.container {
	width: 100%;
}
.container td {
	vertical-align: top;
}
.space {
	height: .5em;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.content {
	font-size: 14px;
	line-height: 25px;
}
.sidebar {
	vertical-align: top;
}
.pk {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: red;
	text-decoration: none;
	font-size: 14px;
}
#navigation a {
	font-size: 14px;
	color: #fff;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container #elite {
	list-style-type: none;
	background: url(/images/default/jinghua_bg.gif) no-repeat;
	line-height: 20px;
	border: 1px solid #E5E5E5;
	color: #1c3a83;
	width: 237px;
	height: 275px;
	margin: 0 0 0 3px;
	padding: 0 .5em;
}
.oneColFixCtrHdr #header {
	border: 1px solid #CBCBCB;
	margin: 0 10px;
	background-image: url(../images/default/topline.gif);
	background-repeat: no-repeat;
	background-position: 176px center;
}
.oneColFixCtrHdr #header #logo {
	border-width: 0;
}
.oneColFixCtrHdr #header #headerNavigation {
	padding: 5px 10px;
}
.oneColFixCtrHdr #header #headerNavigation a {
	color: #1F3A87;
}
.oneColFixCtrHdr #header #headerNavigation div {
	margin: .5em 0;
	padding: 0 1em;
	border-right: 1px solid #DEDEDE;
}
.oneColFixCtrHdr #topline {
	padding: 10px 10px 0 10px;
	background:url(../images/default/topbj.gif) repeat-x;
}
.oneColFixCtrHdr #mainContent {
	margin: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
}
.oneColFixCtrHdr #container .box {
	border: 1px solid #E0E0E0;
	padding: .5em;
}
.oneColFixCtrHdr #container #linkbar {
	text-align: left;
}
.oneColFixCtrHdr #container #linkbar img {
	margin: 4px;
}
.oneColFixCtrHdr #container #linkbar strong {
	font-size: 14px;
	color: #1F3A87;
}