﻿/*by:www.onek.cn */
@charset "utf-8";
*{
	

}
html{ margin:0px; padding:0px; width:100%; height:100%;}
body{
	text-align:center;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#999999;
}
img{border:none; padding:0px; margin:0px;}


h1{
	font-size:22px;
	font-family: "微软雅黑", "黑体",Arial;
	background-attachment: fixed;
	background-image: url(ico_1.jpg);
	background-repeat: no-repeat;
	background-position: left center;padding-left:3.5%; margin-bottom:10px; margin-left:30px;
}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}



a{} /* 链接无下划线,有为underline */ 
a:link {
	color: #000000;
	text-decoration: none;
} /* 未访问的链接 */
a:visited {color: #666666;} /* 已访问的链接 */
a:hover{color: #0000ff;} /* 鼠标在链接上 */ 
a:active {color: #ff9900;} /* 点击激活链接 */







/****头****/
#header{ width:100%; height:140px;background: url(b_all_bg.png) repeat-x top;font-size:12px;}
	#header #c{ width:1000px; height:91px; margin:auto;text-align:left;}
	#header #c #logo{ margin-top:20px; float:left;width:193px;height:57px;background: url(logo.gif) no-repeat;}
	#header #c #topNav{
	float:right;
	margin:10px 5px 0px 0px;
	padding-left:20px;
	background: url(b_ico_1.gif) no-repeat left center;
	}

	/*选择语言  简体  繁体|设置首页|加入收藏|选择颜色导航*/
	#header #c #topNav li{
	margin-right:5px;
	float:left;
	list-style-type: none;
	padding-right:5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
	#header #c #topNav li a{
	text-decoration: none;
	}
	
	/*搜索*/
	#header #c #search{ float:right; margin:10px 10px 0px 0px;}
	#header #c #search input{ border:#8AA0CF 1px solid; margin:0px 0px 0px 10px;}	
	



/*****导航Start*****/
	#header #mainNav{
	text-align:left;
	width:1000px;
	height:49px; margin:auto;
	background: url(b_nav_left_bg.png) no-repeat left;
	}
	#header #mainNav span{
	display:block;
	width:269px;
	height:49px;
	float:left;
	text-align:center;
	font-size:16px;
	color:#506172;
	font-weight:bold;
	line-height:49px;
	overflow: hidden;
	}				
	#header #mainNav ul{
	margin:19px 10px 0px 0px;
	padding:0px;
	float:right;
	}	
	#header #mainNav ul li{
	float:left;
	list-style-type: none;
	}
	#header #mainNav ul li .mainnav_on{background-color:#97A1AC;}	
	#header #mainNav ul li a{
	display:block;
	width:78px;
	height:25px;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	line-height:25px;
	text-align:center;
	}
	#header #mainNav ul li a:link{ color:#FFFFFF;}	/* 未访问的链接 */
	#header #mainNav ul li a:visited{color:#FFFFFF;}	/* 已访问的链接 */
	#header #mainNav ul li a:hover{color:#FFFFFF; background-color:#828FA0;}	/* 鼠标在链接上 */ 
	#header #mainNav ul li a:active{color:#FFFFFF;}	/* 点击激活链接 */

/*****导航END*****/
/****头END****/


/*****主框Start*****/
#box{font-size:12px;
	width:1000px;
	margin:auto;
	text-align:left;
	overflow:auto;
	height:auto;
	background-color:#FFFFFF;
	border-right: 1px solid #4A5B6B;
	border-left:  1px solid #4A5B6B;
}

#box #left{ width:336px; background-color:#DFE2E6; float:left;word-wrap:break-word; padding:5px;}/*实际宽度340px*/
	#box #left #flash{ }
	#box #left #tabtitle{ width:336px; height:275px; margin-bottom:5px;}/**/


#box #middle{ width:394px; background-color:#FFFFFF; float:left;word-wrap:break-word; padding:5px;}
	#box #middle #sysinfo_roll_text{
	background-color:#EEEEEE;
	height:26px;
	width:auto;
	line-height:26px;
	border: 1px solid #E5E5E5;
	padding:0px 5px;
	overflow: auto;
	}/*滚动文字*/
	#box #middle #sysinfo_roll_text ul{ margin:0px; padding:0px;}
	#box #middle #sysinfo_roll_text ul li{ line-height:26px; height:26px;background: url(ico_2.gif) no-repeat left center; padding-left:20px; margin:0px; width:360px;}
	#box #middle #sysinfo_roll_text ul li a{}
	#box #middle #sysinfo_roll_text ul li span{float:right; display:block;}

	#box #middle .img_r{ float:right;margin:5px 0px 5px 10px;}
	#box #middle .img_r img{padding:1px; background-color:#999999;margin:0px;}
	#box #middle .img_r a{ width:152px;display:block;font-weight:bold; text-align:center;background-color:#999999; margin:0px; padding:0px;margin-bottom:5px;}
	#box #middle .img_r a:link{}	
	#box #middle .img_r a:visited{ color:#FFFFFF;text-decoration: none;}
	#box #middle .img_r a:hover{color:#FFFF00;}
	#box #middle .img_r a:active{}

	
