@charset "utf-8";
/* 初始化 */
/*---------- import ---------*/
@import url("common.css");
/*---------- base ---------*/
body{
	text-align:center;
}
body, td, th, select {
	font: 12px/160% Tahoma,Verdana,Arial,snas-serif;
	color: #333;
}
body, ul, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, label, select{
	margin: 0px;
	padding: 0px;
}
input, textarea {
	border:1px #A7A6AA solid;
}
img,a img{
	border: 0px;
}
pre {
	white-space:pre-wrap;      /* css-3 */
	white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
	white-space:-pre-wrap;     /* Opera 4-6 */
	white-space:-o-pre-wrap;   /* Opera 7 */
	word-wrap:break-word;      /* Internet Explorer 5.5+ */
	-moz-binding:url('./wordwrap.xml#wordwrap'); /* 再多这行 */
	margin:0px;
}
a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color:#C10814;
	text-decoration: none;
}
a.title:link {
	color:#B4003C;
	text-decoration: none;
}
a.title:visited {
	color:#B4003C;
	text-decoration: none;
}
a.title:hover {
	color:#EA004D;
	text-decoration: none;
}
a.red:link {
	color:#C10814;
	text-decoration: none;
}
a.red:visited {
	color:#C10814;
	text-decoration: none;
}
a.red:hover {
	color:#666666;
	text-decoration: none;
}
.red {
	color:#C10814;
}
/***************************************************************************************/
/* 导航 */
ul#navmenu {
	margin:0px;
	padding:0px;
	width:100%;
	height:35px;
	list-style:none;
	font-size: 12px;
}
ul#navmenu li {
	margin:0px;
	padding:0px;
	line-height:35px;
	text-align:center;
	float:left;
	list-style:none;
	display:inline;
	position:relative;
	padding-top:0px;
	z-index:999;
}
ul#navmenu li ul li{
	margin:0px;
	background-color:#FFF;
	padding:0px;
	line-height:20px;
	border-left:none;
	border-top:none;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	text-align:left;
}
ul#navmenu ul{
	margin:0px;
	padding:0px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	list-style:none;
	display:none;
	position:absolute;
	top:35px;
	left:25px;
	float:left;
}
ul#navmenu .one {width:109px;}
ul#navmenu .one ul li {width:100px;}
ul#navmenu .two {width:124px;}
ul#navmenu .two ul li {width:100px;}
ul#navmenu .three {width:124px;}
ul#navmenu .three ul li {width:135px;}
ul#navmenu .four {width:124px;}
ul#navmenu .four ul li {width:125px;}
ul#navmenu .five {width:124px;}
ul#navmenu .five ul li {width:100px;}
ul#navmenu .six {width:150px;}
ul#navmenu .six ul li {width:100px;}
/* Root Menu */ 
ul#navmenu li li a {
	text-align:left;
	color: #FFF;
	padding-left:20px;
	background: #C50224 url(../images/nav_li.gif) no-repeat 10px 5px;
	display: block;
	float: none !important; /*For Opera*/
}
ul#navmenu li li a:hover{
	text-align:left;
	color: #FFF;
	padding-left:20px;
	background: #EE022C url(../images/nav_li.gif) no-repeat 10px 5px;
	display: block;
	float: none !important; /*For Opera*/
}
/* 2nd Menu */ 
ul#navmenu li:hover li a {
	text-align:left;
	color: #FFF;
	padding-left:20px;
	background: #C50224 url(../images/nav_li.gif) no-repeat 10px 5px;
}
/* 2nd Menu Hover Persistence */ 
ul#navmenu li:hover li a:hover{
	text-align:left;
	color: #FFF;
	padding-left:20px;
	background: #EE022C url(../images/nav_li.gif) no-repeat 10px 5px;
}
/* Do Not Move - Must Come Before display:block for Gecko */ 
ul#navmenu li:hover ul,
ul#navmenu li.iehover ul { 
	display: block; 
}
.content td,.content p {
	line-height: 22px;
}
.Pcont {
	float: left;
	overflow: hidden;
	width: 590px;
}
.ScrCont {
	width: 32766px;
}
#List1_1,#List2_1 {
	float: left;
}
/***************************************************************************************/
.tree_menu ul {
	list-style-type:none;
	overflow:hidden;
	margin-top:10px;
} 
.tree_menu ul li {
	line-height:28px;
	background:#DDDDDD url(../images/tree_line.gif) repeat-x left bottom;
}
.tree_title_1{
	text-align:left;
}
.tree_title_1 a{
	font-size:14px;
	line-height:28px;
	font-weight:bold;
	padding-left:45px;
	color:#252525;
	background:url(../images/tree_point.gif) no-repeat 22px 10px;
	display:block;
}
.tree_title_2 {
	font-size:12px;
	line-height:28px;
	padding-left:45px;
	text-align:left;
}
.tree_title_out a{
	color:#B30122;
}

.title_point {
	height:28px;
	color:#252525;
	background:#ECECEC;
}
.title_point strong {
	float:left;
	background:url(../images/home_point.gif) no-repeat 12px center;
	font-size:14px;
	font-weight:bold;
	line-height:26px;
	height:26px;
	padding:2px 0px 0px 30px;
}

.title_point span {
	float:right;
	background:url(../images/home_point_link.gif) no-repeat left center;
	position:relative;
	line-height:26px;
	padding:2px 15px 0px 15px;
	color:#252525;
}
