a:hover {
	text-decoration: none;
	color: #ffba00;
}

a:link {
	color: b0b0b0;
	text-decoration: none;
}
/*首页文本*/
.IndexText {
	font-size: 12px;
	color: #646464;
	font-family: "宋体";
	font-weight: normal;
	text-decoration: none;
}

/*左栏菜单导航文本*/
.MenuTitleText {
	font-size: 12px;
	color: #666666;
	font-family: "宋体";
	font-weight:bold;
	text-decoration: none;
}

/*左栏当前菜单导航文本*/
.MenuNowTitleText {
	font-size: 12px;
	color:Black;
	font-family: "宋体";
	font-weight:bold;
	text-decoration: none;
}

/*网站位置显示文本*/
.SiteLocationText {
	font-size: 12px;
	color: #7E7E7E;
	font-family: "宋体";
	font-weight:normal;
	text-decoration: none;
}

/*新闻日期显示文本*/
.NewsDatetimeText {
	font-size: 14px;
	color: #7DC059;
	font-family: "宋体";
	font-weight:bold;
	text-decoration: none;
}

/*新闻标题显示文本*/
.NewsTitleText {
	font-size: 14px;
	color: #1A6FA8;
	font-family: "宋体";
	font-weight:normal;
	text-decoration: none;
}

/*招聘日期日期显示文本*/
.RecruitDatetimeText {
	font-size: 14px;
	color: #7DC059;
	font-family: "宋体";
	font-weight:bold;
	text-decoration: none;
}

/*招聘职位显示文本*/
.RecruitNameText {
	font-size: 14px;
	color: #1A6FA8;
	font-family: "宋体";
	font-weight:bold;
	text-decoration: none;
}

/*招聘要求显示文本*/
.RecruitDemandText {
	font-size: 13px;
	color: #6C6C6C;
	font-family: "宋体";
	font-weight:normal;
	text-decoration: none;
}

/*留言信息显示文本*/
.LeaveWordText {
	font-size: 13px;
	color: #6C6C6C;
	font-family: "宋体";
	font-weight:normal;
	text-decoration: none;
}


/*新闻详情标题显示文本*/
.NewsContentTitleText {
	font-size: 15px;
	color: #3D6976;
	font-family: "宋体";
	font-weight:bold;
	text-decoration: none;
}

/*新闻内容显示文本*/
.NewsContentText {
	font-size: 14px;
	color: #6C6C6C;
	font-family: "宋体";
	font-weight:normal;
	text-decoration: none;
}

/*新闻查看按钮显示文本*/
.NewsCheckEventText {
	font-size: 12px;
	color: #1D6FA7;
	font-family: "宋体";
	font-weight:normal;
	text-decoration: none;
}

/*新闻浏览次数显示文本*/
.NewsBrowseTimesText {
	font-size: 12px;
	color: #7CBF58;
	font-family: "宋体";
	font-weight:normal;
	text-decoration: none;
}

/*产品表头标题显示文本*/
.ProductTblTleText {
	font-size: 12px;
	color: #676767;
	font-family: "宋体";
	font-weight:normal;
	text-decoration: none;
}

/*产品列表内容显示文本*/
.ProductTblContentText {
	font-size: 12px;
	color: #43A4CE;
	font-family: "宋体";
	font-weight:bold;
	text-decoration: none;
}

/*产品列表内容显示文本*/
.ProductContentProNumText {
	font-size: 14px;
	color: #FEFFFF;
	font-family: "宋体";
	font-weight:bold;
	text-decoration: none;
}

/*产品列表内容显示文本*/
.ProductContentText {
	font-size: 12px;
	color: #676566;
	font-family: "宋体";
	font-weight:normal;
	text-decoration: none;
}

/*公司简介显示文本*/
.IntroductionText {
	font-size: 14px;
	color: #6C6C6C;
	font-family: "宋体";
	font-weight:normal;
	text-decoration: none;
}

/*企业文化显示文本*/
.CorporatecultureText {
	font-size: 14px;
	color: #6C6C6C;
	font-family: "宋体";
	font-weight:normal;
	text-decoration: none;
}

/*联系我们头部显示文本*/
.ContactTopText {
	font-size: 14px;
	color: #FF9900;
	font-family: "宋体";
	font-weight:bold;
	text-decoration: none;
}

/*联系我们显示文本*/
.ContactText {
	font-size: 14px;
	color: #6C6C6C;
	font-family: "宋体";
	font-weight:normal;
	text-decoration: none;
}

/*所有通用的文本*/
.AllText {
	font-size: 12px;
	color: #646464;
	font-family: "宋体";
	font-weight: normal;
	text-decoration: none;
}

/*所有通用的文本*/
.SiteBottomText1 {
	font-size: 12px;
	color: #808080;
	font-family: "宋体";
	font-weight:bold;
	text-decoration: none;
}

/*所有通用的文本*/
.SiteBottomText2 {
	font-size: 12px;
	color: #3775A8;
	font-family: "宋体";
	font-weight:bold;
	text-decoration: none;
}

/*所有通用的文本*/
.SiteBottomText3 {
	font-size: 12px;
	color: #323232;
	font-family: "宋体";
	font-weight:bold;
	text-decoration: none;
}

/*网页主体样式*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}