﻿/*正文样式表 author:王孝顺 seafilial@163.com last modify:2006-7-26 */

@import "base.css";   /*基础定义*/
@import "form.css";   /*布局结构定义*/


 /*布局结构定义*/
.clear{
   border-top:1px solid transparent !important;
   border-top:0;
   clear:both;
}
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.clearfix {
	display: inline-table;
}
.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*定义图片的边框为0*/
img{ border-bottom-width:0px; border-left-width:0px; border-right-width:0px; border-top-width:0px;}


/*定义body的样式*/
body {
   margin:0px;
   padding:0px;
   border-bottom-width:0px; 
   border-left-width:0px; 
   border-right-width:0px;
   font-family: 'Lucida Grande','Lucida Sans Unicode','宋体','新宋体',arial,verdana,sans-serif;
   font-size:12px;
   line-height:150%;
   text-align:center;
   background-color:#6E2818;
}

p {line-height:150%; }


/*布局结构定义*/

#container{
    margin:0 auto;
	position:relative;
	width:1024px;
	background:#fff;
}
#edition {
   position:absolute;
   top:7px; right:30px;
   width:75px; 
   z-index:1;

}
.title {
   position:absolute;
   top:207px; left:210px;
   width:200px; height:19px;
   text-align:center;
   z-index:2;

}
#edition .an{
    float:left;
	clear:both;
	height:20px; width:100#;
	margin-bottom:10px;

}
#container .top1{
    float:left;
	width:209px; height:102px;
	background: url(../images/top_1.gif) no-repeat;
}
#container .top2{
    float:right;
	width:815px; height:102px;
	background: url(../images/top_2.gif) no-repeat;
}


#container .barren{
    float:left;
	width:313px; height:575px;
	background: url(../images/barren.gif) no-repeat;
}
#container .barren1{
    float:left;
	width:313px; height:575px;
	background: url(../images/barren_1.gif) no-repeat;
}
#container .barren2{
    float:left;
	width:313px; height:575px;
	background: url(../images/barren_2.gif) no-repeat;
}
#container .barren3{
    float:left;
	width:313px; height:575px;
	background: url(../images/barren_3.gif) no-repeat;
}
#container .barren4{
    float:left;
	width:313px; height:575px;
	background: url(../images/barren_4.gif) no-repeat;
}
#container .barren5{
    float:left;
	width:313px; height:575px;
	background: url(../images/barren_5.gif) no-repeat;
}

#container .body{
    float:right;
	margin-top:45px;
	margin-bottom:40px;
	width:615px; height:380px;
}
.bottom{
   float:right;
   height:28px; width:695px;
   background: url(../images/bottom.png) no-repeat;
   margin-right:5px;
}
/*菜单定义*/

.globalnav{
   float:right;
   width:709px; height:42px;
   
}

.globalnav a{
    float:left;
	border-left:#FFF 2px solid;
	border-bottom:#FFF 2px solid;
	text-align:center;
	background-color:#666661;
	line-height:25px;
	height:22px; width:210px;
	font-size:12px;
	color:#fff;
	text-decoration: none 
}
.globalnav .an a{
   background-color:#5C0D00; 

}
 .globalnav  a:hover  { color: #fff; background-color:#5C0D00; }








