/* 全局及HTML标签默认样式 */

body {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	font-size:12px;
	color:#737373;
	font-family:"宋体",arial;
	line-height:120%;
	text-align: center;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

div,span,label,form,img,ul,ol,li,dl,dt,dd,hr,h1,h2,h3,h4,h5,h6 { 
	margin:0; 
	padding:0;
}

td{
font-size:12px;
}

/* 默认链接颜色 */

a:link {
	color: #737373; 
	text-decoration:none;
}
a:visited {
	color: #737373;
	text-decoration:none;
}
a:hover {
	color: #bc2931; 
	text-decoration:underline;
}
a:active {
	color: #bc2931;
	text-decoration:underline;
}

/*常用链接样式 颜色属性 [定义规则，小写c加颜色名称] */
.cWhite,a.cWhite:link,a.cWhite:visited{
	color:#ffffff;
}
.cBlack,a.cBlack:link,a.cBlack:visited{
	color:#000000; 
}
.cRed,a.cRed:link,a.cRed:visited{ 
	color:Red; 
}
.cGreen,a.cGreen:link,a.cGreen:visited{
	color:#008000;
}
.cBlue,a.cBlue:link,a.cBlue:visited{
	color:#003469;
}
.cBlue2,a.cBlue2:link,a.cBlue2:visited{
	color:#0164B0; text-decoration:underline;
}
.cBlue_more,a.cBlue_more:link,a.cBlue_more:visited{
	color:#577EA3;
	}
.cYellow,a.cYellow:link,a.cYellow:visited{
	color:#ffff00;
}
.cDRed,a.cDRed:link,a.cDRed:visited{ 
	color:#852C28;
}
.cGray,a.cGray:link,a.cGray:visited{ 
	color: #4F544D;
}
.cDGray,a.cDGray:link,a.cDGray:visited{
	color: #666666;
}

/*常用标题样式*/
.title12Bold{
	font-size:12px;
	font-weight:bold;
	line-height:150%;
}
.title14{
	font-family:"黑体";
	font-size:14px;
	line-height:150%;
}
.title18{
	font-family:"黑体";
	font-size:18px;
	line-height:150%;
	color:#FF0000;
}

/*常用内容文本样式*/
.font14{
	font-size:14px;
	line-height:150%;
}
.font14KT{
	font-family:"楷体GB2312";
	line-height:150%;  
}
.font18{
	font-size:18px;
	line-height:150%;
}

/*边框样式*/
.border{
	border:1px solid #aaaaaa;
}
.border_top{
	border-top:1px solid #aaaaaa;
}
.border_bottom{
	border-bottom-top:1px solid #aaaaaa;
}
.border_left{
	border-left:1px solid #aaaaaa;
}
.border_right{
	border-right:1px solid #aaaaaa;
}

/*页面布局*/
#main {
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#head{
	clear: both;
	width: 912px;
	margin: 0px;
	padding: 0px;
	background-image: url();
	background-repeat: repeat-x;
	background-position: left top;
}
#left {
	width: 312px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	vertical-align: top;
}

#right {
	float: right;
	width: 185px;
	text-align: right;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: #F3F3F3;
	height: 100%;
}
#middle {
	float: left;
	width: 400px;
}

#left {
	clear: both;
	width: 912px;
	margin: 0px;
	padding: 0px;
	background-image: url();
	background-repeat: repeat-x;
	background-position: left top;
}

/*其他样式自定义样式*/
.top1 {
	background-image: url(images/top1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.nav {
	border: 1px solid #A8D7EA;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.nav img {
	margin-right: 5px;
	margin-left: 5px;
}
.lanmubg {
	background-image: url(images/lanmu2.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.lanmu_under {
	background-image: url(images/lanmu4.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.date_style {
	font-family: Arial, Helvetica, sans-serif, "黑体";
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.news_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.search_bg {
	background-image: url(images/search_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.form_style {
	background-color: #FFFFFF;
	height: 16px;
	width: 260px;
	border: 1px solid #999999;
}
.under_bg {
	background-image: url(images/under.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.secpage_left {
	background-image: url(images/leftbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #EBF7FF;
}
.secpage_right {
	background-image: url(images/sec_page3.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.secpage_nav {
	background-image: url(images/sec_page4.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.news_content {
	font-family: "宋体", Arial, sans-serif, Verdana;
	line-height: 150%;
	text-decoration: none;
	padding: 15px;
}
.secpage_btn {
	background-image: url(images/sec_page1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 40px;
}

.news_content img {
margin:15px;
}
.news_detail {
	font-family: "宋体", Arial, sans-serif, Verdana;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	text-decoration: none;
}
.news_detail img{ margin:15px;}