#box #right{ 
	width:220px;
	padding:5px 8px 5px 5px;
	float:right;
	word-wrap:break-word;
	border-left: 1px solid #CAD2E6;
	margin-left:-1px;
}


/*列表页*/
#box #list_left{
	width:738px;
	background-color:#FFF;
	float:left;
	word-wrap:break-word;
	padding:5px;
	border-right:1px solid #CAD2E6;
	overflow: visible;


}/*实际宽度728px*/
	#box #list_left #flash{ }
	#box #list_left #tabtitle{ width:336px; height:275px; margin-bottom:5px;}/**/

	#box #list_left #nav{
	margin:5px;
	height:25px;
	line-height:25px;
	background: url(ico_2.gif) no-repeat left center;
	padding-left:15px;
	color:#666666;
}
	#box #list_left #nav a{
	text-decoration: none;
}
	#box #list_left #nav a:link{}	
	#box #list_left #nav a:visited{ color:#4A5B6B;text-decoration: none;}
	#box #list_left #nav a:hover{color:#4A5B6B;}
	#box #list_left #nav a:active{}


/*列表页end*/




/*内容*/
#box #content{ padding:5px; font-size:14px; line-height:170%;font-size:14px;}
#box #content .h1_title{ line-height:100%;text-align:center;}
#box #content p{
	text-indent: 25px;
}
#box #content strong{
	color:#FF6600;
	text-decoration: underline;
}
#box #content #info {padding:0px 1%; text-align:right; margin-bottom:5px; font-size:12px; }
#box #content #info strong{ color:#FF6600;}

#box #content #brief{
	display:block;
	color:#003399;
	font-size:12px;
	line-height:150%;
	padding:10px;
	background-color:#E3EEFF;
	border:#CED9E5 1px solid;
	overflow: visible;
}
#box #content #brief strong{
	width:50px;
	display:block;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin:5px;
	color:#006699;
	font-size:18px;
	font-weight: normal;
	text-decoration: none;
	
}

#box #o_button{ font-weight:bold; font-size:14px; line-height:180%; padding:10px;}/*加入收藏的按钮等等*/
#box #o_button a{color:#FF6600;}/*加入收藏的按钮等等*/
#box #o_button a:visited{ color:#FF6600;text-decoration: none;}
#box #o_button a:hover{
	color:#0000FF;
	text-decoration: underline;
}


#box #updown{background-color:#E3EEFF;border:#CED9E5 1px solid; padding:5px; color:#066296; margin:10px 0px;}
#box #updown a{
	text-decoration: none;
}

#box #updown span{font-size:14px; font-weight:bold;margin:0px 5px;}
#box #updown p{ padding:0px; margin:0px; text-align:right; margin-top:5px;}			


#box #content h1{font-family: "微软雅黑", Arial, Helvetica, sans-serif;	font-size:24px;	font-weight: normal; padding:0px; margin:10px 0px; line-height:120%;}
#box #content h2{font-size:20px;padding:5px; margin:10px 0px; line-height:120%; font-family:"Courier New", Courier, monospace;color:#0099CC;}
#box #content h3{
	font-size:18px;
	padding:5px;
	margin:10px 0px;
	line-height:120%;
	font-style: italic;
	color:#0099CC;
}
#box #content h4{font-size:16px;padding:5px; margin:10px 0px; line-height:120%;color:#0099CC;}
#box #content h5{font-size:14px;padding:5px; margin:10px 0px; line-height:120%;color:#0099CC;}
#box #content h6{font-size:14px;padding:5px; margin:10px 0px; line-height:120%;color:#0099CC;}




#footer{font-size:12px;
	width:980px;
	margin:auto;
	text-align:left;
	background-color:#E7E7E7;
	border-top: 2px solid #5D6E82;
	padding:10px;
	line-height:180%;
	color:#333333;
	overflow:auto; height:auto;
	font-family:Arial, Helvetica, sans-serif;
	border-right: 1px solid #4A5B6B;
	border-left:  1px solid #4A5B6B;

}
#footer strong{ color:#FF0000;}

