/*---------------body-------------------*/
body{ font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0 auto; padding:0px; color:#333;}
*{ margin:0px auto; padding:0px;}
.caption-font{ font-size:12px; color:#666; font-weight:bold;}
.caption-border{ border-bottom:1px solid #CCC; border-left:1px solid #CCC;border-right:1px solid #CCC; height:auto;}


/*-------------链接定义------------------*/
a{ text-decoration:none;}
a:hover{ text-decoration:none;}

/*---------------top---------------------*/
/*--------------banner-------------------*/
.logo{ width:219px; height:100px; float:left; display:block;}
.banner{ width:843px; height:100px;margin:0 auto; padding:0px; background:url(../images/banner.jpg) right center no-repeat;}
.logo img{ border:0px;}


/*---------------菜单样式----------------*/
#menu{
	height:32px;
	margin-top:8px; background-color:#77B1DA;
}
#menu ul{
	margin:auto; width:843px; height:32px;
	list-style-type:none; padding:0px; margin-top:0px; margin-bottom:0px;
}
.m_li{
	float:left; width:108px; line-height:32px;  text-align:center; margin-right:-2px; margin-left:-2px;
}
.m_li a{display:block; color:#FFFFFF; width:108px;}
.m_li a:hover{ color:#1584DB;}
.m_line{
	float:left; width:1px; height:32px;
	line-height:32px;   /*ff下有效(图片垂直居中)*/
}
.m_line{ background:url(../images/line1.gif) center no-repeat;}
.m_li_a{
	float:left; width:108px; line-height:32px; text-align:center; padding-top:3px; font-weight:bold;
	background-image:url(../images/menu_bg.jpg); position:relative; height:32px; margin-top:-3px; margin-right:-2px; margin-left:-2px;
}
.m_li_a a{
	display:block; color:#1184D4; width:108px;
}


.smenu{
	width:843px; margin:0px auto 0px auto; padding:0px; list-style-type:none; height:32px;
}
.s_li{
	line-height:32px; width:auto; display:none; height:32px; 
}
.s_li_a{
	line-height:32px; width:auto; display:block; height:32px; color:#000; 
}
.s_li_a a{ color:#000;}
.s_li_a a:hover{ color:#0066CC;}

