/******** 站点导航条*******************************/
div.nav{
    width:986px;
	height:35px;
	margin:0 auto;
}
div.nav ul{
    width:985px;
	height:35px;
	margin:0 0 0 0;
}


div.nav li{
	width:123px;
	height:35px;
	text-align:center;
	line-height:35px;
	
	font-size:14px;
	font-weight:bold;
	float:left;
	list-style:none;
	position:relative;
}

div.nav li.nav{
	background-image:url('../images/menu01a.gif');
	background-repeat:no-repeat;
	background-position: right 50%;
}

div.nav li.last{
    width:122px;
	background-position:left;
}

div.nav li.currently{
	background-image:url('../images/menu01b.gif');
	background-repeat:no-repeat
}

div.nav a{
    width:100%;
    font-size:14px;
}

div.nav a:link{
	color:#ffffff;
	text-decoration:none;
}
div.nav a:visited{
	color:#ffffff;
	text-decoration:none;
}
div.nav a:hover{
	color:#ffffff;
	text-decoration:none;
}
/******** 站点导航条*******************************/



/*滚动字幕*/
.divmarquee_left {
	width: 88px;
	height:28px;
	padding-top:5px;
	border: 0px solid #ccc;
	background:url('../images/menu_bg01.gif');
	float:left;

}

.divmarquee_marquee {
	text-align:center;
	height:28px;
	line-height:22px;
	width: 810px;
	border: 0px solid #ccc;
	padding-top:5px;
	margin: 0 auto;
	position: relative;
	background:url('../images/menu_bg02.gif');
	float:left;

}

.divmarquee_right {
	width: 85px;
	height:28px;
	padding-top:5px;
	border: 0px solid #ccc;
	background:url('../images/menu_bg02.gif');
	float:left;

}


.divmarquee_infolog {
	text-align:left;
	height:25px;
	line-height:18px;
	width: 980px;
	border-left: 0px solid #ccc;
	padding-top:0px;
        padding-left:5px;
        margin-bottom:3px;
	position: relative;
        background-color:#f6f6f6;
	float:left;

}


/**************************************************************/


/******** 新闻栏目框 *******************************/
div.suntab {
   float:left;
   width:84px;
   height:26px;
   line-height:28px;
   text-align:center;
   font-weight:bold;
   font-size:14px;
   background:url('../images/news_btn01.gif');
   background-repeat:no-repeat; 
   color:#a0d0f2;
   //cursor:hand;
   cursor:pointer;
}


div.suntab_sel {
   background:url('../images/news_btn02.gif');
   background-repeat:no-repeat; 
   color:#ffffff;
}

div.suntab a:link{
	color:#a0d0f2;
	text-decoration:none;
}
div.suntab a:visited{
	color:#a0d0f2;
	text-decoration:none;
}
div.suntab a:hover{
	color:#a0d0f2;
	text-decoration:none;
}

div.suntab_sel a:link{
	color:#ffffff;
	text-decoration:none;
}
div.suntab_sel a:visited{
	color:#ffffff;
	text-decoration:none;
}
div.suntab_sel a:hover{
	color:#ffffff;
	text-decoration:none;
}



div.suntab_split{
   float:left;
   width:3px;
   height:3px;
}

div.suntabmore{
   height:26px;
   line-height:26px;
}

div.suntabbody {
    border: 1px solid #abd2e2;
}

div.suntabpage {
   width:100%;
   height: auto;
   display:none;
}
