body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-align:center;			/* 居中且宽度固定的版式，参考11.2节 */
	background:url(../images/bg.jpg) repeat-x #fff;
}
#container{
	position:relative;
	margin:0px auto 0px auto;
	width:1000px;
}
#globallink{
	width:1000px; height:166px;	/* 设置块的尺寸，高度大于banner图片 */
	margin:0px; padding:0px;/* 再设置背景颜色，作为导航菜单的背景色 */
}
.logo{
float:left;
width:375px;
height:166px;
margin:0px; padding:0px;
background:url(../images/background_logo.jpg) no-repeat;
}
.top{
float:left;
width:625px;
height:166px;
margin:0px; padding:0px;
}
.top1{
height:125px;
margin:0px; padding:0px;
background:url(../images/background_top.jpg) no-repeat;
}
#topmenu{
height:41px;
margin:0px; padding:0px;
}
#topmenu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#topmenu li{
	float:left; 
	text-align:center;
}
#topmenu li a{
    display:block;/* 区块显示 */
	text-align:center;
}

#topmenu a:link, #topmenu a:visited{
	padding:0px;	/* 链接之间的距离 */
	margin: 0px;
	color:#000;
    font-size:12px;
	text-decoration:none;
}
#topmenu a:hover{
	margin:0px;
	color:#fff;
	text-decoration:none;
}
#topmenu ul li ul {display: none;} 
/* specific to non IE browsers */ 
#topmenu ul li:hover ul {display:block; position:absolute; top:165px;  width:180px;} 
#topmenu ul li:hover ul li a.hide { color:#fff;} 
#topmenu ul li:hover ul li:hover a.hide {background: #B16229; color:#000;} 
#topmenu ul li:hover ul li a {display:block; background: #B0D7B3; color:#3A3556; width:180px; text-align:left;padding:3px;border-bottom:1px solid #000;} 
#topmenu ul li:hover ul li a:hover {background:#CEE6D0; color:#327229;} 
#topmenu ul li:hover ul li:hover ul.left {left:-105px;}

#con{
width:940px;
padding:0px 30px 0px 30px;
background:url(../images/background_con.jpg) repeat-x #fff;
min-height:434px;
}
.main1{
	padding:0px;
	margin:0px;
	width:940px;
	height:45px;
	background:url(../images/background_main1.jpg) no-repeat;
}
.tit{
	padding:0px;
	margin:0px;
	height:20px;
    text-align:left;
	font-size:18px;
    color:#000793;
	background-color:#BFBFBF;
}
.tit2{
	padding:0px;
	margin:0px;
	height:16px;
    text-align:left;
	font-size:12px;
	font-weight:bold;
    color:#000793;
	background-color:#BFBFBF;
}
.content{
	margin:0px;
	padding:10px 70px 10px 70px;
    text-align:justify;
    color:#000;
	background-color:#FFF;
}
.cntent li{
list-style-position: inside; }
.img1{
float:left;
padding:0px 20px 10px 0px;}
.main3{
	padding:0px;
	margin:0px;
	width:940px;
	height:160px;
	background:url(../images/background_main3.jpg) no-repeat;
}
#footer{
width:100%;
margin:15px 0px 0px 0px;
background:url(../images/background_foot.jpg) repeat-x;
}
#footer2{
margin:0px auto 0px auto;
width:940px;
height:55px;
text-align:center;
padding-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
}

#footer2 a{
color:#fff;
text-decoration:none;
}

#footer2 a:hover{
color:#000;
text-decoration: underline;
}

