/* 下载站整站通用样式 */
body{
	margin:0 auto;
	padding:0px;
	font-size:12px;
	text-align:center;
	color:#7F7F7F;
	background:#fff;
	FONT-FAMILY: 宋体;
	/*filter:gray; color:gray;*/
}

a {
	text-decoration:none;	
	COLOR: #183468;
}
a:hover{
	text-decoration:underline;	

}




/*顶部样式*/
.wodingyi_top
{
	background:url(/image/ding_1_bg.jpg);
	height:25px;
	text-align:center;
	font-size:14px;
	color:#333;
}
.wodingyi_top ul{
	margin:0px;
	padding:5px 0px 0px 0px;
	list-style:none;

}
.wodingyi_top li{
	/*margin:0px;*/
	padding:0px 7px 0px 7px;
	display:inline;
	
	/*float:left;*/
}

/*头部大类导航样式*/
/*本站通用banner*/
#banner{
	margin:0px auto;
	width:1000px;
	background:#ffffff;
}
.top_banner{
	margin:auto;
	padding-left:8px;
	text-align:left;
}
.top_banner a{
	text-decoration:none;
}
.top_banner a:hover{
	text-decoration:none;

}
.top_banner ul{
	margin:0px;
	padding:0px;
	list-style:none;
	
}
.top_banner li{
	margin:0px;
	padding:0px;
	display:inline;
}
.top_banner span{
	margin:0px;
	padding:5px 10px 6px 10px;
	
}

