@charset "utf-8";
/* CSS Document */



body{
	font:12px verdana, arial, helvetica,"宋体";
	
}
a:link{
color:#949694;
text-decoration:none;
}
a:visited {
color: #949694;
text-decoration:none;
}
a:hover {
color: #000;
text-decoration:underline;
}
ul{ list-style:none;}
/*选项卡1*/
#Tab1{
width:572px;
height:242px;
border-top:1px solid #999;
border-bottom:1px solid #999;
margin:0px;
padding-top:15px;
padding-bottom:3px;
margin:0 auto;
float:right;

}
/*选项卡2*/
#Tab2{
width:570px;
margin:0px;
padding:0px;
margin:0 auto;
}
/*菜单class*/
.Menubox {
width:100%;

height:28px;
line-height:28px;
}
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
float:left;
display:block;
cursor:pointer;
width:114px;
text-align:center;
color:#949694;
font-weight:bold;
background:  url(images/bg1.gif);
}
.Menubox li.hover {
padding:0px;
background:#fff;
width:114px;
background: url(images/bg2.gif);
color: #333;
font-weight:bold;
height:28px;
line-height:28px;
}
.Menubox li.hover a:link{
color: #333;
font-weight:bold;
}
.Menubox li.hover a:visited {
color: #333;
text-decoration:none;
}
.Menubox li.hover a:hover {
color: #000;
text-decoration:underline;
}
.Contentbox{
margin-left:1px;
width:547px;
clear:both;
margin-top:0px;
border:1px solid #aecbd4;
border-top:none;
height:180px;
text-align:left;
padding:10px;
background:url(images/bg.gif);
line-height:25px;
overflow: hidden;
}


.header{
width:960px;
}
.logo{
width:960px;
padding:0px 0 0 30px;
float:left;
}

.main{
width:960px;
height:auto;
margin:0 auto;
}

.pic_t{
width:388px;
height:262px;
background:#000;
float:left;
background:url(images/picbg.jpg);
}
.pic{
width:378px;
height:198px;
background: url(images/pic.jpg);
float:left;
margin-top:32px;
}
.post{	
width:960px;
height:25px;
padding-top:20px;
float:left;
text-align: center;
font-size:14px;
}
.footer{
	width:960px;
	height:auto;
	line-height:20px;
	float:left;
	margin:0 auto;
	text-align: center;
}