#footer .friend_link{
	padding:0px;
	margin:0px;
	overflow:auto;
	height:auto;
	padding-bottom:5px;
	border-bottom: 1px solid #CCCCCC;
}
#footer .friend_link a{ padding:0px 5px;text-decoration: none;}
#footer .friend_link a:link{ color:#666666;}	
#footer .friend_link a:visited{ text-decoration: none;}
#footer .friend_link a:hover{text-decoration: underline;}
#footer .friend_link a:active{}
#footer .friend_link .title_f{ font-size:14px; font-weight:bold; color:#000000;}

#footer #k_bottommenu{padding:0px; margin:15px 0px 0px 0px;}
#footer #k_bottommenu a{}
#footer #k_bottommenu a:link{color:#0099FF;text-decoration: none;}	
#footer #k_bottommenu a:visited{text-decoration: none; color:#0099FF;}
#footer #k_bottommenu a:hover{text-decoration: underline;}
#footer #k_bottommenu li a:active{}
#footer #k_bottommenu strong{ color:#666666; margin:0px 10px;}

#footer .by_onek{float:right; line-height:200%; padding:10px; text-align:right;}



/*****广告定义区*****/
/*顶部广告-一天只显示一次*/
#sysbar{ width:100%; background-color:#FFFFCC; border-bottom: #CCCCCC solid 1px;line-height:25px;height:auto;font-size:12px;}
#sysbar p{
	padding:0px;
	width:1000px;
	text-align:left;
	margin:0px auto;
	text-indent: 25px;
	background-image: url(ico_info.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	
	
}
#sysbar img{ float:right; margin:5px;}



