@charset "utf-8";
/* CSS Document */
* {
	margin: auto;
	padding: 0px;
}

.PicMiddle {
	vertical-align:middle;
}
.ClearFloat {
	clear:both;
}
.Hide {
	display:none;
}
#Top .Toolbar1 {
	background-image: url(../Images/background_1_1.png);
	background-repeat: repeat-x;
	height: 46px;
}
#Top .Toolbar1 .CentreBox {
	width: 1210px;
	height: 46px;
}

#Top .Toolbar1 .CentreBox .Menu {
	height: 46px;
	width: 800px;
	float: left;
}
#Top .Toolbar1 .CentreBox .Menu .List1 {
	float: left;
	text-align: center;
	list-style-type: none;
	height: 46px;
	position: relative;
	left: 20px;
}
#Top .Toolbar1 .CentreBox .Menu .List1 li {
	width: 98px;
	float: left;
	height: 46px;
	line-height: 46px;
	color:#fff;
}
#Top .Toolbar1 .CentreBox .Menu .List1 li a {
    color: #fff;
    display: inline-block;
	width: 100px;
    text-align: center;
    vertical-align: middle;
	/*
    background: url(../Images/menu_a_bg.png) no-repeat right center;
	*/
}
#Top .Toolbar1 .CentreBox .Menu .List1 li a.nav_title {
	font-size:16px; 
	font-family:方正大标宋简体
}

#Top .Toolbar1 .CentreBox .Menu .List1 .Select {
	/*
	background-image: url(../Images/background_3_3.png);
	*/
	/**/
	-moz-border-radius: 5px;    
 	-webkit-border-radius: 5px;  
	border-radius: 5px; 
	behavior: url(iecss3.htc);
	position:relative; z-index:2;
	background-color:#FFF;
	height:30px;
	line-height:30px;
	margin-top:8px;
	background-repeat: no-repeat;
	background-position: center;
	color:#4fa2d6;
	/*
	border: 2px solid #C0C0C0; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px; 
	position:relative; 
	padding:5px; 
	background:#FFF; 
	z-index:2; 
	width:330px; 
	height:200px; 
	behavior: url(__Public__/css/iecss3.htc) 
	*/
}
/*
#Top .Toolbar1 .CentreBox .Menu .List1  a {
	text-decoration:none;
	color:#fff;
	width:120px;
	height:30px;
	line-height:30px;
}
*/

#Top .Toolbar1 .CentreBox .Menu .List1 .Select a {
	text-decoration:none;
	color:#fff;
}

#Top .Toolbar1 .CentreBox .Menu .List1 .Select a:link {
	text-decoration:none;
	color:#4fa2d6;
}

#Top .Toolbar1 .CentreBox .Menu .List1 .Select a:hover {
	text-decoration:none;
	color:#4fa2d6;
}

#Top .Toolbar1 .CentreBox .Menu .List1 .Select a:visited {
	text-decoration:none;
	color:#4fa2d6;
}

/**** 二级菜单***/
#Top .Toolbar2 {
	/*
	background-image: url(../Images/background_4.png);
	*/
	background-color:#fff;
	background-repeat: repeat-x;
	height: 30px;
	clear: both;
}
#Top .Toolbar2 .CentreBox {
	height: 30px;
	width: 1210px;
}
#Top .Toolbar2 .CentreBox .Menu {
	position: relative;
	overflow: hidden;
	height: 30px;
	width: 850px;
	left: 60px;
	float: left;
}
#Top .Toolbar2 .CentreBox .Menu ul {
	list-style-type: none;
	height: 30px;
	position: absolute;
}
/**** 二级菜单Li宽度***/
#Top .Toolbar2 .CentreBox .Menu ul li {
	float: left;
	height: 30px;
	width: 75px;
	text-align: center;
	line-height: 30px;
}
#Top .Toolbar2 .CentreBox .Menu ul li a {
	color: #434343;
	font-size: 12px;
}
#Top .Toolbar2 .CentreBox .Menu ul .Select {
	background-image: url(../Images/background_5.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #4fa2d6;
}

/*****************************************************************
 * 搜索框控件风格
 * 名称：SearchBar_Image
 * 风格：搜索按钮为图片按钮 
 ******************************************************************/
.SearchBar_Image {
    display: inline;
    font-size: 12px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.SearchBar_Image li {
    line-height: 25px;
	margin-top:8px;
}

.SearchBar_Image img {
    border-width: 0;
}

.SearchBar_Image .keyword {
    float: left;
	margin-left:20px;
}

.SearchBar_Image input.keyword {
    -moz-background-clip: inherit;
    -moz-background-inline-policy: inherit;
    -moz-background-origin: inherit;
    background: inherit inherit inherit inherit inherit;
    border: 1px solid #ccc;
    height: 18px;
    margin-top: 5px;
    width: 120px;
}

.SearchBar_Image .search {
    float: left;
}

.SearchBar_Image .search input {
    background-color: Transparent;
    background-image: url(search1.jpg);
    background-repeat: no-repeat;
    border-width: 0;
    height: 19px;
    margin-left: 1px;
    margin-top: 5px;
    width: 46px;
    margin-right: 20px;
}