﻿/*头部css*/
#head{
	margin:0 auto;
	width:800px;
	padding-top:157px;
	position:relative;
	border-bottom:1px solid #fff;
	background:url(../images/logo.jpg) no-repeat left 20px;
}
#head_r{
	width:120px;
	text-align:right;
	position:absolute;
	padding-right:10PX;
	right:0px;
	font-size:12px;
	top:10px;
	background:#B6DDE0;
}
#head_r a{
	color:#333;
}
#head_r p{
	height:20px;
	line-height:20px;
}

.menu {
font-family: arial, sans-serif;
width:800px;
margin:0;
background:green;
height:25px;
line-height:25px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0;
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left;
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block;
text-align:center;
text-decoration:none;
width:100px;
height:25px;
color:#fff;
line-height:25px;
font-size:11px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff;
background:#1365A5;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block;
position:absolute;
top:25px;
left:0;
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block;
background:green;
color:#eee;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#1365A5;
color:#fff;
}
</style>
<!--[if lte IE 6]>
<style type="text/css">
/* styling specific to Internet Explorer IE5.5 and IE6. Yet to see if IE7 handles li:hover */
/* Get rid of any default table style */
table {
border-collapse:collapse;
margin:0;
padding:0;
}
/* ignore the link used by 'other browsers' */
.menu ul li a.hide, .menu ul li a:visited.hide {  display:block !important; display:none;}
/* set the background and foreground color of the main menu link on hover */
.menu ul li a:hover {
color:#fff;
background:#1363A0;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li a:hover ul {
display:block;
position:absolute;
top:30px;
left:0;
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li a:hover ul li a {
background:green;
color:#ccc;
border-bottom:1px solid #125F9B;
}
/* style the background and forground colors of the links on hover */
.menu ul li a:hover ul li a:hover {
background:#1365A5;
color:#fff;
}

/*banner*/
#banner{
	width:800px;
	height:146px;
	margin:0 auto;
}


/*主体内容*/

#contant{
	margin:0 auto;
	margin-top:-3px;
	width:800px;
	padding:0px;

}

#contant_l{
	float:left;
	width:190px;
}
#contant_r{
	text-align:center;
	float:right;
	width:590px;
}
#contant_r h2{
	text-align:left;
}

#tblnum{
	padding:1px;
	background:#6AAAAE;
}
#tblnum td{
	padding:4px;
	background:#F7FEFF;
}
#tblnum th{
	text-align:center;
	font-size:14px;
	background:#C7E5E7;
}



/*底部	margin:0 auto;*/
#footer{
	padding:0px;
	width:800px;
	line-height:150%;
	text-align:center;
	margin-bottom:50px;
	clear:both;
	color:#333;
	background:#f7f7f7;
}

#inter_Contant{
        line-height:250%;
        background:#fff;
	width:800px;
	padding:0px;
	margin:0 auto;
	margin-top:-3px;
}
