﻿body
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 宋体;
    background-color: #382715;
}




a
{
    color: #d9a559;
    text-decoration: none;
}
a:hover
{   color:#eec11e;
    text-decoration: underline;
}

div
{
    float: left;
    margin: 0px;
    padding: 0px;
    display: inline;
}
ul
{
    margin: 0px;
    padding: 0px;
    float: left;
    list-style-type: none;
}
li
{
    float: left;
}
.box
{
    width: 1003px;
    float: none;
    height: 761px;
    margin: 0px auto;
    display: block;
    /* background-color: #098712;*/  /* 绿色*/
}
.topBox
{
    width: 1003px;
    height: 203px;
  /*  background-image: url(../images/top-bg.png); */
}
.topBox-t
{
	width: 1003px;
    height: 148px;
    margin:0px;
    }
    
    
.topBox-b
{
	margin:0px;
	width: 1003px;
    height: 55px;
   background-image: url(../images/topbox-b.png); }
    
.bodyBox
{
    width: 1003px;
    height: auto;
    background-image: url(../images/bodyBox-bg.png);
}
.bottomBox1
{
    width: 1003px;
    height: 18px;
    background-image: url(../images/bottom-bg1.jpg);
}
.bottomBox2
{
    width: 1003px;
    height: 46px;
    background-image: url(../images/bottom-bg.jpg);
}
.li_a {
	color:#eec11e;	
	}
	
.bo
{
    height: 35px;
    width: 1003px;
    font-size:14px;
    font-weight:bold;
    line-height:35px;
    background-image: url(../images/bo-bg.jpg);
    color:#f5db90;
    text-align:center;
}
.bo a
{
    color:#f5db90;
    margin:0px 7px;
}