@charset "utf-8";

body{
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	text-align: center;
}
.table_index{
	border-collapse:collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 900px;
	background-color: #FFFFFF;
}
.table_center .menu{
	background-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	padding-top: 15px;
	width: 245px;
}
.table_center .menu ul{
	margin: 0px;
	padding: 0px;
}
.table_center .menu ul li{
	text-align: center;
	margin-bottom: 9px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.table_center .menu ul li a{
	font-size: 13px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.table_center .menu ul li a:hover{
	font-size: 15px;
	font-weight: normal;
	color: #FF3300;
}
.table_center .flash{
	height: 251px;
	width: 735px;
}
.table_index .td{
	width: 25%;
	text-align: center;
	vertical-align: top;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 16px;
	padding-bottom: 10px;
	background-image: url(../images/bg_td.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.table_index .td_line{
	width: 25%;
	text-align: center;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 16px;
	padding-bottom: 10px;
	background-image: url(../images/bg_td.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.table_news{
	text-align: left;
	line-height: 18px;
}
.table_news .link{
	color: #006699;
	text-decoration: none;
}
.table_news .link:hover{
	color: #006699;
	text-decoration: none;
}
.table_news .title{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.table_news .text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
}
.table_news ol{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
}
.table_news ol li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.table_news ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}
.table_news ul li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.table_news ul li a{
	color: #FF6600;
}
.table_news ul li a:hover{
	color: #CC0000;
}
.table_news .more{
	margin-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.table_news .more a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
	background-image: url(../images/icon_more.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 14px;
}
.table_news .more a:hover{
	color: #336699;
}
.table_contant{
	width: 100%;
}

.table_contant .tdleft{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	vertical-align: top;
}
.table_contant .tdright{
	width: 735px;
	text-align: left;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.table_contant .tdright h3{
	background-image: url(../images/icon_h3.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 22px;
	height: 23px;
	font-size: 15px;
	font-weight: bold;
	color: #CC3300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.table_contant .tdright h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.table_contant .tdright p{
	padding-left: 20px;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.table_contant .tdright p a{
	color: #FF6600;
	text-decoration: none;
}
.table_contant .tdright p a:hover{
	color: #990000;
	text-decoration: none;
}
.table_contant .tdright p .img_left{
	float: left;
	border: 1px solid #666666;
	margin-right: 10px;
	margin-bottom: 10px;
}
.table_list{
	width: 90%;
}

.table_list th{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

.table_list td{
	vertical-align: top;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0099CC;
}

.table_list td a{
	color: #006699;
	text-decoration: none;
}
.table_list td a:hover{
	color: #CC3300;
}
.table_list td.red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF6600;
}
.table01{
	width: 100%;
}
.table01 th{}
.table01 td{
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
.table01 td img{
	border: 1px solid #333333;
}
.ol{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ol li{
	font-size: 15px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
.ol li a{
	color: #333333;

}
.ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ul li{
	font-size: 15px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
.ul li .data1{
	color: #006699;
	margin-right: 6px;
}
.ul li .data{
	color: #333333;
	font-size: 13px;
	margin-left: 6px;
}
.ul li a{
	color: #FF6600;
}
.ul li a:hover{
	color: #990000;
}
.red{
	font-size: 15px;
	color: #FF0000;
}
.blue{
	font-size: 15px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
}
.map{
	border: 4px solid #996600;
	margin-top: 15px;
	margin-bottom: 15px;
}
.footer{
	background-color: #707070;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dcdcdc;
	padding-top: 10px;
	padding-bottom: 10px;
}

