﻿/** global **/
.container { margin: 0 auto; width: 950px;font-size:12px; }
/** hd **/
#hd{
  background-image:url('../images/logo.jpg');
  background-repeat:no-repeat;
  background-position:bottom left;
  height:167px;
  text-align:right;
}
/** bd **/
#bd{
  background-color:#CCCCCC;
}
#bd_left{
	width:200px;
	overflow:hidden;
	height:auto;
	text-align:right;
	color: #FFFFFF;
}
#bd_left ul{
  list-style-type:none;
  background-color:#9C231B;
  width:200px;
  margin:0px 0px 0px 0px;
  padding-top:30px;
  padding-bottom:320px;
  background-image:url('../images/ul_bg.jpg');
  background-repeat:no-repeat;
  background-position:bottom center;
}
#bd_left ul li{
	text-align:center;
	width:128px;
	border-bottom:dashed 1px #FFFFFF;
	height:30px;
	line-height:30px;
	font-size:18px;
	letter-spacing:2px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#bd_right{
	float:right;
	width:730px;
	margin:0px;
	padding-top:15px;
	background-image: url(../images/beijge.jpg);
	height: 100%;

}
#bd_right dl{
 width:95%; 
 margin-left:auto;
 margin-right:auto;
}
#bd_right dl dt{
 
}
#bd_right dl dd{
 border:solid 1px #FF0000;
 margin:0px;min-height:300px;
}
#bd_right hr{
  width:95%;margin-left:auto;margin-right:auto;
}
#bd_right p{
  width:95%;margin-left:auto;margin-right:auto;line-height:16px;text-indent:24px;
}
/** gd **/
#gd{
  background-image:url('../images/ga_bg.gif');
  background-repeat:repeat-x;
  height:161px;
}
/** fd **/
#fd{
  padding:20px 10px 10px 10px;
}
#fd p{padding:0px 15px 5px 15px;border-bottom:solid 1px #000000;font-size:14px;font-weight:bold;letter-spacing:4px;font-family:黑体;}
#fd dl{width:100%;}
#fd dl dt{padding-left:15px;font-weight:bold;}
#fd dl dd{padding:10px 15px 10px 15px;line-height:18px;}
#fd dl dd a{margin-right:12px;}
.STYLE1 {color:#FFFFFF;TEXT-DECORATION:none}
