@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin: 0px;
	font-size: 12px;
	text-align: justify;
	text-justify:inter-ideograph;
}

.input {
	width: 96%;
}

.clear {
	clear: both;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5a5b5a;
}

img{
	border: 0px;
}


a {
	color:#333333;
	text-decoration:underline;
}

a:hover{
	color:#F60;
	text-decoration: none;
}


/* 容器定义 */
#container {
	width:940px;
	margin-right: auto;
	margin-left: auto;
}

/* 头部定义 */
#head {

}


/* 中间定义 */
#main {
	background-image: url(../images/mid_bg.jpg);
	background-repeat: repeat-y;
}

#column {
	width: 294px;
	float: left;
	clear: both;
	background-image: url(../images/midleft_bg.jpg);
	background-repeat: no-repeat;
}

#leftlink {
	color: #FFFFFF;
	padding-top: 68px;
	font-weight: bold;
	padding-left: 56px;
	line-height: 24px;
	height: 336px;
	background-image: url(../images/titel_bg.jpg);
	background-repeat: no-repeat;
	background-position: 20px 50px;
}

#leftlink a {
	color:#FFFFFF;
	text-decoration:underline;
}

#leftlink a:hover{
	color:#F60;
	text-decoration: none;
}

#content_title {
	margin-left: 294px;
	background-image: url(../images/midright_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 30px;
	color: #FFFFFF;
}

#content_title h1 {
	text-indent: 26px;
	font-family: "黑体";
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 50px;
}

#content {
	margin-left: 294px;
	line-height: 150%;
	color: #999999;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 30px;
}


#content p {
	text-indent: 26px;
}

#content h1 {
	text-indent: 26px;
	font-family: "黑体";
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 50px;
}

#content h2 {
	text-indent: 26px;
	font-family: "黑体";
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 20px;
}

#content h3 {
	text-indent: 26px;
	/*	font-family: "黑体";*/
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	/*	padding-top: 20px;
*/	padding-bottom: 6px;
}

#content ul {
	padding-left: 50px;
}

#content ol {
	padding-left: 22px;
}

#content ol li {
	list-style-type: decimal;
}

#content strong {
/*	color: #333333;
*/}

#content blockquote{
	padding-left: 26px;
}

.table1 {
	/*	width: 95%;
*/	margin-left: 28px;
	width: 90%;
}

.table1_td1{
	font-family: "黑体";
	font-size: 26px;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	line-height: 100%;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}


.table1_td2{
	border: 1px solid #CCCCCC;
	padding: 20px;
	font-size: 14px;
	vertical-align: top;
}



.table2 {
/*	width: 95%;
*/	margin-left: 36px;
	border-top:2px solid #aaa;
}

.table2 tr td{
	border-bottom:1px solid #ccc;
	padding:3px 30px 3px 0;
	vertical-align: top;
}

#content_imgright {
	float: right;
	padding-left: 30px;
}

#content a {
	color:#ffffff;
	text-decoration:underline;
}

#content a:hover{
	color:#F60;
	text-decoration: none;
}

/* 底部定义 */
#foot {
	color: #999999;
	background-image: url(../images/copyright2.jpg);
	height: 46px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}

#foot_left {
	float: left;
}

#foot_right {
	float: right;
	clear: both;
}

#foot img {
	position:relative;
	top: 3px;
	padding-right: 6px;
	padding-left: 6px;
}

#foot a {
	color:#999999;
	text-decoration: none;
}

#foot a:hover{
	color:#F60;
	text-decoration:underline;
}

