@charset "utf-8";
/*************************************
*
* 文件名称：common.css
* 创建日期：2007-8-13
* 制 造 者：胡苹
* 内容概要：存放通用布局、公共字体、颜色、输入框、按钮等样式
*
*************************************/

body { 
	width:1003px; 
	padding:0px;
	margin:0 auto;
	color:#5B5B5B;
	font-size:12px;
	font-family:"宋体",Arial, Helvetica, sans-serif;
	background-color:#cccccc;
}
* {
	margin:0px;
	padding:0px;
}
ul,li {
	list-style-type:none;
}
img {
	border:0px;
}

/** 文字链接样式 **/
a:link {
	color:#5B5B5B;
	text-decoration:none;
}
a:visited {
	color:#5B5B5B;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
	text-decoration:underline;
}
a:active {
	color:#5B5B5B;
	text-decoration:underline;
}
a.bai:link {
	color:#fff;
	text-decoration:none;
}
a.bai:visited {
	color:#fff;
	text-decoration:none;
}
a.bai:hover {
	color:#ff0000;
	text-decoration:underline;
}
a.bai:active {
	color:#fff;
	text-decoration:underline;
}
/********** 页面内部公共部分样式开始 **********/

/** 头部样式开始 **/
#Homepage{
	width:1003px;
	height:314px;
}

#Nav {
	width:1003px;
	height:41px;
	background:#0099FF;
}

/** 头部样式结束 **/

/** 正文样式开始 **/
#main {
	width:1003px;
	overflow:hidden;
	background:#FFFFFF;
}

#HomeLeftbg {
	float:left;
	width:18px;
	height:694px;
}

#HomeMid {
	float:left;
	width:969px;
}

#HomeMidTop {
	width:969px;
	height:533px;
	
}

.HomeMidTopLeft {
	float:left;
	margin-left:15px;
	padding:0px;
	width:353px;
	height:533px;
	display:inline;	
}

.HomeLeft01{
	width:353px;
	height:217px;
}

.HomeLeft02{
	width:353px;
	height:163px;
	padding-top:15px;
	text-align:center;
}

.HomeLeft03{
	width:353px;
	height:112px;
}



.HomeMidTopRight {
	float:left;
	margin-left:13px;
	padding:0px;
	width:588px;
	height:533px;
	display:inline;	
}

.HomeRight01{
	width:588px;
	height:92px;
	padding:8px 0px;
}

.HomeRight02{
	width:588px;
	height:254px;
}

.HomeRight03{
	width:588px;
	height:143px;
}

.HomeRight03Left{
	float:left;
	width:156px;
	height:144px;
}

.HomeRight03Right{
	float:left;
	margin:0px;
	width:432px;
	height:144px;
	background:url(../images/index_10.jpg) no-repeat;
}

#HomeMidBot {
	width:969px;
	height:161px;
}

.HomeMidBotLeft{
	float:left;
	width:471px;
	height:152px;
}

.HomeMidBotRight{
	float:left;
	width:498px;
	height:152px;
	border:0px;
}

#HomeRightbg{
	float:right;
	width:16px;
	height:694px;
}

.xian {
	width:1003px;
	height:1px;
	display:inline;
	background:url(/images/Home-line.jpg) no-repeat;
}

.HomeRight02Left {
	float:left;
	width:208px;
	height:79px;
}

.HomeRight02Middle {
	float:left;
	margin-left:10px;
	width:164px;
	height:79px;
	display:inline;
}

.HomeRight02Right {
	float:left;
	margin-left:20px;
	width:159px;
	height:79px;
	display:inline;
}

.NeiLeft {
	float:left;
	width:286px;
	overflow:hidden;
	border-right:#D7DDE8 1px solid;
		padding-bottom: 32767px !important;
margin-bottom: -32767px !important; 
}

.NeiRight {
	float:left;
	width:682px;
	overflow:hidden;
}

.zbbg {
	margin:0px auto;
	margin-top:10px;
	padding:10px;
	width:242px;
	height:100%;
	border:1px solid #C6DCEC;
	background:url(../../images/xian2.jpg) repeat-y;
}

.Newnav ul.Newnavlist li {
	margin-bottom:6px;
	height:25px;
	color:#1B3E7A;
	list-style-type:none;
	line-height:25px;
}
.Newnav ul.Newnavlist li a {
	height:25px;
	line-height:25px;
	color:#1B3E7A;
	text-decoration:none;
	padding-left:35px;
	background:url(../../images/nav-03.jpg) no-repeat;
	display:block;
	
}
.Newnav ul.Newnavlist li a:hover {
	color:#F55D1C;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	background:url(../../images/nav-04.jpg) no-repeat;	
	line-height:25px;
	height:25px;
	display:block;
}
/** 正文样式结束 **/

/** 底部样式开始 **/	
#dizhi {
	width:1003px;
	height:104px;
	color:#FFFFFF;
	line-height:20px;
	background:url(/images/index_13.jpg) repeat-x;
}
		
/** 底部样式结束 **/	