﻿/*头部css*/
#head{
	position:absolute;
	width:1004px;
	height:250px;
	top:0px;
	left:0px;
	z-index:-1;
}


/*导航菜单*/
#nav{
	margin:0 auto;
	width:843px;
	height:41px;
	overflow:hidden;
}
#nav ul {
	margin:0;
	padding:0 0 0 30px;
	list-style:none;
}
#nav ul li {
	float:left;
	margin-right:4px;
}
#nav a{
	color:#DCF3FB;
	text-decoration:none;
	cursor:pointer;
}
#nav a:hover{
	color:#0B6280;
	text-decoration:none;
}
a.navpng {
	display:block;
	text-align:center;
	height:41px;
	line-height:41px;
	font-size:14px;
	font-weight:bold;
	width:87px;
	overflow:hidden;
	background:url(../../images/navon.png) no-repeat left -41px;
}
a.navpng:hover{
	background:url(../../images/navover.png) no-repeat left -41px;
}
* html a.navpng
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="../images/navon.png");
	background:none;
}
* html a.navpng:hover
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/navover.png");
	background:none;
}

.on{
	color:#0B6280;
	font-size:14px;
	font-weight:900; 
	display:block;
	text-align:center;
	height:41px;
	line-height:41px;
	width:87px;
	text-decoration:none;
	overflow:hidden;
	background:url(../../images/navover.png) no-repeat left -41px;
}

* html .on
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/navover.png");
	background:none;
}


/*主体内容*/

#contant{
	margin:0 auto;
	width:843px;
	position:relative;
	padding-top:140px;
	text-align:center;
	background:#DCF3FB url(../../images/contantbg.jpg) no-repeat left top;
	z-index:1px;
}

#titleSwf{
	position:absolute;
	right:0px;
	top:3px;
	width:300px;
	height:140px;
}

#leftimg{
	position:absolute;
	left:20px;
	bottom:-3px;
}

#innerContant{
	width:813px;
	position:relative;
	padding:10px 10px 10px 246px;
	border-bottom:1px solid #9CDAF3;
}

#Mcontant_l{
	text-align:center;
	float:left;
	width:246px;
}
#Mcontant_l .leftbgB{
	background:url(../../images/leftbgB.gif) no-repeat right bottom;
}
#contant_r{
	float:right;
	width:597px;
}
#contant_r .rightBg{
}

/*底部*/
#footer{
	text-align:right;
	margin:0 auto;
	padding:10px 20px;
	color:#979797;
	line-height:150%;
	width:843px;
	background:#DCF3FB url(../../images/footerbg.gif) no-repeat left bottom;
}

#botimg{
	height:147px;
	background:url(../../images/botimg.jpg) no-repeat left bottom;
}