@charset "utf-8";
/* CSS Document */
.home_center{
clear:both;
width:980px;
height:271px;
}
  .home_center .home_center1{
  float:left;
  width:48px;
  height:271px;
  background:url(../images/home_center_1.jpg);
  }
  .home_center .home_center2{
  float:left;
  width:237px;
  height:271px;
  background:url(../images/home_center_2.jpg);
  }
    .home_center .home_center2 ul{
	margin-top:14px;
	margin-left:53px;
	margin-bottom:0px;
	padding:0px;
	}
	.home_center .home_center2 ul li{
    line-height:40px;
	list-style:none;
	text-align:left;
	padding-left:0px;
	}
	  .home_center .home_center2 ul li a{
	  color:#003399;
	  text-decoration:none;
	  }
	  .home_center .home_center2 ul li a:hover{
	  font-weight:bolder;
	  color:#009933;
	  text-decoration:none;
	  }
  .home_center .home_center3{
  float:left;
  width:695px;
  height:271px;
  background:url(../images/home_center_3.jpg);
  }

  .content{
  width:885px;
  margin-left:51px;
  margin-right:44px;
  color:#666666;
  }
    .content .content_left{
	float:left;
	width:310px;
	text-align:left;
	line-height:18px;
	}
	  .content .content_left a{
	  color:#666666;
	  text-decoration:none;
	  }
	  .content .content_left img{
	  margin:0px;
	  padding:0px;
	  }
	  .content .content_left p{
	  margin:0px 0px 5px 0px;
	  padding:0px;
	  font-weight:bolder;
	  }
	.content .content_middle{
	float:left;
	margin-left:28px;
	width:362px;
	margin-right:26px;
	}
	.content .content_right{
	float:left;
	width:159px;
	}
	
	
  .foot{
  width:980px;
  height:51px;
  background:url(../images/home_foot.jpg);
  }




/*选项卡1*/
#Tab1{
width:362px;
margin:0px;
padding:0px;
margin:0 auto;}

/*菜单class*/
.Menubox {
width:341px;
margin-right:21px;
height:28px;
background:url(../images/home_tab_title.jpg) no-repeat;
}
.Menubox ul{
margin:0px;
padding:0px;
list-style:none;
color:#FFFFFF;
}
.Menubox li{
float:right;
display:block;
cursor:pointer;
width:70px;
margin-left:1PX;
text-align:center;
font-weight:bold;
background:url(../images/home_tab1.jpg);
line-height:22px;
padding-top:6px;
font-size:10PX;
}
.Menubox li.hover{
padding:0px;
width:70px;
margin-left:1PX;
background:url(../images/home_tab2.jpg);
font-weight:bold;
line-height:22px;
padding-top:6px;
}
.Contentbox{
clear:both;
margin-top:0px;
border-top:none;
height:127px;
text-align:center;
width:362px;
}