﻿@charset "utf-8";
/* CSS Document */
body{
	background:url(images/bg.gif) repeat-x #C1C4CA;
	margin:0px;
	font-family:Verdana, '宋体';
	font-size:12px;
	color:#525252;
	line-height:24px;
}
.clear{
	clear:both;
}
ul,li{
	margin:0px;
	padding:0px ;
	list-style-type:none;
	list-style-position:outside;
}
/**头部样式开始**/
#header{
	width:922px;
	margin:0px auto;
	background:#F4F5F6;
}
.head{
	height:60px;
	background:url(images/bg_top.gif) repeat-x;
	padding:0px 1px;
	width:924px;
}
.logo{
	width:204px;
	background:url(images/logo.gif) no-repeat;
	float:left;
	height:60px;
}
.search{
	float:right;
	width:267px;
	vertical-align:bottom;
	height:31px;
	background:url(images/bg_search.gif) no-repeat;
	line-height:31px;
	margin-top:29px;
}
.input{
	width:112px;
	height:18px;
	border:1px solid #A5A5A5;
	background:#fff;
	margin:auto 10px auto 68px;
}
.banner{
	padding:0px 1px;
}
#tablemum{
	background:url(images/bg_mum.gif) repeat-x;
	margin:0px auto;
	line-height:32px;
	color:#fff;
	width:922px;
	margin-left:1px;
	}
.english{
	text-align:center;
}
#mum{
	height:32px;
	padding:0px 10px;
	margin:0px;
}
#mum li{
	float:left;
	margin:0px 6px;
	display:inline;
	list-style-type:none;
}
#mum li a{
	display: block;
	padding:0px 23px;
}
#mum li a:link,#mum li a:visited,#mum li a:active{
	color:#fff;
	line-height:32px;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
#mum li a:hover{
	background:url(images/bg_mum2.gif) no-repeat right top;
	color:#fff;
	line-height:32px;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	display:block;
}
#mum li ul{
	width:220px; 
	position: absolute;
	text-align:left;
	border:1px solid #999;
	border-bottom:3px solid #AB2525;
	background:#fff;
	line-height:25px;
	padding:0px 4px;
	filter:alpha(opacity=80);
	opacity:0.8;
	 -moz-opacity:0.8;
	left: -999em;
}
#mum li ul li{
	border-bottom:1px solid #C9A4A4;
	color:#000;
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	list-style-position:outside;
}
#mum li ul li.none{
	border-bottom:none;
}
#mum li ul a{
	display:block;
	width:210px;
	padding:0px;
	padding-left:10px;
}
#mum li:hover ul {
left: auto;
}
#mum li.sfhover ul {
left: auto;
}
#mum li ul a:link,#mum li ul a:visited,#mum li ul a:active{
	line-height:25px;
	color:#000;
	background:none;
	font-weight:normal;
}
#mum li ul a:hover{
	background:#FFF6F6;
	line-height:25px;
	color:#000;
	font-weight:normal;
}
/**头部样式结束**/



/**bottom样式开始**/
#bottom{
	height:37px;
	background:url(images/bg_bottom.gif) repeat-x;
	line-height:37px;
	width:922px;
	margin:auto;
}
.left{
	float:left;
	width:400px;
	padding-left:20px;
}
.right{
	width:460px;
	padding-right:30px;
	float:right;
	text-align:right;
}
.foot{
	background:url(images/bg_foot.gif) repeat-x;
	height:5px;
	width:922px;
	margin:0px auto;
}
/**bottom样式结束**/

/**LINK样式开始**/
a:link,a:visited,a:active{
	color:#525252;
	text-decoration:none;
}
a:hover{
	color:#CB0B04;
	text-decoration:underline;
}
/**LINK样式结束**/



.bg_left{
	background:url(images/bg_left.gif) no-repeat;
	width:5px;
}
.bg_right{
	background:url(images/bg_right.gif) no-repeat;
	width:5px;
}