/* CSS Document */

/* title */

a.title_link:link {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFEDD2;
	text-decoration: none;
}
a.title_link:visited {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color:#FFEDD2;
	text-decoration: none;
}
a.title_link:hover {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFEDD2;
	text-decoration: underline;
}
a.title_link:active {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color:#FFEDD2;
	text-decoration: none;
}



/* 导航 */

a.Nav_link:link {
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#FDFFEB;
	text-decoration: none;
}
a.Nav_link:visited {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #FDFFEB;
	text-decoration: none;
}
a.Nav_link:hover {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color:#FFFF00;
	text-decoration: underline;
}
a.Nav_link:active {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

a.Nav4_link:link {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #C30813;
	text-decoration: none;
}
a.Nav4_link:visited {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color:#C30813;
	text-decoration: none;
}
a.Nav4_link:hover {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color:#00CC33;
	text-decoration: underline;
}
a.Nav4_link:active {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color:#00CC33;
	text-decoration: none;
}

/* 产品简介导航 */

a.Nav2_link:link {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}
a.Nav2_link:visited {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}
a.Nav2_link:hover {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color:#993333;
	text-decoration: underline;
}
a.Nav2_link:active {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color:#999900;
	text-decoration: underline;
}

/* 最新资讯导航 */

a.Nav3_link:link {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}
a.Nav3_link:visited {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}
a.Nav3_link:hover {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color:#99CC00;
	text-decoration: underline;
}
a.Nav3_link:active {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color:#999900;
	text-decoration: underline;
}

a.more:link {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.more:visited {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.more:hover {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a.more:active {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}