﻿@import url('style.css');
* {
	margin: 0 0;
}
#top {
	width: 982px;
	height: 306px;
	margin: 0 auto;
}
#top_1 {
	height: 60px;
	width: 982px;
	background-image: url('images/bg_top.gif');
}
#top_2 {
	height: 182px;
	width: 982px;
	margin-top: 2px;
}
#nav {
	display: inline;
}
#navi {
	padding: 0;
	float: left;
	height: 60px;
	width: 734px;
}
#top_3 {
	margin: 0 auto;
	height: 60px;
	width: 246px;
	float: left;
	background-image: url('images/top_3.gif');
	background-repeat: repeat-x;
}
#content {
	margin: 0 auto;
	width: 982px;
	height: 1350px;
	padding-bottom: 0;
	border-bottom: 2px #036486 solid;
	margin-bottom: 3px;
	min-height: 1002px;
	background-color:#F6F6F6;
}
#clounm_l {
	float: left;
	padding: 0;
	width: 245px;
	overflow: hidden;
	border-right:1px dotted #ccc;
	
}
.main-navigation {
	display: inline /*Fix IE floating margin bug*/;
	float: left;
	width: 200px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}
.round-border-topright {
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 100;
	background: url(../img/bg_corner_topright.gif) no-repeat;
	margin-top: -1px;
	margin-left: 174px;
}
.line {
	margin: 0;
	height: 13px;
	background-color: #fc7300;
}
#cloumn_r {
	margin-left: 2px;
	padding: 0;
	text-indent: 3px;
	float: left;
	width: 733px;
	font-size: 12px;
	line-height: 14px;
	height: auto;
	overflow: hidden;
	margin-bottom: 0;
	background:white;
}
#cloumn_r_img {
	background-image: url('images/title.gif');
	width: 734px;
	height: 40px;
	line-height: 34px;
	font-size: 24px;
	color: white;
	font-family: 方正大黑简体,方正综艺简体,宋体;
}
#cloumn_r_img h1 {
	font-size: 24px;
	padding-left:20px;
	padding-top: 5px;
	line-height: 34px;
	font-weight: 500;
	letter-spacing: 2px;background:#6699FF;color:white;  font-family: 华文行楷; height:30px;
}

#cloumn_r h1 {
	font-size: 24px;
	padding-left: 20px;
	padding-top: 5px;
	line-height: 34px;
	font-weight: 500;
	letter-spacing: 2px;background:#6699FF;color:white;  font-family: 华文行楷; height:30px;
}


#cloumn_r_content {
	width: 734px;
	height: auto;
	margin-bottom: 0;
	padding-bottom: 0;
}
#footer {
	width: 982px;
	margin: 0 auto;
	margin-bottom: 17px;
}
#footer_line1 {
	width: 982px;
	height: 25px;
	background-color: #fc7300;
	color: #fff;
	font-family: 宋体, Arial, Helvetica, sans-serif;
}
#footer_copyright {
	padding-top: 4px;
	text-align: center;
	width: 982px;
	background-color:#F6F6F6;
	height:180px;
	line-height: 30px;
}
#footer_line2 {
	width: 982px;
	height: 4px;
	background-color: #036486;
}
#moreline {
	margin-top: 10px;
	background-color: #ccc;
	width: 733px;
	height: 30px;
	float: left;
}
.border {
	border-width: 0;
}
label {
	font-size: 13px;
}
.center_l {
	width: 373px;
	height: 238px;
	float: left;
}
.center_line {
	float: left;
	width: 1px;
	height: 245px;
	background-image: url('images/blackline.gif');
}
.center_r {
	float: left;
	width: 356px;
	height: 238px;
}
.page_bottom {
	background-color:#ccc;
	width: 733px;
	height: 122px;
	margin-bottom: 0px;
	margin-left: 4px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 10px;
}
.menu {
	float: left;
	line-height: 30px;
	list-style-position:inside;
	font-size: 13px;
	font-weight: 500;
	list-style-image: url('images/list_style.gif');
	margin: 0;
	padding: 0;
}
.menu li {
	height:30px;
	width:auto;
	margin-left:18px;
}
.menu li a{
	color:black;
	font-size: 13px;
	text-decoration:none;
}
.menu li a:hover
{
	color:red;
	text-decoration:underline;
}