@charset "utf-8";
/* CSS Document */
body{
	font-size:13px;
	font-family:"微软雅黑";
	margin:0 auto;
	padding:0;
	border:0;
	background:url(body-bk.png) no-repeat center top;
	min-width:1200px;

	}
.bt-note-0{ 
	clear:both;
	height:0px;
	width:100%;

}
.bt-note-20{
	clear:both;
	width:100%;
	height:20px;
	background:#fff;
	
	}
.bt-note-30{
	clear:both;
	width:100%;
	height:30px;
	background:#fff;
	
	}
.bt-note-10{
	clear:both;
	width:100%;
	height:10px;
	background:#fff;
	
	}
.bt-note-40{
	clear:both;
	height:40px;
	width:1200px;
	margin:0 auto;
	background:rgb(255,255,255);
	}
.bt-note-420{ 
	clear:both;
	height:420px;
	width:100%;

}
.span1{display: inline-block;
		height: 100%; width: 0;
		vertical-align: middle;
		}
a:hover {
    text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}	
a:focus{ outline:none;}

/*main开始*/
.main{
	width:1200px;
	min-height:600px;
	margin:0 auto;
	padding:20px;
	border-top:3px solid #009946;
	background:#fff;
	}
.dqwz-all{ width:1160px; height:30px}
.dqwz{
	width:70px;
	height:30px;
	line-height:30px;
	float:left;
	}
.dqwz p{ font-size:13px;}
.dqwz-left{ 
	float:left;
	min-width:40px;
	height:30px;
	line-height:30px;}
.dqwz-left a{ color:#333333;}
.dqwz-left a:hover{ color:#6C9;}

.list{
	width:1160px;
	min-height:300px;
	}
.list ul li{
	width:1160px;
	height:40px;
	line-height:40px;
	background:url(list.jpg) no-repeat left center;
	padding-left:20px;
	}
.list ul li a{
	font-size:15px;
	color:#333333;
	}
.list ul li a:hover{color:#6C9;}
.list ul li span{
	font-size:15px;
	color:#999999;
	float: right;
	}
