@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-size:12px;
	font-family: "微软雅黑";
}
body{
	background:#f5f5f5;
}
a{
	text-decoration:none;
	color:#333
}
ul{
	list-style:none;
}
img{
	border:0;
}
.wrap{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
.clear{
	clear:both;
	height:0;
}
.main{
	background:#FFF;
}
.daoyu{
	background:url(../images/daoyu.jpg) no-repeat;
	margin-bottom:10px;
}
.daoyu_box{
	border:1px dashed #CCC;
	width:900px;
	margin:0 auto;
	padding:10px;
	text-indent:2em;
	font-size:14px;
	font-weight:bold;
	color:#330000;
	line-height:24px;
}
.box{
	width:470px;
	overflow:hidden;
	float:left;
	margin-right:10px;
}

.box02{
	clear:both;
}
.box02 h1 {
    color: #877C5E;
    font-family: "黑体";
    font-size: 30px;
    padding: 10px;
    text-shadow: 1px 1px #000000;
}
.box h2{
	background:url(../images/h2_bg.jpg) no-repeat;
	height:40px;
	line-height:40px;
	width:629px;
}
.box h2 a{
	color:#986a31;
	font-size:16px;
	padding-left:20px;
}
.box p{
	text-indent:2em;
	line-height:24px;
	padding:5px 10px;
}
.box p a{
	color:#F00;
}

.show_list {
    border: 1px dotted #333333;
    display: block;
    float: left;
    height: 360px;
    margin: 5px 11px;
	_margin: 5px 10px;
    width: 167px;
	overflow:hidden;
}
.show_list a {
    text-align: center;
}
.show_list img {
    height: 124px;
    width: 167px;
}
.show_list ul {
    padding: 5px;
	line-height:24px;
}


.index_foot {
    margin: 20px auto 0;
    text-align: center;
    width: 900px;
}
.index_foot a {
    color: #333333;
    font-size: 12px;
    text-decoration: none;
}
#topnav {
    background: none repeat scroll 0 0 #F2F2F2;
    border-bottom: 1px solid #DDDDDD;
    height: 30px;
    width: 100%;
}

#topnav p {
    line-height: 30px;
    margin: 0 auto;
    width: 900px;
	height:24px;
}
#topnav p a{
	color:#333333;
	text-decoration:none;
	font-size:12px;
}
#topnav p a:hover{
	color:#F00;
}
#foot {
    background:#0080da;
    height: 50px;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    width:935px;
}
.b_1 {
    height: 20px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 175px;
}
.b_2 {
    color: #FFFFFF;
    font-size: 12px;
    height: 20px;
    left: 35px;
    position: absolute;
    top: 40px;
    width: 100px;
}

.b_3 {
    color: #FFFFFF;
    font-family: "微软雅黑";
    font-size: 20px;
    height: 20px;
    left: 460px;
    position: absolute;
    top: 25px;
    width: 300px;
}
.b_4 {
    height: 20px;
    left: 740px;
    position: absolute;
    top: 10px;
    width: 100px;
}





