/*-------------------基本元素-------------------------------*/
/*定义页面元素*/
body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:2;
	margin:0px;
	background-color: #f9f9f9;
}

a:link {	
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active{
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}

td {
	font-size: 12px;
	color: #000000;	
}

/*--------基本元素定义结束---------*/

/*----------类元素定义 目录：include-------------*/

/*定义文章类基本样式 引用形式$article->getSimpleList*/
.class_article{
	width:190px;
	font-size: 12px;
}
.class_article td{
	height:20px;	
	line-height:2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eeeeee;	
}
.class_article_date{
	font-weight: bold;
}
.class_article a:link {	
	
}
.class_article a:visited {
	
}
.class_article a:hover {
	
}


/*定义首页文章类样式 引用形式$article->getIndexList*/
.in_article{
	width:192px;
	font-size: 12px;
}
.in_article td{
	height:24px;	
	line-height:2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eeeeee;	
}
.in_article_date{
	font-weight: bold;
}



/*-----------------类元素定义结束--------------------*/



/*----------------通用模块元素定义 目录：templet-----------------------*/


/*定义相关文章列表样式 article_links*/
.article_links{
}
.article_links td{
	height:25px;		
}
/*定义相关链接列表样式 index_links*/
.index_links{
	width:100%;
	font-size: 12px;
}
.index_links td{
	height:25px;	
	line-height:2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eeeeee;	
}
/*定义主菜单样式 index_module*/
.index_module{
}
.index_module td{
	height:30px;
}


/*定义邮件登录口的样式 index_maillogin*/
.index_mail_input{
	width:100px;
	height:18px;
	border: 1px solid #dcdcdc;
}
.index_mail_login{
	width:37px;
	height:17px;
	background-image: url(images/go.gif);
	background-repeat: no-repeat;
	border: #cccccc 1px none;
	}

/*导航栏 user_sort_less*/
.user_sorts{
	width:197;
	
}
/*定义导航栏主类别样式 */
.user_less_mainclass{
	font-size:12px;
	height:25px;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(images/rau.jpg);
	color:#1f3a87	
}

/*定义导航栏二级类别样式 */
.user_less_subclass{
	font-size:12px;
	height:25px;
	padding-left: 20px;

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}

/*定义导航栏三级类别样式 */
.user_less_thirdclass{
	font-size:12px;
	height:26px;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;	
}

/*----------------通用模块元素定义结束-----------------------*/

/*内容区标题定义，文章、产品、图片、下载、招聘模块通用，以下同*/
.title{
	font-size: 12px;
	color:#FF0000
}
/*参数中分类，比如产品中，基本资料与详细资料*/
.para_ext{
	font-size: 14px;
}
/*参数定义*/
.para{
	height:25px;
	font-size:12px;
}
/*内容定义*/
.content{
	font-size: 12px;
	line-height: 1.5;
    background-repeat: no-repeat;
    background-position: bottom;
}
/*缩略图定义*/
.shrinks{
	width:100px;
	height:120px;
}
/*大图定义*/
.show_img{
	filter:dropshadow(color=#DDDDDD,offx=5,offy=5,positive=1);
	width:200px;

}
/*----------------文章模块元素定义-----------------------*/
/*定义文章列表单元格样式 对应文件：article_list*/
.article_list td{
	height:30;
	border-bottom-color:#eeeeee;
	border-bottom-style: groove;
	border-bottom-width:1px;
}
/*定义文章列表中标题、点击数和日期的样式*/
.article_list_click{
}
.article_list_date{
}
/*定义文章样式  对应文件：article_list*/
.article_show td{
}

/*----------------文章模块元素定义结束-----------------------*/




/*-------------------定义页面结构------------------------*/

/*定义页面左区*/
.left{
	width:234px;
	background-image: url(images/leftback.jpg);
	background-repeat: repeat-x;
}

/*定义页面右区*/
.right{
	width:502px;
}

/*定义页面左区上块*/
.right_top{
	width:100%;
	height:174px;
	background-image: url(images/right_top_back.jpg);
	background-repeat: repeat-x;
}

/*定义页面右区中块*/
.right_mid{
	width:100%;
	height:208px;
}

/*定义页面右区中块各区域*/
.right_mid_td{
	background-image:url(images/right_mid_back.jpg);
	width:249px;
	background-repeat:no-repeat;
}
/*定义页面右区中块里的文字行*/
.right_mid_line{
	height:24px;
	width:217px;	
	line-height:2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #979797;	
}

/*定义页面右区中块里的MORE*/
.right_mid_more{
	color:#295EBE;
	}
	
/*定义页面右区下*/
.right_bot{
	width:100%;
	height:156px;
}
.right_bot_td{
	width:248px;
	height:156px;
	background-image: url(images/right_bot_back.jpg);
	background-repeat: repeat-x;
}




.foot{
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;	
}

/*-------------------定义页面结构结束------------------------*/




/*----------------------其他-----------------------*/


.header {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
}
.shadow {

}

.con {
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(images/bottom_bg.jpg);
}
/*导航栏 submenu*/
.submenu{
    font-size: 12px;
	font-weight: bold;
	color:#000000;
	
}

a.submenu:link{
	color:#000000;
}
a.submenu:visited{
	color:#000000;
}
a.submenu:hover{
	color:FF0000;
}
a.submenu:active{
	color:#FFFFFF;
}

.bg {
   background-image: url(images/about_bg.gif);
   background-repeat: no-repeat;
   background-position: bottom;

}

.pro {
   background-image: url(images/pro_bg.gif);
   background-repeat: no-repeat;
   background-position: bottom;

}
.ser{
   background-image: url(images/ser_bg.gif);
   background-repeat: no-repeat;
   background-position: bottom;

}