.sysinfo_200_200{
	width:236px;
	height:205px;
	background-color:#666666;
	margin-bottom:5px;
}
.sysinfo_336_280{width:336px; height:280px; background-color:#ffffff; margin:10px 10px 10px 0px; float:left;}
.sysinfo_336_120{ width:336px; height:120px; background-color:#ffffff; margin-bottom:5px; clear:both;}/*GGad*/
.sysinfo_394_90{ width:394px; height:90px; background-color:#ffffff;margin-bottom:5px;}
.sysinfo_r{ padding:10px 0px;font-size:12px;}

.sysinfo_728_18{width:728px; height:18px; background-color:#ffffff; margin-top:5px;}
.sysinfo_728_90{ width:740px; height:90px; background-color:#ffffff; margin:4px 0px;clear:both;}


#left_sysinfo,#right_sysinfo{
   width:120px;
   height:250px;
   background-color:#e5e5e5;
}


/*****广告定义区end*****/












/*****列表定义区*****/

/*****首页头条*****/
.ul_head{ padding:5px 0px; margin:0px;}
.ul_head li{
	padding:5px 0px;
	border-bottom: 1px solid #CCCCCC;
	list-style-type: none;
	margin-bottom:5px;
}
.ul_head li span{ float:left;}
.ul_head li h2{font-size:14px;padding:0px; margin:0px; float:left; margin-left:5px;}
.ul_head li h2 a{ line-height:24px; 
	font-size:14px;
	text-decoration: none;
}
.ul_head li h2 a:link{color:#4A5B6B;}
.ul_head li h2 a:visited{color:#4A5B6B;}
.ul_head li h2 a:hover{	color:#003399;	text-decoration: underline;}
.ul_head li h2 a:active{}

.ul_head li p{color:#666666; clear:both; padding:8px 5px 5px 5px; margin:0px;}
.ul_head li p strong{font-weight:normal; font-size:11px;}
/*****首页头END条*****/





.ul_list_a{ clear:left;
	padding:5px 5px 15px 5px;
	margin:0px 0px 2px 0px;
	border-bottom: 1px solid #CAD2E6;
}
.ul_list_a li{
	background: url(ico_dot.gif) no-repeat left center;
	list-style-type: none;
	padding-left:10px;
	line-height:190%;
}
.ul_list_a li a{text-decoration: none;color:#666666;}
.ul_list_a li span{ float:right; font-size:12px; color:#FF9900;}




.ul_list_b{
	padding:5px;
	margin:0px;
	margin-top:5px;
	clear:both;
	
}
.ul_list_b li{
	list-style-type: none;
	line-height:190%;
	margin:8px 0px;
	height:85px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CAD2E6;
}
.ul_list_b h2{ margin:0px; padding:0px;}
.ul_list_b li a{font-size:14px;text-decoration:none;font-family: Arial, Helvetica, sans-serif;color:#4A5B6B}
.ul_list_b li a:visited{color:#4A5B6B;}
.ul_list_b li a:hover{color:#003399;text-decoration: underline;}
.ul_list_b li span{ float:right; font-size:11px; color:#999999;font-family: Arial, Helvetica, sans-serif;}
.ul_list_b li img{ float:right; padding:1px; background-color:#999999; margin-left:5px;}
.ul_list_b li p{ margin:0px; padding:0px; clear:left; color:#666666; line-height:150%;}





.ul_hot{ padding:0px; margin:0px;color:#FF6600;}
.ul_hot li{	line-height:250%;list-style-type: none;font-size:10px;}
.ul_hot li a{
	font-size:12px;
	margin-right:10px;
	text-decoration: none;
	color:#666666;
}
.ul_hot li a:visited{color:#666666;}
.ul_hot li a:hover{color:#003399;text-decoration: underline;}
.ul_hot span{ float:right; font-size:12px; color:#FF9900;}
.ul_hot li strong{ float:right; font-weight:normal; color:#666666; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.ul_hot_number{ width:30px; height:230px; float:left;
	background: url(ico_no1-9.gif) no-repeat;
}







.ul_img_list{
	padding:8px;
	margin:0px;
	background-color:#FFFFFF;
	border: 1px solid #CAD2E6;
	height:670px;
	overflow: auto;
	width:318px;
}
.ul_img_list li{
	width:49%;
	float:left;
	text-align:center;
	list-style-type: none;
	margin-bottom:5px;
	padding:0px;
	margin-right:0.5%;
	
}
.ul_img_list img{background-color:#666666; padding:1px; margin:0px; margin-bottom:10px;}
.ul_img_list a{font-weight:bold;}
.ul_img_list a:link{}
.ul_img_list a:visited{color:#000000;text-decoration: none;}
.ul_img_list a:hover{color:#FF9900;}
.ul_img_list a:active{}






.ul_img_list2{
	padding:8px;
	margin:0px;
	background-color:#FFFFFF;
	overflow: visible;
	width:48%;
	float:right;
	clear:both;
}
.ul_img_list2 li{
	width:49%;
	float:left;
	text-align:center;
	list-style-type: none;
	margin-bottom:5px;
	padding:0px;
	margin-right:0.5%;
	
}
.ul_img_list2 img{background-color:#666666; padding:1px; margin:0px; margin-bottom:10px;}
.ul_img_list2 a{font-weight:bold;}
.ul_img_list2 a:link{ color:FF6600;}
.ul_img_list2 a:visited{color:#FF6600;text-decoration: none;}
.ul_img_list2 a:hover{color:#FF9900;}
.ul_img_list2 a:active{}


.ul_img_list3{
	padding:8px;
	margin:0px;
	background-color:#FFFFFF;
	border: 1px solid #CAD2E6;
	overflow: auto;
	width:720px;
}
.ul_img_list3 li{
	width:170px;
	float:left;
	text-align:center;
	list-style-type: none;
	margin-bottom:5px;
	padding:0px;
	margin-right:0.5%;
	
}




.url_list{ padding:5px 0px;}
.url_list a{ text-align:center;
	font-weight:bold;
	display: block;
	border: 1px solid #CAD2E6;
	float:left;
	width:66px;
	padding:3px;
	margin-right:2px;
	margin-bottom:2px;
}
.url_list a:link{}
.url_list a:visited{color:#000000;text-decoration: none;}
.url_list a:hover{color:#FFFFFF; background-color:#4A5B6B;border: 1px solid #00CCFF;}
.url_list a:active{}




/*****标题定义区*****/
.title_1{
	background: url(title_01_bg.gif) no-repeat center center;
	width:101px;
	height:24px;
	line-height:24px;
	text-indent: 28px;
	display:block;
}
.title_1 a{
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color:#4A5B6B;
}
.title_1 a:visited{color:#4A5B6B;}



.title_2{ background-color:#708198; height:28px; border-top:2px #3F5179 solid; line-height:30px; padding:0px 5px;color:#E2E6EA; font-weight:normal; margin:0px; margin-bottom:5px; font-size:12px;}
.title_2 span{font-size:14px; color:#FFFFFF; font-weight:bold; padding:0px 10px;}
.title_2 a{ font-size:12px;float:right;}
.title_2 a:visited{	color:#FFFFFF; padding:0px 5px;	text-decoration: none;}
.title_2 a:hover{text-decoration: underline; color:#FFFF00;}



.title_3{ clear:both; text-align:center;	background-color:#DDDDDD;width:100%;}
.title_3 a{	display:block;	float:left;	line-height:30px;	padding:0px 2.5px;text-decoration: none;font-weight:bold;	border-left: 3px solid #FFFFFF;}
.title_3 a:visited{color:#3F5179; background-color:#DDDDDD;}
.title_3 a:hover{ color:#FFFFFF; background-color:#3F5179;}
.title_3 strong{color:#FFFFFF; background-color:#3F5179; height:30px; display:block; float:left; font-size:14px; line-height:30px; padding:0px 5px;}



.title_4{
	display:block;
	background: url(title_04_bg.jpg) repeat-x;
	line-height:23px;
	border: 1px solid #D8D8D8;
	text-indent: 15px;
	font-size:14px;
	color:#3F5179;
	font-weight:bold;	
}










/*****tab*****/
#con {
font-size:12px;
width:336px;
margin:0px;
}
#tags {
width:336px;
height:23px;
padding: 0px;
margin:0px;
}
#tags LI {
float:left;
margin-right:1px;
list-style-type:none;
height:23px;
background: url(tab_bg1.jpg) repeat-x left bottom;
border: 1px solid #CAD2E6;
border-bottom:none;
	
}
#tags LI A {
padding:0px 10px;
float:left;
color:#999999;
line-height:23px;
height:23px;
text-decoration:none;
background: url(tab_bg2.jpg) repeat-x right bottom;
font-size:14px;
}

#tags LI.selectTag {
margin-bottom:-2px;
position:relative;
height:25px;
color:#0099ff;
}

#tags LI.selectTag a {
	background-image: url(tab_bg1.jpg);
	background-repeat: repeat-x;line-height:25px;height:25px;color:#0099ff; font-weight:bold;
}
#tagContent {
padding:1px;
background-color:#FFFFFF;
border: 1px solid #CAD2E6;
}
.tagContent {
display:none;

color:#474747;
height:230px;
padding:10px;
}
#tagContent DIV.selectTag {
display:block;
}











/*****flash展示*****/

.li_dot { margin-left:10px;}
#flash_show_out {width:334px; height:275px; margin-bottom:5px; border:#CAD2E6 1px solid; background-color:#FFFFFF; float:left; padding-top:5px;}
#flash_show {
border-top-width:4px;
border-left-width:4px;
border-bottom-width:4px;
border-right-width:4px;
padding:0px;
position:relative;
height:245px;
text-align:center;
}
#flash_img {
filter: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00);
overflow:hidden; width:334px;
height: 100%;
}

#flash_btn {
left:5px;
position:absolute;
top:165px;
}

#flash_btn DIV {margin:5px;}
#flash_show_ctl { padding:3px 0px; margin-top:2px; color:#434343; height:16px;}
#flash_show_ctl A {color: #434343}
#flash_show_ctl_msg {
filter: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00);
float:left;
overflow:hidden; width:289px;}
#flash_show_ctl_tuber {z-index:100; left:305px; position:relative; top:-17px;}
#flash_show_ctl_arrow {margin-right:5px;}


/*kc自带标签*/
/* 列表导航 */
.k_pagelist {clear:both;width:100%;margin:0px;line-height:30px;text-align:left;}/* {king:pagelist/} 分页列表 构成:div a|strong|span */
.k_pagelist a {margin:0px 5px;color:#07519A; background-color:#D1E2FF; border:1px solid #B4CBE1; padding:5px; font-weight:bold;}
.k_pagelist  a:hover{background-color:#FFF; border:1px solid #07519A;}
.k_pagelist strong {margin:0px 5px;color:#B6550E;border:1px solid #D1E2FF; padding:5px;}
.pagelist span {margin:0px 10px;color:#07519A;}


/* 搜索页面. */
#k_search {display:table;text-align:left;width:981px; font-size:16px; background-color:#FFFFFF; padding:10px;}
#k_search dl {display:table;}
#k_search form {display:table;text-align:left;margin-top:10px;clear:both;width:100%;}
#k_search p {
	line-height:22px;
	width:100%;
	margin-top:20px;
	text-align:right;
	display:table;
	clear:both;
	background-color: #95A6CE;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3F5179;
	line-height:180%;
}
#k_search dt {margin-top:15px;}
#k_search dt a {font-size:16px;color:#006699;text-decoration:underline;}
#k_search dd {word-wrap:break-word;margin:0px; padding:5px; font-size:14px; line-height:180%;}
#k_search dd i {color:#659EA9;font-size:10px;}
#k_search dt strong {background:#FFFF00;color:#F47A00;}
#k_search dd strong {background:#FFFF00;color:#F47A00;font-weight:normal;}
#k_query {width:220px;line-height:18px;font-size:14px;}

#k_usernav{ float:right; clear:both;}