﻿/*头部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;
}

/*en导航菜单*/
#enav{
	margin:0 auto;
	width:919px;
	height:38px;
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	background-position:left top;
}
#enav ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}
#enav ul li {
	float:left;
	margin:0px;
	padding:0px;
	height:38px;
	width:105px;
}
#enav ul li a {
	margin:0px;
	padding:0px;
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	background:url(../images/nav.png) no-repeat;
	height:38px;
}

#enav a.mnu_home{
	background-position:left top;
}
#enav a.mnu_home:hover{
	background-position:left -38px;
}
#enav a.mnu_intro{
	background-position:-105px top;
}
#enav a.mnu_intro:hover{
	background-position:-105px -38px;
}

#enav a.mnu_news{
	background-position:-206px top;
}
#enav a.mnu_news:hover{
	background-position:-206px -36px;
}
#nav a.mnu_pro{
	background-position:-309px top;
}
#nav a.mnu_pro:hover{
	background-position:-309px -36px;
}


#enav a.mnu_job{
	background-position:-412px top;
}
#enav a.mnu_job:hover{
	background-position:-412px -36px;
}

#enav a.mnu_book{
	background-position:-515px top;
}
#enav a.mnu_book:hover{
	background-position:-515px -36px;
}

#enav a.mnu_contact{
	background-position:-618px top;
}
#enav a.mnu_contact:hover{
	background-position:-618px -36px;
}



/*主体内容*/

#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;
}