/* 常用 */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: 252525;

}
div , td {
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}
#main {
	width: 952px;
	background-color: #ffffff;
	background-position: center;
}
/* 页面顶部 */
#header {
	height: 8px;
	width: 100%;
	background-color: #898989;
}
/* LOGO */
#logo{
	text-align: center;
}
/* 导航 */
td.webtop {
	text-align: center;
	font-size: 12px;
	color: #252525;
	padding: 3px;
}
td.webtop  a {
	color: #252525;
	text-decoration: none;
}
td.webtop  a:hover {
	color: #7D7D7D;
	text-decoration: underline;
}
td.menu {
	background-image: url(../images/menu_bg.gif);
	text-align: center;
	vertical-align: bottom;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}
td.menu  a {
	color: #FFFFFF;
	text-decoration: none;
}
td.menu  a:hover {
	color: #EFEFEF;
	text-decoration: underline;
}
#menuline {
	height: 2px;
	width: 952px;
	background-color: #3F499F;
	background-position: center;
}
#maingrayline {
	height: 2px;
	width: 952px;
	background-color: #ACACAC;
	background-position: center;
}
/* 页左—最新消息 */
td.middleline {
	width: 1px;
	background-color: #BFBFBF;
	background-position: center;
}
td.mdllefttop{
	font-weight: bold;
	color: 3F499F;
	background-image: url(../images/news_bg.gif);
	background-repeat: repeat-x;
	height:36px;
	vertical-align: middle;
}
td.maintext{
	color: #252525;
}
td.maintext  a {
	color: #252525;
	text-decoration: none;
}
td.maintext  a:hover {
	color: #7D7D7D;
	text-decoration: underline;
}

/* 页右—五大服务 */
td.mdlright{
	vertical-align: top;
	text-align: center;
}
td.mractive {
	color: 3F499F;
	BACKGROUND: url(../images/main_mi_bg02.gif);
	FLOAT: left;
	WIDTH: 122px;
	font-weight: bold;
	text-align: center;
}
td.mractive a {
	color: 3F499F;
	text-decoration: none;
}
td.mractive a:hover {
	color: 3F499F;
	text-decoration: underline;
}
td.mrnormal {
	color: 3F499F;
	BACKGROUND: url(../images/main_mi_bg01.gif);
	FLOAT: left;
	WIDTH: 122px;
	font-weight: bold;
	text-align: center;
}
td.mrnormal a {
	color: 3F499F;
	text-decoration: none;
}
td.mrnormal a:hover {
	color: 3F499F;
	text-decoration: underline;
}
td.mrtext{
	color: #252525;
	line-height: 150%;
	padding: 5px;
	margin: 3px;



}
td.mrtext  a {
	color: #252525;
	text-decoration: none;
}
td.mrtext  a:hover {
	color: #7D7D7D;
	text-decoration: underline;
}
.mrtextsub {
	color: 3F499F;
	font-weight: bold;
}

/* 页右—解决方案 */
td.mdlrihtttop{
	font-weight: bold;
	color: 3F499F;
	height:30px;
	vertical-align: middle;
}

/* 页底 */
#down{
	height:32px;
	width: 952px;
	background-color: #232D85;
	font-size: 12px;
	color: #FFFFFF;


}

td.down {
	font-size: 12x;
	color: #FFFFFF;
	padding: 5px;
	vertical-align: bottom;

}
td.down  a {
	color: #FFFFFF;
	text-decoration: none;
}
td.down  a:hover {
	color: #EFEFEF;
	text-decoration: underline;
}
/* 内页 右侧内容 */
td.mainrighttil {
	color: 3F499F;
	BACKGROUND: url(../images/main_r_bg.gif) no-repeat;
	FLOAT: left;
	WIDTH: 230px;
	font-weight: bold;
	text-align: center;
}
/* 内页 三级栏目列表—当前页面 （蓝色调） */
td.mainlefttext_b {
	color: 3F499F;
	FLOAT: left;
	HEIGHT: 30px;
	font-weight: bold;
	padding: 5px;

}
td.mainlefttext_b a{
	color: 3F499F;
	text-decoration: none;
}
td.mainlefttext_b a:hover{
	color: 3F499F;
	text-decoration: underline;
}
/* 内页 三级栏目列表—非当前页面 （灰色调） */
td.mainlefttext_g{
	color: 252525;
	FLOAT: left;
	HEIGHT: 30px;
	font-weight: bold;
	padding: 5px;

}
td.mainlefttext_g a{
	color: 252525;
	text-decoration: none;
}
td.mainlefttext_g a:hover{
	color: 252525;
	text-decoration: underline;
}
td.mainleftline {
	color: 3F499F;
	FLOAT: left;
	HEIGHT: 1px;
	background-color: #CCCCCC;
	vertical-align: middle;

}
/* 最新消息的内容页 */
td.news_title{
	color: 3F499F;
	HEIGHT: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;

}
td.news_date{
	color:252525;
	text-align: center;
	font-size: 12px;
	HEIGHT: 18px;
}
