body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	font-family: "宋体";
	clear:both;
}
a:link {
	color:#000;
	font-size: 12px;
	text-decoration: none;
}
a {
	color:#000;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #369;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #369;
	text-decoration: none;
	font-size: 12px;
}
a:active {
	color: #369;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
/******************************标题样式  开*********************************************/

/*菜单项线条样式*/
.NavLine {
	float:left;
	width:2px;
	height:30px;
	BACKGROUND-IMAGE: url(images/nav_line.gif);
}
/*菜单项默认连接样式*/
a.nav:link {
	color:#FFF;
}
/*菜单项访问过后样式*/
a.nav:visited {
	color:#FFF;
}
/*菜单项默认样式*/
a.nav {
	float:left;
	width:auto;
	padding-right:15px;
	padding-left:15px;
	BACKGROUND-REPEAT: repeat-x;
	TEXT-DECORATION: none;
	BACKGROUND-POSITION: center center;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	COLOR: #fff;
	LINE-HEIGHT: 30px;
	PADDING-TOP: 0px;
}
/*菜单项悬停样式*/
a.nav:hover {
	float:left;
	width:auto;
	padding-right:15px;
	padding-left:15px;
	BACKGROUND-REPEAT: repeat-x;
	TEXT-DECORATION: none;
	BACKGROUND-POSITION: center center;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	COLOR: #fff;
	LINE-HEIGHT: 30px;
	PADDING-TOP: 0px;
	background-image:url(Images/nav_hover.gif);
}
/*菜单项操作样式*/
a.nav:active {
	color:#FFF;
	background-image:url(Images/nav.gif);
}
/*主样式 主要是为了居中防止错位*/
.Main {
	width:1003px;
	height:100%;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
/*标题栏*/
.Title {
	position:relative;
	height:88px;
	width:1003px;
}
/*标题左边LOGO*/
.TitleLogo {
	position:relative;
	width:303px;
	height:88px;
	margin-left:10px;
	float:left;
	background-image:url(./Images/logo1.jpg);
}
/*标题右边 加入收藏样式*/
.TitleRight {
	margin-top:25px;
	position:relative;
	width:170px;
	float:right;
}
/*标题菜单栏*/
.TitleTopMuen {
	width:1003px;
	height:8px;
	position:relative;
	clear:both;
}
/*标题栏菜单背景左边图片*/
.TitleTopMuenLeft {
	position:relative;
	float:left;
	width:8px;
	height:30px;
	background-image:url(./Images/nav_left.gif);
}
/*标题栏菜单背景中间图片*/
.TitleTopMuenCenter {
	position:relative;
	float:left;
	width:987px;
	height:30px;
	background-image:url(./Images/nav_bg.gif);
}
/*标题栏菜单背景右 边图片*/
.TitleTopMuenRight {
	position:relative;
	float:left;
	width:8px;
	height:30px;
	background-image:url(./Images/nav_right.gif);
}
/*标题栏广告条
为了防止在火狐浏览器中重叠特加上 
float:left; */
.TitleBannerAd {
	clear:both;
	margin-top:5px;
	float:left;
	position:relative;
	width:1003px;
	height:147px;
	background-image:url(./Images/cpad.jpg);
}
/*文字滚动公告样式*/
.TitleTextAd {
	width:1003px;
	height:24px;
	float:left;
	margin-top:5px;
}
/*文字滚动公告左边样式*/
.TitleTextAdLeft {
	float:left;
	position:relative;
	width:5px;
	height:24px;
	background-image:url(Images/news_left.gif);
}
.TitleTextAdCenter {
	float:left;
	color:#FFF;
	position:relative;
	width:993px;
	height:20px;
	padding-top:4px;
	background-image:url(Images/news_bg.gif);
}
/*文字滚动公告右边样式*/
.TitleTextAdRight {
	float:left;
	position:relative;
	width:5px;
	height:24px;
	background-image:url(Images/news_right.gif);
}
/******************************标题样式  完*********************************************/


/******************************中间样式  开*********************************************/

/*中间部分总表格*/
.CenterMain {
	position:relative;
	width:1002px;
	height:auto;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
/*内容左边样式*/
.MainNewsLeft {
	position:relative;
	float:left;
	width:790px;
	height:840px;
}
/*内容左边样式 公司简介*/
.MainNewsLeftAubot {
	width:793px;
	height:auto;
	margin-bottom:10px;
}
/*内容左边样式 公司简介 标题*/
.MainNewsLeftAuboTitle {
	position:relative;
	padding-top:20px;
	padding-bottom:4px;
	padding-left:5px;
	width:780px;
	BORDER-BOTTOM: #ccc 1px solid;
}
/*内容左边样式 公司简介 左边图片*/
.MainNewsLeftAuboLeftImg {
	position:relative;
	margin-right:10px;
	margin-top:10px;
	float:left;
	width:164px;
	height:131px;
	background-image:url(Images/about.jpg);
}
/*内容左边样式 公司简介 右边内容*/
.MainNewsLeftAubotRightContent {
	height:131px;
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 5px;
	LINE-HEIGHT: 22px;
	PADDING-TOP: 5px;
}
/*内容左边样式 公司简介 右边按钮*/
.MainNewsLeftAubotRightButton {
	PADDING-RIGHT: 0px;
	BACKGROUND-POSITION: left bottom;
	PADDING-LEFT: 0px;
	FLOAT: right;
	BACKGROUND-IMAGE: url(./images/btn_bg.gif);
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 5px;
	WIDTH: 88px;
	TEXT-INDENT: 1.5em;
	LINE-HEIGHT: 22px;
	PADDING-TOP: 0px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 22px
}
/*左边新闻列表样式*/
.MainNewsLeftNewList {
	background-color:#F6F8FC;
	margin-top:10px;
	margin-right:5px;
	width:187px;
	height:auto;
	float:left;
	position:relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D8DDE9;
	border-left-color: #D8DDE9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8DDE9;
}
/*左边新闻列表标题样式*/
.MainNewsLeftNewListTitle {
	width:165px;
	height:19px;
	padding-left:23px;
	color:#FFF;
	font-weight:bold;
	padding-top:6px;
	position:relative;
	background-image:url(Images/title_bg.gif);
}
/*左边新闻列表内容样式*/
.MainNewsLeftNewListContnet {
	width:auto;
	height:16px;
	position:relative;
	padding-top:8px;
	margin-left:8px;
}
/*左边新闻列表内容样式*/
.MainNewsLeftNewListXiangxi {
	width:auto;
	height:25px;
	position:relative;
	padding-top:5px;
	padding-bottom:8px;
	margin-left:88px;
}
/*内容右边样式*/
.MailNewsRight {
	position:relative;
	float:left;
	width:208px;
	height:840px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
/*内容右边栏目样式*/
.MainNewsRightList {
	width:auto;
}
/*内容右边栏目样式 标题*/
.MainNewsRightListTitle {
	position:relative;
	padding-top:20px;
	padding-bottom:4px;
	padding-left:5px;
	BORDER-BOTTOM: #ccc 1px solid;
}
/*内容右边栏目样式 内容*/
.MainNewsRightListContent {
	position:relative;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	display:block;
	width:auto;
	width:auto;
}
/******************************中间样式  完*********************************************/

/*屁股*/
.CopyInfo {
	float:left;
	position:relative;
	width:1003px;
	height:50px;
}
.CopyInfoText {
	float:left;
	position:relative;
	width:700px;
	height:12px;
	margin-top:5px;
	padding-left:20px;
}
