@charset "utf-8";
/* CSS Document */

/*-----全局样式-----*/
li { list-style-type:none}
img { border:0;}
a { text-decoration:none; color:#1E376D}
a:visited {text-decoration:none;}
a:hover {text-decoration:none; color:#000}
a:active {}
.clear { clear:both;}

/*-----页面容器-----*/
#container { width:945px; margin:0 auto;}

/*-----页头-----*/
#header { background:url(../images/header_topbg.jpg) repeat-x;}
#head_title { height:92px}
#head_logo { padding-left:30px; float:left; width:350px}
#head_subnav { position:relative; top:10px; height:24px; line-height:24px; padding-right:20px; text-align:right; color:#666}
#head_subnav a { color:#666}
#head_load { position:relative; top:40px; text-align:right; padding-right:20px;}
#head_load a { color:#000}
#head_load input { /height:17px; margin-right:10px}
#head_load .text { border:1px solid #999; width:100px}
#head_load .but { border:0; background:url(../images/load_butbg.jpg) no-repeat; width:42px; color:#FFF}

/*导航菜单*/
#head_menu {height:40px; clear:both}
#head_menu_bg {width:900px; background:url(../images/nav_bg.jpg) repeat-x; height:40px; overflow:hidden}
#head_menu_nav {color:#FFF; margin-left:1px;}
#head_menu_nav li {float:left; height:40px; line-height:40px;  cursor:pointer;}
#head_menu_nav li { width:81px;text-align:center;}
#head_menu_nav li a{ color:#FFF; line-height:40PX; text-decoration:none;}
#head_menu_nav li a:hover{ font-weight:bold;}
#head_menu_nav .nav_now { background:url(../images/menu_nav.jpg) top left no-repeat;}
#head_menu_nav .nav_now span { background:url(../images/menu_nav2.jpg) top right no-repeat;}
#head_menu_subnav { clear:both}
.menu_subnav li { display:none; line-height:30px; text-indent:60px; color:#004C76 }
.menu_subnav span { padding:0 8px}
.menu_subnav a { color:#004C76; text-decoration:none;}
.menu_subnav a:hover{color:#FF0000; text-decoration:none;}

/*-----主体内容-----*/
#content {}

/*页面栏目*/
#main { float:left; width:710px;}

/*侧边栏*/
#sidebar { float:right; width:220px;}

/*-----页脚-----*/
#footer { border-top:1px solid #CFD9E5; padding-top:15px; text-align:center; clear:both}
#footer li { line-height:25px; color:#575757}
#footer li span { padding:0 8px;}
#footer li a { color:#575757}
#footer li a:hover { color:#999; text-decoration:underline}

