/* CSS Document */
@import url("css.css");  /*xhtml元素的设定*/

body{
	font:12px arial,helvetica,clean,sans-serif,"宋体";
	text-align: center;
	background: #fff;
	color:#666966;
	/*background:url(../img/bg.gif) repeat-y 0%;*/
}
		
input.button{
	padding:1px 8px;
	border:none;
	cursor:pointer;
	font-size:12px;
	text-align:center;
	background:url(../img/button_bg.gif) no-repeat;
	line-height:23px;
	height:23px;
	}
	
input.btn{
	height:20px;
	padding:0 3px;
	border:1px #ccc solid;
	cursor:pointer;
	}
	
.btn{
	padding:2px 8px;
	border:1px #ccc solid;
	cursor:pointer;
	}
	
.noborder{
	border:none;
	}

/* 链接颜色 */
a:link {color:#D4A031; /*#333933;*/ text-decoration:none;}
a:visited {color: #D4A031; text-decoration:none;}
a:hover {color:#d4a031; text-decoration:underline;}
a:active {color: #333933;}

/* 颜色属性 [定义规则，小写c加颜色名称] */
.Red, a.Red:link, a.Red:visited{ color:#ff3300; }
.cDRed, a.cDRed:link, a.cDRed:visited{ color:#bc2931;}
.blue{
color:#008cd2;
}
.gray{color:#898989;}
.black, .black a:link, .black a:visited{ color:#000000;}
a.black:visited{
	color:#444;
	}
a.black:link{
	color:#444;
	}
	
.white, .white a:link, .white a:visited{ color:#fff;}

/*隐藏*/
.dn{
	display:none;
	}

/* 其他 */
.dashedline{
	border-bottom:1px solid #ececef;
	}
	
.gray_solidline{
	border-bottom:1px solid #dedede;
	}

.solidline{
	border-bottom:1px solid #ccc;
	}
	
.text_solidline{
	border-bottom:1px solid #333;
	}
	
	
.clearboth{clear:both; font-size:0px; height:0px; line-height:0px;}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.align_right{
	text-align:right;
	}
	

.tcenter{
	text-align:center;
	}
	
.img_floatleft img{
	float:left;
	margin-right:8px;
	}	

/* 空白 */	
.blank8{ height:8px; clear:both; font-size:1px;overflow:hidden;line-height:1px;}
.blank5{ height:5px; clear:both; font-size:1px;overflow:hidden; line-height:1px;}
.blank10{ height:10px; clear:both; font-size:1px;overflow:hidden;line-height:1px;}

/* 边 */
.border{
	border:1px solid #cccfcc;
	}
	
.border_top{
	border-top:1px solid #dddfdd;
	margin-top:3px;
	padding-top:3px;
	}
	
.border_bottom{
	border-bottom:1px solid #dddfdd;
	margin-bottom:3px;
	padding-bottom:3px;
	}
	
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}


/* 字体大小*/
.f15px{ font-size:15px;}

/* 顶部 */
.top{
	height:2px;
	margin:0px auto;
	/*background:#3a3a3a;*/
	line-height:1px;
	border-top:7px solid #cc9900;
}
.top, .top a, .top a:visited, .top a:hover{
	color:#fff;
	}
	
/*广告*/
.ad{
	float:left;
	width:536px;
	background:url(../img/banner_bg.gif) no-repeat 14px top;
}
	
.ad_left{
	width:300px;
	margin:auto;
	margin-left:129px;
	margin-top:13px;
	}
	
.index_search{
	padding-top:45px;
	padding-left:18px;
	height:70px;
}
	
	
.ad_left li{
	padding-left:5px;
	}

.ad_right{
	float:right;
	width:200px;
	padding:0 10px;
	text-align:left;
	}

.detail_ad {
	/*float:left;*/
	clear:left;
	padding:0 24px;
	margin-top:18px;
	margin-bottom:18px;
}
	
.detail_ad_left{
	/*float:left;
	height:100px;*/
}
	
/* 头部 */	

.head{
	height:45px;
	/*width:760px;
	float:right;*/
	vertical-align:middle;
	border-bottom:1px solid #eee;
	position:relative;
}

.topmiddle{
	float:right;
	height:45px;
	border-bottom:1px solid #eee;
	}

.topright{
	height:30px;
	width:0px;
	float:right;
	text-align:right;
	}

/* leftmenu tool */
.menu li a{
	border-bottom:1px dotted #ededed;
	height:23px;
	line-height:23px;
	background:url(../img/menu_bg.gif) no-repeat left center;
	text-align:left;
	padding-left:15px;
	font-weight:bold;
	display:block;
	}


.menu li a:hover{
	background:url(../img/menu_bg.gif) #eee no-repeat left center;
	}

/* topmenu tool */
.nav{
	height:26px;
	}
	
.nav, .subnav{
	width:760px;
	float:right;
	position:relative;
	display:inline;
}


.nav ul{
	/*width:780px;
	height:28px;*/
	background:url(../img/top_right.gif) no-repeat right 0px;
	margin:8px auto 0;
	overflow:hidden;
	padding-right:16px;
	}

.nav ul li, .subnav ul li{
	text-align:center;
	height:26px;
	line-height:150%;
	margin:auto;
	overflow:hidden;
	}
	
.nav ul li a{
/*	font-weight:bold;
*/	float:right;
	padding:1px 3px;
	margin-right:12px;
	border:1px solid #cccccc;
	/*color:#333;
	background:#f0f0f0;*/
	}
.nav ul li a#home{
	border-left:none;
	}	

/*.nav ul li a:visited{
	color:#333;
	background:none;
	}*/
	
.nav ul li a:hover{
	/*color:#000;
	background:url(images/nav_leftbg.gif) no-repeat 0px 50% #fff;
	border-left:1px solid #fff;*/
	}	
/*.subnav ul li a:visited{	
	color:#555;
	}*/
	
.subnav{
	/*border-top:1px solid #e7e7e7;*/
	border-bottom:1px dashed #e7e7e7;
	background:#f7f7f7;
	clear:both;
	}
	
.subnav ul{
	margin:0px auto;
	}
.subnav ul li{
	float:left;
	}

.subnav ul li a{
	float:left;
	padding:0 6px;
	margin-top:8px;
	/*color:#ca0275;*/
	}


	/* 搜索 */	
	.search{
		text-align:center;
		display: block;
		padding-top:4px;
		}
	.search input{
/*		width:128px;
*/		text-align:left;
		}
	.search input.button{
		width:68px;
		cursor:pointer;
		text-align:center;
		margin-left:8px;
	}
	* html .search input.button{
		margin-bottom:1px;
		padding-top:2px;
		}
	.search .title{
		/*background:url(../img/google.jpg) no-repeat;
		padding-left:60px;*/
		height:23px;
		font-size:14px;
		margin:0 18px 0 0;
		background:none;
		line-height:23px;
		vertical-align:middle;
		padding:0;
		}
	.search .web{
		padding-left:115px;
		display:none;
	}
	.search .web label{
		margin-right:8px;
	}
.logo{
	width:199px;
	cursor:pointer;
	vertical-align:middle;
	text-align:left;
	display:block;
	position:absolute;
	left:0;
	/*margin-left:-220px;
	float:left;*/
	}
	

/* 区块 */
.main, .foot ul, .link{
	clear:both;
	margin:auto;
	width:980px;
	}
	
.main{
	background:url(../img/bg.gif) repeat-y 12px 0px;
	}
	
.left{
	width: 200px;
	float: left;
	margin-top:95px;
}

.middle{
	width:550px;
	float:left;
	}
	
.right{
	width:225px;
	float:right;
}

.index .right{
	margin-top:-382px;
}

.right_content{
	width:780px;
	float:right;
	}



.foot{
	padding:10px 0;
	line-height:30px;
	border-top:1px solid #d4a031;
	background:#fff;
	}

.wisdom {
	width:780px;
	margin:auto;
	}

		
/* left */
.square{
	height:auto;
	margin:0 15px;
	padding:0 0 15px;
	float:left;
	display: inline;*/
	position:relative;
	text-align:left;
	}
	
.square_width{
	width:245px;
	}

	
/* right */
.square_right, .square_rtwocol{
	margin:15px;
	position:relative;
	text-align:left;
	line-height:22px;
	}	
	
.square_left{
	margin:15px 8px 15px 0px;
	position:relative;
	text-align:left;
	line-height:22px;
	}
	
/*首页中间图片*/	
.square_pic{
	margin:0 15px;
	max-height:189px;
	min-height:80px;
	overflow:hidden;
	}
	
*html.square_pic{
	height:189px;
	}
	
.square_pic a{
	float:left;
	display:block;
	}
	
/*首页文章*/
.index_arc_title{
	font-size:20px; 
	font-weight:normal; 
	line-height:22px;
	font-family:"黑体";
	text-align:center;
	margin-bottom:6px;
	}
	
.index_arc_title a:link, .index_arc_title a:visited{
	color:#333933;
}

.index_arc {
	text-align:justify;
	text-justify:inter-ideograph;
	}
	
.index_arc p{
	margin-bottom:1em !important;
	margin-top:0px!important;
	text-align:justify;
	text-justify:inter-ideograph;
	}

	
/* 标题 */
.title, .title_Red{
	font-size:15px;
	font-family:"Arial Black";
	text-align:left;
	font-weight:bold;
	margin-bottom:6px;
	/*border-bottom:1px solid #ddd;*/
	background:url(../img/title_bg.gif) no-repeat left bottom;
	height:22px;
/*	padding-left:13px;
*/	padding-bottom:5px;
	color:#333933;
	}
	
* html .title, * html.title_Red{
	padding-bottom:3px;
	}
	
.title a:link, .title a:visited{
	color:#333933;
}

.title_Red a:link, .title_Red a:visited{
	color:#a40914;
	}	
	
.arc_list_title a, .arc_list_title a:visited{
	color:#d4a031;
	}

.title_dot{
/*	width:12px;
	height:22px;
*/	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#333;
/*	background:url(../img/title_dot.gif) no-repeat center;
	float:left;
	display:block;
	margin-right:5px;*/
	}
	
/*文章标题列表*/
.arc_list_title{
	font-weight:bold;
	margin-top:8px;
	}
	
/*文章标题*/	
.arc_title{
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
	}
	
/*作品图片展示*/		
.work li{
	float:left;
	text-align:center;
	display:inline;
	position:relative;
	width:auto;
	margin-bottom:12px;
	}
	
.work a{
	text-decoration: none;
	display:inline;
	text-align:center;
	}

/**html .work a{
	display:inline;
	}*/
	
.work img{
	padding:1px;
	border:1px solid #ccc;
	}
		
.work .title{
	font-size:12px;
	background:none;
	margin:0px;
	padding:0px;
	line-height:22px;
	height:22px;
	border:none;
	}
	
.work .website{
	font-size:12px;
	}
	
.work_button{
	margin-top:5px;
	}
	
.work_button a{
	background:url(../img/menu_bg.gif) no-repeat -116px center;
	padding-right:17px;
	display:block;
	}	
	
.member	.title{
	clear:both;
	height:auto;
	float:none;
	position:static;
}
	
.member	img{
	display:block;
	margin-right:5px;
	width:88px;
	height:55px;
	border:1px solid #ddd;
	}
	
.member	a:hover img{
	border:1px solid #D4A031;
}
		
.member ul li{
	display:block;
	margin-bottom:5px;
	height:56px;
	float:left;
	position:relative;
	}
	
.member ul li span{
	position:absolute;
	left:-200000px;
}

	
/*首页图片文章*/
.square h4, .square_right h4, .square_cate h4, .square_t h4, .square_vote h4{
	font-size:12px;
	}

.square h4 a, .square h4 a:visited, 
.square_right h4 a, .square_right h4 a:visited,
.square_cate h4 a, .square_cate h4 a:visited {
	color:#333;
	}

.square img, .square_cate img, .square_vote img, .info_square img{
	margin-right:10px;
	margin-bottom:4px;
	}




/*推荐产品*/
.pro_recomment ul{
	padding-left:1px;
	}
.pro_recomment li a{
	float:left;
	margin-left:-1px;
	margin-right:13px;
	margin-bottom:10px;
	position:relative;
	display: inline;
	overflow:hidden;
	text-align:center;
	width:100px;
	height:auto;
	border:1px solid #e7e7e7;
	}
.pro_recomment li a	img{
	width:100px;
	height:100px;
	}
	
.pro_recomment li a:hover {
	background:#fbfbff;	
	text-decoration: none;
}

.pro_recomment span{
	font-size:12px;
	}


/*友情连接*/
.link{
		border-top:1px solid #ddd;
		text-align:left;
}

.link a{
	margin:0px 8px;
	display:inline-block;
	line-height:24px;
	}
	
.link a img{
	width:112px;
	height:40px;
	}
	


/***********************频道页****************************/

.square_n{
	height:auto;
	margin:15px 15px 10px 15px;
	padding:7px 15px;
	text-align:left;
	line-height:22px;
	background:#ffedf0;
	border:1px solid #d80917;
	}
	
.square_n img{
	margin-right:10px;
	margin-bottom:4px;
	}

/***********************终极栏目页****************************/
.square_cate{
	height:auto;
	margin:0 15px;
	padding:15px 0;
	float:left;
	display: inline;
	position:relative;
	line-height:22px;
	text-align:left;
	width:576px;
	}

/***********************文章页****************************/

/*背景不显示竖线*/
.bg_none{
	background-image:none;
	background-color:#FBFBFF;
	}
	
/*.contentleft_ad{
	width:575px;
	clear:both;
	margin:15px 0px 0 0;
	}*/
	
/*右面大广告*/	
.right_ad{
	width:360px;
	margin:15px 7px;
	position:relative;
	text-align:center;
	line-height:22px;
}
	
/*左面文章部分*/	

.content{
	height:auto;
	text-align:left;
	line-height:22px;
	}
.square_t{
	height:auto;
	text-align:left;
	line-height:22px;
	padding:30px;
	}
	
.square_vote{	
	height:auto;
	display: inline;
	text-align:left;
	line-height:22px;
	}
.square_vote{
	float:left;
	}
.content{
	margin:15px 15px 15px 0px;
	padding:0 15px;
	}	
	
.square_vote{
	margin:15px;
	padding:0 15px;
	}
.square_vote{
	width:920px;
	}
	
/*文章主标题*/		
.content h1, .square_t h1, .square_cate h1, .info_content h1{
	font-size:20px;
	text-align:left;
	font-family:"黑体";
	font-weight:normal;
	text-align:center;
	}
	
/*文章副标题*/	
.content h2, .square_t h2{
	font-size:14px;
	font-weight:bold;
	margin-top:8px;
	text-align:right;
	padding-right:100px;
	}

/*文章属性*/		
.int span{
	margin-right:8px;
	}
	
/*文章简介*/		
.introduce {
	padding:5px;
	margin-top:5px;
	border:#CCCCCC 1px dotted;
	overflow: hidden;
	word-break:break-all; 
	word-wrap:break-word;
}

/*文章正文*/
.art{
	padding-bottom:15px;
	margin-top:15px;
	overflow: hidden;
	word-break:break-all; 
	word-wrap:break-word;
	}
	
/*自定义字段*/	
.definition{
	clear:both;
	margin-top:5px;
	background-color:#fffeee;
	border:1px solid #ccc;
	padding:5px;
}	
	

/*上下文*/
.art_pre_next li{
	text-align:left;
}

/*icon*/
.iconbox{
	text-align:center;
	margin-bottom:8px;
	clear:both;
	margin:0 15px;
	padding:0 15px;
}

.tool {
	border-bottom:1px solid #dddfdd;
	margin-bottom:3px;
	padding-bottom:3px;
}


/*发表评论*/
.comment_issue{
	text-align:left;
	margin:0 15px;
}

.comment_issue .title {
	background:	url("../img/comment_bg.jpg") no-repeat scroll left top;
	height:78px;
	padding-left:170px;
	padding-top:20px;
}
	

.comment_issue label{
	/*width:65px;*/
	display:inline-block;
	vertical-align:top;
	padding-left:8px;
}

.comment_issue textarea{
	width:332px;
	height:180px;
}

.comment_ad{
	width: 180px; 
	height: 150px; 
	display: block; 
	position: absolute; 
	margin-left: 340px; 
	margin-top: 153px;
}

.comment_wrap{
	float:left;
	padding:0 15px;
	width:750px;
	text-align:left;
	
}

.comment_wrap h1{
	text-align:center;
}

.comment_wrap blockquote{
	font-size:12px;
}

.comment_wrap label{
	/*width:120px;*/
	text-align:left;
	padding-left:8px;
	display:inline-block;
	vertical-align:top;
}

.comment_wrap .submit{
	padding-left:204px;
}
	
.comment_wrap .error span {
	color:#C00;
	padding-left:5px;
	vertical-align:top;
	display:inline-block;
}

.success {
	background:url(../img/success.gif) no-repeat top center;
	padding-top:140px;
}
	
.submit{
	text-align:left;
	padding-left:75px;
}

.submit input{
	width:68px;
	height:23px;
	cursor:pointer;
	font-size:12px;
	text-align:center;
	background:url(../img/button_bg.gif) no-repeat;
	border:none;
	margin-right:8px;
}
	
	
/*评论*/	
.comment{
	height:auto;
	margin:15px;
	text-align:left;
	line-height:22px;
	}
	
.comment p{	
	margin:0px;
	}
	

/*****评论*****/
.com_title{
		background:url(../../style/img/comment.gif) no-repeat;
		height:32px;
}

.comment_header{
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	height:25px;
}

.comment_header a{
	float:right;
	color:#d7000f;
}

.commentbox{
	margin:0 0 9px;
	border:1px solid #ccc;
	padding:0 2px; 
	word-break:break-all; 
	word-wrap:break-word; 
	overflow:hidden; 
}
.comment_title{
	border:1px solid #ffffff;
	background:#F3F3F9 url(../../style/img/ico_2.gif) no-repeat 5px 3px;
	padding-left:30px;
	height:23px;
	line-height:23px;
}
.comment_title a{
	font-weight:bold;
}
.comment_content{
  padding:8px;
  }
  
/*评论回复*/
.comment_quote{
	border:1px solid #dcdcdc;
	padding:5px;
	margin:10px;
}

/*评论列表*/
.comment_list{
	border:1px solid #c1ccc9;
	margin-bottom:10px;
}
.comment_list h1{
	font-size:18px;
	background-color:#F6F6Fc;
	text-align:center;
	height:36px;
	line-height:36px;
 }
.comment_list h2{
	text-align:right;
	font-size:12px;
	font-weight:normal;
	padding-right:50px;
 }

.comment_reply{
	color:blue;
}




/***********************公用信息****************************/
	
/*版权链接*/
.copyRight{
	text-align:center;
	line-height:20px;
}

/*日期时间*/
.datetime{
	
}


/*位置导航*/
.position{
	table-layout:fixed;
	line-height:24px;
	height:auto;
	margin:15px 0 0 15px;
	line-height:22px;
	text-align:left;
  }
.position_1{
	table-layout:fixed;
	margin-bottom:10px; 
}

/*分页*/
.art_pages{
	margin:5px auto 0;
	text-align:center;
	padding:5px;
}

.pages{
	margin:5px auto 0;
	text-align:center;
	border-top:1px solid #dcdcdc;
	padding:5px;
}

	
	

/***********************登陆页面************************/

legend{
	padding: 5px 8px; 
	background-color:#F3F3F3;
	border:3px #fff solid;
	margin-left:8px;
	color:#666;
	}
	
fieldset {
	border:1px solid #666;
	}
	
.logintable td{
	height:28px;
	}
	
	

.website{
	color:#8fa000;
	font-size:14px;
	}
.website a:link, .website a:visited{
	color:#8fa000;
	}
	
.page{
	padding-top:8px;
	text-align:right;
	}
	
.more {
	
}
	
a.more, a.more:visited{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#b3b3b9;
	text-align:right;
	float:right;
	height:24px;
	}
	

/***********************宽度自由伸长****************************/	
.square_full{
	height:auto;
	margin:0 15px;
	padding:15px 0;
	line-height:22px;
	text-align:justify;
	text-justify:inter-ideograph;
}

.square_full ul li ul li {
	list-style-type:disc;
	margin-left:24px;
	list-style-position: outside;
	}
	
.square_full ul li ol li {
	list-style-type:decimal;
	margin-left:24px;
	list-style-position: outside;
	}


	
.rss_a{
	background:url(../img/ico.gif) no-repeat;
	height:24px;
	width:24px;
	padding:0 5px;
	display:block;
	cursor:pointer;
	}
	
.rss_b{
	background:url(../img/ico.gif) left -90px no-repeat;
	height:24px;
	width:24px;
	padding:0 5px;
	display:block;
	cursor:pointer;
	}
	
/* PAGINATOR */
.paginator { font-size:11px; padding-top:10px; padding-bottom:10px; line-height:22px; margin:0; border-top:1px solid #ddd; }
.paginator a:link, .paginator a:visited { padding:2px 6px; border:solid 1px #ccc; background:white; text-decoration:none; }
.paginator a.showall { padding:0 !important; border:none !important; }
.paginator a.showall:hover { color:#036 !important; background:transparent !important; }
.paginator .end { border-width:2px !important; margin-right:6px; }
.paginator .this-page { padding:2px 6px; font-weight:bold; font-size:13px; vertical-align:top; }
.paginator a:hover { color:white; background:#5b80b2; border-color:#036; }

/* google */
.google_ad {
	text-align:center;
}

iframe .adb{
	font-size:12px!important;
}
			
iframe .adt {
	font-size:12px!important;
}
