/*基本信息*/
body { 
	margin: 0 auto;
	padding: 0;
  font-family: Arial; 
  font-size: 10px; 
  background-color: #FFFFFF; 
  text-align: center
}
a:link {
  font-size: 12px; 
  text-decoration: none;
  color : #000000;
}
a:visited {  
  font-size: 12px; 
  text-decoration: none;
  color : #000000;
}
a:hover {
	text-decoration: underline;
	color : #999;
}

/*页面层容器*/
#container {  
  width: 750px;
  margin:0px auto;
  /*border:1px solid #E00;*/
}

/*页面头部*/
#header {
  width:750px; height:211px; 
  margin:0 auto; 
  padding:0;
  /*border:1px solid #00E;*/
}

/*导航栏*/
#menu {
  padding:0px 0px 0  0;
  height: 45px;
} 
#menu img {
  border:0;
	padding : 0;
	float:left;
}

/*导航栏中的导航条*/
#menu ul {
  float:right; 
  list-style:none;
  margin:0px;
  padding : 10px 5px 5px 0px;
}  
#menu ul li {
  float:left; 
  margin:0 5px; 
  display:block;
  line-height:28px
}
.menuDiv {
  width:1px;height:26px;
  background:#999
}
#menu ul li a:link,#menu ul li a:visited {
  font-weight:bold;
  color:#666;
}
#menu ul li a:hover{}

/*旗帜栏*/
#banner {
    width:750px; /*设定层的宽度*/
    margin:0 auto; /*层居中*/
    padding:0;
    height:161px; /*设定高度*/
    border-top:4px solid #E00; 画一条红色实线*/
    border-bottom:1px solid #EFEFEF; 画一条浅灰色实线*/
}
#banner img {
	border :0;
	margin : 0 auto;
	padding : 0;
	width:750px;
	height:100px;
	overflow: hidden;  /*超出宽度部分隐藏*/
}

/*页面主体*/
#pagebody {
    width:750px; /*设定宽度*/
    margin:0px auto; /*居中*/
}

/*左侧边栏*/
#sidebar {
    width:180px; /*设定宽度*/
    text-align:left; /*文字左对齐*/
    float:left; /*浮动居左*/
    clear:left; /*不允许左侧存在浮动*/
    overflow:hidden; /*超出宽度部分隐藏*/
    padding: 0 0 0 6px;
}

/*园角边框*/
.raised{
  background:transparent;
  width:100%;
  margin-top:1px;
  margin-bottom:1px;
}
.raised .b1,.raised .b2,.raised .b3,.raised .b4,.raised .b1b,.raised .b2b,.raised .b3b,.raised .b4b{
  display:block;
  overflow:hidden;
}
.raised .b1,.raised .b2,.raised .b3,.raised .b1b,.raised .b2b,.raised .b3b{
  height:1px;
}
.raised .b2,.raised .b3,.raised .b4,.raised .b2b,.raised .b3b,.raised .b4b{
  background:#F7F8F9; 
  border-left:1px solid #999;
  border-right:1px solid #999;
}
.b1,.b1b{
  margin:0 5px;
  background:#999;
}
.b2,.b2b{
  margin:0 3px;
  border-width:2px;
}
.b3,.b3b{
  margin:0 2px;
}
.b4,.b4b{
  height:2px;
  margin:0 1px;
}

/*园角边框中的方框*/
.raised .boxcontent{
  text-align:left;
  display:block;
  background:transparent; 
  border-left:1px solid #999;
  border-right:1px solid #999;
  border-bottom:1px solid #F7F8F9;
}

/*园角边框中的标题框*/
.raised .boxcontent .upbox{
  background:#F7F8F9; 
  border-bottom: 3px solid #FF9933; 
}
.raised .boxcontent .upbox span{
  color:#006699;
  text-indent:2em; 
  font-size: 14px;
  font-weight: bold;
}

/*公告框中内容框*/
.raised .boxcontent .info_downbox{
  background:transparent;
}
.raised .boxcontent .info_downbox p.headline{
	padding: 0; 
	margin: 4px 0;
	text-indent: 1em;
}
.raised .boxcontent .info_downbox p.headline img{
	border:0;
	width:6px;
	height:5px;
	margin-right:2px;
}
.raised .boxcontent .info_downbox p.context{
  padding: 0 10px; 
  margin: 10px 0;
  text-indent: 2em;
  line-height: 20px;
}
.raised .boxcontent .info_downbox p.more{
	margin: 2px 0;
	padding: 0 10px; 
	font-size: 12px; 
	text-align:right;
}

/*联系方法框中的内容框*/
.raised .boxcontent .contact_downbox{
  background:transparent;
}
.raised .boxcontent .contact_downbox p{
	margin: 10px 0;
	text-indent: 1em;
	font-size:12px;
}
.raised .boxcontent .contact_downbox p img{
	border:0;
	width:18px;
	height:14px;
	margin-right:6px;
}
.raised .boxcontent .contact_downbox p span{
	font-size:11px;
}

/*合作伙伴框中的内容框*/
.raised .boxcontent .friend_downbox{
  background:transparent;
}
.raised .boxcontent .friend_downbox img{
  width: 150px; height: 40px;
  border: 0; 
  padding: 0; 
  margin: 1px 8px;
}

/*主题内容*/
#mainbody {
    width:565px;
    height:595px;
    margin: 0 5px 0 2px;
    padding: 5px 10px 0 5px;
    text-align:left;
    float:right; /*浮动居右*/
    clear:right; /*不允许右侧存在浮动*/
    overflow:visible;
    border: 1px solid #999;
}

/*各部分的标题字体*/
#mainbody h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	color:#006699;
	text-indent:5px;
	border-bottom: 2px solid #FF9933;
}

#mainbody h4 {
	font-size: 14px;
	margin: 5px 0 5px 10px;
	text-indent:0em;
	line-height: 20px;
	font-weight: bold;
}

#mainbody p {
	margin: 5px 20px 0 10px;
	text-indent: 2em;
	line-height: 20px;
}

#mainbody p.forimg{
	margin: 5px 10px 5px 10px;
	text-align: center;
}

#mainbody p.forlinklist{
	padding: 0 0 10px 0;
	margin: 10px 10px 5px 0px;
	border-bottom: 1px dotted #ccc;
}

#mainbody p.forlinklist img{
	width:6px; height:5px;
	border : 0;
} 

#mainbody ul{
	margin: 10px 20px 10px 10px;
}

#mainbody ul li{
	list-style:disk;
	line-height: 20px;
	text-indent: 2em;
}

/*页面底部*/
#footer {
		background-color : #EFEFEF;
		width:750px;
		margin:0 auto;
		height:50px;
		border-top:3px solid #E00; /*画一条黑色实线*/
		/*border:1px solid #E00;*/
}

/*尾部导航栏*/
#footmenu{
  font-size: 12px;
  width:400px; 
  margin:0px 180px 0px 180px;
  height:40px; 
  text-align:center;
}  
#footmenu ul {
  list-style:none;
  margin:2px auto;
}
#footmenu ul li {
  float:left; 
  margin:0 8px; 
  display:block;
  line-height:20px
}
.footmenuDiv {
  width:1px;
  height:14px;
  background:#999
}
#footmenu ul li a:link,#footmenu ul li a:visited {color:#000000}
#footmenu ul li a:hover{}

/*底部商标栏*/
#copyright { 
  font-size: 12px; color : #000000;
  margin:0px;
}


