body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-align:center;			/* 居中且宽度固定的版式，参考11.2节 */
	background-color:#FFF;
}
#container{
	position:relative;
	margin:0px auto 0px auto;
	width:1000px;
	text-align:left;
}
#globallink{
	width:1000px; height:165px;	/* 设置块的尺寸，高度大于banner图片 */
	margin:0px; padding:0px;/* 再设置背景颜色，作为导航菜单的背景色 */
    text-align:center;
}
.top1{
height:138px;
margin:0px; padding:0px;
background:url(../images/background_top.jpg) no-repeat;
}
#topmenu{
height:27px;
margin:0px; padding:0px;
background: url(../images/background_topmenu.jpg) repeat-x;
color:#52514D;
}

#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:7px 20px 7px 20px;	/* 链接之间的距离 */
	margin:0px 1px 0px 0px;
	color:#000;
    font-size:12px;
	font-weight: bold;
	text-decoration:none;
}
#topmenu a:hover{
	margin:0px 1px 0px 0px;
	color:#fff;
	text-decoration:none;
	background:url(../images/background_topmenu2.jpg) repeat-x;
}
#topmenu ul li ul {display: none;} 
/* specific to non IE browsers */ 
#topmenu ul li:hover ul {display:block; position:absolute; top:165px; left:218px; width:90px;} 
#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: #ccc; color:#000; width:100px; text-align:left;} 
#topmenu ul li:hover ul li a:hover {background:#E8E8E8; color:#000;} 
#topmenu ul li:hover ul li:hover ul.left {left:-105px;}


#con{
width:1000px;
margin:0px auto 0px auto;
background:url(../images/background_main.jpg) no-repeat;
min-height:519px;
}
.tit{
    height:25px;
	margin:0px;
	padding:20px 0px 0px 70px;
    text-align:left;
	font-size:18px;
    color:#fff;
}
.content{
	margin:0px;
	padding:20px 70px 20px 70px;
    text-align:justify;
	font-size:12px;
    color:#000;
}
.text{
    width:452px;
	height:300px;
	margin:0px;
	padding:0px;
    text-align:justify;
	font-size:14px;
	font-weight:bold;
    color:#000;
	line-height:25px;
}
.text a{
color:#B40021;
text-decoration: underline;
}

.text a:hover{
color:#ccc;
text-decoration: underline;
}

.flash{
    width:640px;
	height:93px;
	margin:0px;
	padding:0px;
}
.text2{
	height:67px;
	margin:10px 0px 0px 0px;
	padding:0px;
}

.logo{
    float:left;
    width:640px;
	height:59px;
	margin:0px;
	padding:8px 0px 0px 0px;
	border:1px solid #C2C2C2;
	background-color:#FFFFFF;
}
.buttun1{
    float:left;
    width:180px;
	height:52px;
	margin:0px 0px 0px 30px;
	padding:15px 0px 0px 0px;
	border:1px solid #C2C2C2;
	text-align:center;
	font-size:16px;
	color:#666;
	font-weight:bold;
	background-color:#FFF;
}
.img{
float:right;
margin:20px 0px 0px 50px;}


#footer2{
width:1000px;
height:60px;
margin:0px auto 0px auto;
text-align:center;
padding-top:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
background-color:#F2F2F2;
}

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

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