/* base */
*{
	padding:0px;
	margin:0px;
}
html{
	background-color: #042D68;
}
body{
	color:#333;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: small;
}
img{
	border:none;
}

a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#006699;
	text-decoration:underline;
}
ul{
	list-style:none;
}
input,select,button{
	text-align:center;
	font-size:12px;
	color:#666666;
}
.main_all{width:1000px; margin:0 auto; background-color:#fff;}
.clear{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

/* header */
#header{margin-bottom:3px;}
#top{ background-color:#f8f8f8; border:1px solid #cdcdcd; line-height:22px; height:22px; }
#top li{
	width:70px;
	float:right;
	background:url(../Images/css_li.gif) no-repeat 1px 10px;
	padding-left:10px;
}
#swf{
	height:275px;
	overflow:hidden;
	}
#weather{
	background:url(../Images/weather_bg.jpg) repeat-x;
	border:1px solid #a6d0e7;
	border-bottom:none;
	height:25px;
	line-height:25px;
	}
#weather span{ line-height:25px; padding-left:10px;}
.m_1{width:240px;}
#menu{
	background:url(../Images/menu_bg.jpg);
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	border-left:1px solid #174778;
	}
#menu li{float:left;line-height:30px; text-align:center; padding-left:6px; padding-right:5px; border-right:1px solid #174778; height:30px;}
#menu a:link,#menu a:visited {
	color:#fff;
}
#menu a:hover{
	background-image: url(../Images/sanjiao.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display:block;
	text-decoration: none;
}
.Menuhover{
	background-image: url(../Images/sanjiao.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display:block;
	}
#sub_menu{line-height:30px; height:30px; background:url(../Images/sub_menu_bg.jpg) repeat-x; border:1px solid #bdbcbd; border-bottom:none; border-top:none; }	
.sub_menu{width:700px; float:left; line-height:26px;}
#sub_menu .sub_menu span{padding-left:5px; padding-right:5px;}
.search{width:270px; margin:2px 5px 2px 0px; float:right;}
.input_search{width:120px; background:url(../Images/search_icon.jpg) no-repeat; height:18px; line-height:18px; border:1px solid #ccc; text-align:left;padding-left:50px;margin-right:3px;}
.select_searchtype{margin-right:4px;}
.search_bottom{background:url(../Images/search_btn.jpg) no-repeat;width:80px; height:24px; border:none; cursor: pointer;}

/* fooder */
#fooder{
	height:110px;
	padding-top:10px;
	}
#fooder p{
	line-height:20px;
	text-align:center;
	}

/* font */
h1{font-size:18px; text-align:center; line-height:25px; font-weight:600;}
h1 a,h1 a:hover{ color:#336699}
h6{font-size:14px; font-weight:600; color:#336699; text-align:center;padding:3px 0px; height:26px; overflow:hidden;}
h5{font-size:14px; font-weight:600; color:#336699; margin-left:25px;margin-top:10px;} 
h5 a,h5 a:hover{color:#336699;}
h4{font-size:12px; text-align:center; line-height:25px;}
.t_1{color:#FF0000;}
.t_2{color:#336699;}
.t_3{color:#FF6600;}
.t_4,.t_4 a,.t_4 a:hover{color:#FFFFFF;}
.t_5{color:#336699;padding:0px 5px;}
.t_6{color:#FF0000;padding:0px 5px;}