﻿@charset "utf-8";
/* CSS Document */
body{font-size:12px;margin:0 auto}
img,table,tr,td{border:none}
table{border-collapse:separate;}

.bold {
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;


}
.mid, td {
	font-size: 13px;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

.small {
	font-size: 12px;
}

.smaller {
	font-size: 9px;
}
.news{
	position:absolute;
	font-size:10px;
	background-color:#FFFFFF;
	padding:3px 0px 3px 0px;
	font-family:verdana;
	font-weight:bold;
	height:26px;
	width:263px;
	overflow:hidden;
	left: 252px;
	top: 187px;


}
.header{
	border:0px;
	background-color:#FFFFFF;
	position:relative;
	width:300;
	height:21px;
	overflow:hidden;
	left: 300px;
	top: 204px;
}

a:link {
	text-decoration: none;
}
.bigger {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;

}
.red:hover {
	color: #336699;
}
body {
	font-family: "Verdana", "Helvetica", "Arial";
}
.Textborder {
	font-family: "Verdana", "Helvetica", "Arial";
	color: #000000;
	font-size: 14px;
	background: #ffffff;
	font-weight: bolder;

}
.Buttonborder { 	
	border-bottom-color: #eeeeee; 
	font-family: "Verdana", "Helvetica", "Arial"; color: #FFFFFF; 
	background: #666666;
	font-size: 11px; 
; border-style: outset
}
.crossout {
	text-decoration: line-through;
}
.content {
	font-size: 14px;
	text-decoration: none;

}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #336699;

}
.cnContent {
	font-size: 15px;
	text-decoration: none;
	line-height: 25px;


}
.cn1Content {
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;


}
.subtitle {
	font-size: 16px;
}
.whiteLink {
	color: #FFFFFF;
	text-decoration: none;
}
.titleYellow {
	font-size: 22px;
	color: #CC9932;
	text-decoration: none;
	font-weight: bold;

}
.blueSubtitle {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
}
.bgnorepeat {
	background-repeat: no-repeat;
}

a.big2:link {  font-size: 16px; color: #336699; font-weight: bold; text-decoration: none;}
a.big2:visited {  font-size: 16px; color: #336699; font-weight: bold; text-decoration: none;}
a.big2:hover {  font-size: 16px; color: #FF6600; font-weight: bold; text-decoration: none;}





#page{width:960px;height:auto;margin:0 auto;}
#main{width:800px;height:auto;margin:0 auto;}
#main #breadcrumb{width:800px;margin-top:45px;font-size:14px;font-family:"Times New Roman", Times, serif;}
#main #content{width:800px;margin-top:15px;}
#content-tabs ul{width:415x;}





/*菜单属性*/
/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {

	padding: 0;
	list-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin:0 auto;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
 	position: absolute;
 	letter-spacing: 0em;
	font-size:12px;
 	font-weight: normal;
	font-size: 12px;
	text-transform: none;
 	top: 2.0em; margin-top: 1px; /* I'm using ems and px to allow people to zoom their font */
 	left: -1px;
 	width: 170px;
	
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist 2ndul {
	display: none;
 	position: absolute;
 	letter-spacing: 0em;
 	font-weight: normal;
	font-size: 12px;
	text-transform: none;
 	top: 2.0em;
	 margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 	left: -1px;
 	width: 320px;
	padding-left:0px;
}
.menulist ul li a {
	text-decoration: none;
	font-size:12px;
	color: #d1d3d4;
	background-color: #1C3959;
	line-height:20px;
}

.menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
	color: #31659C;
	background-color: #F7F79C;
	font-size:12px;
	
}

.menulist ul li a.highlighted {
	color: #d1d3d4;
	background-color: #C64139;
	font-size:12px;

}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: 0;
	margin-top: 0;
	left: 171px;
	font-weight: none;
	font-size:12px;
	font-size: 12px;
	text-transform: none;
	width: 170px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	padding: 1px;
	float: left;
	font-size:12px;
	display: block;
	position: relative;
	background: #31659C;
	margin-right: -1px;
	margin-left:2px;
	z-index:9999;
	borde-right:1px solid #fff;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 font-size:12px;
 margin: 0;
 margin-bottom: -1px;

}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
	display: block;
	text-decoration: none;
	color: #d1d3d4;
	font-size:14px;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #fff;
}
.menulist a.highlighted {
 color: #fff;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */


img{z-index:0}







