/*网站基本样式*/
/*最后修订时间 2007/12/29*/

/*基础样式*/
		*{margin:0;padding:0;border:0;font:Arial,Verdana,Helvetica,宋体,sans-serif;text-decoration:none;line-height:14px; letter-spacing:0; word-spacing:0;}
		body{background:#fff;}
		a{color:#999;} /*链接样式*/
		a:hover{color:#666;}/*鼠标悬停时*/
		div,h1,h2,h3,h4,h5,h6{display:block;}
		p{line-height: 22px;}/*段落*/
		b,b *,strong,strong *,em,em *{font-weight: bold;}/*粗体，着重*/
		i,i *{font-style: italic;}/*倾斜*/
		u,u *{text-decoration:underline;}/*下划线*/
		li{list-style:none;}
		td{font-size:12px;}
/*预置常用样式*/
		.body_center{margin:0 auto;}/*页面居中*/
		.star{color:red;}/*星号*/
		.submit{font-family:"Tahoma";font-size:12px;height: 20px;width:34px;color: #666;background-color: #FFF;border: 1px solid #666;} /*按钮样式*/
		.submit2{font-family:"Tahoma";font-size:12px;height: 22px;width:45px;color: #666;background-color: #FFF;border: 1px solid #666;} /*按钮样式*/
		.input{color: #666;font-size:12px;background-color: #fff;border:solid 1px #666;padding: 2px 5px;}  /*表单样式*/
		.t_left{text-align:left;}/*居左*/
		.t_center{text-align:center;}/*居中*/
		.t_right{text-align:right;}/*居右*/
/*一般样式*/
		.top{margin:0 0 33px 0;}
		.left_menu_bg{background:url(../images/menu/bg.jpg) no-repeat; padding-top:30px;}
		.left_menu_table{border-bottom:solid 1px #E7E7E7;}
		.page_top{ border-bottom:solid 1px #6097C8;}
		.page_top_title{background:url(../images/page/top_title_ico.jpg) no-repeat; padding-left:25px;}
		.page_top_nav a:hover{ text-decoration:underline;}
		.page_main_txt{padding:15px; line-height:140%}
		.page_main_txt *{line-height:140%}
		.page_main_tbl{height:420px; vertical-align:top;}
		.foot{ background:url(../images/foot/bg.jpg) no-repeat;padding-top:10px;}
		.foot,.foot a{color:#BABABA; font-size:11px;}.foot a:hover{color:#999;}
		.foot strong{color:#787878;font-weight:normal;}
		.news_li{ height:380px;}
		.news_li dl{ border-bottom:dashed 1px #6cf; height:30px; }
		.news_li dl dt{display:block;float:left;width:80%;line-height:30px; padding-left:20px; background:url(../images/page/news_li_ico.jpg) no-repeat;}
		.news_li dl dd{display:block;float:right;width:15%;line-height:30px; text-align: center;}
		.page_num{line-height:30px; margin-top:15px; text-align:center;}
		.project_li{ text-align:center;}
		.project_li dl{width:176px; margin:20px 22px; float:left;}
		.project_li dt{ border:1px solid #C7C7C7; height:117px; text-align:center; line-height:117px;}
		.project_li dt a{line-height:117px; height:117px; display:block; }
		.project_li dt a img{display:block;}
		.project_li dd{ background:url(../images/page/news_li_ico.jpg) no-repeat; text-align:left; padding-left:20px;}
		.project_li dd a{line-height:30px;}
		.project_li dt a img{}
		.project_li_line{border-bottom:1px dashed #6cf; height:1px; overflow:hidden; clear:both; display:block; width:95%;}
		.news_more_txt{text-align:center;}
		.news_more_title{display:block;color:#044880;font-size:14px; margin-top:15px;}
		.news_more_data{line-height:22px;}
		.news_more_back_btn{ display:block; margin:15px 0; text-align:right; width:90%;}
		.page_bg_1{ background:url(../images/page/bg_1.jpg) no-repeat;}
		.page_bg_2{ background:url(../images/page/bg_2.jpg) no-repeat;}
		.page_bg_3{ background:url(../images/page/bg_3.jpg) no-repeat;}
/*文本样式*/
	/*行高*/
		.line_12,.line_12 td{line-height:12px;}
		.line_14,.line_14 td{line-height:14px;}
		.line_16,.line_16 td{line-height:16px;}
		.line_18,.line_18 td{line-height:18px;}
		.line_20,.line_20 td{line-height:20px;}
		.line_22,.line_22 td{line-height:22px;}
	/*字体大小*/
		.font_10{font-size:10px;}
		.font_12{font-size:12px;}
		.font_14{font-size:14px;}
		.font_16{font-size:16px;}
		.font_18{font-size:18px;}
	/*字体*/
		.font_family_Arial{font-family:Arial, Helvetica, sans-serif;}
	/*颜色*/
		.color_000 a,.color_000 a:hover{color:#000;}
		.color_fff a,.color_fff a:hover{color:#fff;}
		.color_333,.color_333 a{color:#333;}.color_333 a:hover{color:#000;}
		.color_666,.color_666 a{color:#666;}.color_666 a:hover{color:#333;}
		.color_999,.color_999 a{color:#999;}.color_999 a:hover{color:#666;}
		.color_FF0000{ color:#FF0000}
		.color_f74d00,.color_f74d00 a{color:#f74d00; font-weight:bold;}.color_f74d00 a:hover{color:#C63C00;}	/*目录橙*/
	/*背景色*/
		.bg_000{background-color:#000;}
		.bg_fff{background-color:#fff;}
/*结构样式*/
	/*内边距*/
		.padding_5{padding:5px;}
		.padding_15{padding:15px;}
/*其他样式*/
		.clear_both{clear:both;}
		.float_left{float:left;}
		.float_right{float:right;}