﻿/*html {
    filter: gray
}*/
body{ text-align :center;width:98%; font:12px tahoma;color:Black;clear:both; overflow:auto;background:url('../images/body-bg.gif') repeat center top;}

.container{clear:both; width:960px; height:372px; margin:0 auto; text-align:center;}

*+html .container{clear:both;width:960px; height:auto;margin:0 auto;text-align:center;}

#header{width:960px;float :left ;display:inline; background-color :#F4F4F4;}
#header a{ font-size:14px; font-family:华文楷体 ; color:#924705;}
#header a:hover{ color:#f6724f;}

#banner{background:url(../images/logoyy.jpg) no-repeat center top; height:150px ;  margin :8px auto; border-top:2px solid #cecdcd; border-bottom :5px solid #bcbbbb}

#navinclude{height :60px; background-color :#F4F4F4;}
#nav{ float:left;display:inline;width:100% ;background:#F4F4F4;font-size:93%; line-height:normal;border-bottom:1px solid #24618E;}

#showday{float:right;display:inline;width: auto ;line-height:normal;margin :10px 8px 0 0; }

#mainbody{width:960px;float:left;display:inline;margin: 0px auto 0px auto;height : 446px;padding-top : 1px; height:auto; clear:both; overflow:hidden; background-color:#fff;}


#footer{ margin-left:0px;width:960px; clear:both; float:left;display:inline;padding-top :0px; background:url('../images/cyw2.jpg') no-repeat center top;}
#footer a { color:Black;}
#footer a:hover{ color:#b90b07; }



/*导航条开始*/
ul{ margin: 0; padding: 0; }
li { list-style-position: outside; list-style: none; float:left;}
a { text-decoration: none; color: #666;}

/*父菜单的样式*/
ul#dropmenu{margin: 0px auto;padding: 0;list-style: none;z-index: 99;width:auto ;display: block; list-style-type:none;
            height: 28px;clear: both;text-align: center; float: left ;}
            
ul#dropmenu li{position:relative;z-index:999;float:left;width : auto;display:inline;
               background:url('../images/tabright10.gif') no-repeat right top;}
               
ul#dropmenu a {display: block;padding: 0 0 0 10px;width: 85px;color:#fff;line-height: 28px;font-size:14px;
               font-family :宋体;font-weight :bold; background:url('../images/tableft10.gif') no-repeat left top;}            
/*子菜单的样式*/             
ul#dropmenu ul{margin: 0 auto;text-align: left;padding: 0;list-style: none;z-index: 99; list-style-type:none; height:auto;text-align: left; display:none; position:absolute;}
                        
ul#dropmenu ul li {float:left;width: 80px ;border: 0;position:relative;z-index:999;float:left;background:url('../images/tab111gray.gif') no-repeat left top;}    

ul#dropmenu ul a {padding: 2px 0px 2px 0px; height:25px;
             width: auto ;font-size:13px; text-align:center; background:url('../images/tab111gray.gif') no-repeat left top;}
             

/*当鼠标在父菜单上和子菜单时，父菜单的样式*/
ul#dropmenu li.over {background:url('../images/tabright1.gif') no-repeat right top; color:#f6724f;}
ul#dropmenu li.over a{background:url('../images/tableft1.gif') no-repeat left top; color:#f6724f;}
/*ul#dropmenu a:hover,*/

/*某一个父菜单的子菜单的显示*/
/* The magic */
ul#dropmenu li.over ul,ul#dropmenu li:hover ul {display:inline; float:left;list-style-type:none;list-style: none; }
ul#dropmenu li.over ul li,ul#dropmenu li:hover ul li{ background-color:#F4F4F4; list-style-type:none;list-style: none; display:inline; float:left;}
/* The magic */
ul#dropmenu li.over ul a,ul#dropmenu li:hover ul a{ margin-top:0px; font-weight:bold ;background:url('../images/tab111gray.gif') no-repeat left top;color: #2c76a9; }
/**/ 
 
            
/*子菜单的hover样式*/
ul#dropmenu li.over ul a:hover,ul#dropmenu li:hover ul a:hover{font-weight: bold;color:#f59334;background-color:#F4F4F4;}
/*background: url('../images/tab112.gif') no-repeat left top;*/
/*导航条结束*/
