﻿/*全局样式 start*/

body 
{
	width:100%;
	font-size:12px;
	text-align:center;
	margin:0;
	font:"宋体";
	color:#676767;
	background-color:#fffbfb;
}
/*最外层Div*/
#maindiv
{
	 /*border:solid 1px red;*/
	 width:956px; margin:auto; text-align:left;
}

/*全局超链接样式*/
a{
	text-decoration:none;
	color:#676767;
}

a:hover
{
	text-decoration:none;
	color:#5995D4;
}

/*全局样式 end*/

#header
{
	z-index:9999;
	width:956px;
	height:80px;
	background-image:url(../images/head.gif);	
	
}

/**菜单**/

#menu { height: 36;margin:0;padding:0;float:left; }
#menu ul { margin: 0; padding:0; }
#menu li { float: left; list-style-type:none;}
#menu li a {
	display: block;
	height: 26px !important;
	overflow: hidden;
	background-repeat: no-repeat;
	cursor:hand;
	color:White;
	font-size:14px; text-align:center; font-family:黑体; font-weight:bold;
	padding-top:10px;
}

#menu li#m0 a{background-image: url(../images/x01.gif); width:119px; }
#menu li#m0 a:hover {background-image:url(../images/x02.gif);}

#menu li#m1 a{background-image: url(../images/x01.gif); width:119px;}
#menu li#m1 a:hover {background-image:url(../images/x02.gif);}

#menu li#m2 a{background-image: url(../images/x01.gif); width:119px;}
#menu li#m2 a:hover {background-image:url(../images/x02.gif);}

#menu li#m3 a{background-image: url(../images/x01.gif); width:119px;}
#menu li#m3 a:hover {background-image:url(../images/x02.gif);}

#menu li#m4 a{background-image: url(../images/x01.gif); width:119px;}
#menu li#m4 a:hover {background-image:url(../images/x02.gif);}

#menu li#m5 a{background-image: url(../images/x01.gif); width:119px;}
#menu li#m5 a:hover {background-image:url(../images/x02.gif);}

#menu li#m6 a{background-image: url(../images/x01.gif); width:119px;}
#menu li#m6 a:hover {background-image:url(../images/x02.gif);}

#menu li#m7 a{background-image: url(../images/x01.gif); width:119px;}
#menu li#m7 a:hover {background-image:url(../images/x02.gif);}


#menu li#m8 a{background-image: url(../images/081.gif);width:4px; cursor:default}




/*菜单end*/


#menuBottom
{
	clear:both;

	background-image:url(../images/line001.gif);
	height:23;
	width:934;
	background-repeat:no-repeat;

}

/*页脚*/
#footer
{
	clear:both;
	height:50px;
	width:956px;
	border-top:solid 1px #676767;
	padding-top:10px;
	line-height:25px;
	text-align:center;
	
}

#content
{
	float:left;
	 width:700px;
	 height:700px;
	 min-height:700px;
	 height:auto;
	 margin-left:20px;
  
}

/*右侧最大Div 里面包含搜索 员工之家*/
#right 
{
	width:262px;height:348px;background-image:url(../images/rightBack.gif);
	 background-repeat:no-repeat; float:right;}
/*搜索框*/
#search
{
	width:211px;
	height:108px;
	background-image:url(../images/searchback.gif);
	background-repeat:no-repeat;
	margin-top:30px;
	margin-left:30px;
}
/*搜索输入框*/
.txtSearch
{
	margin-left:0px;
	border:solid 1px #676767;
	width:100px;
	margin-left:90px;
	margin-top:45px;
}

.btnSearch
{
	margin-left:90px;
	margin-top:4px;
}

/*员工之家*/
#employeefamily
{
	width:211px;height:125px;
	/*background-image:url(../images/employeefamily.gif);*/
	margin-top:30px;
	margin-left:30px;	
}


/*上方导航 包括超级链接的颜色*/
#navigat_top 
{
	width:280px;
	float:right;
	margin-top:20px;
	margin-right:0px;
}
#navigat_top table {  border-bottom:solid 1px #676767;}

#navigat_top a
{
	text-decoration:none;
	color:#676767;
}

#navigat_top a:hover
{
	text-decoration:none;
	color:#5995D4;
}



/*******************************************/
/*             default.aspx                */
/*******************************************/

#toreader
{
	width:670px;
	height:145px;
	margin-left:14px;
	margin-top:10px;
}
/*主页 懂事长来信格式*/
.letter_content
{
	margin-left:18px;
	margin-top:10px;
	width:670px;
	line-height:18px;
	text-align:justify;
}


#moduleName
{
	background-image:url(../images/articlerptTop.gif);
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	font-family:黑体;
	color:White;
}



/*ContentHeader.ascx*/

#contentheaderline
{
	height:5px;
	width:484px;
	background-image:url(../images/contentheaderline.gif);
	background-repeat:no-repeat;
}

#contentheadertext
{
	width:484px;
	height:32px;
	color:#31312F;
	font-size:20px;
	font-family:黑体;
	font-weight:bold;
	margin-top:5px;
	}

#contentheadernavigat
{
	width:484px;
	height:27px;	

}

.articlecontent
{
	width:484px;
	height:auto;
	/*border:solid 1px red;*/
	margin-left:198px;
	margin-top:10px;
	line-height:20px;
	text-align:justify;
}


.lblcontentheadertext_en
{
	font-size:14px;
	font-family:Arial Narrow;
}


.t_ListHeader
{
	background-image:url(../images/line.gif);
	background-repeat:repeat-x;
	color:White;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	border:solid 1px #e3e3e3;
}

.t_ListBody
{
	border:solid 1px #e3e3e3;
}

.companyInfo
{
	color:Black;
	font-size:13px;	
	line-height:20px;
	text-indent:26px;
}

.ArticleTitle
{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
}

.titlebar
{
	background-image:url(../images/titlebar.jpg);
	background-repeat:no-repeat;
	height:32px;
	margin-top:8px;
	color:White;
	text-align:left;
	font-size:13px;
	text-indent:30px;
	font-weight:bold;
	font:"宋体";

}
.titlebar a
{
	color:White;
	text-align:left;
	font-size:13px;
	text-indent:30px;
	font-weight:bold;
	font:"宋体";
}
.ArticleInfo
{
	text-align:center;
}


.ListTitleFont
{
	text-indent:20px;
}

.ListTitleFont, .productCenter a:hover
{
	text-indent:20px;
	color:Red;
}