/***
 *	DedeCMS v5.6 Style (Default Style)
 *	dedecms.com  Author Networker  2010.02.05
 **/
 
/*---------- import ---------*/
@import url("index.css");
@import url("list.css");
@import url("page.css");
/*---------- base ---------*/
html, body { font: 14px/2 'Microsoft YaHei',  Verdana, 'Simsun'; color: #333; background-color:#eee;  margin:0; padding: 0; min-height:800px;}
a { color: #333; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
.list-none { list-style: none; }
.fl { float: left; }
.fr { float: right; }
ul, li, dl, dt, dd, ol { display: block; list-style: none; }
html,body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,object,code,em,span,var,legend,button,input,textarea,th,td,a,img,header,footer,nav,aside,audio,datalist,section {margin:0;padding:0;border:0;outline:0; }
.cl{clear:both;}
.mt20{margin-top:20px;}


/*头部*/
.header_top { background-color: #fff;min-height:90px; zoom: 1; width: 100%; }
.header_top  .top { width: 1024px; margin: 0 auto; position: relative;  min-height: 90px; }
.header_top  .top  .logo { position: absolute;   height: 85px; overflow: hidden; }
.header_top  .top  .top_tell {position: absolute; right: 13px; top: 15px; z-index: 1; text-align: right; list-style: none; margin: 0 auto;}
.header_top  .top  .top_tell span { padding: 0px 5px; color:#596727; font-size:18px;}

/*导航*/
.header_top  .top  #navMenu{position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 9999999;
    zoom: 1;
    height: 40px;background-color:#d3e9f6;}
#navMenu ul{list-style: none;padding: 0px;margin:0px;}

 #navMenu ul li {
    float: left;
    display: inline;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: relative;
    zoom: 1;
    width: 85px;    
	list-style: none;
}
 #navMenu ul li a {
    color: #4b634e;
    font-size: 16px;
    display: block;
	height: 30px;
	padding-bottom:10px;
}
#navMenu ul li a:hover { color: #fff; display: block; background:#363636;border-top-left-radius:8px;
border-top-right-radius:8px;}

#navMenu ul li.hover a.nav, nav ul li.navdown a.nav { padding-left: 6px; cursor: pointer; height: 44px;}
#navMenu ul li.hover a.nav span, nav ul li.navdown a.nav span { background: url(/templets/default/images/navbg.gif) no-repeat right top; padding-right: 6px; display: block; zoom: 1; }

/*banner*/



.footer{width:100%;height:auto;overflow:hidden;padding-top:30px;background-color:#373d41;}
.footer_body {width:1024px; margin:0 auto;color:#ccc;}
.footer_body  a{color:#ccc;}
.footer_body .footer_menu{}
.footer_body .footer_menu ul{}
.footer_body .footer_menu ul li{display:inline-block}
.footer_body .powered{}






