/*页面通用主样式*/
body,td,th,input,select,textarea {font-family:宋体; font-size:12px; color:#666666; line-height:22px;}
body {background:#1B1B1B; margin:0px; padding:0px;}
form,img,iframe {margin:0px; padding:0px;}
input,select,textarea {margin:0px;}

/*链接主样式*/
a {font-size:12px;}
a:link,a:visited {color:#7B7B7B; text-decoration:none;}
a:hover,a:active {color:#ff0000; text-decoration:underline;}

/*设为首页样式*/
a.sethomea:link,a.sethomea:visited {color:#ADACAC; text-decoration:none;}
a.sethomea:hover,a.sethomea:active {color:#ADACAC; text-decoration:underline;}

/*页面整体内容DIV样式*/
#div_main {margin:auto; width:990px; padding:0px;}
#top_bg1 {background:url(../images/top_bg1.jpg) no-repeat; height:25px;}
#top_bg1 .sethome{height:25px; line-height:25px; text-align:right; padding-right:30px; color:#ADACAC;}
#logo {background:url(../images/top_bg2.jpg) no-repeat; height:77px; line-height:77px;}

#banner{ width:990px; height:410px;}
#banner1{ width:990px; height:300px;}
/*图片链接样式*/
.style_img1 a img {border:solid 1px #FFFFFF; text-decoration:none;}
.style_img1 a:hover img {border:solid 1px #FF0000; text-decoration:none;}

/*表格样式*/
.style_table1 {border-spacing:0px; border-collapse:collapse; border-left:solid 1px #cdcdcd; border-top:solid 1px #cdcdcd;}
.style_table1 td {padding:3px 5px 3px 5px; border-right:solid 1px #cdcdcd; border-bottom:solid 1px #cdcdcd;}

/*H1标题样式*/
h1 {font-size:28px; font-weight:bold; line-height:40px; display:inline;}

/*页内模块标题栏名称样式*/
.style_title1 {color:#FF0000; font-size:15px; font-weight:bold;}

/*导航样式*/
#menumain{margin:0;white-space:nowrap;overflow:hidden;height:44px;}
#menumain .left {float:left; display:inline; height:44px; width:180px; padding:0px; overflow: hidden; margin:0px; background:url(../images/menuleft.jpg) 0px 0px no-repeat;}
#menumain .right { float:right; display:inline; height:44px; width:2px; padding:0px; overflow: hidden; margin:0px; background:url(../images/menuright.jpg) 0px 0px no-repeat;}
#menumain .mainmenuiner {height:44px; padding:0; line-height:44px; overflow: hidden; margin:0px;}
#menumain a.menumain:link,#menumain a.menumain:active,#menumain a.menumain:visited{
   display:block;
   float:left;
   height:44px;
   text-decoration: none;
   text-align:center;
   width:101px;
   color:#fff;
   font:bold 12px/47px '宋体';
   background:url(../images/menu.jpg) 0px 0px no-repeat;
   margin:0px;
}

#menumain a.menumain:hover{
   display:block;
   float:left;
   height:44px;
   color:#fff; 
   text-decoration: none;
   text-align:center;
   width:101px;
   font:bold 12px/47px '宋体';
   background:url(../images/menunow.jpg) 0px 0px no-repeat;
   margin:0px;
} 
