@charset "gb2312";
/* CSS Document */
/*通用*/
body{font:12px Arial,Verdana,Tahoma,"宋体";}
*{padding:0px;margin:0px;}
* li{list-style:none;}
a{text-decoration:none;color:#20537A;}
a:hover{text-decoration:underline;}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    _zoom: 1;
}
*+html .clearfix {
	overflow:auto;
}

.menu_navcc{width:970px; margin:0 auto;}
.menu_nav{width:970px;height:48px;background:url(imges/nav_bg.gif) repeat-x;float:left;margin-top:18px;}
.menu_nav .nav_content{padding-left:25px;background:url(imges/nav_l_bg.gif) no-repeat;float:left;}
.menu_nav .nav_content li{width:140px;height:48px;padding-left:15px;padding-right:13px;background:url(imges/nav_li_right.gif) no-repeat right center;float:left;line-height:48px;text-align:center;font-size:14px;font-weight:bold;}
.menu_nav .nav_content li a{color:#fff;width:140px;height:48px;display:block;}
.menu_nav .nav_content li.current{line-height:37px;}
.menu_nav .nav_content li em{background:url(imges/bid_new.gif) no-repeat;width:35px;height:21px;display:inline-block;position:absolute;top:-20px;left:40px;}

.menu_nav .nav_content li.current a,.menu_nav .nav_content li a:hover{width:140px;height:37px;background:url(imges/nav_li_current_140.gif) no-repeat;display:block;color:#fff;}
.menu_nav .nav_content li a:hover{background:url(imges/nav_li_hover_140.gif) no-repeat;line-height:37px;text-decoration:none;}

.menu_nav_right{padding-right:20px;background:url(imges/nav_r_bg.gif) no-repeat right top;float:right;margin-left:50px;padding-top:13px;height:23px;padding-bottom:12px;}
p{
margin-bottom:15px}
-->
/*主体部分样式*/
#sidebar { float:right; 
           width:200px; 
		   height:1050px;
		   padding-top:20px;
		   background:#FFF;
		   font-size:14px;
		  
		   }
#sidebar li{
	padding-top:10px;
	}
#content { float:left; 
           width:760px;
		   height:1050px;
		   background:#FFF;
		   }
/*IFRAME调用的网页*/

#nmcontent{
	padding-top:30px;
	text-align:center;
	white-space:nowrap;
	}
#nmcontent a{
	width:192px;
	height:90px;
	}
#nmcontent img{
	border:none;
	}
#nmdiv{
	width:600px;
	height:100%;
	padding-left:160px;
	}
#nmfooter{
	padding:20px;
	text-align:center;
	}
#lod{
	padding:20px;
	text-align:right;
	}
/*下载页面样式*/

#downcontent{
	width:970px;
	height:100%;
	float:left;
	text-align:left;
	}
#down1{
	width:968px;
	height:160px;
	border: #CCC 1px solid;
	position:relative;
    margin-top:4px;
	margin-bottom:8px;
	}
#leftContent {
	position:absolute;
	margin:4px;
	left:4px;
    }
#rightContent {
	margin-left:200px;
		margin-top:4px;
	margin-bottom:8px;
    }
#down1 img{
	font-weight:bold;
	width:168px;
	height:152px;
	}
#rightContent h3{
	text-align:center;
	margin-top:10px;
	}
#rightContent h4{
	text-align:right;
	margin-right:90px;
	}
/*底部样式*/
#footer{
	height:100px;
	margin-top:30px;
	}