@charset "utf-8";
/* CSS Document */

body,div,ul,li{
 margin:0 auto;
 padding:0;
}
body{
 font:bold 18px "楷体_GB2312","幼圆","黑体","宋体"  ;
 text-align:center;
 color: #009900;
}
a:link, a:visited, a:active {
	FONT-WEIGHT: bold; COLOR: #009900;
	text-decoration: none;
}
a:hover {
	FONT-WEIGHT: bold; COLOR: #ff3300;
	text-decoration: none;
}
ul{
 list-style:none;
}
p {
   text-align: left;
   color: #853820;
   font-family: "宋体";
   font-size: 15px;
   font-weight: normal;
   line-height: 150%;
   }
.img1 {
    float: left;
	padding: 5px;
	border: 2px solid #ff9a00;
	margin: 10px 25px 10px 10px;
	}
.text {
    color: #fff;
     font: bold 25px "黑体","宋体";
	 text-align: center;
	 line-height: 40px;
	 letter-spacing:2em;
	 }
.text1 {
    margin-top: -5px;
	font-family: "幼圆","楷体_GB2312","宋体";
	}
.main{
 clear:both;
 padding:8px;
 text-align:center;
}
#banner {
    width: 912px;
	border: 4px solid #ffecce;
	border-bottom: none;
	margin-top: 1%;
	margin-bottom: -5px;
	padding: 5px;
	padding-bottom: 0px;
	}   
#tab {
    width: 912px;
	border: 4px solid #ffecce;
	border-top: none;
	padding: 10px 5px;
	}
#tabs1{
   text-align:left;
   width:900px;
}
.div1 {
    background-color: #ff9a00;
	height: 40px;
	width: 900px;
	margin: 5px 0px;
	border-left:2px solid #ff9a00;
    border-top:2px solid #ff9a00;
    border-right:2px solid #ff9a00;
	}
.div2 {
    background-color: #ffecce;
    border:2px solid #ff9a00;
    height: auto;
    width:900px;
	margin: 10px 5px 5px 5px;
	}
.menu1box{
   position:relative;
   overflow:hidden;
   height:32px;
   width:900px;
   text-align:left;
}
#menu1{
   position:absolute;
   top:0;
   left:0;
   z-index:1;
}
#menu1 li{
 float:left;
 color: #006699;
 display:block;
 cursor:pointer;
 width:175px;
 text-align:center;
 line-height:30px;
 height:30px;
}
#menu1 li.hover{
 background: #ffecce;
 border-left:2px solid #ff9a00;
 border-top:2px solid #ff9a00;
 border-right:2px solid #ff9a00;
 color: #ff3300;
}
.main1box{
 clear:both;
 margin-top:-2px;
 background-color: #ffecce;
 border:2px solid #ff9a00;
 height: auto;
 width:900px;
 text-align:left;
}
#main1 ul{
 display: none;
}
#main1 ul.block{
 display: block;
}