/* CSS Document */

*{
 margin:0px;
 padding:0px;
 font-family: "宋体", sans-serif;
}
body{
  font-size:12px;
  text-align:center;
}
/*整体布局begin*/
#container{
  width:1000px;
  height:auto;
  clear:both;
}
/*top begin*/
#top{
  width:1000px;
  height:129px;
}
#top_left{
 width:376px;
 height:129px;
 float:left;
 background:url(../images/top_bg.gif);
}
#top_middle{
 width:556px;
 height:129px;
 float:left;
 background:url(../images/top_middle_bg.gif) repeat-x;
}
#top_middle_top{
  height:40px;
  width:546px;
  float:left;
  padding-top:15px;
  font-size:12px;
  font-family:"宋体";
  color:#FFFFFF;
  padding-left:10px;
}
/*导航及链接*/
#top_middle_bottom {
	width: 546px;
	height:89px;
	float:left;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
#top_middle_bottom ul {
margin: 15px 0 0 0px;
list-style-type: none;
}
#top_middle_bottom li {
float: left;
}
/*导航及链接结束*/
#top_right{
  width:68px;
  height:129px;
  float:left;
  background:url(../images/top_right_bg.gif)
}
/*top end*/
/*middle begin*/
#middle{
  width:1000px;
  height:auto;
  float:left;
  border-bottom-style:solid;
  border-bottom-color:#BF2120;
  border-bottom-width:thick;
}
#middle_left{
  width:352px;
  height:280px;
  float:left;
}
#middle_left_top{
  width:326px;
  height:270px;
  float:left;
  padding-top:21px;
  padding-left:5px;
  padding-bottom:5px;
  padding-right:5px;
}
/*友情连接begin*/
#middle_left_bottom{
	width:352px;
	height:143px;
	float:right;
	background-image: url(../images/biao_bg.gif);
	background-repeat: no-repeat;
	background-position:3px top;
	line-height:20px;
}
#middle_left_bottom h1 {
padding:8px 0 0 50px;
float:left;
font-size:12px;
}
/*友情连接end*/


#middle_center{
 width:417px;
 height:auto;
 float:left;
}
#middle_right{
  width:231px;
  height:443px;
  float:left;
  background:url(../images/right_bg.gif) repeat-y;
}
/*middle end*/
/*bottom begin*/
 #bottom{
  width:1000px;
  height:auto;
  float:left;
  padding-top:10px;
  line-height:20px;
  margin-right: auto;
  margin-left: auto;
  clear:both; 
}
/*bottom end*/
/*整体布局end*/




/*二级页面begin*/
#second_middle_left{
  width:270px;
  height:535px;
  float:left;
}
#second_middle_right{
 width:730px;
 height:auto;
 float:left;
}
#second_middle_right_top{
 width:730px;
 height:20px;
 float:left;
 background:url(../images/second_line.gif) bottom left no-repeat;
}
#second_middle_right_top h1 {
padding:0 0 0 50px;
float:left;
font-size:12px;
}
#second_middle_right_bottom{
 width:730px;
 height:auto;
 float:left;
 text-align:left;
 clear:both;
 margin-right: auto;
 margin-left: auto;
 font-size:14px;
 font-family:"宋体";
 color:#666666;
}
/*二级页面end*/