﻿/* CSS Document */
body,div,ul,li{
margin:0 auto;
padding:0;
}

body{
	padding:0;
	margin:0 auto;
	font-family:微软雅黑;
	font-size:13px;
	background:#545454; 
	color:#fff;
	text-align:center;
}

/*--------------页面容器级DIV Start------------------------*/
#wrap{
	width:1024px;
	height:670px;
	padding:0 auto;
	margin:0 auto;
	background:url(../images/back.gif);
	overflow:hidden;
	
}
/*--------------页面容器级DIV End--------------------------*/
#header{
	height:94px;
}
#tipsbar{
	height:30px;
	margin-top:5px;
}
#weatherbar{
	width:180px;
	height:21px;
	background:#2CA4BC;
	float:left;
	margin-left:60px;
}
#topNavi{
	width:440px;
	float:right;
	font-family:"MS Serif", "New York", serif;
	font-size:12px;
	margin-top:6px;
}
#topNavi ul{
	list-style:none;
	width:190px;
	float:left;
	margin-left:15px;
}
#topNavi ul li{
	width:60px;
	float:left;
	border-right:1px white dotted;
}
#timenow
{
	text-align:left;
}
#menubar{
	width:655px;
	height:43px;
	background:url(../images/菜单.gif) no-repeat;
	margin-right:34px;
}
#menubar ul{
	height:16px;
	list-style:none;
	margin-top:13px;
}
.m1{
	width:70px;
	float:left;
	position:relative;
}
.subnavi{
	display:none;
	list-style:none;
	height:20px;
	height:30px !important;
	background:#8ED8E2;
	position:absolute;
	top:8px;
	left:-9px;
	border:1px #359EAE solid
}
.subitem{
	width:60;
	height:25px;
	font-size:12px;
	text-align:center;
	margin-left:9px;
	margin-right:9px;
	margin-top:6px;
	float:left;
}
#sidebar{
	width:330px;
	height:69px;
	float:left;
	margin-left:5px;
}

#mainColumn{
	width:578px;
	height:392px;
	float:right;
	margin-right:30px !important;
	margin-right:15px;
	margin-top:40px;
}
#fastnaviBar{
	width:111px;
	height:336px;
	color:#000;
	float:left;
	margin-top:41px;
}
#fastnaviBar ul{
	list-style:none;
	float:left;
	padding-top:2px;
}
#fastnaviBar ul li{
	height:37px;
	margin-bottom:10px;
	line-height:34px;
	text-align:right;
	margin-right:4px;
}
.img1{
	float:left;
	margin-right:10px !important;
	margin-left:2px;
}

#mainContent{
	width:441px;
	height:397px;
	float:left;
	margin-left:20px;
	background:#FFF;
	color:#000;
}
#tipsHeader1{
	width:422px;
	height:31px;
	background:url(../images/back.gif) -550px -137px no-repeat;
}
#tipsHeader2{
	width:422px;
	height:36px;
	background:url(../images/back.gif) -550px -291px no-repeat;
}
#title1{
	float:left;
	margin-left:16px !important;
	margin-left:8px;
}
#title2{
	float:left;
	margin-left:27px !important;
	margin-left:12px;
	color:#FFF;
	margin-top:2px;
}
.more{
	width:36px;
	height:17px;
	margin-top:5px;
	margin-right:3px;
	float:right;
}
#c1{
	width:421px;
	height:124px;
}
#c2{
	width:421px;
	height:169px;
}

#bottomFlash{
	width:1024;
	height:84px;
	float:right;
	margin-right:17px;
	margin-top:-5px;
}

#footer{
	clear:both;
	color:#000;
	margin-top:15px;
}
/*---------font lib---------------*/
.f1{
	font-family:宋体;
	font-size:12px;
}

/*------- a lib-------------------*/
a.topnavi{
	text-decoration:none;
	color:white;
}
a.topnavi:hover{
	color:#545454;
}
a.menu{
	text-decoration:none;
	color:#CFE7EB;
	font-size:15px;
}
a.menu:hover{
	color:#fff;
}
a.submenu{
	text-decoration:none;
	color:#fff;
}
a.submenu:hover{
	color:#359EAE;
}
a.fastmenu{
	text-decoration:none;
	color:#000;
}
a.fastmenu:hover{
	color:#F00;
}
