/* 全局CSS定义 */
body { text-align: center; margin:0; padding:0; background: #FFF; font-size:12px; color:#000;}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}

/* 链接颜色 */
a:link {color: #000; text-decoration:none;}
a:visited {color: #83006f;text-decoration:none;}
a:hover {color: #bc2931; text-decoration:underline;}
a:active {color: #bc2931;}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{ color:Red; }
.cBlue,a.cBlue:link,a.cBlue:visited{color:#0F345D;}
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#bc2931;}
.cGray,a.cGray:link,a.cGray:visited{ color: #4F544D;}
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
a.cBlack:hover{color:#bc2931;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}


.p_text {
	font-family: Arial;
	color: #707070;
	text-decoration: none;
	font-size: 12px;
	padding-right: 10px;
}
.pro_text {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.pro_category {
	font-family: "黑体";
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #10539E;
	text-decoration: none;
}
.pro_category_text {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #707070;
	text-decoration: none;
}
.feedback_text {
	font-family: Arial;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.feedback_fro {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #51AFE2;
}


.job_fro {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #D0CECE;
	background-color: #F6F6F6;
}
.about_text {
	font-family: Arial;
	font-size: 12px;
	line-height: 25px;
	color: #363636;
	text-decoration: none;
}
.info_text {
	font-family: Arial;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #0F345D;
	text-decoration: none;
	background-image: url(../images/info_j.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
}
.info_title {
	font-family: Arial;
	font-size: 24px;
	line-height: 35px;
	font-weight: bold;
	color: #646C77;
	text-decoration: none;
}