/*头部banner选中样式*/
.sel_l{
	background:url(/image/sel_l.gif) no-repeat;
	width:4px;
	height:31px;
}
.sel_m{
	background:url(/image/sel_m.gif) repeat-x;
	height:26px;
	/*width:80px;*/
	padding-top:5px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
/*除首页其它分类宽度较小的选中样式*/
.sel_mm{
	background:url(/image/sel_m.gif) repeat-x;
	height:26px;
	/*width:60px;*/
	padding-top:5px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
.sel_mm a{
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

.sel_m a{
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
.sel_r{
	background:url(/image/sel_r.gif) no-repeat; 
	width:4px;
	height:31px;
}
/*未选中状态下左边有边框样式*/
.unsel_ll{
	background:url(/image/unsel_ll.gif) no-repeat bottom ;
	width:4px;
	height:28px;
}
/*未选中状态下中间显示样式*/
.unsel_mm{
	background:url(/image/unsel_m.gif) repeat-x  bottom;
	height:26px;
	/*width:80px;*/
	padding-top:5px;
	color:#2A76AA;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
.unsel_mm a{
	color:#2A76AA;
	font-weight:bold;
	font-size:14px;
}

.unsel_l{
	background:url(/image/unsel_l.gif) no-repeat bottom ;
	width:3px;
	height:28px;
	
}
.unsel_m{
	background:url(/image/unsel_m.gif) repeat-x  bottom;
	height:23px;
	/*width:60px;*/
	padding-top:5px;
	color:#2A76AA;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
.unsel_m a{
	color:#2A76AA;
	font-weight:bold;
	font-size:14px;
}
.unsel_r{
	background:url(/image/unsel_r.gif) no-repeat  bottom;
	width:4px;
	height:28px;
}


/*banner搜索框*/
.banner_search{
	margin:auto;
	margin-top:5px;
	padding:0px;
	height:40px;
}
.banner_search ul{
	margin:0px;
	padding:0px;
	 list-style:none;
	
}
.banner_search li{
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
	
}
.banner_search_left{
	background-image:url(../image/sousuo_zuo.jpg);
	width:4px;
	height:40px;
}
.banner_search_main{
	background-image:url(../image/sousuo_zhu.jpg);
	height:40px;
	width:992px;
}
.banner_search_right{
	background-image:url(../image/sousuo_you.jpg);
	width:4px;
	height:40px;
}

/*banner下载排行样式*/
.ranktitle{
	font-weight:bold;
	color:#FDF797;
}
.search_form{
	padding-top:7px;
	font-size:14px;
	color:#fff;
}
.search_form a{ text-decoration:none; color:#FDF797;}

.search_form span{
	float:right;
	padding-right:25px;
	padding-top:5px;
}

/*颜色*/
.fontcolor_blue{
	color:#0168B3;
}

.fontcolor_hc{
	color:#B4B4B4;
}


.fontcolor_red{
	color:#E7000F;
}
.fontcolor_shc{
	color:#666666;
}

.fontcolor_orange{
	color:#FF6602;
}

.fontcolor_black{
	color:#333;
}

/*浅蓝*/
.fontcolor_qblue{
	color:#9BC4E4;
}

.fontcolor_oblue{
	color:#0033dd;
}

/*低部*/
.dibu{

	padding:2px;
	text-align:left;
	background-color:#eeffFF;
	border-top:1px dotted #0000ff;
	height:100px;

}
.dibu table{
	margin:auto;
	/*width:100%;*/
	color:#000000;
}


/*表单样式*/
input.text {
	
	height: 18px;
	line-height: 16px;
	padding: 0px 2px 0px;
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
	
}
textarea{
	border:1px solid #bbbbbb;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
	
}

form {
	margin: 0px;
	padding: 0px;
}


input.button{
	height: 20px;
	line-height: 18px;
	padding: 0px 5px 0px;
	border: 1px solid #A6A6A6;
	background-color:#E0E1E5;
	cursor:pointer;
}

.DangQianWeiZhi{
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	color:#000;
}

.FenLei2ListZiTi
{
	font-size:14px;
	color:#000000;
}

.Border1 {
	background-color: #F4F8FF;
 padding:5px 0px 5px 0px;
}
.Border2 {
	background-color: #FFFFFF; 
}
.Border3 {
	background-color: #FFFFFF; 
padding:3px;
}
.Border4 {
	 padding:4px;
}
.Border5 {
	background-color: #FFFFFF; 
	padding:5px;
}
.ListName a
{
	color:#0044ff;
	font-size:14px;
}

.ListName a:visited {    
	color:#0000ff;
	font-size:14px;
}

.PageList a 
{
    COLOR: #183468; TEXT-DECORATION: none
}
.PageList a:hover 
{
    COLOR: #FF8C40; TEXT-DECORATION: underline
}
.wodingyi_logo{
	margin:4px 0px 0px 0px;
}
.wodingyi_logo_logo{
	margin:0;
	text-align:left;
	width:180px;
	height:80px;
	float:left;
}

.wodingyi_logo_banner{
	margin:0;
	text-align:center;
	width:820px;
	height:80px;
	float:left;
}

.CXTable
{
	margin:auto;
	padding:0px;
	text-align:left;
	border:1px solid #6699ff;
}
.CXTable th
{
	font-size:18px;
	background:#F7F7F7;
	line-height:40px;
	border-bottom:1px solid #898989;
	text-align:center;
}
.CXTable tr
{ 
	background-color:#FFF;
	color:#000;
	font-size:13px;
}

.zjz
{
	 text-align:center;	
}

#qqcontact {
	display:block;
	position:absolute;
	background:#ffffcc;
	COLOR: #36f;
	PADDING-TOP: 5px;
	padding:5px;
	text-align:left;
	z-index:9;
	margin-top:8px;
	TEXT-DECORATION: none;
	border:1px dashed #69f;
	font-size:15px;
}

.jilutable
{
	background-color:#eee;
 
}
.jilutable tr
{
 background-color:#fff;
}

#GengXinJiLu
{
	float:left;
	height:200px;
	 width:580px;
	overflow-y:scroll;
	text-align:left;
	scrollbar-base-color: #fff; 
	scrollbar-face-color: #EBF4FB; 
	scrollbar-track-color: #fff; 
	scrollbar-arrow-color: #7Eb4E0; 
	scrollbar-3dlight-color: White; 
	scrollbar-darkshadow-color: White; 
	scrollbar-highlight-color: White; 
	scrollbar-shadow-color: White;	
}

